Trace number 4305292

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.9.2-SuperNGSAT 8.61853 4.02932

General information on the benchmark

NameEternity/
Eternity-05-05_c18.xml
MD5SUMc4864a898575c3e068596f0b6cab168e
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.047629
Satisfiable
(Un)Satisfiability was proved
Number of variables85
Number of constraints46
Number of domains2
Minimum domain size8
Maximum domain size25
Distribution of domain sizes[{"size":8,"count":60},{"size":25,"count":25}]
Minimum variable degree1
Maximum variable degree6
Distribution of variable degrees[{"degree":1,"count":4},{"degree":2,"count":80},{"degree":6,"count":1}]
Minimum constraint arity1
Maximum constraint arity25
Distribution of constraint arities[{"arity":1,"count":20},{"arity":5,"count":25},{"arity":25,"count":1}]
Number of extensional constraints25
Number of intensional constraints20
Distribution of constraint types[{"type":"extension","count":25},{"type":"intension","count":20},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.99/0.74	c Concrete v3.9.2.1532736233296 running
8.25/3.99	v <instantiation>
8.25/3.99	v       <list>
8.25/3.99	v         id[0][0] id[0][1] id[0][2] id[0][3] id[0][4] id[1][0] id[1][1] id[1][2] id[1][3] id[1][4] id[2][0] id[2][1] id[2][2] id[2][3] id[2][4] id[3][0] id[3][1] id[3][2] id[3][3] id[3][4] id[4][0] id[4][1] id[4][2] id[4][3] id[4][4] top[0][0] top[0][1] top[0][2] top[0][3] top[0][4] top[1][0] top[1][1] top[1][2] top[1][3] top[1][4] top[2][0] top[2][1] top[2][2] top[2][3] top[2][4] top[3][0] top[3][1] top[3][2] top[3][3] top[3][4] top[4][0] top[4][1] top[4][2] top[4][3] top[4][4] left[0][0] left[0][1] left[0][2] left[0][3] left[0][4] left[1][0] left[1][1] left[1][2] left[1][3] left[1][4] left[2][0] left[2][1] left[2][2] left[2][3] left[2][4] left[3][0] left[3][1] left[3][2] left[3][3] left[3][4] left[4][0] left[4][1] left[4][2] left[4][3] left[4][4] bot[0] bot[1] bot[2] bot[3] bot[4] right[0] right[1] right[2] right[3] right[4]
8.25/3.99	v       </list>
8.25/3.99	v       <values>
8.25/3.99	v         2 8 12 7 1 15 24 21 20 14 9 19 23 22 11 10 17 16 18 6 3 4 5 13 0 0 0 0 0 0 3 6 4 5 2 2 7 7 4 3 2 4 6 5 2 3 4 4 6 1 0 2 1 3 1 0 7 7 6 6 0 5 7 5 7 0 6 5 4 5 0 1 1 3 1 0 0 0 0 0 0 0 0 0 0
8.25/3.99	v       </values>
8.25/3.99	v     </instantiation>
8.25/3.99	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 (9050 MiB free)
  memory of node 1: 16384 MiB (6849 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305292-1534152716/watcher-4305292-1534152716 -o /tmp/evaluation-result-4305292-1534152716/solver-4305292-1534152716 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534137835-2125 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1518960741 -superng HOME/instance-4305292-1534152716.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
Current StackSize limit: 8192 KiB

solver pid=5020, runsolver pid=5017

[startup+0.100191 s]*
/proc/loadavg: 1.85 1.91 1.87 3/212 5077
/proc/meminfo: memFree=16272196/32770624 swapFree=67108852/67108860
[pid=5020] ppid=5017 vsize=10005480 memory=17076 CPUtime=0.08 cores=0,2,4,6
/proc/5020/stat : 5020 (java) S 5017 5020 1500 0 -1 1077944320 4410 12890 0 0 1 0 5 2 20 0 6 0 232834811 10245611520 4269 33554432000 4194304 4196468 140724090781152 140724090763696 140096056889079 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
/proc/5020/statm: 2501370 4269 1934 1 0 2489808 0
[pid=5020/tid=5073] ppid=5017 vsize=10005480 memory=-8530506832973971393 CPUtime=0.08 cores=0,2,4,6
/proc/5020/task/5073/stat : 5073 (java) R 5017 5020 1500 0 -1 4202560 2251 12890 0 0 1 0 5 2 20 0 6 0 232834820 10245611520 4269 33554432000 4194304 4196468 140724090781152 140096028725840 140096042012016 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5074] ppid=5017 vsize=10005480 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/5020/task/5074/stat : 5074 (java) S 5017 5020 1500 0 -1 1077944384 2 12890 0 0 0 0 5 2 20 0 6 0 232834820 10245611520 4269 33554432000 4194304 4196468 140724090781152 140096061131408 140096056899285 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5075] ppid=5017 vsize=10005480 memory=139948673734272 CPUtime=0.07 cores=0,2,4,6
/proc/5020/task/5075/stat : 5075 (java) S 5017 5020 1500 0 -1 1077944384 1 12890 0 0 0 0 5 2 20 0 6 0 232834820 10245611520 4269 33554432000 4194304 4196468 140724090781152 140095931779600 140096056899285 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5076] ppid=5017 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5020/task/5076/stat : 5076 (java) S 5017 5020 1500 0 -1 1077944384 1 12890 0 0 0 0 5 2 20 0 6 0 232834820 10245611520 4269 33554432000 4194304 4196468 140724090781152 140095930726800 140096056899285 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5077] ppid=5017 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/5020/task/5077/stat : 5077 (java) S 5017 5020 1500 0 -1 1077944384 2 12890 0 0 0 0 5 2 20 0 6 0 232834820 10245611520 4269 33554432000 4194304 4196468 140724090781152 140095929674000 140096056899285 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 17076 KiB

[startup+0.210204 s]*
/proc/loadavg: 1.85 1.91 1.87 3/221 5086
/proc/meminfo: memFree=16252436/32770624 swapFree=67108852/67108860
[pid=5020] ppid=5017 vsize=10983736 memory=43676 CPUtime=0.25 cores=0,2,4,6
/proc/5020/stat : 5020 (java) S 5017 5020 1500 0 -1 1077944320 8154 12890 0 0 16 2 5 2 20 0 15 0 232834811 11247345664 10919 33554432000 4194304 4196468 140724090781152 140724090763696 140096056889079 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
/proc/5020/statm: 2745934 10919 2956 1 0 2708357 0
[pid=5020/tid=5073] ppid=5017 vsize=10985364 memory=8514701219931451533 CPUtime=0.18 cores=0,2,4,6
/proc/5020/task/5073/stat : 5073 (java) R 5017 5020 1500 0 -1 4202560 5206 12890 0 0 10 1 5 2 20 0 15 0 232834820 11249012736 11447 33554432000 4194304 4196468 140724090781152 140096028713888 140096049568797 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5074] ppid=5017 vsize=10985364 memory=-9181546050914066336 CPUtime=0.07 cores=0,2,4,6
/proc/5020/task/5074/stat : 5074 (java) S 5017 5020 1500 0 -1 1077944384 2 12890 0 0 0 0 5 2 20 0 15 0 232834820 11249012736 11447 33554432000 4194304 4196468 140724090781152 140096061131408 140096056899285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5075] ppid=5017 vsize=10985364 memory=139948673734272 CPUtime=0.07 cores=0,2,4,6
/proc/5020/task/5075/stat : 5075 (java) S 5017 5020 1500 0 -1 1077944384 1 12890 0 0 0 0 5 2 20 0 15 0 232834820 11249012736 11447 33554432000 4194304 4196468 140724090781152 140095931779600 140096056899285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5076] ppid=5017 vsize=10985364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5020/task/5076/stat : 5076 (java) S 5017 5020 1500 0 -1 1077944384 1 12890 0 0 0 0 5 2 20 0 15 0 232834820 11249012736 11447 33554432000 4194304 4196468 140724090781152 140095930726800 140096056899285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5077] ppid=5017 vsize=10985364 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/5020/task/5077/stat : 5077 (java) S 5017 5020 1500 0 -1 1077944384 2 12890 0 0 0 0 5 2 20 0 15 0 232834820 11249012736 11513 33554432000 4194304 4196468 140724090781152 140095929674000 140096056899285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5078] ppid=5017 vsize=10985364 memory=139948673734272 CPUtime=0.07 cores=0,2,4,6
/proc/5020/task/5078/stat : 5078 (java) S 5017 5020 1500 0 -1 1077944384 2 12890 0 0 0 0 5 2 20 0 15 0 232834822 11249012736 11513 33554432000 4194304 4196468 140724090781152 140095482780528 140096056900226 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5079] ppid=5017 vsize=10985364 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/5020/task/5079/stat : 5079 (java) S 5017 5020 1500 0 -1 1077944384 13 12890 0 0 0 0 5 2 20 0 15 0 232834822 11249012736 11513 33554432000 4194304 4196468 140724090781152 140094853867040 140096056899285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5080] ppid=5017 vsize=10985364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5020/task/5080/stat : 5080 (java) S 5017 5020 1500 0 -1 1077944384 21 12890 0 0 0 0 5 2 20 0 15 0 232834822 11249012736 11513 33554432000 4194304 4196468 140724090781152 140094786753904 140096056899285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5081] ppid=5017 vsize=10985364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5020/task/5081/stat : 5081 (java) S 5017 5020 1500 0 -1 1077944384 3 12890 0 0 0 0 5 2 20 0 15 0 232834825 11249012736 11513 33554432000 4194304 4196468 140724090781152 140094479358288 140096056907675 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5082] ppid=5017 vsize=10985364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5020/task/5082/stat : 5082 (java) S 5017 5020 1500 0 -1 1077944384 413 12890 0 0 1 0 5 2 20 0 15 0 232834825 11249012736 11513 33554432000 4194304 4196468 140724090781152 140095481727344 140096056900226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5083] ppid=5017 vsize=10985364 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5020/task/5083/stat : 5083 (java) S 5017 5020 1500 0 -1 1077944384 194 12890 0 0 1 0 5 2 20 0 15 0 232834825 11249012736 11161 33554432000 4194304 4196468 140724090781152 140095480674544 140096056900226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5084] ppid=5017 vsize=10985364 memory=139948673734272 CPUtime=0.1 cores=0,2,4,6
/proc/5020/task/5084/stat : 5084 (java) S 5017 5020 1500 0 -1 1077944384 613 12890 0 0 3 0 5 2 20 0 15 0 232834825 11249012736 11161 33554432000 4194304 4196468 140724090781152 140095479621744 140096056900226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5085] ppid=5017 vsize=10983736 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/5020/task/5085/stat : 5085 (java) S 5017 5020 1500 0 -1 1077944384 3 12890 0 0 0 0 5 2 20 0 15 0 232834825 11247345664 11161 33554432000 4194304 4196468 140724090781152 140094048561376 140096056899285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5086] ppid=5017 vsize=10983736 memory=139948673734272 CPUtime=0.07 cores=0,2,4,6
/proc/5020/task/5086/stat : 5086 (java) S 5017 5020 1500 0 -1 1077944384 1 12890 0 0 0 0 5 2 20 0 15 0 232834825 11247345664 10921 33554432000 4194304 4196468 140724090781152 140095478570160 140096056900226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10983736 KiB
Current children cumulated memory: 43676 KiB

[startup+0.31069 s]*
/proc/loadavg: 1.85 1.91 1.87 3/221 5086
/proc/meminfo: memFree=16231780/32770624 swapFree=67108852/67108860
[pid=5020] ppid=5017 vsize=10983192 memory=54112 CPUtime=0.38 cores=0,2,4,6
/proc/5020/stat : 5020 (java) S 5017 5020 1500 0 -1 1077944320 10645 12890 0 0 28 3 5 2 20 0 15 0 232834811 11246788608 13528 33554432000 4194304 4196468 140724090781152 140724090763696 140096056889079 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
/proc/5020/statm: 2745798 13528 3075 1 0 2708109 0
[pid=5020/tid=5073] ppid=5017 vsize=10983192 memory=8112282956445269571 CPUtime=0.28 cores=0,2,4,6
/proc/5020/task/5073/stat : 5073 (java) R 5017 5020 1500 0 -1 4202560 7179 12890 0 0 19 2 5 2 20 0 15 0 232834820 11246788608 13528 33554432000 4194304 4196468 140724090781152 140096028701088 140096049130469 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5074] ppid=5017 vsize=10983192 memory=7230637312014700624 CPUtime=0.07 cores=0,2,4,6
/proc/5020/task/5074/stat : 5074 (java) S 5017 5020 1500 0 -1 1077944384 2 12890 0 0 0 0 5 2 20 0 15 0 232834820 11246788608 13528 33554432000 4194304 4196468 140724090781152 140096061131408 140096056899285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5075] ppid=5017 vsize=10983192 memory=2076 CPUtime=0.07 cores=0,2,4,6
/proc/5020/task/5075/stat : 5075 (java) S 5017 5020 1500 0 -1 1077944384 1 12890 0 0 0 0 5 2 20 0 15 0 232834820 11246788608 13528 33554432000 4194304 4196468 140724090781152 140095931779600 140096056899285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5076] ppid=5017 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5020/task/5076/stat : 5076 (java) S 5017 5020 1500 0 -1 1077944384 1 12890 0 0 0 0 5 2 20 0 15 0 232834820 11246788608 13528 33554432000 4194304 4196468 140724090781152 140095930726800 140096056899285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5077] ppid=5017 vsize=10983192 memory=4872558044660077418 CPUtime=0.07 cores=0,2,4,6
/proc/5020/task/5077/stat : 5077 (java) S 5017 5020 1500 0 -1 1077944384 2 12890 0 0 0 0 5 2 20 0 15 0 232834820 11246788608 13528 33554432000 4194304 4196468 140724090781152 140095929674000 140096056899285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5078] ppid=5017 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5020/task/5078/stat : 5078 (java) S 5017 5020 1500 0 -1 1077944384 2 12890 0 0 0 0 5 2 20 0 15 0 232834822 11246788608 13528 33554432000 4194304 4196468 140724090781152 140095482780528 140096056900226 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5079] ppid=5017 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5020/task/5079/stat : 5079 (java) S 5017 5020 1500 0 -1 1077944384 13 12890 0 0 0 0 5 2 20 0 15 0 232834822 11246788608 13528 33554432000 4194304 4196468 140724090781152 140094853867040 140096056899285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5080] ppid=5017 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5020/task/5080/stat : 5080 (java) S 5017 5020 1500 0 -1 1077944384 21 12890 0 0 0 0 5 2 20 0 15 0 232834822 11246788608 13528 33554432000 4194304 4196468 140724090781152 140094786753904 140096056899285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5081] ppid=5017 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5020/task/5081/stat : 5081 (java) S 5017 5020 1500 0 -1 1077944384 3 12890 0 0 0 0 5 2 20 0 15 0 232834825 11246788608 13528 33554432000 4194304 4196468 140724090781152 140094479358288 140096056907675 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5082] ppid=5017 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5020/task/5082/stat : 5082 (java) S 5017 5020 1500 0 -1 1077944384 413 12890 0 0 1 0 5 2 20 0 15 0 232834825 11246788608 13528 33554432000 4194304 4196468 140724090781152 140095481727344 140096056900226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5083] ppid=5017 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5020/task/5083/stat : 5083 (java) S 5017 5020 1500 0 -1 1077944384 195 12890 0 0 1 0 5 2 20 0 15 0 232834825 11246788608 13528 33554432000 4194304 4196468 140724090781152 140095480674544 140096056900226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5084] ppid=5017 vsize=10983192 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/5020/task/5084/stat : 5084 (java) R 5017 5020 1500 0 -1 4202560 621 12890 0 0 5 0 5 2 20 0 15 0 232834825 11246788608 13528 33554432000 4194304 4196468 140724090781152 140095479621744 140096049126206 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5085] ppid=5017 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5020/task/5085/stat : 5085 (java) S 5017 5020 1500 0 -1 1077944384 3 12890 0 0 0 0 5 2 20 0 15 0 232834825 11246788608 13528 33554432000 4194304 4196468 140724090781152 140094048561376 140096056899285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5086] ppid=5017 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5020/task/5086/stat : 5086 (java) S 5017 5020 1500 0 -1 1077944384 1 12890 0 0 0 0 5 2 20 0 15 0 232834825 11246788608 13528 33554432000 4194304 4196468 140724090781152 140095478570160 140096056900226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 54112 KiB

[startup+0.700764 s]
/proc/loadavg: 1.85 1.91 1.87 3/221 5086
/proc/meminfo: memFree=16187072/32770624 swapFree=67108852/67108860
[pid=5020] ppid=5017 vsize=10983192 memory=86416 CPUtime=0.99 cores=0,2,4,6
/proc/5020/stat : 5020 (java) S 5017 5020 1500 0 -1 1077944320 16796 12890 0 0 87 5 5 2 20 0 15 0 232834811 11246788608 21604 33554432000 4194304 4196468 140724090781152 140724090763696 140096056889079 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
/proc/5020/statm: 2745798 21604 3238 1 0 2708109 0
[pid=5020/tid=5073] ppid=5017 vsize=10983192 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/5020/task/5073/stat : 5073 (java) R 5017 5020 1500 0 -1 4202560 12212 12890 0 0 55 3 5 2 20 0 15 0 232834820 11246788608 21604 33554432000 4194304 4196468 140724090781152 140096028709904 140096040969566 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5074] ppid=5017 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5020/task/5074/stat : 5074 (java) S 5017 5020 1500 0 -1 1077944384 2 12890 0 0 0 0 5 2 20 0 15 0 232834820 11246788608 21604 33554432000 4194304 4196468 140724090781152 140096061131408 140096056899285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5075] ppid=5017 vsize=10983192 memory=3560 CPUtime=0.07 cores=0,2,4,6
/proc/5020/task/5075/stat : 5075 (java) S 5017 5020 1500 0 -1 1077944384 1 12890 0 0 0 0 5 2 20 0 15 0 232834820 11246788608 21604 33554432000 4194304 4196468 140724090781152 140095931779600 140096056899285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5076] ppid=5017 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5020/task/5076/stat : 5076 (java) S 5017 5020 1500 0 -1 1077944384 1 12890 0 0 0 0 5 2 20 0 15 0 232834820 11246788608 21604 33554432000 4194304 4196468 140724090781152 140095930726800 140096056899285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5077] ppid=5017 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5020/task/5077/stat : 5077 (java) S 5017 5020 1500 0 -1 1077944384 2 12890 0 0 0 0 5 2 20 0 15 0 232834820 11246788608 21604 33554432000 4194304 4196468 140724090781152 140095929674000 140096056899285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5078] ppid=5017 vsize=10983192 memory=4420 CPUtime=0.07 cores=0,2,4,6
/proc/5020/task/5078/stat : 5078 (java) S 5017 5020 1500 0 -1 1077944384 5 12890 0 0 0 0 5 2 20 0 15 0 232834822 11246788608 21604 33554432000 4194304 4196468 140724090781152 140095482780528 140096056900226 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5079] ppid=5017 vsize=10983192 memory=6628 CPUtime=0.07 cores=0,2,4,6
/proc/5020/task/5079/stat : 5079 (java) S 5017 5020 1500 0 -1 1077944384 13 12890 0 0 0 0 5 2 20 0 15 0 232834822 11246788608 21604 33554432000 4194304 4196468 140724090781152 140094853867040 140096056899285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5080] ppid=5017 vsize=10983192 memory=8836 CPUtime=0.07 cores=0,2,4,6
/proc/5020/task/5080/stat : 5080 (java) S 5017 5020 1500 0 -1 1077944384 21 12890 0 0 0 0 5 2 20 0 15 0 232834822 11246788608 21604 33554432000 4194304 4196468 140724090781152 140094786753904 140096056899285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5081] ppid=5017 vsize=10983192 memory=11044 CPUtime=0.07 cores=0,2,4,6
/proc/5020/task/5081/stat : 5081 (java) S 5017 5020 1500 0 -1 1077944384 3 12890 0 0 0 0 5 2 20 0 15 0 232834825 11246788608 21604 33554432000 4194304 4196468 140724090781152 140094479358288 140096056907675 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5082] ppid=5017 vsize=10983192 memory=13252 CPUtime=0.16 cores=0,2,4,6
/proc/5020/task/5082/stat : 5082 (java) S 5017 5020 1500 0 -1 1077944384 1055 12890 0 0 9 0 5 2 20 0 15 0 232834825 11246788608 21604 33554432000 4194304 4196468 140724090781152 140095481727344 140096056900226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5083] ppid=5017 vsize=10983192 memory=15460 CPUtime=0.15 cores=0,2,4,6
/proc/5020/task/5083/stat : 5083 (java) S 5017 5020 1500 0 -1 1077944384 592 12890 0 0 8 0 5 2 20 0 15 0 232834825 11246788608 21604 33554432000 4194304 4196468 140724090781152 140095480674544 140096056900226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5084] ppid=5017 vsize=10983192 memory=17668 CPUtime=0.2 cores=0,2,4,6
/proc/5020/task/5084/stat : 5084 (java) R 5017 5020 1500 0 -1 4202560 690 12890 0 0 13 0 5 2 20 0 15 0 232834825 11246788608 21604 33554432000 4194304 4196468 140724090781152 140095479621744 140096035856379 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5085] ppid=5017 vsize=10983192 memory=19876 CPUtime=0.07 cores=0,2,4,6
/proc/5020/task/5085/stat : 5085 (java) S 5017 5020 1500 0 -1 1077944384 3 12890 0 0 0 0 5 2 20 0 15 0 232834825 11246788608 21604 33554432000 4194304 4196468 140724090781152 140094048561376 140096056899285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5086] ppid=5017 vsize=10983192 memory=22084 CPUtime=0.07 cores=0,2,4,6
/proc/5020/task/5086/stat : 5086 (java) S 5017 5020 1500 0 -1 1077944384 1 12890 0 0 0 0 5 2 20 0 15 0 232834825 11246788608 21604 33554432000 4194304 4196468 140724090781152 140095478570160 140096056900226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 86416 KiB

[startup+1.50081 s]
/proc/loadavg: 1.85 1.91 1.87 4/221 5086
/proc/meminfo: memFree=16116720/32770624 swapFree=67108852/67108860
[pid=5020] ppid=5017 vsize=10998092 memory=180500 CPUtime=2.41 cores=0,2,4,6
/proc/5020/stat : 5020 (java) S 5017 5020 1500 0 -1 1077944320 24807 12890 0 0 224 10 5 2 20 0 15 0 232834811 11262046208 45125 33554432000 4194304 4196468 140724090781152 140724090763696 140096056889079 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
/proc/5020/statm: 2749523 45125 3475 1 0 2711181 0
[pid=5020/tid=5073] ppid=5017 vsize=10998092 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/5020/task/5073/stat : 5073 (java) R 5017 5020 1500 0 -1 4202560 17849 12890 0 0 129 6 5 2 20 0 15 0 232834820 11262046208 45125 33554432000 4194304 4196468 140724090781152 140096028721008 140095946377696 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5074] ppid=5017 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5020/task/5074/stat : 5074 (java) S 5017 5020 1500 0 -1 1077944384 30 12890 0 0 0 0 5 2 20 0 15 0 232834820 11262046208 45125 33554432000 4194304 4196468 140724090781152 140096061131408 140096056899285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5075] ppid=5017 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5020/task/5075/stat : 5075 (java) S 5017 5020 1500 0 -1 1077944384 188 12890 0 0 1 0 5 2 20 0 15 0 232834820 11262046208 45125 33554432000 4194304 4196468 140724090781152 140095931779600 140096056899285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5076] ppid=5017 vsize=10998092 memory=3683998604062831409 CPUtime=0.08 cores=0,2,4,6
/proc/5020/task/5076/stat : 5076 (java) S 5017 5020 1500 0 -1 1077944384 14 12890 0 0 1 0 5 2 20 0 15 0 232834820 11262046208 45125 33554432000 4194304 4196468 140724090781152 140095930726800 140096056899285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5077] ppid=5017 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5020/task/5077/stat : 5077 (java) S 5017 5020 1500 0 -1 1077944384 67 12890 0 0 1 0 5 2 20 0 15 0 232834820 11262046208 45125 33554432000 4194304 4196468 140724090781152 140095929674000 140096056899285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5078] ppid=5017 vsize=10998092 memory=-7965959130280075168 CPUtime=0.08 cores=0,2,4,6
/proc/5020/task/5078/stat : 5078 (java) S 5017 5020 1500 0 -1 1077944384 144 12890 0 0 1 0 5 2 20 0 15 0 232834822 11262046208 45125 33554432000 4194304 4196468 140724090781152 140095482780528 140096056900226 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5079] ppid=5017 vsize=10998092 memory=279897113176320 CPUtime=0.07 cores=0,2,4,6
/proc/5020/task/5079/stat : 5079 (java) S 5017 5020 1500 0 -1 1077944384 14 12890 0 0 0 0 5 2 20 0 15 0 232834822 11262046208 45125 33554432000 4194304 4196468 140724090781152 140094853867104 140096056899285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5080] ppid=5017 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5020/task/5080/stat : 5080 (java) S 5017 5020 1500 0 -1 1077944384 42 12890 0 0 0 0 5 2 20 0 15 0 232834822 11262046208 45125 33554432000 4194304 4196468 140724090781152 140094786753920 140096056899285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5081] ppid=5017 vsize=10998092 memory=1944 CPUtime=0.07 cores=0,2,4,6
/proc/5020/task/5081/stat : 5081 (java) S 5017 5020 1500 0 -1 1077944384 3 12890 0 0 0 0 5 2 20 0 15 0 232834825 11262046208 45125 33554432000 4194304 4196468 140724090781152 140094479358288 140096056907675 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5082] ppid=5017 vsize=10998092 memory=5772 CPUtime=0.34 cores=0,2,4,6
/proc/5020/task/5082/stat : 5082 (java) S 5017 5020 1500 0 -1 1077944384 1576 12890 0 0 27 0 5 2 20 0 15 0 232834825 11262046208 45125 33554432000 4194304 4196468 140724090781152 140095481727344 140096056900226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5083] ppid=5017 vsize=10998092 memory=1444 CPUtime=0.32 cores=0,2,4,6
/proc/5020/task/5083/stat : 5083 (java) S 5017 5020 1500 0 -1 1077944384 1398 12890 0 0 25 0 5 2 20 0 15 0 232834825 11262046208 45125 33554432000 4194304 4196468 140724090781152 140095480674544 140096056900226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5084] ppid=5017 vsize=10998092 memory=1160 CPUtime=0.42 cores=0,2,4,6
/proc/5020/task/5084/stat : 5084 (java) S 5017 5020 1500 0 -1 1077944384 1282 12890 0 0 35 0 5 2 20 0 15 0 232834825 11262046208 45125 33554432000 4194304 4196468 140724090781152 140095479621744 140096056900226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5085] ppid=5017 vsize=10998092 memory=968 CPUtime=0.07 cores=0,2,4,6
/proc/5020/task/5085/stat : 5085 (java) S 5017 5020 1500 0 -1 1077944384 3 12890 0 0 0 0 5 2 20 0 15 0 232834825 11262046208 45125 33554432000 4194304 4196468 140724090781152 140094048561376 140096056899285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5086] ppid=5017 vsize=10998092 memory=12144 CPUtime=0.07 cores=0,2,4,6
/proc/5020/task/5086/stat : 5086 (java) S 5017 5020 1500 0 -1 1077944384 1 12890 0 0 0 0 5 2 20 0 15 0 232834825 11262046208 45125 33554432000 4194304 4196468 140724090781152 140095478570160 140096056900226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
Current children cumulated CPU time: 2.41 s
Current children cumulated vsize: 10998092 KiB
Current children cumulated memory: 180500 KiB

[startup+3.11302 s]
/proc/loadavg: 1.86 1.91 1.87 4/221 5086
/proc/meminfo: memFree=15987020/32770624 swapFree=67108852/67108860
[pid=5020] ppid=5017 vsize=11008352 memory=247776 CPUtime=5.89 cores=0,2,4,6
/proc/5020/stat : 5020 (java) S 5017 5020 1500 0 -1 1077944320 46285 12890 0 0 565 17 5 2 20 0 15 0 232834811 11272552448 61944 33554432000 4194304 4196468 140724090781152 140724090763696 140096056889079 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
/proc/5020/statm: 2752088 61944 3496 1 0 2713741 0
[pid=5020/tid=5073] ppid=5017 vsize=11008352 memory=279897113595200 CPUtime=3.02 cores=0,2,4,6
/proc/5020/task/5073/stat : 5073 (java) R 5017 5020 1500 0 -1 4202560 33122 12890 0 0 286 9 5 2 20 0 15 0 232834820 11272552448 61944 33554432000 4194304 4196468 140724090781152 140096028719888 140095613307115 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5074] ppid=5017 vsize=11008352 memory=388 CPUtime=0.07 cores=0,2,4,6
/proc/5020/task/5074/stat : 5074 (java) S 5017 5020 1500 0 -1 1077944384 30 12890 0 0 0 0 5 2 20 0 15 0 232834820 11272552448 61944 33554432000 4194304 4196468 140724090781152 140096061131408 140096056899285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5075] ppid=5017 vsize=11008352 memory=6944656592387989600 CPUtime=0.08 cores=0,2,4,6
/proc/5020/task/5075/stat : 5075 (java) S 5017 5020 1500 0 -1 1077944384 188 12890 0 0 1 0 5 2 20 0 15 0 232834820 11272552448 61944 33554432000 4194304 4196468 140724090781152 140095931779600 140096056899285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5076] ppid=5017 vsize=11008352 memory=55 CPUtime=0.08 cores=0,2,4,6
/proc/5020/task/5076/stat : 5076 (java) S 5017 5020 1500 0 -1 1077944384 14 12890 0 0 1 0 5 2 20 0 15 0 232834820 11272552448 61944 33554432000 4194304 4196468 140724090781152 140095930726800 140096056899285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5077] ppid=5017 vsize=11008352 memory=8242475861747446066 CPUtime=0.08 cores=0,2,4,6
/proc/5020/task/5077/stat : 5077 (java) S 5017 5020 1500 0 -1 1077944384 67 12890 0 0 1 0 5 2 20 0 15 0 232834820 11272552448 61944 33554432000 4194304 4196468 140724090781152 140095929674000 140096056899285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5078] ppid=5017 vsize=11008352 memory=8386028099886657842 CPUtime=0.08 cores=0,2,4,6
/proc/5020/task/5078/stat : 5078 (java) S 5017 5020 1500 0 -1 1077944384 363 12890 0 0 1 0 5 2 20 0 15 0 232834822 11272552448 61944 33554432000 4194304 4196468 140724090781152 140095482780528 140096056900226 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5079] ppid=5017 vsize=11008352 memory=8463010717135860134 CPUtime=0.07 cores=0,2,4,6
/proc/5020/task/5079/stat : 5079 (java) S 5017 5020 1500 0 -1 1077944384 14 12890 0 0 0 0 5 2 20 0 15 0 232834822 11272552448 61944 33554432000 4194304 4196468 140724090781152 140094853867104 140096056899285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5080] ppid=5017 vsize=11008352 memory=279897113429504 CPUtime=0.07 cores=0,2,4,6
/proc/5020/task/5080/stat : 5080 (java) S 5017 5020 1500 0 -1 1077944384 42 12890 0 0 0 0 5 2 20 0 15 0 232834822 11272552448 61944 33554432000 4194304 4196468 140724090781152 140094786753920 140096056899285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5081] ppid=5017 vsize=11008352 memory=8025788835636668518 CPUtime=0.07 cores=0,2,4,6
/proc/5020/task/5081/stat : 5081 (java) S 5017 5020 1500 0 -1 1077944384 3 12890 0 0 0 0 5 2 20 0 15 0 232834825 11272552448 61944 33554432000 4194304 4196468 140724090781152 140094479358288 140096056907675 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5082] ppid=5017 vsize=11008352 memory=5860704123658201174 CPUtime=0.87 cores=0,2,4,6
/proc/5020/task/5082/stat : 5082 (java) R 5017 5020 1500 0 -1 4202560 2702 12890 0 0 79 1 5 2 20 0 15 0 232834825 11272552448 61944 33554432000 4194304 4196468 140724090781152 140095481709280 140096041773488 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5083] ppid=5017 vsize=11008352 memory=8099531882097108048 CPUtime=0.91 cores=0,2,4,6
/proc/5020/task/5083/stat : 5083 (java) R 5017 5020 1500 0 -1 4202560 2994 12890 0 0 83 1 5 2 20 0 15 0 232834825 11272552448 61944 33554432000 4194304 4196468 140724090781152 140095480674544 140096038433619 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5084] ppid=5017 vsize=11008352 memory=288230574492221466 CPUtime=1.17 cores=0,2,4,6
/proc/5020/task/5084/stat : 5084 (java) R 5017 5020 1500 0 -1 4202560 4540 12890 0 0 109 1 5 2 20 0 15 0 232834825 11272552448 61944 33554432000 4194304 4196468 140724090781152 140095479621744 140096049985780 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5085] ppid=5017 vsize=11008352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5020/task/5085/stat : 5085 (java) S 5017 5020 1500 0 -1 1077944384 3 12890 0 0 0 0 5 2 20 0 15 0 232834825 11272552448 61944 33554432000 4194304 4196468 140724090781152 140094048561376 140096056899285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5086] ppid=5017 vsize=11008352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5020/task/5086/stat : 5086 (java) R 5017 5020 1500 0 -1 1077944384 10 12890 0 0 0 0 5 2 20 0 15 0 232834825 11272552448 61944 33554432000 4194304 4196468 140724090781152 140095478570160 140096056900226 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
Current children cumulated CPU time: 5.89 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 247776 KiB

[startup+4.02928 s]
# the end of solver process 5020 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=8.35952 s, system=0.259013 s

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

[startup+3.20105 s]
/proc/loadavg: 1.86 1.91 1.87 4/221 5086
/proc/meminfo: memFree=15987020/32770624 swapFree=67108852/67108860
[pid=5020] ppid=5017 vsize=11008352 memory=267956 CPUtime=6.15 cores=0,2,4,6
/proc/5020/stat : 5020 (java) S 5017 5020 1500 0 -1 1077944320 48168 12890 0 0 591 17 5 2 20 0 15 0 232834811 11272552448 66989 33554432000 4194304 4196468 140724090781152 140724090763696 140096056889079 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
/proc/5020/statm: 2752088 66989 3505 1 0 2713741 0
[pid=5020/tid=5073] ppid=5017 vsize=11008352 memory=0 CPUtime=3.09 cores=0,2,4,6
/proc/5020/task/5073/stat : 5073 (java) S 5017 5020 1500 0 -1 1077944384 33259 12890 0 0 292 10 5 2 20 0 15 0 232834820 11272552448 66989 33554432000 4194304 4196468 140724090781152 140096028717904 140096056899285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5074] ppid=5017 vsize=11008352 memory=6656426216303648864 CPUtime=0.08 cores=0,2,4,6
/proc/5020/task/5074/stat : 5074 (java) S 5017 5020 1500 0 -1 1077944384 101 12890 0 0 1 0 5 2 20 0 15 0 232834820 11272552448 66989 33554432000 4194304 4196468 140724090781152 140096061131408 140096056899285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5075] ppid=5017 vsize=11008352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5020/task/5075/stat : 5075 (java) S 5017 5020 1500 0 -1 1077944384 224 12890 0 0 1 0 5 2 20 0 15 0 232834820 11272552448 66989 33554432000 4194304 4196468 140724090781152 140095931779600 140096056899285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5076] ppid=5017 vsize=11008352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5020/task/5076/stat : 5076 (java) S 5017 5020 1500 0 -1 1077944384 45 12890 0 0 1 0 5 2 20 0 15 0 232834820 11272552448 66989 33554432000 4194304 4196468 140724090781152 140095930726800 140096056899285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5077] ppid=5017 vsize=11008352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5020/task/5077/stat : 5077 (java) S 5017 5020 1500 0 -1 1077944384 77 12890 0 0 1 0 5 2 20 0 15 0 232834820 11272552448 66989 33554432000 4194304 4196468 140724090781152 140095929674000 140096056899285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5078] ppid=5017 vsize=11008352 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/5020/task/5078/stat : 5078 (java) R 5017 5020 1500 0 -1 4202560 1679 12890 0 0 3 0 5 2 20 0 15 0 232834822 11272552448 66989 33554432000 4194304 4196468 140724090781152 140095482778704 140096041245228 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5079] ppid=5017 vsize=11008352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5020/task/5079/stat : 5079 (java) S 5017 5020 1500 0 -1 1077944384 14 12890 0 0 0 0 5 2 20 0 15 0 232834822 11272552448 66989 33554432000 4194304 4196468 140724090781152 140094853867104 140096056899285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5080] ppid=5017 vsize=11008352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5020/task/5080/stat : 5080 (java) S 5017 5020 1500 0 -1 1077944384 42 12890 0 0 0 0 5 2 20 0 15 0 232834822 11272552448 66989 33554432000 4194304 4196468 140724090781152 140094786753920 140096056899285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5081] ppid=5017 vsize=11008352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5020/task/5081/stat : 5081 (java) S 5017 5020 1500 0 -1 1077944384 3 12890 0 0 0 0 5 2 20 0 15 0 232834825 11272552448 66989 33554432000 4194304 4196468 140724090781152 140094479358288 140096056907675 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5082] ppid=5017 vsize=11008352 memory=0 CPUtime=0.94 cores=0,2,4,6
/proc/5020/task/5082/stat : 5082 (java) S 5017 5020 1500 0 -1 1077944384 2869 12890 0 0 86 1 5 2 20 0 15 0 232834825 11272552448 66989 33554432000 4194304 4196468 140724090781152 140095481712336 140096056899285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5083] ppid=5017 vsize=11008352 memory=4576 CPUtime=0.97 cores=0,2,4,6
/proc/5020/task/5083/stat : 5083 (java) S 5017 5020 1500 0 -1 1077944384 3025 12890 0 0 89 1 5 2 20 0 15 0 232834825 11272552448 66989 33554432000 4194304 4196468 140724090781152 140095480674544 140096056900226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5084] ppid=5017 vsize=11008352 memory=15868 CPUtime=1.2 cores=0,2,4,6
/proc/5020/task/5084/stat : 5084 (java) S 5017 5020 1500 0 -1 1077944384 4621 12890 0 0 112 1 5 2 20 0 15 0 232834825 11272552448 66989 33554432000 4194304 4196468 140724090781152 140095479617616 140096056899285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5085] ppid=5017 vsize=11008352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5020/task/5085/stat : 5085 (java) S 5017 5020 1500 0 -1 1077944384 3 12890 0 0 0 0 5 2 20 0 15 0 232834825 11272552448 66989 33554432000 4194304 4196468 140724090781152 140094048561376 140096056899285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5086] ppid=5017 vsize=11008352 memory=6788 CPUtime=0.07 cores=0,2,4,6
/proc/5020/task/5086/stat : 5086 (java) S 5017 5020 1500 0 -1 1077944384 10 12890 0 0 0 0 5 2 20 0 15 0 232834825 11272552448 66989 33554432000 4194304 4196468 140724090781152 140095478570160 140096056900226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
Current children cumulated CPU time: 6.15 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 267956 KiB

[startup+3.60102 s]
/proc/loadavg: 1.86 1.91 1.87 4/221 5086
/proc/meminfo: memFree=15987020/32770624 swapFree=67108852/67108860
[pid=5020] ppid=5017 vsize=11077984 memory=305900 CPUtime=7.24 cores=0,2,4,6
/proc/5020/stat : 5020 (java) S 5017 5020 1500 0 -1 1077944320 56874 12890 0 0 698 19 5 2 20 0 15 0 232834811 11343855616 76475 33554432000 4194304 4196468 140724090781152 140724090763696 140096056889079 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
/proc/5020/statm: 2769496 76475 3508 1 0 2731149 0
[pid=5020/tid=5073] ppid=5017 vsize=11077984 memory=0 CPUtime=3.46 cores=0,2,4,6
/proc/5020/task/5073/stat : 5073 (java) R 5017 5020 1500 0 -1 4202560 39328 12890 0 0 329 10 5 2 20 0 15 0 232834820 11343855616 76475 33554432000 4194304 4196468 140724090781152 140096028678840 140096040075888 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5074] ppid=5017 vsize=11077984 memory=279897113968288 CPUtime=0.1 cores=0,2,4,6
/proc/5020/task/5074/stat : 5074 (java) S 5017 5020 1500 0 -1 1077944384 102 12890 0 0 3 0 5 2 20 0 15 0 232834820 11343855616 76475 33554432000 4194304 4196468 140724090781152 140096061131408 140096056899285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5075] ppid=5017 vsize=11077984 memory=139948556986416 CPUtime=0.1 cores=0,2,4,6
/proc/5020/task/5075/stat : 5075 (java) S 5017 5020 1500 0 -1 1077944384 224 12890 0 0 3 0 5 2 20 0 15 0 232834820 11343855616 76475 33554432000 4194304 4196468 140724090781152 140095931779600 140096056899285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5076] ppid=5017 vsize=11077984 memory=8112282956445269571 CPUtime=0.1 cores=0,2,4,6
/proc/5020/task/5076/stat : 5076 (java) S 5017 5020 1500 0 -1 1077944384 45 12890 0 0 3 0 5 2 20 0 15 0 232834820 11343855616 76475 33554432000 4194304 4196468 140724090781152 140095930726800 140096056899285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5077] ppid=5017 vsize=11077984 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/5020/task/5077/stat : 5077 (java) S 5017 5020 1500 0 -1 1077944384 78 12890 0 0 2 0 5 2 20 0 15 0 232834820 11343855616 76475 33554432000 4194304 4196468 140724090781152 140095929674000 140096056899285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5078] ppid=5017 vsize=11077984 memory=-9174445032661854264 CPUtime=0.1 cores=0,2,4,6
/proc/5020/task/5078/stat : 5078 (java) S 5017 5020 1500 0 -1 1077944384 2101 12890 0 0 3 0 5 2 20 0 15 0 232834822 11343855616 76475 33554432000 4194304 4196468 140724090781152 140095482780528 140096056900226 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5079] ppid=5017 vsize=11077984 memory=6944656575208382560 CPUtime=0.07 cores=0,2,4,6
/proc/5020/task/5079/stat : 5079 (java) S 5017 5020 1500 0 -1 1077944384 14 12890 0 0 0 0 5 2 20 0 15 0 232834822 11343855616 76475 33554432000 4194304 4196468 140724090781152 140094853867104 140096056899285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5080] ppid=5017 vsize=11077984 memory=6944656592387989600 CPUtime=0.07 cores=0,2,4,6
/proc/5020/task/5080/stat : 5080 (java) S 5017 5020 1500 0 -1 1077944384 42 12890 0 0 0 0 5 2 20 0 15 0 232834822 11343855616 76475 33554432000 4194304 4196468 140724090781152 140094786753920 140096056899285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5081] ppid=5017 vsize=11077984 memory=6944656592455360604 CPUtime=0.07 cores=0,2,4,6
/proc/5020/task/5081/stat : 5081 (java) S 5017 5020 1500 0 -1 1077944384 3 12890 0 0 0 0 5 2 20 0 15 0 232834825 11343855616 76475 33554432000 4194304 4196468 140724090781152 140094479358288 140096056907675 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5082] ppid=5017 vsize=11077984 memory=-2026666227646604569 CPUtime=1.21 cores=0,2,4,6
/proc/5020/task/5082/stat : 5082 (java) R 5017 5020 1500 0 -1 4202560 3621 12890 0 0 113 1 5 2 20 0 15 0 232834825 11343855616 76475 33554432000 4194304 4196468 140724090781152 140095481708360 140096040385863 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5083] ppid=5017 vsize=11077984 memory=6944658624146216565 CPUtime=1.24 cores=0,2,4,6
/proc/5020/task/5083/stat : 5083 (java) R 5017 5020 1500 0 -1 4202560 4322 12890 0 0 116 1 5 2 20 0 15 0 232834825 11343855616 76475 33554432000 4194304 4196468 140724090781152 140095480655560 140096040300081 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5084] ppid=5017 vsize=11077984 memory=8329294824090543255 CPUtime=1.29 cores=0,2,4,6
/proc/5020/task/5084/stat : 5084 (java) S 5017 5020 1500 0 -1 1077944384 4785 12890 0 0 121 1 5 2 20 0 15 0 232834825 11343855616 76475 33554432000 4194304 4196468 140724090781152 140095479621744 140096056900226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5085] ppid=5017 vsize=11077984 memory=-7518891959079781826 CPUtime=0.07 cores=0,2,4,6
/proc/5020/task/5085/stat : 5085 (java) S 5017 5020 1500 0 -1 1077944384 3 12890 0 0 0 0 5 2 20 0 15 0 232834825 11343855616 76475 33554432000 4194304 4196468 140724090781152 140094048561376 140096056899285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
[pid=5020/tid=5086] ppid=5017 vsize=11077984 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5020/task/5086/stat : 5086 (java) S 5017 5020 1500 0 -1 1077944384 10 12890 0 0 0 0 5 2 20 0 15 0 232834825 11343855616 76475 33554432000 4194304 4196468 140724090781152 140095478570160 140096056900226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7286784 140724090788451 140724090791260 140724090791260 140724090793935 0
Current children cumulated CPU time: 7.24 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 305900 KiB

[startup+4.00802 s]*
/proc/loadavg: 1.86 1.91 1.87 3/220 5087
/proc/meminfo: memFree=15873296/32770624 swapFree=67108852/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 4.02932
CPU time (s): 8.61853
CPU user time (s): 8.35952
CPU system time (s): 0.259013
CPU usage (%): 213.895
Max. virtual memory (cumulated for all children) (KiB): 11080192
Max. memory (cumulated for all children) (KiB): 338480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.35952
system time used= 0.259013
maximum resident set size= 342524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79086
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6314
involuntary context switches= 61


# summary of solver processes directly reported to runsolver:
#   pid: 5020
#   total CPU time (s): 8.61853
#   total CPU user time (s): 8.35952
#   total CPU system time (s): 0.259013

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.030853 second user time and 0.094618 second system time

The end

Launcher Data

Begin job on node135 at 2018-08-13 11:31:56
IDJOB=4305292
IDBENCH=141659
IDSOLVER=2781
FILE ID=node135/4305292-1534152716
RUNJOBID= node135-1534137835-2125
PBS_JOBID= 21037020
Free space on /tmp= 42692 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Eternity/Eternity-05-05_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305292-1534152716/watcher-4305292-1534152716 -o /tmp/evaluation-result-4305292-1534152716/solver-4305292-1534152716 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534137835-2125 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1518960741 -superng HOME/instance-4305292-1534152716.xml

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

MD5SUM BENCH= c4864a898575c3e068596f0b6cab168e
RANDOM SEED=1518960741

node135.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:        16281268 kB
MemAvailable:   31153800 kB
Buffers:          257680 kB
Cached:         14709832 kB
SwapCached:            8 kB
Active:          8199400 kB
Inactive:        7573500 kB
Active(anon):     754712 kB
Inactive(anon):   103288 kB
Active(file):    7444688 kB
Inactive(file):  7470212 kB
Unevictable:        7244 kB
Mlocked:            7244 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:             26692 kB
Writeback:             0 kB
AnonPages:        936964 kB
Mapped:            75904 kB
Shmem:             49816 kB
Slab:             414664 kB
SReclaimable:     386092 kB
SUnreclaim:        28572 kB
KernelStack:        3936 kB
PageTables:         6244 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2015216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    710656 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 42668 MiB
End job on node135 at 2018-08-13 11:32:01