Trace number 4302658

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2-SuperNGOPT4 15.6156 6.40731

General information on the benchmark

NamePeacableArmies/
PeacableArmies-m1-05_c18.xml
MD5SUM4b3a1ce7a352f102282a9a722b8ddb17
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark1.54035
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints346
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":50}]
Minimum variable degree14
Maximum variable degree19
Distribution of variable degrees[{"degree":14,"count":16},{"degree":15,"count":16},{"degree":16,"count":8},{"degree":17,"count":8},{"degree":18,"count":1},{"degree":19,"count":1}]
Minimum constraint arity2
Maximum constraint arity50
Distribution of constraint arities[{"arity":2,"count":345},{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints345
Distribution of constraint types[{"type":"intension","count":345},{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.99/0.77	c Concrete v3.9.2.1532736233296 running
12.08/5.27	o 3
13.41/5.61	o 4
15.40/6.38	v <instantiation cost="4">
15.40/6.38	v       <list>
15.40/6.38	v         b[0][0] b[0][1] b[0][2] b[0][3] b[0][4] b[1][0] b[1][1] b[1][2] b[1][3] b[1][4] b[2][0] b[2][1] b[2][2] b[2][3] b[2][4] b[3][0] b[3][1] b[3][2] b[3][3] b[3][4] b[4][0] b[4][1] b[4][2] b[4][3] b[4][4] w[0][0] w[0][1] w[0][2] w[0][3] w[0][4] w[1][0] w[1][1] w[1][2] w[1][3] w[1][4] w[2][0] w[2][1] w[2][2] w[2][3] w[2][4] w[3][0] w[3][1] w[3][2] w[3][3] w[3][4] w[4][0] w[4][1] w[4][2] w[4][3] w[4][4]
15.40/6.38	v       </list>
15.40/6.38	v       <values>
15.40/6.38	v         1 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 1 0
15.40/6.38	v       </values>
15.40/6.38	v     </instantiation>
15.40/6.38	s OPTIMUM FOUND

Verifier Data

OK	4

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302658-1532898041/watcher-4302658-1532898041 -o /tmp/evaluation-result-4302658-1532898041/solver-4302658-1532898041 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532897795-31991 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1033009925 -superng HOME/instance-4302658-1532898041.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=32513, runsolver pid=32510


[startup+0.100132 s]*
/proc/loadavg: 1.33 1.17 1.14 5/212 32570
/proc/meminfo: memFree=24204736/32770624 swapFree=67108860/67108860
[pid=32513] ppid=32510 vsize=10005480 memory=16812 CPUtime=0.09 cores=0,2,4,6
/proc/32513/stat : 32513 (java) S 32510 32513 29938 0 -1 1077944320 4363 13209 0 0 1 1 5 2 20 0 6 0 107367319 10245611520 4203 33554432000 4194304 4196468 140730772373904 140730772356448 140298510905079 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
/proc/32513/statm: 2501370 4203 1935 1 0 2489808 0
[pid=32513/tid=32566] ppid=32510 vsize=10005480 memory=8514701219880731809 CPUtime=0.08 cores=0,2,4,6
/proc/32513/task/32566/stat : 32566 (java) R 32510 32513 29938 0 -1 4202560 2168 13209 0 0 1 0 5 2 20 0 6 0 107367328 10245611520 4203 33554432000 4194304 4196468 140730772373904 140298482741840 140298491088581 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32567] ppid=32510 vsize=10005480 memory=3472468310333273296 CPUtime=0.07 cores=0,2,4,6
/proc/32513/task/32567/stat : 32567 (java) S 32510 32513 29938 0 -1 1077944384 1 13209 0 0 0 0 5 2 20 0 6 0 107367329 10245611520 4203 33554432000 4194304 4196468 140730772373904 140298515147792 140298510915285 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32568] ppid=32510 vsize=10005480 memory=140181438121600 CPUtime=0.07 cores=0,2,4,6
/proc/32513/task/32568/stat : 32568 (java) S 32510 32513 29938 0 -1 1077944384 2 13209 0 0 0 0 5 2 20 0 6 0 107367329 10245611520 4203 33554432000 4194304 4196468 140730772373904 140298396413072 140298510915285 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32569] ppid=32510 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32513/task/32569/stat : 32569 (java) S 32510 32513 29938 0 -1 1077944384 1 13209 0 0 0 0 5 2 20 0 6 0 107367329 10245611520 4203 33554432000 4194304 4196468 140730772373904 140298049739536 140298510915285 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32570] ppid=32510 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32513/task/32570/stat : 32570 (java) S 32510 32513 29938 0 -1 1077944384 2 13209 0 0 0 0 5 2 20 0 6 0 107367329 10245611520 4203 33554432000 4194304 4196468 140730772373904 140298048686992 140298510915285 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16812 KiB

[startup+0.210549 s]*
/proc/loadavg: 1.33 1.17 1.14 4/221 32579
/proc/meminfo: memFree=24176232/32770624 swapFree=67108860/67108860
[pid=32513] ppid=32510 vsize=10982696 memory=44128 CPUtime=0.26 cores=0,2,4,6
/proc/32513/stat : 32513 (java) S 32510 32513 29938 0 -1 1077944320 8368 13209 0 0 17 2 5 2 20 0 15 0 107367319 11246280704 11032 33554432000 4194304 4196468 140730772373904 140730772356448 140298510905079 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
/proc/32513/statm: 2745674 11032 2960 1 0 2708109 0
[pid=32513/tid=32566] ppid=32510 vsize=10982696 memory=5855078241430765726 CPUtime=0.19 cores=0,2,4,6
/proc/32513/task/32566/stat : 32566 (java) R 32510 32513 29938 0 -1 4202560 4895 13209 0 0 11 1 5 2 20 0 15 0 107367328 11246280704 11032 33554432000 4194304 4196468 140730772373904 140298482702736 140298494985566 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32567] ppid=32510 vsize=10982696 memory=5793855432448014777 CPUtime=0.07 cores=0,2,4,6
/proc/32513/task/32567/stat : 32567 (java) S 32510 32513 29938 0 -1 1077944384 1 13209 0 0 0 0 5 2 20 0 15 0 107367329 11246280704 11032 33554432000 4194304 4196468 140730772373904 140298515147792 140298510915285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32568] ppid=32510 vsize=10982696 memory=140181438121600 CPUtime=0.07 cores=0,2,4,6
/proc/32513/task/32568/stat : 32568 (java) S 32510 32513 29938 0 -1 1077944384 2 13209 0 0 0 0 5 2 20 0 15 0 107367329 11246280704 11032 33554432000 4194304 4196468 140730772373904 140298396413072 140298510915285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32569] ppid=32510 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32513/task/32569/stat : 32569 (java) S 32510 32513 29938 0 -1 1077944384 1 13209 0 0 0 0 5 2 20 0 15 0 107367329 11246280704 11032 33554432000 4194304 4196468 140730772373904 140298049739536 140298510915285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32570] ppid=32510 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/32513/task/32570/stat : 32570 (java) S 32510 32513 29938 0 -1 1077944384 2 13209 0 0 0 0 5 2 20 0 15 0 107367329 11246280704 11032 33554432000 4194304 4196468 140730772373904 140298048686992 140298510915285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32571] ppid=32510 vsize=10982696 memory=140181438121600 CPUtime=0.07 cores=0,2,4,6
/proc/32513/task/32571/stat : 32571 (java) S 32510 32513 29938 0 -1 1077944384 2 13209 0 0 0 0 5 2 20 0 15 0 107367330 11246280704 11032 33554432000 4194304 4196468 140730772373904 140298004007152 140298510916226 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32572] ppid=32510 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/32513/task/32572/stat : 32572 (java) S 32510 32513 29938 0 -1 1077944384 13 13209 0 0 0 0 5 2 20 0 15 0 107367331 11246280704 11032 33554432000 4194304 4196468 140730772373904 140297267831968 140298510915285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32573] ppid=32510 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32513/task/32573/stat : 32573 (java) S 32510 32513 29938 0 -1 1077944384 1 13209 0 0 0 0 5 2 20 0 15 0 107367331 11246280704 11032 33554432000 4194304 4196468 140730772373904 140297119982320 140298510915285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32574] ppid=32510 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32513/task/32574/stat : 32574 (java) S 32510 32513 29938 0 -1 1077944384 3 13209 0 0 0 0 5 2 20 0 15 0 107367334 11246280704 11032 33554432000 4194304 4196468 140730772373904 140296812582864 140298510923675 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32575] ppid=32510 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32513/task/32575/stat : 32575 (java) S 32510 32513 29938 0 -1 1077944384 480 13209 0 0 1 0 5 2 20 0 15 0 107367334 11246280704 11032 33554432000 4194304 4196468 140730772373904 140298002954992 140298510916226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32576] ppid=32510 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/32513/task/32576/stat : 32576 (java) S 32510 32513 29938 0 -1 1077944384 143 13209 0 0 0 0 5 2 20 0 15 0 107367334 11246280704 11032 33554432000 4194304 4196468 140730772373904 140298001902448 140298510916226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32577] ppid=32510 vsize=10982696 memory=140181438121600 CPUtime=0.1 cores=0,2,4,6
/proc/32513/task/32577/stat : 32577 (java) S 32510 32513 29938 0 -1 1077944384 629 13209 0 0 3 0 5 2 20 0 15 0 107367334 11246280704 11032 33554432000 4194304 4196468 140730772373904 140298000849392 140298510916226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32578] ppid=32510 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/32513/task/32578/stat : 32578 (java) S 32510 32513 29938 0 -1 1077944384 3 13209 0 0 0 0 5 2 20 0 15 0 107367334 11246280704 11032 33554432000 4194304 4196468 140730772373904 140296381786976 140298510915285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32579] ppid=32510 vsize=10982696 memory=140181438121600 CPUtime=0.07 cores=0,2,4,6
/proc/32513/task/32579/stat : 32579 (java) S 32510 32513 29938 0 -1 1077944384 1 13209 0 0 0 0 5 2 20 0 15 0 107367334 11246280704 11032 33554432000 4194304 4196468 140730772373904 140297999796784 140298510916226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 44128 KiB

[startup+0.310922 s]*
/proc/loadavg: 1.33 1.17 1.14 2/205 32579
/proc/meminfo: memFree=24202520/32770624 swapFree=67108860/67108860
[pid=32513] ppid=32510 vsize=10983192 memory=53968 CPUtime=0.38 cores=0,2,4,6
/proc/32513/stat : 32513 (java) S 32510 32513 29938 0 -1 1077944320 10012 13209 0 0 29 2 5 2 20 0 15 0 107367319 11246788608 13492 33554432000 4194304 4196468 140730772373904 140730772356448 140298510905079 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
/proc/32513/statm: 2745798 13492 3092 1 0 2708109 0
[pid=32513/tid=32566] ppid=32510 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/32513/task/32566/stat : 32566 (java) R 32510 32513 29938 0 -1 4202560 6563 13209 0 0 20 1 5 2 20 0 15 0 107367328 11246788608 13492 33554432000 4194304 4196468 140730772373904 140298482717088 140298491181904 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32567] ppid=32510 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32513/task/32567/stat : 32567 (java) S 32510 32513 29938 0 -1 1077944384 1 13209 0 0 0 0 5 2 20 0 15 0 107367329 11246788608 13492 33554432000 4194304 4196468 140730772373904 140298515147792 140298510915285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32568] ppid=32510 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32513/task/32568/stat : 32568 (java) S 32510 32513 29938 0 -1 1077944384 2 13209 0 0 0 0 5 2 20 0 15 0 107367329 11246788608 13492 33554432000 4194304 4196468 140730772373904 140298396413072 140298510915285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32569] ppid=32510 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32513/task/32569/stat : 32569 (java) S 32510 32513 29938 0 -1 1077944384 1 13209 0 0 0 0 5 2 20 0 15 0 107367329 11246788608 13558 33554432000 4194304 4196468 140730772373904 140298049739536 140298510915285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32570] ppid=32510 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32513/task/32570/stat : 32570 (java) S 32510 32513 29938 0 -1 1077944384 2 13209 0 0 0 0 5 2 20 0 15 0 107367329 11246788608 13558 33554432000 4194304 4196468 140730772373904 140298048686992 140298510915285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32571] ppid=32510 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32513/task/32571/stat : 32571 (java) S 32510 32513 29938 0 -1 1077944384 2 13209 0 0 0 0 5 2 20 0 15 0 107367330 11246788608 13558 33554432000 4194304 4196468 140730772373904 140298004007152 140298510916226 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32572] ppid=32510 vsize=10983192 memory=2240 CPUtime=0.07 cores=0,2,4,6
/proc/32513/task/32572/stat : 32572 (java) S 32510 32513 29938 0 -1 1077944384 13 13209 0 0 0 0 5 2 20 0 15 0 107367331 11246788608 13558 33554432000 4194304 4196468 140730772373904 140297267831968 140298510915285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32573] ppid=32510 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32513/task/32573/stat : 32573 (java) S 32510 32513 29938 0 -1 1077944384 1 13209 0 0 0 0 5 2 20 0 15 0 107367331 11246788608 13558 33554432000 4194304 4196468 140730772373904 140297119982320 140298510915285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32574] ppid=32510 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/32513/task/32574/stat : 32574 (java) S 32510 32513 29938 0 -1 1077944384 3 13209 0 0 0 0 5 2 20 0 15 0 107367334 11246788608 13558 33554432000 4194304 4196468 140730772373904 140296812582864 140298510923675 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32575] ppid=32510 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32513/task/32575/stat : 32575 (java) S 32510 32513 29938 0 -1 1077944384 480 13209 0 0 1 0 5 2 20 0 15 0 107367334 11246788608 13558 33554432000 4194304 4196468 140730772373904 140298002954992 140298510916226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32576] ppid=32510 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32513/task/32576/stat : 32576 (java) S 32510 32513 29938 0 -1 1077944384 146 13209 0 0 1 0 5 2 20 0 15 0 107367334 11246788608 13558 33554432000 4194304 4196468 140730772373904 140298001902448 140298510916226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32577] ppid=32510 vsize=10983192 memory=140181438121600 CPUtime=0.12 cores=0,2,4,6
/proc/32513/task/32577/stat : 32577 (java) S 32510 32513 29938 0 -1 1077944384 634 13209 0 0 5 0 5 2 20 0 15 0 107367334 11246788608 13558 33554432000 4194304 4196468 140730772373904 140298000849392 140298510916226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32578] ppid=32510 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/32513/task/32578/stat : 32578 (java) S 32510 32513 29938 0 -1 1077944384 3 13209 0 0 0 0 5 2 20 0 15 0 107367334 11246788608 13558 33554432000 4194304 4196468 140730772373904 140296381786976 140298510915285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32579] ppid=32510 vsize=10983192 memory=140181438121600 CPUtime=0.07 cores=0,2,4,6
/proc/32513/task/32579/stat : 32579 (java) S 32510 32513 29938 0 -1 1077944384 1 13209 0 0 0 0 5 2 20 0 15 0 107367334 11246788608 13558 33554432000 4194304 4196468 140730772373904 140297999796784 140298510916226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 53968 KiB

[startup+0.700706 s]
/proc/loadavg: 1.33 1.17 1.14 3/202 32601
/proc/meminfo: memFree=24189588/32770624 swapFree=67108860/67108860
[pid=32513] ppid=32510 vsize=10983192 memory=88168 CPUtime=0.99 cores=0,2,4,6
/proc/32513/stat : 32513 (java) S 32510 32513 29938 0 -1 1077944320 16746 13209 0 0 88 4 5 2 20 0 15 0 107367319 11246788608 22042 33554432000 4194304 4196468 140730772373904 140730772356448 140298510905079 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
/proc/32513/statm: 2745798 22042 3237 1 0 2708109 0
[pid=32513/tid=32566] ppid=32510 vsize=10983192 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/32513/task/32566/stat : 32566 (java) R 32510 32513 29938 0 -1 4202560 12328 13209 0 0 56 2 5 2 20 0 15 0 107367328 11246788608 22042 33554432000 4194304 4196468 140730772373904 140298482728016 140298494091888 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32567] ppid=32510 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32513/task/32567/stat : 32567 (java) S 32510 32513 29938 0 -1 1077944384 1 13209 0 0 0 0 5 2 20 0 15 0 107367329 11246788608 22042 33554432000 4194304 4196468 140730772373904 140298515147792 140298510915285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32568] ppid=32510 vsize=10983192 memory=6944656592455360604 CPUtime=0.07 cores=0,2,4,6
/proc/32513/task/32568/stat : 32568 (java) S 32510 32513 29938 0 -1 1077944384 2 13209 0 0 0 0 5 2 20 0 15 0 107367329 11246788608 22042 33554432000 4194304 4196468 140730772373904 140298396413072 140298510915285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32569] ppid=32510 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32513/task/32569/stat : 32569 (java) S 32510 32513 29938 0 -1 1077944384 1 13209 0 0 0 0 5 2 20 0 15 0 107367329 11246788608 22042 33554432000 4194304 4196468 140730772373904 140298049739536 140298510915285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32570] ppid=32510 vsize=10983192 memory=4620 CPUtime=0.07 cores=0,2,4,6
/proc/32513/task/32570/stat : 32570 (java) S 32510 32513 29938 0 -1 1077944384 2 13209 0 0 0 0 5 2 20 0 15 0 107367329 11246788608 22042 33554432000 4194304 4196468 140730772373904 140298048686992 140298510915285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32571] ppid=32510 vsize=10983192 memory=15872 CPUtime=0.07 cores=0,2,4,6
/proc/32513/task/32571/stat : 32571 (java) S 32510 32513 29938 0 -1 1077944384 5 13209 0 0 0 0 5 2 20 0 15 0 107367330 11246788608 22042 33554432000 4194304 4196468 140730772373904 140298004007152 140298510916226 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32572] ppid=32510 vsize=10983192 memory=17712 CPUtime=0.07 cores=0,2,4,6
/proc/32513/task/32572/stat : 32572 (java) S 32510 32513 29938 0 -1 1077944384 13 13209 0 0 0 0 5 2 20 0 15 0 107367331 11246788608 22042 33554432000 4194304 4196468 140730772373904 140297267831968 140298510915285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32573] ppid=32510 vsize=10983192 memory=18276 CPUtime=0.07 cores=0,2,4,6
/proc/32513/task/32573/stat : 32573 (java) S 32510 32513 29938 0 -1 1077944384 1 13209 0 0 0 0 5 2 20 0 15 0 107367331 11246788608 22042 33554432000 4194304 4196468 140730772373904 140297119982320 140298510915285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32574] ppid=32510 vsize=10983192 memory=4048 CPUtime=0.07 cores=0,2,4,6
/proc/32513/task/32574/stat : 32574 (java) S 32510 32513 29938 0 -1 1077944384 3 13209 0 0 0 0 5 2 20 0 15 0 107367334 11246788608 22042 33554432000 4194304 4196468 140730772373904 140296812582864 140298510923675 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32575] ppid=32510 vsize=10983192 memory=1792 CPUtime=0.16 cores=0,2,4,6
/proc/32513/task/32575/stat : 32575 (java) S 32510 32513 29938 0 -1 1077944384 1047 13209 0 0 9 0 5 2 20 0 15 0 107367334 11246788608 22042 33554432000 4194304 4196468 140730772373904 140298002954992 140298510916226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32576] ppid=32510 vsize=10983192 memory=1236 CPUtime=0.14 cores=0,2,4,6
/proc/32513/task/32576/stat : 32576 (java) S 32510 32513 29938 0 -1 1077944384 436 13209 0 0 7 0 5 2 20 0 15 0 107367334 11246788608 22042 33554432000 4194304 4196468 140730772373904 140298001902448 140298510916226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32577] ppid=32510 vsize=10983192 memory=648 CPUtime=0.2 cores=0,2,4,6
/proc/32513/task/32577/stat : 32577 (java) S 32510 32513 29938 0 -1 1077944384 711 13209 0 0 13 0 5 2 20 0 15 0 107367334 11246788608 22042 33554432000 4194304 4196468 140730772373904 140298000849392 140298510916226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32578] ppid=32510 vsize=10983192 memory=956 CPUtime=0.07 cores=0,2,4,6
/proc/32513/task/32578/stat : 32578 (java) S 32510 32513 29938 0 -1 1077944384 3 13209 0 0 0 0 5 2 20 0 15 0 107367334 11246788608 22042 33554432000 4194304 4196468 140730772373904 140296381786976 140298510915285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32579] ppid=32510 vsize=10983192 memory=2424 CPUtime=0.07 cores=0,2,4,6
/proc/32513/task/32579/stat : 32579 (java) S 32510 32513 29938 0 -1 1077944384 1 13209 0 0 0 0 5 2 20 0 15 0 107367334 11246788608 22042 33554432000 4194304 4196468 140730772373904 140297999796784 140298510916226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88168 KiB

[startup+1.50073 s]
/proc/loadavg: 1.33 1.17 1.14 9/222 32676
/proc/meminfo: memFree=24097340/32770624 swapFree=67108860/67108860
[pid=32513] ppid=32510 vsize=10998092 memory=178120 CPUtime=2.32 cores=0,2,4,6
/proc/32513/stat : 32513 (java) S 32510 32513 29938 0 -1 1077944320 23594 13209 0 0 216 9 5 2 20 0 15 0 107367319 11262046208 44530 33554432000 4194304 4196468 140730772373904 140730772356448 140298510905079 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
/proc/32513/statm: 2749523 44530 3471 1 0 2711181 0
[pid=32513/tid=32566] ppid=32510 vsize=10998092 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/32513/task/32566/stat : 32566 (java) R 32510 32513 29938 0 -1 4202560 17485 13209 0 0 130 6 5 2 20 0 15 0 107367328 11262046208 44530 33554432000 4194304 4196468 140730772373904 140298482712912 140298503142206 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32567] ppid=32510 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32513/task/32567/stat : 32567 (java) S 32510 32513 29938 0 -1 1077944384 16 13209 0 0 1 0 5 2 20 0 15 0 107367329 11262046208 44530 33554432000 4194304 4196468 140730772373904 140298515147792 140298510915285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32568] ppid=32510 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32513/task/32568/stat : 32568 (java) S 32510 32513 29938 0 -1 1077944384 23 13209 0 0 1 0 5 2 20 0 15 0 107367329 11262046208 44530 33554432000 4194304 4196468 140730772373904 140298396413072 140298510915285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32569] ppid=32510 vsize=10998092 memory=8292088564187963537 CPUtime=0.08 cores=0,2,4,6
/proc/32513/task/32569/stat : 32569 (java) S 32510 32513 29938 0 -1 1077944384 55 13209 0 0 1 0 5 2 20 0 15 0 107367329 11262046208 44530 33554432000 4194304 4196468 140730772373904 140298049739536 140298510915285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32570] ppid=32510 vsize=10998092 memory=280362580257024 CPUtime=0.08 cores=0,2,4,6
/proc/32513/task/32570/stat : 32570 (java) S 32510 32513 29938 0 -1 1077944384 166 13209 0 0 1 0 5 2 20 0 15 0 107367329 11262046208 44530 33554432000 4194304 4196468 140730772373904 140298048686992 140298510915285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32571] ppid=32510 vsize=10998092 memory=280362580261440 CPUtime=0.08 cores=0,2,4,6
/proc/32513/task/32571/stat : 32571 (java) S 32510 32513 29938 0 -1 1077944384 58 13209 0 0 1 0 5 2 20 0 15 0 107367330 11262046208 44530 33554432000 4194304 4196468 140730772373904 140298004007152 140298510916226 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32572] ppid=32510 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32513/task/32572/stat : 32572 (java) S 32510 32513 29938 0 -1 1077944384 14 13209 0 0 0 0 5 2 20 0 15 0 107367331 11262046208 44530 33554432000 4194304 4196468 140730772373904 140297267832032 140298510915285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32573] ppid=32510 vsize=10998092 memory=8475934422144280176 CPUtime=0.07 cores=0,2,4,6
/proc/32513/task/32573/stat : 32573 (java) S 32510 32513 29938 0 -1 1077944384 2 13209 0 0 0 0 5 2 20 0 15 0 107367331 11262046208 44530 33554432000 4194304 4196468 140730772373904 140297119982336 140298510915285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32574] ppid=32510 vsize=10998092 memory=6944656425123878771 CPUtime=0.07 cores=0,2,4,6
/proc/32513/task/32574/stat : 32574 (java) S 32510 32513 29938 0 -1 1077944384 3 13209 0 0 0 0 5 2 20 0 15 0 107367334 11262046208 44530 33554432000 4194304 4196468 140730772373904 140296812582864 140298510923675 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32575] ppid=32510 vsize=10998092 memory=7893295687695689274 CPUtime=0.3 cores=0,2,4,6
/proc/32513/task/32575/stat : 32575 (java) S 32510 32513 29938 0 -1 1077944384 1494 13209 0 0 23 0 5 2 20 0 15 0 107367334 11262046208 44530 33554432000 4194304 4196468 140730772373904 140298002954992 140298510916226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32576] ppid=32510 vsize=10998092 memory=8514701219781834910 CPUtime=0.27 cores=0,2,4,6
/proc/32513/task/32576/stat : 32576 (java) S 32510 32513 29938 0 -1 1077944384 660 13209 0 0 20 0 5 2 20 0 15 0 107367334 11262046208 44530 33554432000 4194304 4196468 140730772373904 140298001902448 140298510916226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32577] ppid=32510 vsize=10998092 memory=5911750669496425247 CPUtime=0.42 cores=0,2,4,6
/proc/32513/task/32577/stat : 32577 (java) S 32510 32513 29938 0 -1 1077944384 1423 13209 0 0 35 0 5 2 20 0 15 0 107367334 11262046208 44530 33554432000 4194304 4196468 140730772373904 140298000849392 140298510916226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32578] ppid=32510 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32513/task/32578/stat : 32578 (java) S 32510 32513 29938 0 -1 1077944384 3 13209 0 0 0 0 5 2 20 0 15 0 107367334 11262046208 44530 33554432000 4194304 4196468 140730772373904 140296381786976 140298510915285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32579] ppid=32510 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32513/task/32579/stat : 32579 (java) S 32510 32513 29938 0 -1 1077944384 1 13209 0 0 0 0 5 2 20 0 15 0 107367334 11262046208 44530 33554432000 4194304 4196468 140730772373904 140297999796784 140298510916226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
Current children cumulated CPU time: 2.32 s
Current children cumulated vsize: 10998092 KiB
Current children cumulated memory: 178120 KiB

[startup+3.11176 s]
/proc/loadavg: 1.39 1.18 1.14 6/222 32676
/proc/meminfo: memFree=23708776/32770624 swapFree=67108860/67108860
[pid=32513] ppid=32510 vsize=11008352 memory=234596 CPUtime=6.26 cores=0,2,4,6
/proc/32513/stat : 32513 (java) S 32510 32513 29938 0 -1 1077944320 35276 13209 0 0 604 15 5 2 20 0 15 0 107367319 11272552448 58649 33554432000 4194304 4196468 140730772373904 140730772356448 140298510905079 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
/proc/32513/statm: 2752088 58649 3494 1 0 2713741 0
[pid=32513/tid=32566] ppid=32510 vsize=11008352 memory=3303 CPUtime=3.02 cores=0,2,4,6
/proc/32513/task/32566/stat : 32566 (java) R 32510 32513 29938 0 -1 4202560 23441 13209 0 0 287 8 5 2 20 0 15 0 107367328 11272552448 58649 33554432000 4194304 4196468 140730772373904 140298482729824 140298510926426 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32567] ppid=32510 vsize=11008352 memory=24059 CPUtime=0.08 cores=0,2,4,6
/proc/32513/task/32567/stat : 32567 (java) S 32510 32513 29938 0 -1 1077944384 16 13209 0 0 1 0 5 2 20 0 15 0 107367329 11272552448 58649 33554432000 4194304 4196468 140730772373904 140298515147792 140298510915285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32568] ppid=32510 vsize=11008352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32513/task/32568/stat : 32568 (java) S 32510 32513 29938 0 -1 1077944384 23 13209 0 0 1 0 5 2 20 0 15 0 107367329 11272552448 58649 33554432000 4194304 4196468 140730772373904 140298396413072 140298510915285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32569] ppid=32510 vsize=11008352 memory=-9174445032661854264 CPUtime=0.08 cores=0,2,4,6
/proc/32513/task/32569/stat : 32569 (java) S 32510 32513 29938 0 -1 1077944384 55 13209 0 0 1 0 5 2 20 0 15 0 107367329 11272552448 58649 33554432000 4194304 4196468 140730772373904 140298049739536 140298510915285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32570] ppid=32510 vsize=11008352 memory=6944656575208382560 CPUtime=0.08 cores=0,2,4,6
/proc/32513/task/32570/stat : 32570 (java) S 32510 32513 29938 0 -1 1077944384 166 13209 0 0 1 0 5 2 20 0 15 0 107367329 11272552448 58649 33554432000 4194304 4196468 140730772373904 140298048686992 140298510915285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32571] ppid=32510 vsize=11008352 memory=6944656592387989600 CPUtime=0.08 cores=0,2,4,6
/proc/32513/task/32571/stat : 32571 (java) S 32510 32513 29938 0 -1 1077944384 58 13209 0 0 1 0 5 2 20 0 15 0 107367330 11272552448 58649 33554432000 4194304 4196468 140730772373904 140298004007152 140298510916226 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32572] ppid=32510 vsize=11008352 memory=6944656575208382560 CPUtime=0.07 cores=0,2,4,6
/proc/32513/task/32572/stat : 32572 (java) S 32510 32513 29938 0 -1 1077944384 14 13209 0 0 0 0 5 2 20 0 15 0 107367331 11272552448 58649 33554432000 4194304 4196468 140730772373904 140297267832032 140298510915285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32573] ppid=32510 vsize=11008352 memory=-2026666227646604569 CPUtime=0.07 cores=0,2,4,6
/proc/32513/task/32573/stat : 32573 (java) S 32510 32513 29938 0 -1 1077944384 2 13209 0 0 0 0 5 2 20 0 15 0 107367331 11272552448 58649 33554432000 4194304 4196468 140730772373904 140297119982336 140298510915285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32574] ppid=32510 vsize=11008352 memory=-7466299265176673180 CPUtime=0.07 cores=0,2,4,6
/proc/32513/task/32574/stat : 32574 (java) S 32510 32513 29938 0 -1 1077944384 3 13209 0 0 0 0 5 2 20 0 15 0 107367334 11272552448 58649 33554432000 4194304 4196468 140730772373904 140296812582864 140298510923675 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32575] ppid=32510 vsize=11008352 memory=-7384994774051102368 CPUtime=1.14 cores=0,2,4,6
/proc/32513/task/32575/stat : 32575 (java) R 32510 32513 29938 0 -1 4202560 3053 13209 0 0 107 0 5 2 20 0 15 0 107367334 11272552448 58649 33554432000 4194304 4196468 140730772373904 140298002948016 140298510926426 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32576] ppid=32510 vsize=11008352 memory=-8458152057954561420 CPUtime=0.92 cores=0,2,4,6
/proc/32513/task/32576/stat : 32576 (java) R 32510 32513 29938 0 -1 1077944384 1389 13209 0 0 84 1 5 2 20 0 15 0 107367334 11272552448 58649 33554432000 4194304 4196468 140730772373904 140298001889232 140298510915285 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32577] ppid=32510 vsize=11008352 memory=6791534058613427641 CPUtime=1.26 cores=0,2,4,6
/proc/32513/task/32577/stat : 32577 (java) R 32510 32513 29938 0 -1 4202560 4860 13209 0 0 117 2 5 2 20 0 15 0 107367334 11272552448 58649 33554432000 4194304 4196468 140730772373904 140298000848576 140298510926426 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32578] ppid=32510 vsize=11008352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32513/task/32578/stat : 32578 (java) S 32510 32513 29938 0 -1 1077944384 3 13209 0 0 0 0 5 2 20 0 15 0 107367334 11272552448 58649 33554432000 4194304 4196468 140730772373904 140296381786976 140298510915285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32579] ppid=32510 vsize=11008352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32513/task/32579/stat : 32579 (java) S 32510 32513 29938 0 -1 1077944384 1 13209 0 0 0 0 5 2 20 0 15 0 107367334 11272552448 58649 33554432000 4194304 4196468 140730772373904 140297999796784 140298510916226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 234596 KiB

[startup+6.30322 s]
/proc/loadavg: 1.39 1.18 1.14 5/222 32676
/proc/meminfo: memFree=23256704/32770624 swapFree=67108860/67108860
[pid=32513] ppid=32510 vsize=11080032 memory=435968 CPUtime=15.4 cores=0,2,4,6
/proc/32513/stat : 32513 (java) S 32510 32513 29938 0 -1 1077944320 68098 13209 0 0 1505 28 5 2 20 0 15 0 107367319 11345952768 108992 33554432000 4194304 4196468 140730772373904 140730772356448 140298510905079 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
/proc/32513/statm: 2770008 108992 3505 1 0 2731661 0
[pid=32513/tid=32566] ppid=32510 vsize=11080032 memory=4 CPUtime=6.11 cores=0,2,4,6
/proc/32513/task/32566/stat : 32566 (java) R 32510 32513 29938 0 -1 4202560 42144 13209 0 0 590 14 5 2 20 0 15 0 107367328 11345952768 108992 33554432000 4194304 4196468 140730772373904 140298482736512 140298097900490 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32567] ppid=32510 vsize=11080032 memory=378624 CPUtime=0.11 cores=0,2,4,6
/proc/32513/task/32567/stat : 32567 (java) S 32510 32513 29938 0 -1 1077944384 38 13209 0 0 4 0 5 2 20 0 15 0 107367329 11345952768 108992 33554432000 4194304 4196468 140730772373904 140298515147792 140298510915285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32568] ppid=32510 vsize=11080032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/32513/task/32568/stat : 32568 (java) S 32510 32513 29938 0 -1 1077944384 60 13209 0 0 5 0 5 2 20 0 15 0 107367329 11345952768 108992 33554432000 4194304 4196468 140730772373904 140298396413072 140298510915285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32569] ppid=32510 vsize=11080032 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/32513/task/32569/stat : 32569 (java) S 32510 32513 29938 0 -1 1077944384 512 13209 0 0 4 0 5 2 20 0 15 0 107367329 11345952768 108992 33554432000 4194304 4196468 140730772373904 140298049739536 140298510915285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32570] ppid=32510 vsize=11080032 memory=1342 CPUtime=0.11 cores=0,2,4,6
/proc/32513/task/32570/stat : 32570 (java) S 32510 32513 29938 0 -1 1077944384 309 13209 0 0 4 0 5 2 20 0 15 0 107367329 11345952768 108992 33554432000 4194304 4196468 140730772373904 140298048686992 140298510915285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32571] ppid=32510 vsize=11080032 memory=514 CPUtime=0.12 cores=0,2,4,6
/proc/32513/task/32571/stat : 32571 (java) S 32510 32513 29938 0 -1 1077944384 3691 13209 0 0 5 0 5 2 20 0 15 0 107367330 11345952768 108992 33554432000 4194304 4196468 140730772373904 140298004007152 140298510916226 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32572] ppid=32510 vsize=11080032 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32513/task/32572/stat : 32572 (java) S 32510 32513 29938 0 -1 1077944384 16 13209 0 0 0 0 5 2 20 0 15 0 107367331 11345952768 108992 33554432000 4194304 4196468 140730772373904 140297267832032 140298510915285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32573] ppid=32510 vsize=11080032 memory=4132 CPUtime=0.07 cores=0,2,4,6
/proc/32513/task/32573/stat : 32573 (java) S 32510 32513 29938 0 -1 1077944384 6 13209 0 0 0 0 5 2 20 0 15 0 107367331 11345952768 108992 33554432000 4194304 4196468 140730772373904 140297119982336 140298510915285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32574] ppid=32510 vsize=11080032 memory=4620 CPUtime=0.07 cores=0,2,4,6
/proc/32513/task/32574/stat : 32574 (java) S 32510 32513 29938 0 -1 1077944384 3 13209 0 0 0 0 5 2 20 0 15 0 107367334 11345952768 108992 33554432000 4194304 4196468 140730772373904 140296812582864 140298510923675 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32575] ppid=32510 vsize=11080032 memory=15872 CPUtime=3.5 cores=0,2,4,6
/proc/32513/task/32575/stat : 32575 (java) R 32510 32513 29938 0 -1 4202560 5994 13209 0 0 342 1 5 2 20 0 15 0 107367334 11345952768 108992 33554432000 4194304 4196468 140730772373904 140298002954992 140298492278529 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32576] ppid=32510 vsize=11080032 memory=17712 CPUtime=3.33 cores=0,2,4,6
/proc/32513/task/32576/stat : 32576 (java) R 32510 32513 29938 0 -1 4202560 5090 13209 0 0 323 3 5 2 20 0 15 0 107367334 11345952768 108992 33554432000 4194304 4196468 140730772373904 140298001887088 140298490206085 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32577] ppid=32510 vsize=11080032 memory=2444 CPUtime=2.34 cores=0,2,4,6
/proc/32513/task/32577/stat : 32577 (java) S 32510 32513 29938 0 -1 1077944384 8031 13209 0 0 222 5 5 2 20 0 15 0 107367334 11345952768 108992 33554432000 4194304 4196468 140730772373904 140298000849392 140298510916226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32578] ppid=32510 vsize=11080032 memory=1832 CPUtime=0.07 cores=0,2,4,6
/proc/32513/task/32578/stat : 32578 (java) S 32510 32513 29938 0 -1 1077944384 3 13209 0 0 0 0 5 2 20 0 15 0 107367334 11345952768 108992 33554432000 4194304 4196468 140730772373904 140296381786976 140298510915285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32579] ppid=32510 vsize=11080032 memory=234596 CPUtime=0.07 cores=0,2,4,6
/proc/32513/task/32579/stat : 32579 (java) S 32510 32513 29938 0 -1 1077944384 9 13209 0 0 0 0 5 2 20 0 15 0 107367334 11345952768 108992 33554432000 4194304 4196468 140730772373904 140297999796784 140298510916226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
Current children cumulated CPU time: 15.4 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 435968 KiB

[startup+6.40721 s]
# the end of solver process 32513 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=15.28 s, system=0.335648 s

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

[startup+6.30322 s]
/proc/loadavg: 1.39 1.18 1.14 5/222 32676
/proc/meminfo: memFree=23256704/32770624 swapFree=67108860/67108860
[pid=32513] ppid=32510 vsize=11080032 memory=435968 CPUtime=15.4 cores=0,2,4,6
/proc/32513/stat : 32513 (java) S 32510 32513 29938 0 -1 1077944320 68098 13209 0 0 1505 28 5 2 20 0 15 0 107367319 11345952768 108992 33554432000 4194304 4196468 140730772373904 140730772356448 140298510905079 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
/proc/32513/statm: 2770008 108992 3505 1 0 2731661 0
[pid=32513/tid=32566] ppid=32510 vsize=11080032 memory=4 CPUtime=6.11 cores=0,2,4,6
/proc/32513/task/32566/stat : 32566 (java) R 32510 32513 29938 0 -1 4202560 42144 13209 0 0 590 14 5 2 20 0 15 0 107367328 11345952768 108992 33554432000 4194304 4196468 140730772373904 140298482736512 140298097900490 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32567] ppid=32510 vsize=11080032 memory=378624 CPUtime=0.11 cores=0,2,4,6
/proc/32513/task/32567/stat : 32567 (java) S 32510 32513 29938 0 -1 1077944384 38 13209 0 0 4 0 5 2 20 0 15 0 107367329 11345952768 108992 33554432000 4194304 4196468 140730772373904 140298515147792 140298510915285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32568] ppid=32510 vsize=11080032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/32513/task/32568/stat : 32568 (java) S 32510 32513 29938 0 -1 1077944384 60 13209 0 0 5 0 5 2 20 0 15 0 107367329 11345952768 108992 33554432000 4194304 4196468 140730772373904 140298396413072 140298510915285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32569] ppid=32510 vsize=11080032 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/32513/task/32569/stat : 32569 (java) S 32510 32513 29938 0 -1 1077944384 512 13209 0 0 4 0 5 2 20 0 15 0 107367329 11345952768 108992 33554432000 4194304 4196468 140730772373904 140298049739536 140298510915285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32570] ppid=32510 vsize=11080032 memory=1342 CPUtime=0.11 cores=0,2,4,6
/proc/32513/task/32570/stat : 32570 (java) S 32510 32513 29938 0 -1 1077944384 309 13209 0 0 4 0 5 2 20 0 15 0 107367329 11345952768 108992 33554432000 4194304 4196468 140730772373904 140298048686992 140298510915285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32571] ppid=32510 vsize=11080032 memory=514 CPUtime=0.12 cores=0,2,4,6
/proc/32513/task/32571/stat : 32571 (java) S 32510 32513 29938 0 -1 1077944384 3691 13209 0 0 5 0 5 2 20 0 15 0 107367330 11345952768 108992 33554432000 4194304 4196468 140730772373904 140298004007152 140298510916226 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32572] ppid=32510 vsize=11080032 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32513/task/32572/stat : 32572 (java) S 32510 32513 29938 0 -1 1077944384 16 13209 0 0 0 0 5 2 20 0 15 0 107367331 11345952768 108992 33554432000 4194304 4196468 140730772373904 140297267832032 140298510915285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32573] ppid=32510 vsize=11080032 memory=4132 CPUtime=0.07 cores=0,2,4,6
/proc/32513/task/32573/stat : 32573 (java) S 32510 32513 29938 0 -1 1077944384 6 13209 0 0 0 0 5 2 20 0 15 0 107367331 11345952768 108992 33554432000 4194304 4196468 140730772373904 140297119982336 140298510915285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32574] ppid=32510 vsize=11080032 memory=4620 CPUtime=0.07 cores=0,2,4,6
/proc/32513/task/32574/stat : 32574 (java) S 32510 32513 29938 0 -1 1077944384 3 13209 0 0 0 0 5 2 20 0 15 0 107367334 11345952768 108992 33554432000 4194304 4196468 140730772373904 140296812582864 140298510923675 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32575] ppid=32510 vsize=11080032 memory=15872 CPUtime=3.5 cores=0,2,4,6
/proc/32513/task/32575/stat : 32575 (java) R 32510 32513 29938 0 -1 4202560 5994 13209 0 0 342 1 5 2 20 0 15 0 107367334 11345952768 108992 33554432000 4194304 4196468 140730772373904 140298002954992 140298492278529 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32576] ppid=32510 vsize=11080032 memory=17712 CPUtime=3.33 cores=0,2,4,6
/proc/32513/task/32576/stat : 32576 (java) R 32510 32513 29938 0 -1 4202560 5090 13209 0 0 323 3 5 2 20 0 15 0 107367334 11345952768 108992 33554432000 4194304 4196468 140730772373904 140298001887088 140298490206085 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32577] ppid=32510 vsize=11080032 memory=2444 CPUtime=2.34 cores=0,2,4,6
/proc/32513/task/32577/stat : 32577 (java) S 32510 32513 29938 0 -1 1077944384 8031 13209 0 0 222 5 5 2 20 0 15 0 107367334 11345952768 108992 33554432000 4194304 4196468 140730772373904 140298000849392 140298510916226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32578] ppid=32510 vsize=11080032 memory=1832 CPUtime=0.07 cores=0,2,4,6
/proc/32513/task/32578/stat : 32578 (java) S 32510 32513 29938 0 -1 1077944384 3 13209 0 0 0 0 5 2 20 0 15 0 107367334 11345952768 108992 33554432000 4194304 4196468 140730772373904 140296381786976 140298510915285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
[pid=32513/tid=32579] ppid=32510 vsize=11080032 memory=234596 CPUtime=0.07 cores=0,2,4,6
/proc/32513/task/32579/stat : 32579 (java) S 32510 32513 29938 0 -1 1077944384 9 13209 0 0 0 0 5 2 20 0 15 0 107367334 11345952768 108992 33554432000 4194304 4196468 140730772373904 140297999796784 140298510916226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140730772376168 140730772378977 140730772378977 140730772381647 0
Current children cumulated CPU time: 15.4 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 435968 KiB

Child status: 0
Real time (s): 6.40731
CPU time (s): 15.6156
CPU user time (s): 15.28
CPU system time (s): 0.335648
CPU usage (%): 243.715
Max. virtual memory (cumulated for all children) (KiB): 11080032
Max. memory (cumulated for all children) (KiB): 435968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.2799
system time used= 0.335648
maximum resident set size= 438128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81376
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= 8164
involuntary context switches= 120


# summary of solver processes directly reported to runsolver:
#   pid: 32513
#   total CPU time (s): 15.6156
#   total CPU user time (s): 15.28
#   total CPU system time (s): 0.335648

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.063359 second user time and 0.106758 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-29 23:00:41
IDJOB=4302658
IDBENCH=141489
IDSOLVER=2777
FILE ID=node132/4302658-1532898041
RUNJOBID= node132-1532897795-31991
PBS_JOBID= 21022524
Free space on /tmp= 58396 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/PeacableArmies/PeacableArmies-m1-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-4302658-1532898041/watcher-4302658-1532898041 -o /tmp/evaluation-result-4302658-1532898041/solver-4302658-1532898041 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532897795-31991 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1033009925 -superng HOME/instance-4302658-1532898041.xml

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

MD5SUM BENCH= 4b3a1ce7a352f102282a9a722b8ddb17
RANDOM SEED=1033009925

node132.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.65
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.65
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.65
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.65
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:        24218732 kB
MemAvailable:   31907296 kB
Buffers:          225884 kB
Cached:          7690808 kB
SwapCached:            0 kB
Active:          2631192 kB
Inactive:        5363720 kB
Active(anon):      28380 kB
Inactive(anon):    77820 kB
Active(file):    2602812 kB
Inactive(file):  5285900 kB
Unevictable:        6992 kB
Mlocked:            6992 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26780 kB
Writeback:             0 kB
AnonPages:         69280 kB
Mapped:            54008 kB
Shmem:             25248 kB
Slab:             256972 kB
SReclaimable:     228312 kB
SUnreclaim:        28660 kB
KernelStack:        3904 kB
PageTables:         5392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1276004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 58368 MiB
End job on node132 at 2018-07-29 23:00:48