Trace number 4294063

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.8 2018-06-13SAT 8.81132 4.58185

General information on the benchmark

NameBibd/
Bibd-sum-07-03-01_c18.xml
MD5SUMf239a4aabd5fa756ce2bc7a404e03a34
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.013127
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints36
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":49}]
Minimum variable degree9
Maximum variable degree9
Distribution of variable degrees[{"degree":9,"count":49}]
Minimum constraint arity7
Maximum constraint arity49
Distribution of constraint arities[{"arity":7,"count":14},{"arity":14,"count":21},{"arity":49,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":35}]
Optimization problemNO
Type of objective

Solver Data

0.98/0.74	c Concrete v3.8.1528841891564 running
8.53/4.07	v <instantiation>
8.53/4.07	v       <list>
8.53/4.07	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6]
8.53/4.07	v       </list>
8.53/4.07	v       <values>
8.53/4.07	v         0 0 0 0 1 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 0 1 0 0 1 1 0 0 1 0 1 0 0 1 0 1 1 0 0 0 0 1
8.53/4.07	v       </values>
8.53/4.07	v     </instantiation>
8.53/4.07	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 (3605 MiB free)
  memory of node 1: 16384 MiB (10325 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294063-1532424190/watcher-4294063-1532424190 -o /tmp/evaluation-result-4294063-1532424190/solver-4294063-1532424190 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532414812-13981 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1402420074 HOME/instance-4294063-1532424190.xml 

running on 4 cores: 1,3,5,7

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=15962, runsolver pid=15959
Current StackSize limit: 8192 KiB


[startup+0.100842 s]*
/proc/loadavg: 1.57 1.45 1.41 3/207 16019
/proc/meminfo: memFree=14260608/32770624 swapFree=67108852/67108860
[pid=15962] ppid=15959 vsize=9972712 memory=14912 CPUtime=0.08 cores=1,3,5,7
/proc/15962/stat : 15962 (java) S 15959 15962 13949 0 -1 1077944320 4409 13229 0 0 1 0 5 2 20 0 6 0 59982190 10212057088 3728 33554432000 4194304 4196468 140729049655008 140729049637552 140199337807607 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
/proc/15962/statm: 2493178 3728 1934 1 0 2481616 0
[pid=15962/tid=16015] ppid=15959 vsize=9972712 memory=4279135703946462859 CPUtime=0.08 cores=1,3,5,7
/proc/15962/task/16015/stat : 16015 (java) R 15959 15962 13949 0 -1 4202560 2220 13229 0 0 1 0 5 2 20 0 6 0 59982199 10212057088 3728 33554432000 4194304 4196468 140729049655008 140199309644368 140199321888094 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16016] ppid=15959 vsize=9972712 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/15962/task/16016/stat : 16016 (java) S 15959 15962 13949 0 -1 1077944384 1 13229 0 0 0 0 5 2 20 0 6 0 59982200 10212057088 3728 33554432000 4194304 4196468 140729049655008 140199342050192 140199337817813 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16017] ppid=15959 vsize=9972712 memory=139701985687168 CPUtime=0.07 cores=1,3,5,7
/proc/15962/task/16017/stat : 16017 (java) S 15959 15962 13949 0 -1 1077944384 1 13229 0 0 0 0 5 2 20 0 6 0 59982200 10212057088 3728 33554432000 4194304 4196468 140729049655008 140198910724880 140199337817813 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16018] ppid=15959 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15962/task/16018/stat : 16018 (java) S 15959 15962 13949 0 -1 1077944384 1 13229 0 0 0 0 5 2 20 0 6 0 59982200 10212057088 3728 33554432000 4194304 4196468 140729049655008 140198909672592 140199337817813 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16019] ppid=15959 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15962/task/16019/stat : 16019 (java) S 15959 15962 13949 0 -1 1077944384 2 13229 0 0 0 0 5 2 20 0 6 0 59982200 10212057088 3728 33554432000 4194304 4196468 140729049655008 140198908619792 140199337817813 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 14912 KiB

[startup+0.20972 s]*
/proc/loadavg: 1.57 1.45 1.41 3/216 16028
/proc/meminfo: memFree=14239976/32770624 swapFree=67108852/67108860
[pid=15962] ppid=15959 vsize=10818904 memory=40412 CPUtime=0.25 cores=1,3,5,7
/proc/15962/stat : 15962 (java) S 15959 15962 13949 0 -1 1077944320 7872 13229 0 0 16 2 5 2 20 0 15 0 59982190 11078557696 10103 33554432000 4194304 4196468 140729049655008 140729049637552 140199337807607 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
/proc/15962/statm: 2704726 10103 2950 1 0 2667149 0
[pid=15962/tid=16015] ppid=15959 vsize=10818904 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/15962/task/16015/stat : 16015 (java) R 15959 15962 13949 0 -1 4202560 4387 13229 0 0 10 1 5 2 20 0 15 0 59982199 11078557696 10169 33554432000 4194304 4196468 140729049655008 140199309603648 140199318083356 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16016] ppid=15959 vsize=10818904 memory=345 CPUtime=0.07 cores=1,3,5,7
/proc/15962/task/16016/stat : 16016 (java) S 15959 15962 13949 0 -1 1077944384 1 13229 0 0 0 0 5 2 20 0 15 0 59982200 11078557696 10169 33554432000 4194304 4196468 140729049655008 140199342050192 140199337817813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16017] ppid=15959 vsize=10818904 memory=139701986017632 CPUtime=0.07 cores=1,3,5,7
/proc/15962/task/16017/stat : 16017 (java) S 15959 15962 13949 0 -1 1077944384 1 13229 0 0 0 0 5 2 20 0 15 0 59982200 11078557696 10169 33554432000 4194304 4196468 140729049655008 140198910724880 140199337817813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16018] ppid=15959 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15962/task/16018/stat : 16018 (java) S 15959 15962 13949 0 -1 1077944384 1 13229 0 0 0 0 5 2 20 0 15 0 59982200 11078557696 10169 33554432000 4194304 4196468 140729049655008 140198909672592 140199337817813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16019] ppid=15959 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15962/task/16019/stat : 16019 (java) S 15959 15962 13949 0 -1 1077944384 2 13229 0 0 0 0 5 2 20 0 15 0 59982200 11078557696 10169 33554432000 4194304 4196468 140729049655008 140198908619792 140199337817813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16020] ppid=15959 vsize=10818904 memory=139701985687168 CPUtime=0.07 cores=1,3,5,7
/proc/15962/task/16020/stat : 16020 (java) S 15959 15962 13949 0 -1 1077944384 2 13229 0 0 0 0 5 2 20 0 15 0 59982201 11078557696 10169 33554432000 4194304 4196468 140729049655008 140198408054896 140199337818754 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16021] ppid=15959 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15962/task/16021/stat : 16021 (java) S 15959 15962 13949 0 -1 1077944384 13 13229 0 0 0 0 5 2 20 0 15 0 59982202 11078557696 10169 33554432000 4194304 4196468 140729049655008 140198335734560 140199337817813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16022] ppid=15959 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15962/task/16022/stat : 16022 (java) S 15959 15962 13949 0 -1 1077944384 1 13229 0 0 0 0 5 2 20 0 15 0 59982202 11078557696 10235 33554432000 4194304 4196468 140729049655008 140198134408304 140199337817813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16023] ppid=15959 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15962/task/16023/stat : 16023 (java) S 15959 15962 13949 0 -1 1077944384 3 13229 0 0 0 0 5 2 20 0 15 0 59982205 11078557696 10235 33554432000 4194304 4196468 140729049655008 140197894117456 140199337826203 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16024] ppid=15959 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15962/task/16024/stat : 16024 (java) S 15959 15962 13949 0 -1 1077944384 443 13229 0 0 1 0 5 2 20 0 15 0 59982205 11078557696 10235 33554432000 4194304 4196468 140729049655008 140198407002736 140199337818754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16025] ppid=15959 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/15962/task/16025/stat : 16025 (java) S 15959 15962 13949 0 -1 1077944384 195 13229 0 0 1 0 5 2 20 0 15 0 59982205 11078557696 10235 33554432000 4194304 4196468 140729049655008 140198405949936 140199337818754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16026] ppid=15959 vsize=10818904 memory=139701985687168 CPUtime=0.1 cores=1,3,5,7
/proc/15962/task/16026/stat : 16026 (java) S 15959 15962 13949 0 -1 1077944384 665 13229 0 0 3 0 5 2 20 0 15 0 59982205 11078557696 10235 33554432000 4194304 4196468 140729049655008 140198404897648 140199337818754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16027] ppid=15959 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15962/task/16027/stat : 16027 (java) S 15959 15962 13949 0 -1 1077944384 3 13229 0 0 0 0 5 2 20 0 15 0 59982205 11078557696 10235 33554432000 4194304 4196468 140729049655008 140197860559840 140199337817813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16028] ppid=15959 vsize=10818904 memory=139701985687168 CPUtime=0.07 cores=1,3,5,7
/proc/15962/task/16028/stat : 16028 (java) S 15959 15962 13949 0 -1 1077944384 1 13229 0 0 0 0 5 2 20 0 15 0 59982205 11078557696 10235 33554432000 4194304 4196468 140729049655008 140198302177712 140199337818754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 40412 KiB

[startup+0.310222 s]*
/proc/loadavg: 1.57 1.45 1.41 3/216 16028
/proc/meminfo: memFree=14227200/32770624 swapFree=67108852/67108860
[pid=15962] ppid=15959 vsize=10819352 memory=53488 CPUtime=0.37 cores=1,3,5,7
/proc/15962/stat : 15962 (java) S 15959 15962 13949 0 -1 1077944320 10926 13229 0 0 28 2 5 2 20 0 15 0 59982190 11079016448 13372 33554432000 4194304 4196468 140729049655008 140729049637552 140199337807607 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
/proc/15962/statm: 2704838 13372 3096 1 0 2667149 0
[pid=15962/tid=16015] ppid=15959 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/15962/task/16015/stat : 16015 (java) R 15959 15962 13949 0 -1 4202560 7360 13229 0 0 19 2 5 2 20 0 15 0 59982199 11079016448 13372 33554432000 4194304 4196468 140729049655008 140199309619616 140199337829533 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16016] ppid=15959 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15962/task/16016/stat : 16016 (java) S 15959 15962 13949 0 -1 1077944384 1 13229 0 0 0 0 5 2 20 0 15 0 59982200 11079016448 13372 33554432000 4194304 4196468 140729049655008 140199342050192 140199337817813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16017] ppid=15959 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15962/task/16017/stat : 16017 (java) S 15959 15962 13949 0 -1 1077944384 1 13229 0 0 0 0 5 2 20 0 15 0 59982200 11079016448 13372 33554432000 4194304 4196468 140729049655008 140198910724880 140199337817813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16018] ppid=15959 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15962/task/16018/stat : 16018 (java) S 15959 15962 13949 0 -1 1077944384 1 13229 0 0 0 0 5 2 20 0 15 0 59982200 11079016448 13372 33554432000 4194304 4196468 140729049655008 140198909672592 140199337817813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16019] ppid=15959 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15962/task/16019/stat : 16019 (java) S 15959 15962 13949 0 -1 1077944384 2 13229 0 0 0 0 5 2 20 0 15 0 59982200 11079016448 13372 33554432000 4194304 4196468 140729049655008 140198908619792 140199337817813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16020] ppid=15959 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15962/task/16020/stat : 16020 (java) S 15959 15962 13949 0 -1 1077944384 2 13229 0 0 0 0 5 2 20 0 15 0 59982201 11079016448 13372 33554432000 4194304 4196468 140729049655008 140198408054896 140199337818754 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16021] ppid=15959 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15962/task/16021/stat : 16021 (java) S 15959 15962 13949 0 -1 1077944384 13 13229 0 0 0 0 5 2 20 0 15 0 59982202 11079016448 13372 33554432000 4194304 4196468 140729049655008 140198335734560 140199337817813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16022] ppid=15959 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15962/task/16022/stat : 16022 (java) S 15959 15962 13949 0 -1 1077944384 1 13229 0 0 0 0 5 2 20 0 15 0 59982202 11079016448 13372 33554432000 4194304 4196468 140729049655008 140198134408304 140199337817813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16023] ppid=15959 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15962/task/16023/stat : 16023 (java) S 15959 15962 13949 0 -1 1077944384 3 13229 0 0 0 0 5 2 20 0 15 0 59982205 11079016448 13372 33554432000 4194304 4196468 140729049655008 140197894117456 140199337826203 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16024] ppid=15959 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15962/task/16024/stat : 16024 (java) S 15959 15962 13949 0 -1 1077944384 448 13229 0 0 1 0 5 2 20 0 15 0 59982205 11079016448 13372 33554432000 4194304 4196468 140729049655008 140198407002736 140199337818754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16025] ppid=15959 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/15962/task/16025/stat : 16025 (java) S 15959 15962 13949 0 -1 1077944384 198 13229 0 0 1 0 5 2 20 0 15 0 59982205 11079016448 13372 33554432000 4194304 4196468 140729049655008 140198405949936 140199337818754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16026] ppid=15959 vsize=10819352 memory=139701985687168 CPUtime=0.12 cores=1,3,5,7
/proc/15962/task/16026/stat : 16026 (java) S 15959 15962 13949 0 -1 1077944384 702 13229 0 0 5 0 5 2 20 0 15 0 59982205 11079016448 13372 33554432000 4194304 4196468 140729049655008 140198404897648 140199337818754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16027] ppid=15959 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15962/task/16027/stat : 16027 (java) S 15959 15962 13949 0 -1 1077944384 3 13229 0 0 0 0 5 2 20 0 15 0 59982205 11079016448 13372 33554432000 4194304 4196468 140729049655008 140197860559840 140199337817813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16028] ppid=15959 vsize=10819352 memory=139701985687168 CPUtime=0.07 cores=1,3,5,7
/proc/15962/task/16028/stat : 16028 (java) S 15959 15962 13949 0 -1 1077944384 1 13229 0 0 0 0 5 2 20 0 15 0 59982205 11079016448 13372 33554432000 4194304 4196468 140729049655008 140198302177712 140199337818754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53488 KiB

[startup+0.700674 s]
/proc/loadavg: 1.57 1.45 1.41 3/216 16028
/proc/meminfo: memFree=14216160/32770624 swapFree=67108852/67108860
[pid=15962] ppid=15959 vsize=10819352 memory=85928 CPUtime=0.98 cores=1,3,5,7
/proc/15962/stat : 15962 (java) S 15959 15962 13949 0 -1 1077944320 17181 13229 0 0 87 4 5 2 20 0 15 0 59982190 11079016448 21482 33554432000 4194304 4196468 140729049655008 140729049637552 140199337807607 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
/proc/15962/statm: 2704838 21482 3237 1 0 2667149 0
[pid=15962/tid=16015] ppid=15959 vsize=10819352 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/15962/task/16015/stat : 16015 (java) R 15959 15962 13949 0 -1 4202560 12384 13229 0 0 56 3 5 2 20 0 15 0 59982199 11079016448 21482 33554432000 4194304 4196468 140729049655008 140199309628432 140199321888094 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16016] ppid=15959 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15962/task/16016/stat : 16016 (java) S 15959 15962 13949 0 -1 1077944384 1 13229 0 0 0 0 5 2 20 0 15 0 59982200 11079016448 21482 33554432000 4194304 4196468 140729049655008 140199342050192 140199337817813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16017] ppid=15959 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15962/task/16017/stat : 16017 (java) S 15959 15962 13949 0 -1 1077944384 1 13229 0 0 0 0 5 2 20 0 15 0 59982200 11079016448 21482 33554432000 4194304 4196468 140729049655008 140198910724880 140199337817813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16018] ppid=15959 vsize=10819352 memory=139701864510256 CPUtime=0.07 cores=1,3,5,7
/proc/15962/task/16018/stat : 16018 (java) S 15959 15962 13949 0 -1 1077944384 1 13229 0 0 0 0 5 2 20 0 15 0 59982200 11079016448 21482 33554432000 4194304 4196468 140729049655008 140198909672592 140199337817813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16019] ppid=15959 vsize=10819352 memory=139702401237580 CPUtime=0.07 cores=1,3,5,7
/proc/15962/task/16019/stat : 16019 (java) S 15959 15962 13949 0 -1 1077944384 2 13229 0 0 0 0 5 2 20 0 15 0 59982200 11079016448 21482 33554432000 4194304 4196468 140729049655008 140198908619792 140199337817813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16020] ppid=15959 vsize=10819352 memory=4612 CPUtime=0.07 cores=1,3,5,7
/proc/15962/task/16020/stat : 16020 (java) S 15959 15962 13949 0 -1 1077944384 5 13229 0 0 0 0 5 2 20 0 15 0 59982201 11079016448 21482 33554432000 4194304 4196468 140729049655008 140198408054896 140199337818754 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16021] ppid=15959 vsize=10819352 memory=4639098309541128813 CPUtime=0.07 cores=1,3,5,7
/proc/15962/task/16021/stat : 16021 (java) S 15959 15962 13949 0 -1 1077944384 13 13229 0 0 0 0 5 2 20 0 15 0 59982202 11079016448 21482 33554432000 4194304 4196468 140729049655008 140198335734560 140199337817813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16022] ppid=15959 vsize=10819352 memory=7885635084775281010 CPUtime=0.07 cores=1,3,5,7
/proc/15962/task/16022/stat : 16022 (java) S 15959 15962 13949 0 -1 1077944384 1 13229 0 0 0 0 5 2 20 0 15 0 59982202 11079016448 21482 33554432000 4194304 4196468 140729049655008 140198134408304 140199337817813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16023] ppid=15959 vsize=10819352 memory=4044 CPUtime=0.07 cores=1,3,5,7
/proc/15962/task/16023/stat : 16023 (java) S 15959 15962 13949 0 -1 1077944384 3 13229 0 0 0 0 5 2 20 0 15 0 59982205 11079016448 21482 33554432000 4194304 4196468 140729049655008 140197894117456 140199337826203 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16024] ppid=15959 vsize=10819352 memory=11260 CPUtime=0.14 cores=1,3,5,7
/proc/15962/task/16024/stat : 16024 (java) S 15959 15962 13949 0 -1 1077944384 857 13229 0 0 7 0 5 2 20 0 15 0 59982205 11079016448 21482 33554432000 4194304 4196468 140729049655008 140198407002736 140199337818754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16025] ppid=15959 vsize=10819352 memory=16432 CPUtime=0.16 cores=1,3,5,7
/proc/15962/task/16025/stat : 16025 (java) S 15959 15962 13949 0 -1 1077944384 838 13229 0 0 9 0 5 2 20 0 15 0 59982205 11079016448 21482 33554432000 4194304 4196468 140729049655008 140198405949936 140199337818754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16026] ppid=15959 vsize=10819352 memory=1792 CPUtime=0.2 cores=1,3,5,7
/proc/15962/task/16026/stat : 16026 (java) R 15959 15962 13949 0 -1 4202560 881 13229 0 0 13 0 5 2 20 0 15 0 59982205 11079016448 21482 33554432000 4194304 4196468 140729049655008 140198404897648 140199337819542 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16027] ppid=15959 vsize=10819352 memory=644 CPUtime=0.07 cores=1,3,5,7
/proc/15962/task/16027/stat : 16027 (java) S 15959 15962 13949 0 -1 1077944384 3 13229 0 0 0 0 5 2 20 0 15 0 59982205 11079016448 21482 33554432000 4194304 4196468 140729049655008 140197860559840 140199337817813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16028] ppid=15959 vsize=10819352 memory=956 CPUtime=0.07 cores=1,3,5,7
/proc/15962/task/16028/stat : 16028 (java) S 15959 15962 13949 0 -1 1077944384 1 13229 0 0 0 0 5 2 20 0 15 0 59982205 11079016448 21546 33554432000 4194304 4196468 140729049655008 140198302177712 140199337818754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 85928 KiB

[startup+1.50072 s]
/proc/loadavg: 1.57 1.45 1.41 3/216 16028
/proc/meminfo: memFree=14169952/32770624 swapFree=67108852/67108860
[pid=15962] ppid=15959 vsize=10834252 memory=178312 CPUtime=2.24 cores=1,3,5,7
/proc/15962/stat : 15962 (java) S 15959 15962 13949 0 -1 1077944320 24195 13229 0 0 208 9 5 2 20 0 15 0 59982190 11094274048 44578 33554432000 4194304 4196468 140729049655008 140729049637552 140199337807607 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
/proc/15962/statm: 2708563 44578 3468 1 0 2670221 0
[pid=15962/tid=16015] ppid=15959 vsize=10834252 memory=62644 CPUtime=1.42 cores=1,3,5,7
/proc/15962/task/16015/stat : 16015 (java) R 15959 15962 13949 0 -1 4202560 17817 13229 0 0 130 5 5 2 20 0 15 0 59982199 11094274048 44578 33554432000 4194304 4196468 140729049655008 140199309637072 140199337829533 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16016] ppid=15959 vsize=10834252 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/15962/task/16016/stat : 16016 (java) S 15959 15962 13949 0 -1 1077944384 28 13229 0 0 1 0 5 2 20 0 15 0 59982200 11094274048 44578 33554432000 4194304 4196468 140729049655008 140199342050192 140199337817813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16017] ppid=15959 vsize=10834252 memory=279403729051808 CPUtime=0.08 cores=1,3,5,7
/proc/15962/task/16017/stat : 16017 (java) S 15959 15962 13949 0 -1 1077944384 24 13229 0 0 1 0 5 2 20 0 15 0 59982200 11094274048 44578 33554432000 4194304 4196468 140729049655008 140198910724880 140199337817813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16018] ppid=15959 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15962/task/16018/stat : 16018 (java) S 15959 15962 13949 0 -1 1077944384 54 13229 0 0 1 0 5 2 20 0 15 0 59982200 11094274048 44578 33554432000 4194304 4196468 140729049655008 140198909672592 140199337817813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16019] ppid=15959 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15962/task/16019/stat : 16019 (java) S 15959 15962 13949 0 -1 1077944384 210 13229 0 0 0 0 5 2 20 0 15 0 59982200 11094274048 44578 33554432000 4194304 4196468 140729049655008 140198908619792 140199337817813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16020] ppid=15959 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15962/task/16020/stat : 16020 (java) S 15959 15962 13949 0 -1 1077944384 42 13229 0 0 1 0 5 2 20 0 15 0 59982201 11094274048 44578 33554432000 4194304 4196468 140729049655008 140198408054896 140199337818754 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16021] ppid=15959 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15962/task/16021/stat : 16021 (java) S 15959 15962 13949 0 -1 1077944384 13 13229 0 0 0 0 5 2 20 0 15 0 59982202 11094274048 44578 33554432000 4194304 4196468 140729049655008 140198335734624 140199337817813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16022] ppid=15959 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15962/task/16022/stat : 16022 (java) S 15959 15962 13949 0 -1 1077944384 2 13229 0 0 0 0 5 2 20 0 15 0 59982202 11094274048 44578 33554432000 4194304 4196468 140729049655008 140198134408304 140199337817813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16023] ppid=15959 vsize=10834252 memory=-5921431000321636112 CPUtime=0.07 cores=1,3,5,7
/proc/15962/task/16023/stat : 16023 (java) S 15959 15962 13949 0 -1 1077944384 3 13229 0 0 0 0 5 2 20 0 15 0 59982205 11094274048 44578 33554432000 4194304 4196468 140729049655008 140197894117456 140199337826203 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16024] ppid=15959 vsize=10834252 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/15962/task/16024/stat : 16024 (java) S 15959 15962 13949 0 -1 1077944384 1057 13229 0 0 15 0 5 2 20 0 15 0 59982205 11094274048 44578 33554432000 4194304 4196468 140729049655008 140198407002736 140199337818754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16025] ppid=15959 vsize=10834252 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/15962/task/16025/stat : 16025 (java) S 15959 15962 13949 0 -1 1077944384 1312 13229 0 0 25 0 5 2 20 0 15 0 59982205 11094274048 44578 33554432000 4194304 4196468 140729049655008 140198405949936 140199337818754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16026] ppid=15959 vsize=10834252 memory=6791534058613427641 CPUtime=0.37 cores=1,3,5,7
/proc/15962/task/16026/stat : 16026 (java) S 15959 15962 13949 0 -1 1077944384 1439 13229 0 0 30 0 5 2 20 0 15 0 59982205 11094274048 44578 33554432000 4194304 4196468 140729049655008 140198404897648 140199337818754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16027] ppid=15959 vsize=10834252 memory=4638778398332698720 CPUtime=0.07 cores=1,3,5,7
/proc/15962/task/16027/stat : 16027 (java) S 15959 15962 13949 0 -1 1077944384 3 13229 0 0 0 0 5 2 20 0 15 0 59982205 11094274048 44578 33554432000 4194304 4196468 140729049655008 140197860559840 140199337817813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16028] ppid=15959 vsize=10834252 memory=279403729296256 CPUtime=0.07 cores=1,3,5,7
/proc/15962/task/16028/stat : 16028 (java) S 15959 15962 13949 0 -1 1077944384 1 13229 0 0 0 0 5 2 20 0 15 0 59982205 11094274048 44578 33554432000 4194304 4196468 140729049655008 140198302177712 140199337818754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
Current children cumulated CPU time: 2.24 s
Current children cumulated vsize: 10834252 KiB

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

[pid=15962/tid=16025] ppid=15959 vsize=10844512 memory=279403728864992 CPUtime=0.95 cores=1,3,5,7
/proc/15962/task/16025/stat : 16025 (java) R 15959 15962 13949 0 -1 4202560 1898 13229 0 0 87 1 5 2 20 0 15 0 59982205 11104780288 57613 33554432000 4194304 4196468 140729049655008 140198405925264 140199330097056 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16026] ppid=15959 vsize=10844512 memory=279403728871712 CPUtime=1.21 cores=1,3,5,7
/proc/15962/task/16026/stat : 16026 (java) R 15959 15962 13949 0 -1 4202560 4333 13229 0 0 113 1 5 2 20 0 15 0 59982205 11104780288 57613 33554432000 4194304 4196468 140729049655008 140198404897648 140199316786352 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16027] ppid=15959 vsize=10844512 memory=56 CPUtime=0.07 cores=1,3,5,7
/proc/15962/task/16027/stat : 16027 (java) S 15959 15962 13949 0 -1 1077944384 3 13229 0 0 0 0 5 2 20 0 15 0 59982205 11104780288 57613 33554432000 4194304 4196468 140729049655008 140197860559840 140199337817813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16028] ppid=15959 vsize=10844512 memory=2984339746955739232 CPUtime=0.07 cores=1,3,5,7
/proc/15962/task/16028/stat : 16028 (java) S 15959 15962 13949 0 -1 1077944384 3 13229 0 0 0 0 5 2 20 0 15 0 59982205 11104780288 57613 33554432000 4194304 4196468 140729049655008 140198302177712 140199337818754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
Current children cumulated CPU time: 6.21 s
Current children cumulated vsize: 10844512 KiB
Current children cumulated memory: 230452 KiB

[startup+4.5818 s]
# the end of solver process 15962 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=8.54265 s, system=0.268679 s

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

[startup+3.20082 s]
/proc/loadavg: 1.57 1.45 1.41 4/216 16028
/proc/meminfo: memFree=14058536/32770624 swapFree=67108852/67108860
[pid=15962] ppid=15959 vsize=10844512 memory=238488 CPUtime=6.48 cores=1,3,5,7
/proc/15962/stat : 15962 (java) S 15959 15962 13949 0 -1 1077944320 40984 13229 0 0 624 17 5 2 20 0 15 0 59982190 11104780288 59622 33554432000 4194304 4196468 140729049655008 140729049637552 140199337807607 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
/proc/15962/statm: 2711128 59622 3495 1 0 2672781 0
[pid=15962/tid=16015] ppid=15959 vsize=10844512 memory=-9123011406873206402 CPUtime=3.12 cores=1,3,5,7
/proc/15962/task/16015/stat : 16015 (java) R 15959 15962 13949 0 -1 4202560 26259 13229 0 0 296 9 5 2 20 0 15 0 59982199 11104780288 59622 33554432000 4194304 4196468 140729049655008 140199309640736 140199337819542 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16016] ppid=15959 vsize=10844512 memory=6935649255759568960 CPUtime=0.08 cores=1,3,5,7
/proc/15962/task/16016/stat : 16016 (java) S 15959 15962 13949 0 -1 1077944384 28 13229 0 0 1 0 5 2 20 0 15 0 59982200 11104780288 59622 33554432000 4194304 4196468 140729049655008 140199342050192 140199337817813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16017] ppid=15959 vsize=10844512 memory=4132775673715122240 CPUtime=0.08 cores=1,3,5,7
/proc/15962/task/16017/stat : 16017 (java) S 15959 15962 13949 0 -1 1077944384 24 13229 0 0 1 0 5 2 20 0 15 0 59982200 11104780288 59622 33554432000 4194304 4196468 140729049655008 140198910724880 140199337817813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16018] ppid=15959 vsize=10844512 memory=2867664571609120 CPUtime=0.08 cores=1,3,5,7
/proc/15962/task/16018/stat : 16018 (java) S 15959 15962 13949 0 -1 1077944384 54 13229 0 0 1 0 5 2 20 0 15 0 59982200 11104780288 59622 33554432000 4194304 4196468 140729049655008 140198909672592 140199337817813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16019] ppid=15959 vsize=10844512 memory=6154282490091891024 CPUtime=0.07 cores=1,3,5,7
/proc/15962/task/16019/stat : 16019 (java) S 15959 15962 13949 0 -1 1077944384 210 13229 0 0 0 0 5 2 20 0 15 0 59982200 11104780288 59622 33554432000 4194304 4196468 140729049655008 140198908619792 140199337817813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16020] ppid=15959 vsize=10844512 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15962/task/16020/stat : 16020 (java) S 15959 15962 13949 0 -1 1077944384 51 13229 0 0 1 0 5 2 20 0 15 0 59982201 11104780288 59622 33554432000 4194304 4196468 140729049655008 140198408054896 140199337818754 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16021] ppid=15959 vsize=10844512 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15962/task/16021/stat : 16021 (java) S 15959 15962 13949 0 -1 1077944384 13 13229 0 0 0 0 5 2 20 0 15 0 59982202 11104780288 59622 33554432000 4194304 4196468 140729049655008 140198335734624 140199337817813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16022] ppid=15959 vsize=10844512 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/15962/task/16022/stat : 16022 (java) S 15959 15962 13949 0 -1 1077944384 2 13229 0 0 0 0 5 2 20 0 15 0 59982202 11104780288 59622 33554432000 4194304 4196468 140729049655008 140198134408304 140199337817813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16023] ppid=15959 vsize=10844512 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/15962/task/16023/stat : 16023 (java) S 15959 15962 13949 0 -1 1077944384 3 13229 0 0 0 0 5 2 20 0 15 0 59982205 11104780288 59622 33554432000 4194304 4196468 140729049655008 140197894117456 140199337826203 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16024] ppid=15959 vsize=10844512 memory=0 CPUtime=1.17 cores=1,3,5,7
/proc/15962/task/16024/stat : 16024 (java) R 15959 15962 13949 0 -1 1077944384 3720 13229 0 0 108 2 5 2 20 0 15 0 59982205 11104780288 59622 33554432000 4194304 4196468 140729049655008 140198407002736 140199337818754 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16025] ppid=15959 vsize=10844512 memory=0 CPUtime=1.01 cores=1,3,5,7
/proc/15962/task/16025/stat : 16025 (java) S 15959 15962 13949 0 -1 1077944384 2869 13229 0 0 93 1 5 2 20 0 15 0 59982205 11104780288 59622 33554432000 4194304 4196468 140729049655008 140198405949936 140199337818754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16026] ppid=15959 vsize=10844512 memory=0 CPUtime=1.28 cores=1,3,5,7
/proc/15962/task/16026/stat : 16026 (java) R 15959 15962 13949 0 -1 4202560 5552 13229 0 0 119 2 5 2 20 0 15 0 59982205 11104780288 59622 33554432000 4194304 4196468 140729049655008 140198404893408 140199319217615 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16027] ppid=15959 vsize=10844512 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15962/task/16027/stat : 16027 (java) S 15959 15962 13949 0 -1 1077944384 3 13229 0 0 0 0 5 2 20 0 15 0 59982205 11104780288 59622 33554432000 4194304 4196468 140729049655008 140197860559840 140199337817813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16028] ppid=15959 vsize=10844512 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15962/task/16028/stat : 16028 (java) S 15959 15962 13949 0 -1 1077944384 7 13229 0 0 0 0 5 2 20 0 15 0 59982205 11104780288 59622 33554432000 4194304 4196468 140729049655008 140198302177712 140199337818754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
Current children cumulated CPU time: 6.48 s
Current children cumulated vsize: 10844512 KiB
Current children cumulated memory: 238488 KiB

[startup+4.00143 s]*
/proc/loadavg: 1.68 1.48 1.42 5/216 16028
/proc/meminfo: memFree=13952976/32770624 swapFree=67108852/67108860
[pid=15962] ppid=15959 vsize=10914144 memory=326308 CPUtime=8.53 cores=1,3,5,7
/proc/15962/stat : 15962 (java) S 15959 15962 13949 0 -1 1077944320 67367 13229 0 0 824 22 5 2 20 0 15 0 59982190 11176083456 81577 33554432000 4194304 4196468 140729049655008 140729049637552 140199337807607 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
/proc/15962/statm: 2728536 81577 3504 1 0 2690189 0
[pid=15962/tid=16015] ppid=15959 vsize=10914144 memory=6791534058613427641 CPUtime=3.87 cores=1,3,5,7
/proc/15962/task/16015/stat : 16015 (java) R 15959 15962 13949 0 -1 4202560 43855 13229 0 0 369 11 5 2 20 0 15 0 59982199 11176083456 81577 33554432000 4194304 4196468 140729049655008 140199309636584 140198956115040 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16016] ppid=15959 vsize=10914144 memory=4126316290023845779 CPUtime=0.1 cores=1,3,5,7
/proc/15962/task/16016/stat : 16016 (java) S 15959 15962 13949 0 -1 1077944384 48 13229 0 0 3 0 5 2 20 0 15 0 59982200 11176083456 81577 33554432000 4194304 4196468 140729049655008 140199342050192 140199337817813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16017] ppid=15959 vsize=10914144 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/15962/task/16017/stat : 16017 (java) S 15959 15962 13949 0 -1 1077944384 38 13229 0 0 3 0 5 2 20 0 15 0 59982200 11176083456 81577 33554432000 4194304 4196468 140729049655008 140198910724880 140199337817813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16018] ppid=15959 vsize=10914144 memory=-2746958450906831424 CPUtime=0.1 cores=1,3,5,7
/proc/15962/task/16018/stat : 16018 (java) S 15959 15962 13949 0 -1 1077944384 271 13229 0 0 3 0 5 2 20 0 15 0 59982200 11176083456 81577 33554432000 4194304 4196468 140729049655008 140198909672592 140199337817813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16019] ppid=15959 vsize=10914144 memory=6944652177228980320 CPUtime=0.1 cores=1,3,5,7
/proc/15962/task/16019/stat : 16019 (java) S 15959 15962 13949 0 -1 1077944384 573 13229 0 0 2 1 5 2 20 0 15 0 59982200 11176083456 81577 33554432000 4194304 4196468 140729049655008 140198908619792 140199337817813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16020] ppid=15959 vsize=10914144 memory=6944656575208382560 CPUtime=0.1 cores=1,3,5,7
/proc/15962/task/16020/stat : 16020 (java) S 15959 15962 13949 0 -1 1077944384 3854 13229 0 0 3 0 5 2 20 0 15 0 59982201 11176083456 81577 33554432000 4194304 4196468 140729049655008 140198408054896 140199337818754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16021] ppid=15959 vsize=10914144 memory=6944656592385698452 CPUtime=0.07 cores=1,3,5,7
/proc/15962/task/16021/stat : 16021 (java) S 15959 15962 13949 0 -1 1077944384 14 13229 0 0 0 0 5 2 20 0 15 0 59982202 11176083456 81577 33554432000 4194304 4196468 140729049655008 140198335734624 140199337817813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16022] ppid=15959 vsize=10914144 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15962/task/16022/stat : 16022 (java) S 15959 15962 13949 0 -1 1077944384 2 13229 0 0 0 0 5 2 20 0 15 0 59982202 11176083456 81577 33554432000 4194304 4196468 140729049655008 140198134408320 140199337817813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16023] ppid=15959 vsize=10914144 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15962/task/16023/stat : 16023 (java) S 15959 15962 13949 0 -1 1077944384 3 13229 0 0 0 0 5 2 20 0 15 0 59982205 11176083456 81577 33554432000 4194304 4196468 140729049655008 140197894117456 140199337826203 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16024] ppid=15959 vsize=10914144 memory=0 CPUtime=1.7 cores=1,3,5,7
/proc/15962/task/16024/stat : 16024 (java) R 15959 15962 13949 0 -1 4202560 7053 13229 0 0 161 2 5 2 20 0 15 0 59982205 11176083456 81577 33554432000 4194304 4196468 140729049655008 140198406989168 140199322922835 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16025] ppid=15959 vsize=10914144 memory=0 CPUtime=1.33 cores=1,3,5,7
/proc/15962/task/16025/stat : 16025 (java) R 15959 15962 13949 0 -1 4202560 3109 13229 0 0 125 1 5 2 20 0 15 0 59982205 11176083456 81577 33554432000 4194304 4196468 140729049655008 140198405941264 140199315824609 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16026] ppid=15959 vsize=10914144 memory=4785954429024149535 CPUtime=1.58 cores=1,3,5,7
/proc/15962/task/16026/stat : 16026 (java) R 15959 15962 13949 0 -1 1077944384 6347 13229 0 0 149 2 5 2 20 0 15 0 59982205 11176083456 81577 33554432000 4194304 4196468 140729049655008 140198404897648 140199337818754 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16027] ppid=15959 vsize=10914144 memory=5507152521407963187 CPUtime=0.07 cores=1,3,5,7
/proc/15962/task/16027/stat : 16027 (java) S 15959 15962 13949 0 -1 1077944384 3 13229 0 0 0 0 5 2 20 0 15 0 59982205 11176083456 81577 33554432000 4194304 4196468 140729049655008 140197860559840 140199337817813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16028] ppid=15959 vsize=10914144 memory=739271074832719903 CPUtime=0.07 cores=1,3,5,7
/proc/15962/task/16028/stat : 16028 (java) S 15959 15962 13949 0 -1 1077944384 7 13229 0 0 0 0 5 2 20 0 15 0 59982205 11176083456 81577 33554432000 4194304 4196468 140729049655008 140198302177712 140199337818754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
Current children cumulated CPU time: 8.53 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 326308 KiB

[startup+4.40053 s]
/proc/loadavg: 1.68 1.48 1.42 5/216 16028
/proc/meminfo: memFree=13952976/32770624 swapFree=67108852/67108860
[pid=15962] ppid=15959 vsize=10982028 memory=330100 CPUtime=8.78 cores=1,3,5,7
/proc/15962/stat : 15962 (java) S 15959 15962 13949 0 -1 1077944320 68305 13229 0 0 848 23 5 2 20 0 12 0 59982190 11245596672 82525 33554432000 4194304 4196468 140729049655008 140729049637552 140199337807607 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
/proc/15962/statm: 2745507 82525 3507 1 0 2707160 0
[pid=15962/tid=16015] ppid=15959 vsize=10982028 memory=6791534058613427641 CPUtime=3.93 cores=1,3,5,7
/proc/15962/task/16015/stat : 16015 (java) D 15959 15962 13949 0 -1 4202560 44030 13229 0 0 375 11 5 2 20 0 12 0 59982199 11245596672 82525 33554432000 4194304 4196468 140729049655008 140199309651256 140199330493239 0 0 0 16800975 18446744072099941509 0 0 -1 7 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16016] ppid=15959 vsize=10982028 memory=137619342130472 CPUtime=0.1 cores=1,3,5,7
/proc/15962/task/16016/stat : 16016 (java) S 15959 15962 13949 0 -1 1077944384 48 13229 0 0 3 0 5 2 20 0 12 0 59982200 11245596672 82525 33554432000 4194304 4196468 140729049655008 140199342050192 140199337817813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16017] ppid=15959 vsize=10982028 memory=6944656592455097440 CPUtime=0.1 cores=1,3,5,7
/proc/15962/task/16017/stat : 16017 (java) S 15959 15962 13949 0 -1 1077944384 38 13229 0 0 3 0 5 2 20 0 12 0 59982200 11245596672 82525 33554432000 4194304 4196468 140729049655008 140198910724880 140199337817813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16018] ppid=15959 vsize=10982028 memory=6944652177228980320 CPUtime=0.1 cores=1,3,5,7
/proc/15962/task/16018/stat : 16018 (java) S 15959 15962 13949 0 -1 1077944384 271 13229 0 0 3 0 5 2 20 0 12 0 59982200 11245596672 82525 33554432000 4194304 4196468 140729049655008 140198909672592 140199337817813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16019] ppid=15959 vsize=10982028 memory=6655300316396806240 CPUtime=0.1 cores=1,3,5,7
/proc/15962/task/16019/stat : 16019 (java) S 15959 15962 13949 0 -1 1077944384 573 13229 0 0 2 1 5 2 20 0 12 0 59982200 11245596672 82525 33554432000 4194304 4196468 140729049655008 140198908619792 140199337817813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16021] ppid=15959 vsize=10982028 memory=6944656592455359580 CPUtime=0.07 cores=1,3,5,7
/proc/15962/task/16021/stat : 16021 (java) S 15959 15962 13949 0 -1 1077944384 14 13229 0 0 0 0 5 2 20 0 12 0 59982202 11245596672 82525 33554432000 4194304 4196468 140729049655008 140198335734624 140199337817813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16022] ppid=15959 vsize=10982028 memory=6944652177228980320 CPUtime=0.07 cores=1,3,5,7
/proc/15962/task/16022/stat : 16022 (java) S 15959 15962 13949 0 -1 1077944384 2 13229 0 0 0 0 5 2 20 0 12 0 59982202 11245596672 82525 33554432000 4194304 4196468 140729049655008 140198134408320 140199337817813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16024] ppid=15959 vsize=10982028 memory=6944656592455097440 CPUtime=1.8 cores=1,3,5,7
/proc/15962/task/16024/stat : 16024 (java) S 15959 15962 13949 0 -1 1077944384 7729 13229 0 0 171 2 5 2 20 0 12 0 59982205 11245596672 82525 33554432000 4194304 4196468 140729049655008 140198406987248 140199337817813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16025] ppid=15959 vsize=10982028 memory=6944652177228980320 CPUtime=1.4 cores=1,3,5,7
/proc/15962/task/16025/stat : 16025 (java) S 15959 15962 13949 0 -1 1077944384 3115 13229 0 0 132 1 5 2 20 0 12 0 59982205 11245596672 82525 33554432000 4194304 4196468 140729049655008 140198405934128 140199337817813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16026] ppid=15959 vsize=10982028 memory=0 CPUtime=1.6 cores=1,3,5,7
/proc/15962/task/16026/stat : 16026 (java) S 15959 15962 13949 0 -1 1077944384 6392 13229 0 0 151 2 5 2 20 0 12 0 59982205 11245596672 82525 33554432000 4194304 4196468 140729049655008 140198404897648 140199337818754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16027] ppid=15959 vsize=10982028 memory=3521 CPUtime=0.07 cores=1,3,5,7
/proc/15962/task/16027/stat : 16027 (java) S 15959 15962 13949 0 -1 1077944384 3 13229 0 0 0 0 5 2 20 0 12 0 59982205 11245596672 82525 33554432000 4194304 4196468 140729049655008 140197860559840 140199337817813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
Current children cumulated CPU time: 8.78 s
Current children cumulated vsize: 10982028 KiB
Current children cumulated memory: 330100 KiB

[startup+4.50049 s]
/proc/loadavg: 1.68 1.48 1.42 5/216 16028
/proc/meminfo: memFree=13952976/32770624 swapFree=67108852/67108860
[pid=15962] ppid=15959 vsize=10982028 memory=330100 CPUtime=8.78 cores=1,3,5,7
/proc/15962/stat : 15962 (java) S 15959 15962 13949 0 -1 1077944320 68305 13229 0 0 848 23 5 2 20 0 12 0 59982190 11245596672 82525 33554432000 4194304 4196468 140729049655008 140729049637552 140199337807607 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
/proc/15962/statm: 2745507 82525 3507 1 0 2707160 0
[pid=15962/tid=16015] ppid=15959 vsize=10982028 memory=56 CPUtime=3.93 cores=1,3,5,7
/proc/15962/task/16015/stat : 16015 (java) D 15959 15962 13949 0 -1 4202560 44030 13229 0 0 375 11 5 2 20 0 12 0 59982199 11245596672 82525 33554432000 4194304 4196468 140729049655008 140199309651256 140199330493239 0 0 0 16800975 18446744072099941509 0 0 -1 7 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16016] ppid=15959 vsize=10982028 memory=279403729381504 CPUtime=0.1 cores=1,3,5,7
/proc/15962/task/16016/stat : 16016 (java) S 15959 15962 13949 0 -1 1077944384 48 13229 0 0 3 0 5 2 20 0 12 0 59982200 11245596672 82525 33554432000 4194304 4196468 140729049655008 140199342050192 140199337817813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16017] ppid=15959 vsize=10982028 memory=7425 CPUtime=0.1 cores=1,3,5,7
/proc/15962/task/16017/stat : 16017 (java) S 15959 15962 13949 0 -1 1077944384 38 13229 0 0 3 0 5 2 20 0 12 0 59982200 11245596672 82525 33554432000 4194304 4196468 140729049655008 140198910724880 140199337817813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16018] ppid=15959 vsize=10982028 memory=2319528901031042704 CPUtime=0.1 cores=1,3,5,7
/proc/15962/task/16018/stat : 16018 (java) S 15959 15962 13949 0 -1 1077944384 271 13229 0 0 3 0 5 2 20 0 12 0 59982200 11245596672 82525 33554432000 4194304 4196468 140729049655008 140198909672592 140199337817813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16019] ppid=15959 vsize=10982028 memory=3762675313398138976 CPUtime=0.1 cores=1,3,5,7
/proc/15962/task/16019/stat : 16019 (java) S 15959 15962 13949 0 -1 1077944384 573 13229 0 0 2 1 5 2 20 0 12 0 59982200 11245596672 82525 33554432000 4194304 4196468 140729049655008 140198908619792 140199337817813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16021] ppid=15959 vsize=10982028 memory=279403728864992 CPUtime=0.07 cores=1,3,5,7
/proc/15962/task/16021/stat : 16021 (java) S 15959 15962 13949 0 -1 1077944384 14 13229 0 0 0 0 5 2 20 0 12 0 59982202 11245596672 82525 33554432000 4194304 4196468 140729049655008 140198335734624 140199337817813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16022] ppid=15959 vsize=10982028 memory=279403728871712 CPUtime=0.07 cores=1,3,5,7
/proc/15962/task/16022/stat : 16022 (java) S 15959 15962 13949 0 -1 1077944384 2 13229 0 0 0 0 5 2 20 0 12 0 59982202 11245596672 82525 33554432000 4194304 4196468 140729049655008 140198134408320 140199337817813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16024] ppid=15959 vsize=10982028 memory=211032 CPUtime=1.8 cores=1,3,5,7
/proc/15962/task/16024/stat : 16024 (java) S 15959 15962 13949 0 -1 1077944384 7729 13229 0 0 171 2 5 2 20 0 12 0 59982205 11245596672 82525 33554432000 4194304 4196468 140729049655008 140198406987248 140199337817813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16025] ppid=15959 vsize=10982028 memory=0 CPUtime=1.4 cores=1,3,5,7
/proc/15962/task/16025/stat : 16025 (java) S 15959 15962 13949 0 -1 1077944384 3115 13229 0 0 132 1 5 2 20 0 12 0 59982205 11245596672 82525 33554432000 4194304 4196468 140729049655008 140198405934128 140199337817813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16026] ppid=15959 vsize=10982028 memory=-2746958450906831424 CPUtime=1.6 cores=1,3,5,7
/proc/15962/task/16026/stat : 16026 (java) S 15959 15962 13949 0 -1 1077944384 6392 13229 0 0 151 2 5 2 20 0 12 0 59982205 11245596672 82525 33554432000 4194304 4196468 140729049655008 140198404897648 140199337818754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
[pid=15962/tid=16027] ppid=15959 vsize=10982028 memory=6655300316396806240 CPUtime=0.07 cores=1,3,5,7
/proc/15962/task/16027/stat : 16027 (java) S 15959 15962 13949 0 -1 1077944384 3 13229 0 0 0 0 5 2 20 0 12 0 59982205 11245596672 82525 33554432000 4194304 4196468 140729049655008 140197860559840 140199337817813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30932992 140729049664110 140729049666908 140729049666908 140729049669583 0
Current children cumulated CPU time: 8.78 s
Current children cumulated vsize: 10982028 KiB
Current children cumulated memory: 330100 KiB

Child status: 0
Real time (s): 4.58185
CPU time (s): 8.81132
CPU user time (s): 8.54265
CPU system time (s): 0.268679
CPU usage (%): 192.309
Max. virtual memory (cumulated for all children) (KiB): 10982028
Max. memory (cumulated for all children) (KiB): 330100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.54265
system time used= 0.268679
maximum resident set size= 332008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81558
page faults= 0
swaps= 0
block input operations= 0
block output operations= 168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7060
involuntary context switches= 31


# summary of solver processes directly reported to runsolver:
#   pid: 15962
#   total CPU time (s): 8.81132
#   total CPU user time (s): 8.54265
#   total CPU system time (s): 0.268679

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.054346 second user time and 0.078856 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-24 11:23:10
IDJOB=4294063
IDBENCH=141326
IDSOLVER=2750
FILE ID=node148/4294063-1532424190
RUNJOBID= node148-1532414812-13981
PBS_JOBID= 21021576
Free space on /tmp= 43728 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Bibd/Bibd-sum-07-03-01_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294063-1532424190/watcher-4294063-1532424190 -o /tmp/evaluation-result-4294063-1532424190/solver-4294063-1532424190 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532414812-13981 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1402420074 HOME/instance-4294063-1532424190.xml

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

MD5SUM BENCH= f239a4aabd5fa756ce2bc7a404e03a34
RANDOM SEED=1402420074

node148.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.50
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.50
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.50
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.50
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:        14266696 kB
MemAvailable:   30880620 kB
Buffers:          197336 kB
Cached:         16364112 kB
SwapCached:            8 kB
Active:          3096020 kB
Inactive:       14575840 kB
Active(anon):    1064552 kB
Inactive(anon):    66096 kB
Active(file):    2031468 kB
Inactive(file): 14509744 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:             26416 kB
Writeback:             0 kB
AnonPages:       1117772 kB
Mapped:            51248 kB
Shmem:             17024 kB
Slab:             529096 kB
SReclaimable:     501172 kB
SUnreclaim:        27924 kB
KernelStack:        3552 kB
PageTables:         7288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2050536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1017856 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 43700 MiB
End job on node148 at 2018-07-24 11:23:15