Trace number 4402429

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.12.3SAT 9.87394 5.10394

General information on the benchmark

NameSubisomorphism/Subisomorphism-m1-si2-m4D/
Subisomorphism-si2-m4Dr6-m256-00.xml
MD5SUM73ef0e8387fdebf21bbae2b4acf5d521
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.036418
Satisfiable
(Un)Satisfiability was proved
Number of variables51
Number of constraints105
Number of domains1
Minimum domain size256
Maximum domain size256
Distribution of domain sizes[{"size":256,"count":51}]
Minimum variable degree2
Maximum variable degree11
Distribution of variable degrees[{"degree":2,"count":11},{"degree":3,"count":12},{"degree":4,"count":11},{"degree":6,"count":3},{"degree":7,"count":3},{"degree":8,"count":3},{"degree":9,"count":5},{"degree":10,"count":1},{"degree":11,"count":2}]
Minimum constraint arity1
Maximum constraint arity51
Distribution of constraint arities[{"arity":1,"count":17},{"arity":2,"count":87},{"arity":51,"count":1}]
Number of extensional constraints104
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":104},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.74/0.58	c Concrete v3.12.3.1568965526260 running
9.63/4.40	v <instantiation
9.63/4.40	v         >
9.63/4.40	v       <list>
9.63/4.40	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]
9.63/4.40	v       </list>
9.63/4.40	v       <values>
9.63/4.40	v         0 39 93 100 179 214 43 116 154 167 200 213 247 249 59 75 215 228 254 48 125 135 105 124 255 203 237 234 223 208 104 88 118 112 138 239 82 99 172 225 246 35 76 227 6 47 69 77 197 207 27
9.63/4.40	v       </values>
9.63/4.40	v     </instantiation>
9.87/5.10	s SATISFIABLE

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (2824 MiB free)
  memory of node 1: 16384 MiB (2157 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402429-1568978148/watcher-4402429-1568978148 -o /var/tmp/evaluation-result-4402429-1568978148/solver-4402429-1568978148 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node150-1568967596-1428 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=2126459796 HOME/instance-4402429-1568978148.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=3992, runsolver pid=3989
Current StackSize limit: 8192 KiB


[startup+0.109398 s]*
/proc/loadavg: 1.33 1.41 1.47 3/218 4049
/proc/meminfo: memFree=5091020/32770624 swapFree=67021680/67108860
[pid=3992] ppid=3989 vsize=10055356 memory=19652 CPUtime=0.1 cores=0,2,4,6
/proc/3992/stat : 3992 (java) S 3989 3992 1397 0 -1 1077944320 4645 13048 0 0 2 1 5 2 20 0 7 0 474087332 10296684544 4913 33554432000 4194304 4196468 140732731354256 140732731336800 140129472802551 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
/proc/3992/statm: 2513839 4913 2051 1 0 2502277 0
[pid=3992/tid=4045] ppid=3989 vsize=10153664 memory=-8672930972166307781 CPUtime=0.08 cores=0,2,4,6
/proc/3992/task/4045/stat : 4045 (java) R 3989 3992 1397 0 -1 4202560 2456 13048 0 0 1 0 5 2 20 0 8 0 474087341 10397351936 4913 33554432000 4194304 4196468 140732731354256 140129444636328 140129472824477 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4046] ppid=3989 vsize=10153664 memory=8257237230052613020 CPUtime=0.07 cores=0,2,4,6
/proc/3992/task/4046/stat : 4046 (java) S 3989 3992 1397 0 -1 1077944384 2 13048 0 0 0 0 5 2 20 0 8 0 474087342 10397351936 4913 33554432000 4194304 4196468 140732731354256 140129477045392 140129472812757 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4047] ppid=3989 vsize=10153664 memory=139959533942400 CPUtime=0.07 cores=0,2,4,6
/proc/3992/task/4047/stat : 4047 (java) S 3989 3992 1397 0 -1 1077944384 1 13048 0 0 0 0 5 2 20 0 8 0 474087342 10397351936 4913 33554432000 4194304 4196468 140732731354256 140129365318672 140129472812757 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4048] ppid=3989 vsize=10153664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3992/task/4048/stat : 4048 (java) S 3989 3992 1397 0 -1 1077944384 2 13048 0 0 0 0 5 2 20 0 8 0 474087342 10397351936 4913 33554432000 4194304 4196468 140732731354256 140129364265872 140129472812757 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4049] ppid=3989 vsize=10153664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/3992/task/4049/stat : 4049 (java) S 3989 3992 1397 0 -1 1077944384 3 13048 0 0 0 0 5 2 20 0 8 0 474087342 10397351936 4913 33554432000 4194304 4196468 140732731354256 140129363213072 140129472812757 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4050] ppid=3989 vsize=10153664 memory=139959533942400 CPUtime=0.07 cores=0,2,4,6
/proc/3992/task/4050/stat : 4050 (java) S 3989 3992 1397 0 -1 1077944384 2 13048 0 0 0 0 5 2 20 0 8 0 474087344 10397351936 4913 33554432000 4194304 4196468 140732731354256 140128931486064 140129472813698 0 0 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4051] ppid=3989 vsize=10153664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/3992/task/4051/stat : 4051 (java) S 3989 3992 1397 0 -1 1077944384 32 13048 0 0 0 0 5 2 20 0 8 0 474087344 10397351936 4913 33554432000 4194304 4196468 140732731354256 140128930430928 140129472812757 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10055356 KiB
Current children cumulated memory: 19652 KiB

[startup+0.211358 s]*
/proc/loadavg: 1.33 1.41 1.47 6/227 4058
/proc/meminfo: memFree=5074660/32770624 swapFree=67021680/67108860
[pid=3992] ppid=3989 vsize=10819716 memory=40540 CPUtime=0.22 cores=0,2,4,6
/proc/3992/stat : 3992 (java) S 3989 3992 1397 0 -1 1077944320 6935 13048 0 0 14 1 5 2 20 0 15 0 474087332 11079389184 10135 33554432000 4194304 4196468 140732731354256 140732731336800 140129472802551 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
/proc/3992/statm: 2704929 10135 3175 1 0 2667149 0
[pid=3992/tid=4045] ppid=3989 vsize=10819716 memory=8514701219931451533 CPUtime=0.17 cores=0,2,4,6
/proc/3992/task/4045/stat : 4045 (java) R 3989 3992 1397 0 -1 4202560 3439 13048 0 0 9 1 5 2 20 0 15 0 474087341 11079389184 10135 33554432000 4194304 4196468 140732731354256 140129444633408 140129456883038 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4046] ppid=3989 vsize=10819716 memory=-7025452035940392864 CPUtime=0.07 cores=0,2,4,6
/proc/3992/task/4046/stat : 4046 (java) S 3989 3992 1397 0 -1 1077944384 2 13048 0 0 0 0 5 2 20 0 15 0 474087342 11079389184 10135 33554432000 4194304 4196468 140732731354256 140129477045392 140129472812757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4047] ppid=3989 vsize=10819716 memory=139959533942400 CPUtime=0.07 cores=0,2,4,6
/proc/3992/task/4047/stat : 4047 (java) S 3989 3992 1397 0 -1 1077944384 1 13048 0 0 0 0 5 2 20 0 15 0 474087342 11079389184 10135 33554432000 4194304 4196468 140732731354256 140129365318672 140129472812757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4048] ppid=3989 vsize=10819716 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3992/task/4048/stat : 4048 (java) S 3989 3992 1397 0 -1 1077944384 2 13048 0 0 0 0 5 2 20 0 15 0 474087342 11079389184 10135 33554432000 4194304 4196468 140732731354256 140129364265872 140129472812757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4049] ppid=3989 vsize=10819716 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/3992/task/4049/stat : 4049 (java) S 3989 3992 1397 0 -1 1077944384 3 13048 0 0 0 0 5 2 20 0 15 0 474087342 11079389184 10135 33554432000 4194304 4196468 140732731354256 140129363213072 140129472812757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4050] ppid=3989 vsize=10819716 memory=139959533942400 CPUtime=0.07 cores=0,2,4,6
/proc/3992/task/4050/stat : 4050 (java) S 3989 3992 1397 0 -1 1077944384 2 13048 0 0 0 0 5 2 20 0 15 0 474087344 11079389184 10135 33554432000 4194304 4196468 140732731354256 140128931486064 140129472813698 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4051] ppid=3989 vsize=10819716 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/3992/task/4051/stat : 4051 (java) S 3989 3992 1397 0 -1 1077944384 33 13048 0 0 0 0 5 2 20 0 15 0 474087344 11079389184 10135 33554432000 4194304 4196468 140732731354256 140128930432032 140129472812757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4052] ppid=3989 vsize=10819716 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3992/task/4052/stat : 4052 (java) S 3989 3992 1397 0 -1 1077944384 1 13048 0 0 0 0 5 2 20 0 15 0 474087344 11079389184 10135 33554432000 4194304 4196468 140732731354256 140128810951536 140129472812757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4053] ppid=3989 vsize=10819716 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3992/task/4053/stat : 4053 (java) S 3989 3992 1397 0 -1 1077944384 2 13048 0 0 0 0 5 2 20 0 15 0 474087347 11079389184 10167 33554432000 4194304 4196468 140732731354256 140128206972752 140129472821147 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4054] ppid=3989 vsize=10819716 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3992/task/4054/stat : 4054 (java) S 3989 3992 1397 0 -1 1077944384 315 13048 0 0 1 0 5 2 20 0 15 0 474087349 11079389184 10167 33554432000 4194304 4196468 140732731354256 140128896875376 140129472813698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4055] ppid=3989 vsize=10819716 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3992/task/4055/stat : 4055 (java) S 3989 3992 1397 0 -1 1077944384 335 13048 0 0 1 0 5 2 20 0 15 0 474087349 11079389184 10167 33554432000 4194304 4196468 140732731354256 140128895822576 140129472813698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4056] ppid=3989 vsize=10819716 memory=139959533942400 CPUtime=0.09 cores=0,2,4,6
/proc/3992/task/4056/stat : 4056 (java) R 3989 3992 1397 0 -1 4202560 611 13048 0 0 2 0 5 2 20 0 15 0 474087349 11079389184 10167 33554432000 4194304 4196468 140732731354256 140128894769776 140129451753440 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4057] ppid=3989 vsize=10819716 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/3992/task/4057/stat : 4057 (java) S 3989 3992 1397 0 -1 1077944384 3 13048 0 0 0 0 5 2 20 0 15 0 474087349 11079389184 10167 33554432000 4194304 4196468 140732731354256 140127737211616 140129472812757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4058] ppid=3989 vsize=10819716 memory=139959533942400 CPUtime=0.07 cores=0,2,4,6
/proc/3992/task/4058/stat : 4058 (java) S 3989 3992 1397 0 -1 1077944384 1 13048 0 0 0 0 5 2 20 0 15 0 474087349 11079389184 10167 33554432000 4194304 4196468 140732731354256 140128893717168 140129472813698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 10819716 KiB
Current children cumulated memory: 40540 KiB

[startup+0.310435 s]*
/proc/loadavg: 1.33 1.41 1.47 3/227 4058
/proc/meminfo: memFree=5061572/32770624 swapFree=67021680/67108860
[pid=3992] ppid=3989 vsize=10820196 memory=51820 CPUtime=0.36 cores=0,2,4,6
/proc/3992/stat : 3992 (java) S 3989 3992 1397 0 -1 1077944320 10682 13048 0 0 26 3 5 2 20 0 15 0 474087332 11079880704 12955 33554432000 4194304 4196468 140732731354256 140732731336800 140129472802551 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
/proc/3992/statm: 2705049 12955 3303 1 0 2667149 0
[pid=3992/tid=4045] ppid=3989 vsize=10820196 memory=8112282956445269571 CPUtime=0.26 cores=0,2,4,6
/proc/3992/task/4045/stat : 4045 (java) R 3989 3992 1397 0 -1 4202560 7135 13048 0 0 17 2 5 2 20 0 15 0 474087341 11079880704 12955 33554432000 4194304 4196468 140732731354256 140129444625648 140129454366111 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4046] ppid=3989 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3992/task/4046/stat : 4046 (java) S 3989 3992 1397 0 -1 1077944384 2 13048 0 0 0 0 5 2 20 0 15 0 474087342 11079880704 12955 33554432000 4194304 4196468 140732731354256 140129477045392 140129472812757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4047] ppid=3989 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3992/task/4047/stat : 4047 (java) S 3989 3992 1397 0 -1 1077944384 1 13048 0 0 0 0 5 2 20 0 15 0 474087342 11079880704 12955 33554432000 4194304 4196468 140732731354256 140129365318672 140129472812757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4048] ppid=3989 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3992/task/4048/stat : 4048 (java) S 3989 3992 1397 0 -1 1077944384 2 13048 0 0 0 0 5 2 20 0 15 0 474087342 11079880704 12955 33554432000 4194304 4196468 140732731354256 140129364265872 140129472812757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4049] ppid=3989 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3992/task/4049/stat : 4049 (java) S 3989 3992 1397 0 -1 1077944384 3 13048 0 0 0 0 5 2 20 0 15 0 474087342 11079880704 12955 33554432000 4194304 4196468 140732731354256 140129363213072 140129472812757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4050] ppid=3989 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3992/task/4050/stat : 4050 (java) S 3989 3992 1397 0 -1 1077944384 2 13048 0 0 0 0 5 2 20 0 15 0 474087344 11079880704 12955 33554432000 4194304 4196468 140732731354256 140128931486064 140129472813698 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4051] ppid=3989 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3992/task/4051/stat : 4051 (java) S 3989 3992 1397 0 -1 1077944384 33 13048 0 0 0 0 5 2 20 0 15 0 474087344 11079880704 12955 33554432000 4194304 4196468 140732731354256 140128930432032 140129472812757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4052] ppid=3989 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3992/task/4052/stat : 4052 (java) S 3989 3992 1397 0 -1 1077944384 1 13048 0 0 0 0 5 2 20 0 15 0 474087344 11079880704 12955 33554432000 4194304 4196468 140732731354256 140128810951536 140129472812757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4053] ppid=3989 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3992/task/4053/stat : 4053 (java) S 3989 3992 1397 0 -1 1077944384 2 13048 0 0 0 0 5 2 20 0 15 0 474087347 11079880704 12955 33554432000 4194304 4196468 140732731354256 140128206972752 140129472821147 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4054] ppid=3989 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3992/task/4054/stat : 4054 (java) S 3989 3992 1397 0 -1 1077944384 316 13048 0 0 1 0 5 2 20 0 15 0 474087349 11079880704 12955 33554432000 4194304 4196468 140732731354256 140128896875376 140129472813698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4055] ppid=3989 vsize=10820196 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/3992/task/4055/stat : 4055 (java) S 3989 3992 1397 0 -1 1077944384 344 13048 0 0 2 0 5 2 20 0 15 0 474087349 11079880704 12955 33554432000 4194304 4196468 140732731354256 140128895822576 140129472813698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4056] ppid=3989 vsize=10820196 memory=139959533942400 CPUtime=0.12 cores=0,2,4,6
/proc/3992/task/4056/stat : 4056 (java) S 3989 3992 1397 0 -1 1077944384 635 13048 0 0 5 0 5 2 20 0 15 0 474087349 11079880704 12955 33554432000 4194304 4196468 140732731354256 140128894769776 140129472813698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4057] ppid=3989 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/3992/task/4057/stat : 4057 (java) S 3989 3992 1397 0 -1 1077944384 3 13048 0 0 0 0 5 2 20 0 15 0 474087349 11079880704 12955 33554432000 4194304 4196468 140732731354256 140127737211616 140129472812757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4058] ppid=3989 vsize=10820196 memory=139959533942400 CPUtime=0.07 cores=0,2,4,6
/proc/3992/task/4058/stat : 4058 (java) S 3989 3992 1397 0 -1 1077944384 1 13048 0 0 0 0 5 2 20 0 15 0 474087349 11079880704 12955 33554432000 4194304 4196468 140732731354256 140128893717168 140129472813698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 51820 KiB

[startup+0.70436 s]
/proc/loadavg: 1.33 1.41 1.47 3/227 4058
/proc/meminfo: memFree=5049028/32770624 swapFree=67021680/67108860
[pid=3992] ppid=3989 vsize=10824364 memory=83500 CPUtime=1.09 cores=0,2,4,6
/proc/3992/stat : 3992 (java) S 3989 3992 1397 0 -1 1077944320 15063 13048 0 0 97 5 5 2 20 0 15 0 474087332 11084148736 20875 33554432000 4194304 4196468 140732731354256 140732731336800 140129472802551 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
/proc/3992/statm: 2706091 20875 3512 1 0 2668173 0
[pid=3992/tid=4045] ppid=3989 vsize=10824364 memory=2256 CPUtime=0.64 cores=0,2,4,6
/proc/3992/task/4045/stat : 4045 (java) R 3989 3992 1397 0 -1 4202560 10360 13048 0 0 53 4 5 2 20 0 15 0 474087341 11084148736 20875 33554432000 4194304 4196468 140732731354256 140129444633568 140129029197901 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4046] ppid=3989 vsize=10824364 memory=12328 CPUtime=0.07 cores=0,2,4,6
/proc/3992/task/4046/stat : 4046 (java) S 3989 3992 1397 0 -1 1077944384 2 13048 0 0 0 0 5 2 20 0 15 0 474087342 11084148736 20875 33554432000 4194304 4196468 140732731354256 140129477045392 140129472812757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4047] ppid=3989 vsize=10824364 memory=500 CPUtime=0.07 cores=0,2,4,6
/proc/3992/task/4047/stat : 4047 (java) S 3989 3992 1397 0 -1 1077944384 1 13048 0 0 0 0 5 2 20 0 15 0 474087342 11084148736 20875 33554432000 4194304 4196468 140732731354256 140129365318672 140129472812757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4048] ppid=3989 vsize=10824364 memory=1584 CPUtime=0.07 cores=0,2,4,6
/proc/3992/task/4048/stat : 4048 (java) S 3989 3992 1397 0 -1 1077944384 2 13048 0 0 0 0 5 2 20 0 15 0 474087342 11084148736 20875 33554432000 4194304 4196468 140732731354256 140129364265872 140129472812757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4049] ppid=3989 vsize=10824364 memory=1744 CPUtime=0.07 cores=0,2,4,6
/proc/3992/task/4049/stat : 4049 (java) S 3989 3992 1397 0 -1 1077944384 3 13048 0 0 0 0 5 2 20 0 15 0 474087342 11084148736 20875 33554432000 4194304 4196468 140732731354256 140129363213072 140129472812757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4050] ppid=3989 vsize=10824364 memory=6296427348984942950 CPUtime=0.07 cores=0,2,4,6
/proc/3992/task/4050/stat : 4050 (java) S 3989 3992 1397 0 -1 1077944384 5 13048 0 0 0 0 5 2 20 0 15 0 474087344 11084148736 20875 33554432000 4194304 4196468 140732731354256 140128931486064 140129472813698 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4051] ppid=3989 vsize=10824364 memory=7235428992464153433 CPUtime=0.07 cores=0,2,4,6
/proc/3992/task/4051/stat : 4051 (java) S 3989 3992 1397 0 -1 1077944384 33 13048 0 0 0 0 5 2 20 0 15 0 474087344 11084148736 20875 33554432000 4194304 4196468 140732731354256 140128930432032 140129472812757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4052] ppid=3989 vsize=10824364 memory=7522813955810289491 CPUtime=0.07 cores=0,2,4,6
/proc/3992/task/4052/stat : 4052 (java) S 3989 3992 1397 0 -1 1077944384 1 13048 0 0 0 0 5 2 20 0 15 0 474087344 11084148736 20875 33554432000 4194304 4196468 140732731354256 140128810951536 140129472812757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4053] ppid=3989 vsize=10824364 memory=6935649255962005584 CPUtime=0.07 cores=0,2,4,6
/proc/3992/task/4053/stat : 4053 (java) S 3989 3992 1397 0 -1 1077944384 2 13048 0 0 0 0 5 2 20 0 15 0 474087347 11084148736 20875 33554432000 4194304 4196468 140732731354256 140128206972752 140129472821147 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4054] ppid=3989 vsize=10824364 memory=7445130134969803110 CPUtime=0.21 cores=0,2,4,6
/proc/3992/task/4054/stat : 4054 (java) S 3989 3992 1397 0 -1 1077944384 799 13048 0 0 14 0 5 2 20 0 15 0 474087349 11084148736 20875 33554432000 4194304 4196468 140732731354256 140128896875376 140129472813698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4055] ppid=3989 vsize=10824364 memory=-9062862659931694204 CPUtime=0.19 cores=0,2,4,6
/proc/3992/task/4055/stat : 4055 (java) R 3989 3992 1397 0 -1 4202560 820 13048 0 0 12 0 5 2 20 0 15 0 474087349 11084148736 20875 33554432000 4194304 4196468 140732731354256 140128895808672 140129457915294 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4056] ppid=3989 vsize=10824364 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/3992/task/4056/stat : 4056 (java) R 3989 3992 1397 0 -1 4202560 827 13048 0 0 16 0 5 2 20 0 15 0 474087349 11084148736 20875 33554432000 4194304 4196468 140732731354256 140128894769776 140129451454155 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4057] ppid=3989 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3992/task/4057/stat : 4057 (java) S 3989 3992 1397 0 -1 1077944384 3 13048 0 0 0 0 5 2 20 0 15 0 474087349 11084148736 20875 33554432000 4194304 4196468 140732731354256 140127737211616 140129472812757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4058] ppid=3989 vsize=10824364 memory=3648 CPUtime=0.07 cores=0,2,4,6
/proc/3992/task/4058/stat : 4058 (java) S 3989 3992 1397 0 -1 1077944384 1 13048 0 0 0 0 5 2 20 0 15 0 474087349 11084148736 20875 33554432000 4194304 4196468 140732731354256 140128893717168 140129472813698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83500 KiB

[startup+1.50136 s]
/proc/loadavg: 1.33 1.41 1.47 3/227 4058
/proc/meminfo: memFree=5006772/32770624 swapFree=67021680/67108860
[pid=3992] ppid=3989 vsize=10834680 memory=173968 CPUtime=2.47 cores=0,2,4,6
/proc/3992/stat : 3992 (java) S 3989 3992 1397 0 -1 1077944320 21784 13048 0 0 230 10 5 2 20 0 15 0 474087332 11094712320 43492 33554432000 4194304 4196468 140732731354256 140732731336800 140129472802551 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
/proc/3992/statm: 2708670 43492 3577 1 0 2670733 0
[pid=3992/tid=4045] ppid=3989 vsize=10834680 memory=55 CPUtime=1.4 cores=0,2,4,6
/proc/3992/task/4045/stat : 4045 (java) R 3989 3992 1397 0 -1 4202560 15222 13048 0 0 127 6 5 2 20 0 15 0 474087341 11094712320 43492 33554432000 4194304 4196468 140732731354256 140129444609416 140129029198083 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4046] ppid=3989 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3992/task/4046/stat : 4046 (java) S 3989 3992 1397 0 -1 1077944384 31 13048 0 0 1 0 5 2 20 0 15 0 474087342 11094712320 43492 33554432000 4194304 4196468 140732731354256 140129477045392 140129472812757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4047] ppid=3989 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3992/task/4047/stat : 4047 (java) S 3989 3992 1397 0 -1 1077944384 60 13048 0 0 1 0 5 2 20 0 15 0 474087342 11094712320 43492 33554432000 4194304 4196468 140732731354256 140129365318672 140129472812757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4048] ppid=3989 vsize=10834680 memory=11330123729380 CPUtime=0.08 cores=0,2,4,6
/proc/3992/task/4048/stat : 4048 (java) S 3989 3992 1397 0 -1 1077944384 344 13048 0 0 1 0 5 2 20 0 15 0 474087342 11094712320 43492 33554432000 4194304 4196468 140732731354256 140129364265872 140129472812757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4049] ppid=3989 vsize=10834680 memory=-3123010190269847962 CPUtime=0.08 cores=0,2,4,6
/proc/3992/task/4049/stat : 4049 (java) S 3989 3992 1397 0 -1 1077944384 81 13048 0 0 1 0 5 2 20 0 15 0 474087342 11094712320 43492 33554432000 4194304 4196468 140732731354256 140129363213072 140129472812757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4050] ppid=3989 vsize=10834680 memory=8475934422144292502 CPUtime=0.07 cores=0,2,4,6
/proc/3992/task/4050/stat : 4050 (java) S 3989 3992 1397 0 -1 1077944384 131 13048 0 0 0 0 5 2 20 0 15 0 474087344 11094712320 43492 33554432000 4194304 4196468 140732731354256 140128931486064 140129472813698 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4051] ppid=3989 vsize=10834680 memory=-7595754389018297760 CPUtime=0.07 cores=0,2,4,6
/proc/3992/task/4051/stat : 4051 (java) S 3989 3992 1397 0 -1 1077944384 34 13048 0 0 0 0 5 2 20 0 15 0 474087344 11094712320 43492 33554432000 4194304 4196468 140732731354256 140128930432096 140129472812757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4052] ppid=3989 vsize=10834680 memory=6944656592455360608 CPUtime=0.07 cores=0,2,4,6
/proc/3992/task/4052/stat : 4052 (java) S 3989 3992 1397 0 -1 1077944384 1 13048 0 0 0 0 5 2 20 0 15 0 474087344 11094712320 43492 33554432000 4194304 4196468 140732731354256 140128810951552 140129472812757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4053] ppid=3989 vsize=10834680 memory=6655300316396806240 CPUtime=0.07 cores=0,2,4,6
/proc/3992/task/4053/stat : 4053 (java) S 3989 3992 1397 0 -1 1077944384 2 13048 0 0 0 0 5 2 20 0 15 0 474087347 11094712320 43492 33554432000 4194304 4196468 140732731354256 140128206972752 140129472821147 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4054] ppid=3989 vsize=10834680 memory=-7595754389018297760 CPUtime=0.37 cores=0,2,4,6
/proc/3992/task/4054/stat : 4054 (java) S 3989 3992 1397 0 -1 1077944384 990 13048 0 0 30 0 5 2 20 0 15 0 474087349 11094712320 43492 33554432000 4194304 4196468 140732731354256 140128896875376 140129472813698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4055] ppid=3989 vsize=10834680 memory=6944656592455360608 CPUtime=0.33 cores=0,2,4,6
/proc/3992/task/4055/stat : 4055 (java) S 3989 3992 1397 0 -1 1077944384 1180 13048 0 0 26 0 5 2 20 0 15 0 474087349 11094712320 43492 33554432000 4194304 4196468 140732731354256 140128895822576 140129472813698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4056] ppid=3989 vsize=10834680 memory=-7965959130280075168 CPUtime=0.46 cores=0,2,4,6
/proc/3992/task/4056/stat : 4056 (java) R 3989 3992 1397 0 -1 4202560 1501 13048 0 0 39 0 5 2 20 0 15 0 474087349 11094712320 43492 33554432000 4194304 4196468 140732731354256 140128894769776 140129456883038 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4057] ppid=3989 vsize=10834680 memory=6944656592455359580 CPUtime=0.07 cores=0,2,4,6
/proc/3992/task/4057/stat : 4057 (java) S 3989 3992 1397 0 -1 1077944384 3 13048 0 0 0 0 5 2 20 0 15 0 474087349 11094712320 43492 33554432000 4194304 4196468 140732731354256 140127737211616 140129472812757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4058] ppid=3989 vsize=10834680 memory=1399661390618268019 CPUtime=0.07 cores=0,2,4,6
/proc/3992/task/4058/stat : 4058 (java) S 3989 3992 1397 0 -1 1077944384 1 13048 0 0 0 0 5 2 20 0 15 0 474087349 11094712320 43492 33554432000 4194304 4196468 140732731354256 140128893717168 140129472813698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
Current children cumulated CPU time: 2.47 s
Current children cumulated vsize: 10834680 KiB
Current children cumulated memory: 173968 KiB

[startup+3.11028 s]
/proc/loadavg: 1.33 1.41 1.47 3/227 4058
/proc/meminfo: memFree=4839268/32770624 swapFree=67021680/67108860
[pid=3992] ppid=3989 vsize=10844940 memory=290484 CPUtime=6.14 cores=0,2,4,6
/proc/3992/stat : 3992 (java) S 3989 3992 1397 0 -1 1077944320 39461 13048 0 0 589 18 5 2 20 0 15 0 474087332 11105218560 72621 33554432000 4194304 4196468 140732731354256 140732731336800 140129472802551 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
/proc/3992/statm: 2711235 72621 3607 1 0 2673293 0
[pid=3992/tid=4045] ppid=3989 vsize=10844940 memory=0 CPUtime=2.95 cores=0,2,4,6
/proc/3992/task/4045/stat : 4045 (java) R 3989 3992 1397 0 -1 4202560 22670 13048 0 0 278 10 5 2 20 0 15 0 474087341 11105218560 72621 33554432000 4194304 4196468 140732731354256 140129444626320 140129456883038 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4046] ppid=3989 vsize=10844940 memory=278148 CPUtime=0.11 cores=0,2,4,6
/proc/3992/task/4046/stat : 4046 (java) S 3989 3992 1397 0 -1 1077944384 186 13048 0 0 4 0 5 2 20 0 15 0 474087342 11105218560 72621 33554432000 4194304 4196468 140732731354256 140129477045392 140129472812757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4047] ppid=3989 vsize=10844940 memory=8112282956445269571 CPUtime=0.1 cores=0,2,4,6
/proc/3992/task/4047/stat : 4047 (java) S 3989 3992 1397 0 -1 1077944384 335 13048 0 0 3 0 5 2 20 0 15 0 474087342 11105218560 72621 33554432000 4194304 4196468 140732731354256 140129365318672 140129472812757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4048] ppid=3989 vsize=10844940 memory=17532 CPUtime=0.1 cores=0,2,4,6
/proc/3992/task/4048/stat : 4048 (java) S 3989 3992 1397 0 -1 1077944384 366 13048 0 0 3 0 5 2 20 0 15 0 474087342 11105218560 72621 33554432000 4194304 4196468 140732731354256 140129364265872 140129472812757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4049] ppid=3989 vsize=10844940 memory=41348 CPUtime=0.1 cores=0,2,4,6
/proc/3992/task/4049/stat : 4049 (java) S 3989 3992 1397 0 -1 1077944384 118 13048 0 0 3 0 5 2 20 0 15 0 474087342 11105218560 72621 33554432000 4194304 4196468 140732731354256 140129363213072 140129472812757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4050] ppid=3989 vsize=10844940 memory=1040 CPUtime=0.11 cores=0,2,4,6
/proc/3992/task/4050/stat : 4050 (java) S 3989 3992 1397 0 -1 1077944384 3690 13048 0 0 3 1 5 2 20 0 15 0 474087344 11105218560 72621 33554432000 4194304 4196468 140732731354256 140128931486064 140129472813698 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4051] ppid=3989 vsize=10844940 memory=2084 CPUtime=0.07 cores=0,2,4,6
/proc/3992/task/4051/stat : 4051 (java) S 3989 3992 1397 0 -1 1077944384 44 13048 0 0 0 0 5 2 20 0 15 0 474087344 11105218560 72621 33554432000 4194304 4196468 140732731354256 140128930432160 140129472812757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4052] ppid=3989 vsize=10844940 memory=1480 CPUtime=0.07 cores=0,2,4,6
/proc/3992/task/4052/stat : 4052 (java) S 3989 3992 1397 0 -1 1077944384 11 13048 0 0 0 0 5 2 20 0 15 0 474087344 11105218560 72621 33554432000 4194304 4196468 140732731354256 140128810951552 140129472812757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4053] ppid=3989 vsize=10844940 memory=3472328296227679313 CPUtime=0.07 cores=0,2,4,6
/proc/3992/task/4053/stat : 4053 (java) S 3989 3992 1397 0 -1 1077944384 2 13048 0 0 0 0 5 2 20 0 15 0 474087347 11105218560 72621 33554432000 4194304 4196468 140732731354256 140128206972752 140129472821147 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4054] ppid=3989 vsize=10844940 memory=6307380654919950484 CPUtime=1.09 cores=0,2,4,6
/proc/3992/task/4054/stat : 4054 (java) R 3989 3992 1397 0 -1 4202560 2938 13048 0 0 101 1 5 2 20 0 15 0 474087349 11105218560 72621 33554432000 4194304 4196468 140732731354256 140128896862400 140129454346704 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4055] ppid=3989 vsize=10844940 memory=4121413994597846538 CPUtime=1 cores=0,2,4,6
/proc/3992/task/4055/stat : 4055 (java) R 3989 3992 1397 0 -1 4202560 2538 13048 0 0 92 1 5 2 20 0 15 0 474087349 11105218560 72621 33554432000 4194304 4196468 140732731354256 140128895805120 140129457566696 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4056] ppid=3989 vsize=10844940 memory=5305971178174662286 CPUtime=1.04 cores=0,2,4,6
/proc/3992/task/4056/stat : 4056 (java) S 3989 3992 1397 0 -1 1077944384 4348 13048 0 0 96 1 5 2 20 0 15 0 474087349 11105218560 72621 33554432000 4194304 4196468 140732731354256 140128894769776 140129472813698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4057] ppid=3989 vsize=10844940 memory=6226036859135955625 CPUtime=0.07 cores=0,2,4,6
/proc/3992/task/4057/stat : 4057 (java) S 3989 3992 1397 0 -1 1077944384 3 13048 0 0 0 0 5 2 20 0 15 0 474087349 11105218560 72621 33554432000 4194304 4196468 140732731354256 140127737211616 140129472812757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4058] ppid=3989 vsize=10844940 memory=7738121391907950921 CPUtime=0.07 cores=0,2,4,6
/proc/3992/task/4058/stat : 4058 (java) S 3989 3992 1397 0 -1 1077944384 9 13048 0 0 0 0 5 2 20 0 15 0 474087349 11105218560 72621 33554432000 4194304 4196468 140732731354256 140128893717168 140129472813698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
Current children cumulated CPU time: 6.14 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 290484 KiB

[startup+4.42336 s]
# the end of solver process 3992 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=9.61833 s, system=0.255604 s

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

[startup+3.2017 s]
/proc/loadavg: 1.33 1.41 1.47 3/227 4058
/proc/meminfo: memFree=4839268/32770624 swapFree=67021680/67108860
[pid=3992] ppid=3989 vsize=10844940 memory=299080 CPUtime=6.43 cores=0,2,4,6
/proc/3992/stat : 3992 (java) S 3989 3992 1397 0 -1 1077944320 41678 13048 0 0 618 18 5 2 20 0 15 0 474087332 11105218560 74770 33554432000 4194304 4196468 140732731354256 140732731336800 140129472802551 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
/proc/3992/statm: 2711235 74770 3608 1 0 2673293 0
[pid=3992/tid=4045] ppid=3989 vsize=10844940 memory=6441653301250988718 CPUtime=3.04 cores=0,2,4,6
/proc/3992/task/4045/stat : 4045 (java) R 3989 3992 1397 0 -1 4202560 23171 13048 0 0 287 10 5 2 20 0 15 0 474087341 11105218560 74770 33554432000 4194304 4196468 140732731354256 140129444635088 140129472814486 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4046] ppid=3989 vsize=10844940 memory=6441653296956021422 CPUtime=0.11 cores=0,2,4,6
/proc/3992/task/4046/stat : 4046 (java) S 3989 3992 1397 0 -1 1077944384 186 13048 0 0 4 0 5 2 20 0 15 0 474087342 11105218560 74770 33554432000 4194304 4196468 140732731354256 140129477045392 140129472812757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4047] ppid=3989 vsize=10844940 memory=8112282956445269571 CPUtime=0.1 cores=0,2,4,6
/proc/3992/task/4047/stat : 4047 (java) S 3989 3992 1397 0 -1 1077944384 335 13048 0 0 3 0 5 2 20 0 15 0 474087342 11105218560 74770 33554432000 4194304 4196468 140732731354256 140129365318672 140129472812757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4048] ppid=3989 vsize=10844940 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/3992/task/4048/stat : 4048 (java) S 3989 3992 1397 0 -1 1077944384 366 13048 0 0 3 0 5 2 20 0 15 0 474087342 11105218560 74770 33554432000 4194304 4196468 140732731354256 140129364265872 140129472812757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4049] ppid=3989 vsize=10844940 memory=279918856758176 CPUtime=0.1 cores=0,2,4,6
/proc/3992/task/4049/stat : 4049 (java) S 3989 3992 1397 0 -1 1077944384 118 13048 0 0 3 0 5 2 20 0 15 0 474087342 11105218560 74770 33554432000 4194304 4196468 140732731354256 140129363213072 140129472812757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4050] ppid=3989 vsize=10844940 memory=139959428531952 CPUtime=0.11 cores=0,2,4,6
/proc/3992/task/4050/stat : 4050 (java) S 3989 3992 1397 0 -1 1077944384 3690 13048 0 0 3 1 5 2 20 0 15 0 474087344 11105218560 74770 33554432000 4194304 4196468 140732731354256 140128931486064 140129472813698 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4051] ppid=3989 vsize=10844940 memory=11204 CPUtime=0.07 cores=0,2,4,6
/proc/3992/task/4051/stat : 4051 (java) S 3989 3992 1397 0 -1 1077944384 44 13048 0 0 0 0 5 2 20 0 15 0 474087344 11105218560 74770 33554432000 4194304 4196468 140732731354256 140128930432160 140129472812757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4052] ppid=3989 vsize=10844940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3992/task/4052/stat : 4052 (java) S 3989 3992 1397 0 -1 1077944384 11 13048 0 0 0 0 5 2 20 0 15 0 474087344 11105218560 74770 33554432000 4194304 4196468 140732731354256 140128810951552 140129472812757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4053] ppid=3989 vsize=10844940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3992/task/4053/stat : 4053 (java) S 3989 3992 1397 0 -1 1077944384 2 13048 0 0 0 0 5 2 20 0 15 0 474087347 11105218560 74770 33554432000 4194304 4196468 140732731354256 140128206972752 140129472821147 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4054] ppid=3989 vsize=10844940 memory=0 CPUtime=1.17 cores=0,2,4,6
/proc/3992/task/4054/stat : 4054 (java) R 3989 3992 1397 0 -1 4202560 3221 13048 0 0 109 1 5 2 20 0 15 0 474087349 11105218560 74770 33554432000 4194304 4196468 140732731354256 140128896857728 140129454346727 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4055] ppid=3989 vsize=10844940 memory=0 CPUtime=1.09 cores=0,2,4,6
/proc/3992/task/4055/stat : 4055 (java) R 3989 3992 1397 0 -1 4202560 3618 13048 0 0 101 1 5 2 20 0 15 0 474087349 11105218560 74770 33554432000 4194304 4196468 140732731354256 140128895802664 140129456286014 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4056] ppid=3989 vsize=10844940 memory=0 CPUtime=1.08 cores=0,2,4,6
/proc/3992/task/4056/stat : 4056 (java) R 3989 3992 1397 0 -1 1077944384 4700 13048 0 0 100 1 5 2 20 0 15 0 474087349 11105218560 74770 33554432000 4194304 4196468 140732731354256 140128894769776 140129472813698 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4057] ppid=3989 vsize=10844940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3992/task/4057/stat : 4057 (java) S 3989 3992 1397 0 -1 1077944384 3 13048 0 0 0 0 5 2 20 0 15 0 474087349 11105218560 74770 33554432000 4194304 4196468 140732731354256 140127737211616 140129472812757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4058] ppid=3989 vsize=10844940 memory=-7091624348563251104 CPUtime=0.07 cores=0,2,4,6
/proc/3992/task/4058/stat : 4058 (java) S 3989 3992 1397 0 -1 1077944384 9 13048 0 0 0 0 5 2 20 0 15 0 474087349 11105218560 74770 33554432000 4194304 4196468 140732731354256 140128893717168 140129472813698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
Current children cumulated CPU time: 6.43 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 299080 KiB

[startup+4.00203 s]*
/proc/loadavg: 1.33 1.41 1.47 5/227 4058
/proc/meminfo: memFree=4769116/32770624 swapFree=67021680/67108860
[pid=3992] ppid=3989 vsize=10844940 memory=347344 CPUtime=8.95 cores=0,2,4,6
/proc/3992/stat : 3992 (java) S 3989 3992 1397 0 -1 1077944320 49944 13048 0 0 868 20 5 2 20 0 15 0 474087332 11105218560 86836 33554432000 4194304 4196468 140732731354256 140732731336800 140129472802551 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
/proc/3992/statm: 2711235 86836 3614 1 0 2673293 0
[pid=3992/tid=4045] ppid=3989 vsize=10844940 memory=7311146985107750967 CPUtime=3.84 cores=0,2,4,6
/proc/3992/task/4045/stat : 4045 (java) R 3989 3992 1397 0 -1 4202560 23612 13048 0 0 367 10 5 2 20 0 15 0 474087341 11105218560 86836 33554432000 4194304 4196468 140732731354256 140129444636432 140129029182279 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4046] ppid=3989 vsize=10844940 memory=13570 CPUtime=0.11 cores=0,2,4,6
/proc/3992/task/4046/stat : 4046 (java) S 3989 3992 1397 0 -1 1077944384 188 13048 0 0 4 0 5 2 20 0 15 0 474087342 11105218560 86836 33554432000 4194304 4196468 140732731354256 140129477045392 140129472812757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4047] ppid=3989 vsize=10844940 memory=139959537296432 CPUtime=0.12 cores=0,2,4,6
/proc/3992/task/4047/stat : 4047 (java) S 3989 3992 1397 0 -1 1077944384 337 13048 0 0 4 1 5 2 20 0 15 0 474087342 11105218560 86836 33554432000 4194304 4196468 140732731354256 140129365318672 140129472812757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4048] ppid=3989 vsize=10844940 memory=7012755875744993364 CPUtime=0.1 cores=0,2,4,6
/proc/3992/task/4048/stat : 4048 (java) S 3989 3992 1397 0 -1 1077944384 373 13048 0 0 3 0 5 2 20 0 15 0 474087342 11105218560 86836 33554432000 4194304 4196468 140732731354256 140129364265872 140129472812757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4049] ppid=3989 vsize=10844940 memory=3472592183261933599 CPUtime=0.1 cores=0,2,4,6
/proc/3992/task/4049/stat : 4049 (java) S 3989 3992 1397 0 -1 1077944384 120 13048 0 0 3 0 5 2 20 0 15 0 474087342 11105218560 86836 33554432000 4194304 4196468 140732731354256 140129363213072 140129472812757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4050] ppid=3989 vsize=10844940 memory=3540022181452830384 CPUtime=0.11 cores=0,2,4,6
/proc/3992/task/4050/stat : 4050 (java) S 3989 3992 1397 0 -1 1077944384 3713 13048 0 0 3 1 5 2 20 0 15 0 474087344 11105218560 86836 33554432000 4194304 4196468 140732731354256 140128931486064 140129472813698 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4051] ppid=3989 vsize=10844940 memory=3684004105932780600 CPUtime=0.07 cores=0,2,4,6
/proc/3992/task/4051/stat : 4051 (java) S 3989 3992 1397 0 -1 1077944384 44 13048 0 0 0 0 5 2 20 0 15 0 474087344 11105218560 86836 33554432000 4194304 4196468 140732731354256 140128930432160 140129472812757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4052] ppid=3989 vsize=10844940 memory=7596821954508186944 CPUtime=0.07 cores=0,2,4,6
/proc/3992/task/4052/stat : 4052 (java) S 3989 3992 1397 0 -1 1077944384 11 13048 0 0 0 0 5 2 20 0 15 0 474087344 11105218560 86836 33554432000 4194304 4196468 140732731354256 140128810951552 140129472812757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4053] ppid=3989 vsize=10844940 memory=7014751519599842897 CPUtime=0.07 cores=0,2,4,6
/proc/3992/task/4053/stat : 4053 (java) S 3989 3992 1397 0 -1 1077944384 2 13048 0 0 0 0 5 2 20 0 15 0 474087347 11105218560 86836 33554432000 4194304 4196468 140732731354256 140128206972752 140129472821147 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4054] ppid=3989 vsize=10844940 memory=0 CPUtime=1.87 cores=0,2,4,6
/proc/3992/task/4054/stat : 4054 (java) R 3989 3992 1397 0 -1 4202560 5573 13048 0 0 179 1 5 2 20 0 15 0 474087349 11105218560 86836 33554432000 4194304 4196468 140732731354256 140128896857552 140129453502848 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4055] ppid=3989 vsize=10844940 memory=139959428571951 CPUtime=1.9 cores=0,2,4,6
/proc/3992/task/4055/stat : 4055 (java) R 3989 3992 1397 0 -1 4202560 7514 13048 0 0 181 2 5 2 20 0 15 0 474087349 11105218560 86836 33554432000 4194304 4196468 140732731354256 140128895806720 140129456302749 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4056] ppid=3989 vsize=10844940 memory=139960008029742 CPUtime=1.28 cores=0,2,4,6
/proc/3992/task/4056/stat : 4056 (java) R 3989 3992 1397 0 -1 1077944384 6243 13048 0 0 119 2 5 2 20 0 15 0 474087349 11105218560 86836 33554432000 4194304 4196468 140732731354256 140128894769776 140129472813698 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4057] ppid=3989 vsize=10844940 memory=139959428578863 CPUtime=0.07 cores=0,2,4,6
/proc/3992/task/4057/stat : 4057 (java) S 3989 3992 1397 0 -1 1077944384 3 13048 0 0 0 0 5 2 20 0 15 0 474087349 11105218560 86836 33554432000 4194304 4196468 140732731354256 140127737211616 140129472812757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
[pid=3992/tid=4058] ppid=3989 vsize=10844940 memory=139959533942401 CPUtime=0.07 cores=0,2,4,6
/proc/3992/task/4058/stat : 4058 (java) S 3989 3992 1397 0 -1 1077944384 9 13048 0 0 0 0 5 2 20 0 15 0 474087349 11105218560 86836 33554432000 4194304 4196468 140732731354256 140128893717168 140129472813698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15052800 140732731361891 140732731364533 140732731364533 140732731367375 0
Current children cumulated CPU time: 8.95 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 347344 KiB

[startup+4.80015 s]
/proc/loadavg: 1.33 1.41 1.47 2/212 4059
/proc/meminfo: memFree=5087288/32770624 swapFree=67021680/67108860
Current cumulated CPU time of completed processes: 9.87394 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+5.00016 s]*
/proc/loadavg: 1.55 1.45 1.48 2/212 4059
/proc/meminfo: memFree=5098552/32770624 swapFree=67021680/67108860
Current cumulated CPU time of completed processes: 9.87394 s
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): 5.10394
CPU time (s): 9.87394
CPU user time (s): 9.61833
CPU system time (s): 0.255604
CPU usage (%): 193.457
Max. virtual memory (cumulated for all children) (KiB): 10943248
Max. memory (cumulated for all children) (KiB): 350740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.61833
system time used= 0.255604
maximum resident set size= 350740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63328
page faults= 0
swaps= 0
block input operations= 8
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6327
involuntary context switches= 44


# summary of solver processes directly reported to runsolver:
#   pid: 3992
#   total CPU time (s): 9.87394
#   total CPU user time (s): 9.61833
#   total CPU system time (s): 0.255604

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.057822 second user time and 0.085576 second system time

The end

Launcher Data

Begin job on node150 at 2019-09-20 13:15:07
IDJOB=4402429
IDBENCH=131444
IDSOLVER=2861
FILE ID=node150/4402429-1568978148
RUNJOBID= node150-1568967596-1428
PBS_JOBID= 21704610
Free space on /var/tmp= 13448 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/Subisomorphism/Subisomorphism-m1-si2-m4D/Subisomorphism-si2-m4Dr6-m256-00.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402429-1568978148/watcher-4402429-1568978148 -o /var/tmp/evaluation-result-4402429-1568978148/solver-4402429-1568978148 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node150-1568967596-1428 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=2126459796 HOME/instance-4402429-1568978148.xml

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

MD5SUM BENCH= 73ef0e8387fdebf21bbae2b4acf5d521
RANDOM SEED=2126459796

node150.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:         5101592 kB
MemAvailable:   29817084 kB
Buffers:          149572 kB
Cached:         24469376 kB
SwapCached:         7852 kB
Active:         14300900 kB
Inactive:       12362496 kB
Active(anon):    2013348 kB
Inactive(anon):    71840 kB
Active(file):   12287552 kB
Inactive(file): 12290656 kB
Unevictable:      110744 kB
Mlocked:          110744 kB
SwapTotal:      67108860 kB
SwapFree:       67021680 kB
Dirty:             35636 kB
Writeback:             0 kB
AnonPages:       2150736 kB
Mapped:            60816 kB
Shmem:             32308 kB
Slab:             594568 kB
SReclaimable:     565744 kB
SUnreclaim:        28824 kB
KernelStack:        3888 kB
PageTables:        10148 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3144232 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1959936 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       99712 kB
DirectMap2M:    33445888 kB

Free space on /var/tmp at the end= 13412 MiB
End job on node150 at 2019-09-20 13:15:13