Trace number 4304594

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-SuperNGOPT73 12.0084 5.07282

General information on the benchmark

NameRcpsp/
Rcpsp-j90-01-01_c18.xml
MD5SUMb03d0b9ec095e61c141836330b15b8e7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark73
Best CPU time to get the best result obtained on this benchmark5.48155
Satisfiable
(Un)Satisfiability was proved
Number of variables92
Number of constraints142
Number of domains2
Minimum domain size1
Maximum domain size507
Distribution of domain sizes[{"size":1,"count":1},{"size":507,"count":91}]
Minimum variable degree3
Maximum variable degree6
Distribution of variable degrees[{"degree":3,"count":35},{"degree":4,"count":24},{"degree":5,"count":32},{"degree":6,"count":1}]
Minimum constraint arity2
Maximum constraint arity25
Distribution of constraint arities[{"arity":2,"count":138},{"arity":18,"count":1},{"arity":23,"count":1},{"arity":24,"count":1},{"arity":25,"count":1}]
Number of extensional constraints0
Number of intensional constraints138
Distribution of constraint types[{"type":"intension","count":138},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

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.74	c Concrete v3.9.2.1532736233296 running
9.33/4.29	o 506
9.88/4.40	o 496
9.88/4.43	o 488
10.24/4.53	o 487
10.24/4.56	o 477
10.56/4.62	o 464
10.56/4.68	o 456
10.90/4.70	o 455
10.90/4.72	o 110
10.90/4.72	o 106
10.90/4.78	o 98
11.85/5.03	o 73
11.85/5.04	v <instantiation cost="73">
11.85/5.04	v       <list>
11.85/5.04	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] s[32] s[33] s[34] s[35] s[36] s[37] s[38] s[39] s[40] s[41] s[42] s[43] s[44] s[45] s[46] s[47] s[48] s[49] s[50] s[51] s[52] s[53] s[54] s[55] s[56] s[57] s[58] s[59] s[60] s[61] s[62] s[63] s[64] s[65] s[66] s[67] s[68] s[69] s[70] s[71] s[72] s[73] s[74] s[75] s[76] s[77] s[78] s[79] s[80] s[81] s[82] s[83] s[84] s[85] s[86] s[87] s[88] s[89] s[90] s[91]
11.85/5.04	v       </list>
11.85/5.04	v       <values>
11.85/5.04	v         0 0 0 0 1 3 10 40 27 18 8 16 20 18 11 23 36 18 10 20 27 16 18 12 42 13 34 29 20 3 45 34 23 27 27 19 16 36 18 27 34 46 28 26 19 27 34 45 42 54 38 30 35 46 30 23 40 27 37 33 40 43 34 50 46 44 46 48 46 45 55 52 48 43 55 41 53 60 52 59 54 60 60 68 52 61 62 70 71 53 70 73
11.85/5.04	v       </values>
11.85/5.04	v     </instantiation>
11.85/5.04	s OPTIMUM FOUND

Verifier Data

OK	73

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304594-1534119790/watcher-4304594-1534119790 -o /tmp/evaluation-result-4304594-1534119790/solver-4304594-1534119790 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1534097471-21026 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=347790530 -superng HOME/instance-4304594-1534119790.xml 

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

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


[startup+0.100092 s]*
/proc/loadavg: 1.84 1.81 1.72 3/210 25904
/proc/meminfo: memFree=6210176/32770624 swapFree=67108852/67108860
[pid=25847] ppid=25844 vsize=10005480 memory=18856 CPUtime=0.08 cores=1,3,5,7
/proc/25847/stat : 25847 (java) S 25844 25847 20994 0 -1 1077944320 4344 12790 0 0 1 0 4 3 20 0 6 0 229542138 10245611520 4714 33554432000 4194304 4196468 140733647555536 140733647538080 139814276935415 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
/proc/25847/statm: 2501370 4714 1948 1 0 2489808 0
[pid=25847/tid=25900] ppid=25844 vsize=10010620 memory=4279135704013833615 CPUtime=0.08 cores=1,3,5,7
/proc/25847/task/25900/stat : 25900 (java) R 25844 25847 20994 0 -1 4202560 2156 12790 0 0 1 0 4 3 20 0 6 0 229542147 10250874880 4714 33554432000 4194304 4196468 140733647555536 139814248772176 139814269173214 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25901] ppid=25844 vsize=10017448 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/25847/task/25901/stat : 25901 (java) S 25844 25847 20994 0 -1 1077944384 2 12790 0 0 0 0 4 3 20 0 6 0 229542148 10257866752 4714 33554432000 4194304 4196468 140733647555536 139814281177360 139814276945621 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25902] ppid=25844 vsize=10021560 memory=140402464360064 CPUtime=0.07 cores=1,3,5,7
/proc/25847/task/25902/stat : 25902 (java) S 25844 25847 20994 0 -1 1077944384 1 12790 0 0 0 0 4 3 20 0 6 0 229542148 10262077440 4714 33554432000 4194304 4196468 140733647555536 139814146513296 139814276945621 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25903] ppid=25844 vsize=10021560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25847/task/25903/stat : 25903 (java) S 25844 25847 20994 0 -1 1077944384 1 12790 0 0 0 0 4 3 20 0 6 0 229542148 10262077440 4714 33554432000 4194304 4196468 140733647555536 139814145460752 139814276945621 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25904] ppid=25844 vsize=10021560 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25847/task/25904/stat : 25904 (java) S 25844 25847 20994 0 -1 1077944384 2 12790 0 0 0 0 4 3 20 0 6 0 229542148 10262077440 4714 33554432000 4194304 4196468 140733647555536 139814144408208 139814276945621 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18856 KiB

[startup+0.210015 s]*
/proc/loadavg: 1.84 1.81 1.72 3/219 25913
/proc/meminfo: memFree=6186428/32770624 swapFree=67108852/67108860
[pid=25847] ppid=25844 vsize=10985364 memory=47952 CPUtime=0.26 cores=1,3,5,7
/proc/25847/stat : 25847 (java) S 25844 25847 20994 0 -1 1077944320 8209 12790 0 0 17 2 4 3 20 0 15 0 229542138 11249012736 11988 33554432000 4194304 4196468 140733647555536 140733647538080 139814276935415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
/proc/25847/statm: 2746341 11988 2957 1 0 2708764 0
[pid=25847/tid=25900] ppid=25844 vsize=10985364 memory=-6517102902069810590 CPUtime=0.19 cores=1,3,5,7
/proc/25847/task/25900/stat : 25900 (java) R 25844 25847 20994 0 -1 4202560 4870 12790 0 0 11 1 4 3 20 0 15 0 229542147 11249012736 12120 33554432000 4194304 4196468 140733647555536 139814248760224 139814269615133 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25901] ppid=25844 vsize=10985364 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/25847/task/25901/stat : 25901 (java) S 25844 25847 20994 0 -1 1077944384 2 12790 0 0 0 0 4 3 20 0 15 0 229542148 11249012736 12120 33554432000 4194304 4196468 140733647555536 139814281177360 139814276945621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25902] ppid=25844 vsize=10985364 memory=140402464360064 CPUtime=0.07 cores=1,3,5,7
/proc/25847/task/25902/stat : 25902 (java) S 25844 25847 20994 0 -1 1077944384 1 12790 0 0 0 0 4 3 20 0 15 0 229542148 11249012736 12120 33554432000 4194304 4196468 140733647555536 139814146513296 139814276945621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25903] ppid=25844 vsize=10985364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25847/task/25903/stat : 25903 (java) S 25844 25847 20994 0 -1 1077944384 1 12790 0 0 0 0 4 3 20 0 15 0 229542148 11249012736 12120 33554432000 4194304 4196468 140733647555536 139814145460752 139814276945621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25904] ppid=25844 vsize=10985364 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25847/task/25904/stat : 25904 (java) S 25844 25847 20994 0 -1 1077944384 2 12790 0 0 0 0 4 3 20 0 15 0 229542148 11249012736 12186 33554432000 4194304 4196468 140733647555536 139814144408208 139814276945621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25905] ppid=25844 vsize=10985364 memory=140402464360064 CPUtime=0.07 cores=1,3,5,7
/proc/25847/task/25905/stat : 25905 (java) S 25844 25847 20994 0 -1 1077944384 2 12790 0 0 0 0 4 3 20 0 15 0 229542149 11249012736 12186 33554432000 4194304 4196468 140733647555536 139813245970928 139814276946562 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25906] ppid=25844 vsize=10985364 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25847/task/25906/stat : 25906 (java) S 25844 25847 20994 0 -1 1077944384 13 12790 0 0 0 0 4 3 20 0 15 0 229542149 11249012736 12186 33554432000 4194304 4196468 140733647555536 139813130855840 139814276945621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25907] ppid=25844 vsize=10985364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25847/task/25907/stat : 25907 (java) S 25844 25847 20994 0 -1 1077944384 1 12790 0 0 0 0 4 3 20 0 15 0 229542150 11249012736 12186 33554432000 4194304 4196468 140733647555536 139812929529328 139814276945621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25908] ppid=25844 vsize=10985364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25847/task/25908/stat : 25908 (java) S 25844 25847 20994 0 -1 1077944384 3 12790 0 0 0 0 4 3 20 0 15 0 229542152 11249012736 12252 33554432000 4194304 4196468 140733647555536 139812622129872 139814276954011 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25909] ppid=25844 vsize=10985364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25847/task/25909/stat : 25909 (java) S 25844 25847 20994 0 -1 1077944384 538 12790 0 0 1 0 4 3 20 0 15 0 229542152 11249012736 12252 33554432000 4194304 4196468 140733647555536 139813244917744 139814276946562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25910] ppid=25844 vsize=10985364 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25847/task/25910/stat : 25910 (java) S 25844 25847 20994 0 -1 1077944384 66 12790 0 0 1 0 4 3 20 0 15 0 229542152 11249012736 12252 33554432000 4194304 4196468 140733647555536 139813243865200 139814276946562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25911] ppid=25844 vsize=10985364 memory=140402464360064 CPUtime=0.1 cores=1,3,5,7
/proc/25847/task/25911/stat : 25911 (java) S 25844 25847 20994 0 -1 1077944384 637 12790 0 0 3 0 4 3 20 0 15 0 229542152 11249012736 12252 33554432000 4194304 4196468 140733647555536 139813242812656 139814276946562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25912] ppid=25844 vsize=10985364 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25847/task/25912/stat : 25912 (java) S 25844 25847 20994 0 -1 1077944384 3 12790 0 0 0 0 4 3 20 0 15 0 229542153 11249012736 12318 33554432000 4194304 4196468 140733647555536 139812191332960 139814276945621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25913] ppid=25844 vsize=10985364 memory=140402464360064 CPUtime=0.07 cores=1,3,5,7
/proc/25847/task/25913/stat : 25913 (java) S 25844 25847 20994 0 -1 1077944384 1 12790 0 0 0 0 4 3 20 0 15 0 229542153 11249012736 12318 33554432000 4194304 4196468 140733647555536 139813241760560 139814276946562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10985364 KiB
Current children cumulated memory: 47952 KiB

[startup+0.310419 s]*
/proc/loadavg: 1.84 1.81 1.72 3/219 25913
/proc/meminfo: memFree=6173528/32770624 swapFree=67108852/67108860
[pid=25847] ppid=25844 vsize=10983192 memory=57340 CPUtime=0.38 cores=1,3,5,7
/proc/25847/stat : 25847 (java) S 25844 25847 20994 0 -1 1077944320 10435 12790 0 0 28 3 4 3 20 0 15 0 229542138 11246788608 14335 33554432000 4194304 4196468 140733647555536 140733647538080 139814276935415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
/proc/25847/statm: 2745798 14335 3076 1 0 2708109 0
[pid=25847/tid=25900] ppid=25844 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/25847/task/25900/stat : 25900 (java) R 25844 25847 20994 0 -1 4202560 6956 12790 0 0 19 2 4 3 20 0 15 0 229542147 11246788608 14335 33554432000 4194304 4196468 140733647555536 139814248747424 139814276957341 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25901] ppid=25844 vsize=10983192 memory=7084813469699035216 CPUtime=0.07 cores=1,3,5,7
/proc/25847/task/25901/stat : 25901 (java) S 25844 25847 20994 0 -1 1077944384 2 12790 0 0 0 0 4 3 20 0 15 0 229542148 11246788608 14335 33554432000 4194304 4196468 140733647555536 139814281177360 139814276945621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25902] ppid=25844 vsize=10983192 memory=2076 CPUtime=0.07 cores=1,3,5,7
/proc/25847/task/25902/stat : 25902 (java) S 25844 25847 20994 0 -1 1077944384 1 12790 0 0 0 0 4 3 20 0 15 0 229542148 11246788608 14335 33554432000 4194304 4196468 140733647555536 139814146513296 139814276945621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25903] ppid=25844 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25847/task/25903/stat : 25903 (java) S 25844 25847 20994 0 -1 1077944384 1 12790 0 0 0 0 4 3 20 0 15 0 229542148 11246788608 14335 33554432000 4194304 4196468 140733647555536 139814145460752 139814276945621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25904] ppid=25844 vsize=10983192 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/25847/task/25904/stat : 25904 (java) S 25844 25847 20994 0 -1 1077944384 2 12790 0 0 0 0 4 3 20 0 15 0 229542148 11246788608 14335 33554432000 4194304 4196468 140733647555536 139814144408208 139814276945621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25905] ppid=25844 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25847/task/25905/stat : 25905 (java) S 25844 25847 20994 0 -1 1077944384 2 12790 0 0 0 0 4 3 20 0 15 0 229542149 11246788608 14335 33554432000 4194304 4196468 140733647555536 139813245970928 139814276946562 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25906] ppid=25844 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25847/task/25906/stat : 25906 (java) S 25844 25847 20994 0 -1 1077944384 13 12790 0 0 0 0 4 3 20 0 15 0 229542149 11246788608 14335 33554432000 4194304 4196468 140733647555536 139813130855840 139814276945621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25907] ppid=25844 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25847/task/25907/stat : 25907 (java) S 25844 25847 20994 0 -1 1077944384 1 12790 0 0 0 0 4 3 20 0 15 0 229542150 11246788608 14335 33554432000 4194304 4196468 140733647555536 139812929529328 139814276945621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25908] ppid=25844 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25847/task/25908/stat : 25908 (java) S 25844 25847 20994 0 -1 1077944384 3 12790 0 0 0 0 4 3 20 0 15 0 229542152 11246788608 14335 33554432000 4194304 4196468 140733647555536 139812622129872 139814276954011 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25909] ppid=25844 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25847/task/25909/stat : 25909 (java) S 25844 25847 20994 0 -1 1077944384 540 12790 0 0 1 0 4 3 20 0 15 0 229542152 11246788608 14335 33554432000 4194304 4196468 140733647555536 139813244917744 139814276946562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25910] ppid=25844 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25847/task/25910/stat : 25910 (java) S 25844 25847 20994 0 -1 1077944384 66 12790 0 0 1 0 4 3 20 0 15 0 229542152 11246788608 14335 33554432000 4194304 4196468 140733647555536 139813243865200 139814276946562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25911] ppid=25844 vsize=10983192 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/25847/task/25911/stat : 25911 (java) R 25844 25847 20994 0 -1 4202560 653 12790 0 0 4 0 4 3 20 0 15 0 229542152 11246788608 14335 33554432000 4194304 4196468 140733647555536 139813242812656 139814255868151 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25912] ppid=25844 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25847/task/25912/stat : 25912 (java) S 25844 25847 20994 0 -1 1077944384 3 12790 0 0 0 0 4 3 20 0 15 0 229542153 11246788608 14335 33554432000 4194304 4196468 140733647555536 139812191332960 139814276945621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25913] ppid=25844 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25847/task/25913/stat : 25913 (java) S 25844 25847 20994 0 -1 1077944384 1 12790 0 0 0 0 4 3 20 0 15 0 229542153 11246788608 14335 33554432000 4194304 4196468 140733647555536 139813241760560 139814276946562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 57340 KiB

[startup+0.700719 s]
/proc/loadavg: 1.84 1.81 1.72 3/219 25913
/proc/meminfo: memFree=6163108/32770624 swapFree=67108852/67108860
[pid=25847] ppid=25844 vsize=10983192 memory=90848 CPUtime=0.99 cores=1,3,5,7
/proc/25847/stat : 25847 (java) S 25844 25847 20994 0 -1 1077944320 16757 12790 0 0 87 5 4 3 20 0 15 0 229542138 11246788608 22712 33554432000 4194304 4196468 140733647555536 140733647538080 139814276935415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
/proc/25847/statm: 2745798 22712 3247 1 0 2708109 0
[pid=25847/tid=25900] ppid=25844 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/25847/task/25900/stat : 25900 (java) R 25844 25847 20994 0 -1 4202560 12168 12790 0 0 56 3 4 3 20 0 15 0 229542147 11246788608 22712 33554432000 4194304 4196468 140733647555536 139814248756240 139814258500368 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25901] ppid=25844 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25847/task/25901/stat : 25901 (java) S 25844 25847 20994 0 -1 1077944384 2 12790 0 0 0 0 4 3 20 0 15 0 229542148 11246788608 22712 33554432000 4194304 4196468 140733647555536 139814281177360 139814276945621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25902] ppid=25844 vsize=10983192 memory=3768 CPUtime=0.07 cores=1,3,5,7
/proc/25847/task/25902/stat : 25902 (java) S 25844 25847 20994 0 -1 1077944384 1 12790 0 0 0 0 4 3 20 0 15 0 229542148 11246788608 22712 33554432000 4194304 4196468 140733647555536 139814146513296 139814276945621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25903] ppid=25844 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25847/task/25903/stat : 25903 (java) S 25844 25847 20994 0 -1 1077944384 1 12790 0 0 0 0 4 3 20 0 15 0 229542148 11246788608 22712 33554432000 4194304 4196468 140733647555536 139814145460752 139814276945621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25904] ppid=25844 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25847/task/25904/stat : 25904 (java) S 25844 25847 20994 0 -1 1077944384 2 12790 0 0 0 0 4 3 20 0 15 0 229542148 11246788608 22712 33554432000 4194304 4196468 140733647555536 139814144408208 139814276945621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25905] ppid=25844 vsize=10983192 memory=4420 CPUtime=0.07 cores=1,3,5,7
/proc/25847/task/25905/stat : 25905 (java) S 25844 25847 20994 0 -1 1077944384 5 12790 0 0 0 0 4 3 20 0 15 0 229542149 11246788608 22712 33554432000 4194304 4196468 140733647555536 139813245970928 139814276946562 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25906] ppid=25844 vsize=10983192 memory=6628 CPUtime=0.07 cores=1,3,5,7
/proc/25847/task/25906/stat : 25906 (java) S 25844 25847 20994 0 -1 1077944384 13 12790 0 0 0 0 4 3 20 0 15 0 229542149 11246788608 22712 33554432000 4194304 4196468 140733647555536 139813130855840 139814276945621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25907] ppid=25844 vsize=10983192 memory=8836 CPUtime=0.07 cores=1,3,5,7
/proc/25847/task/25907/stat : 25907 (java) S 25844 25847 20994 0 -1 1077944384 1 12790 0 0 0 0 4 3 20 0 15 0 229542150 11246788608 22712 33554432000 4194304 4196468 140733647555536 139812929529328 139814276945621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25908] ppid=25844 vsize=10983192 memory=11044 CPUtime=0.07 cores=1,3,5,7
/proc/25847/task/25908/stat : 25908 (java) S 25844 25847 20994 0 -1 1077944384 3 12790 0 0 0 0 4 3 20 0 15 0 229542152 11246788608 22712 33554432000 4194304 4196468 140733647555536 139812622129872 139814276954011 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25909] ppid=25844 vsize=10983192 memory=13252 CPUtime=0.14 cores=1,3,5,7
/proc/25847/task/25909/stat : 25909 (java) S 25844 25847 20994 0 -1 1077944384 924 12790 0 0 7 0 4 3 20 0 15 0 229542152 11246788608 22712 33554432000 4194304 4196468 140733647555536 139813244917744 139814276946562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25910] ppid=25844 vsize=10983192 memory=15460 CPUtime=0.16 cores=1,3,5,7
/proc/25847/task/25910/stat : 25910 (java) S 25844 25847 20994 0 -1 1077944384 692 12790 0 0 9 0 4 3 20 0 15 0 229542152 11246788608 22712 33554432000 4194304 4196468 140733647555536 139813243865200 139814276946562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25911] ppid=25844 vsize=10983192 memory=17668 CPUtime=0.2 cores=1,3,5,7
/proc/25847/task/25911/stat : 25911 (java) S 25844 25847 20994 0 -1 1077944384 748 12790 0 0 13 0 4 3 20 0 15 0 229542152 11246788608 22712 33554432000 4194304 4196468 140733647555536 139813242812656 139814276946562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25912] ppid=25844 vsize=10983192 memory=19876 CPUtime=0.07 cores=1,3,5,7
/proc/25847/task/25912/stat : 25912 (java) S 25844 25847 20994 0 -1 1077944384 3 12790 0 0 0 0 4 3 20 0 15 0 229542153 11246788608 22712 33554432000 4194304 4196468 140733647555536 139812191332960 139814276945621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25913] ppid=25844 vsize=10983192 memory=22084 CPUtime=0.07 cores=1,3,5,7
/proc/25847/task/25913/stat : 25913 (java) S 25844 25847 20994 0 -1 1077944384 1 12790 0 0 0 0 4 3 20 0 15 0 229542153 11246788608 22712 33554432000 4194304 4196468 140733647555536 139813241760560 139814276946562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 90848 KiB

[startup+1.50071 s]
/proc/loadavg: 1.84 1.81 1.72 3/219 25913
/proc/meminfo: memFree=6116900/32770624 swapFree=67108852/67108860
[pid=25847] ppid=25844 vsize=10998092 memory=183792 CPUtime=2.28 cores=1,3,5,7
/proc/25847/stat : 25847 (java) S 25844 25847 20994 0 -1 1077944320 23877 12790 0 0 210 11 4 3 20 0 15 0 229542138 11262046208 45948 33554432000 4194304 4196468 140733647555536 140733647538080 139814276935415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
/proc/25847/statm: 2749523 45948 3471 1 0 2711181 0
[pid=25847/tid=25900] ppid=25844 vsize=10998092 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/25847/task/25900/stat : 25900 (java) R 25844 25847 20994 0 -1 4202560 17647 12790 0 0 129 7 4 3 20 0 15 0 229542147 11262046208 45948 33554432000 4194304 4196468 140733647555536 139814248767600 139814276957341 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25901] ppid=25844 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25847/task/25901/stat : 25901 (java) S 25844 25847 20994 0 -1 1077944384 23 12790 0 0 1 0 4 3 20 0 15 0 229542148 11262046208 45948 33554432000 4194304 4196468 140733647555536 139814281177360 139814276945621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25902] ppid=25844 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25847/task/25902/stat : 25902 (java) S 25844 25847 20994 0 -1 1077944384 21 12790 0 0 1 0 4 3 20 0 15 0 229542148 11262046208 46013 33554432000 4194304 4196468 140733647555536 139814146513296 139814276945621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25903] ppid=25844 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25847/task/25903/stat : 25903 (java) S 25844 25847 20994 0 -1 1077944384 233 12790 0 0 1 0 4 3 20 0 15 0 229542148 11262046208 46013 33554432000 4194304 4196468 140733647555536 139814145460752 139814276945621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25904] ppid=25844 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25847/task/25904/stat : 25904 (java) S 25844 25847 20994 0 -1 1077944384 75 12790 0 0 0 0 4 3 20 0 15 0 229542148 11262046208 46013 33554432000 4194304 4196468 140733647555536 139814144408208 139814276945621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25905] ppid=25844 vsize=10998092 memory=-7965959130280075168 CPUtime=0.08 cores=1,3,5,7
/proc/25847/task/25905/stat : 25905 (java) S 25844 25847 20994 0 -1 1077944384 47 12790 0 0 1 0 4 3 20 0 15 0 229542149 11262046208 46013 33554432000 4194304 4196468 140733647555536 139813245970928 139814276946562 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25906] ppid=25844 vsize=10998092 memory=280804693453056 CPUtime=0.07 cores=1,3,5,7
/proc/25847/task/25906/stat : 25906 (java) S 25844 25847 20994 0 -1 1077944384 14 12790 0 0 0 0 4 3 20 0 15 0 229542149 11262046208 46013 33554432000 4194304 4196468 140733647555536 139813130855904 139814276945621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25907] ppid=25844 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25847/task/25907/stat : 25907 (java) S 25844 25847 20994 0 -1 1077944384 1 12790 0 0 0 0 4 3 20 0 15 0 229542150 11262046208 46013 33554432000 4194304 4196468 140733647555536 139812929529344 139814276945621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25908] ppid=25844 vsize=10998092 memory=11796 CPUtime=0.07 cores=1,3,5,7
/proc/25847/task/25908/stat : 25908 (java) S 25844 25847 20994 0 -1 1077944384 3 12790 0 0 0 0 4 3 20 0 15 0 229542152 11262046208 46013 33554432000 4194304 4196468 140733647555536 139812622129872 139814276954011 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25909] ppid=25844 vsize=10998092 memory=5772 CPUtime=0.28 cores=1,3,5,7
/proc/25847/task/25909/stat : 25909 (java) S 25844 25847 20994 0 -1 1077944384 1468 12790 0 0 21 0 4 3 20 0 15 0 229542152 11262046208 46013 33554432000 4194304 4196468 140733647555536 139813244917744 139814276946562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25910] ppid=25844 vsize=10998092 memory=4616 CPUtime=0.25 cores=1,3,5,7
/proc/25847/task/25910/stat : 25910 (java) S 25844 25847 20994 0 -1 1077944384 829 12790 0 0 18 0 4 3 20 0 15 0 229542152 11262046208 46013 33554432000 4194304 4196468 140733647555536 139813243865200 139814276946562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25911] ppid=25844 vsize=10998092 memory=1388 CPUtime=0.4 cores=1,3,5,7
/proc/25847/task/25911/stat : 25911 (java) S 25844 25847 20994 0 -1 1077944384 1319 12790 0 0 33 0 4 3 20 0 15 0 229542152 11262046208 46013 33554432000 4194304 4196468 140733647555536 139813242812656 139814276946562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25912] ppid=25844 vsize=10998092 memory=1228 CPUtime=0.07 cores=1,3,5,7
/proc/25847/task/25912/stat : 25912 (java) S 25844 25847 20994 0 -1 1077944384 3 12790 0 0 0 0 4 3 20 0 15 0 229542153 11262046208 46013 33554432000 4194304 4196468 140733647555536 139812191332960 139814276945621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25913] ppid=25844 vsize=10998092 memory=880 CPUtime=0.07 cores=1,3,5,7
/proc/25847/task/25913/stat : 25913 (java) S 25844 25847 20994 0 -1 1077944384 1 12790 0 0 0 0 4 3 20 0 15 0 229542153 11262046208 46013 33554432000 4194304 4196468 140733647555536 139813241760560 139814276946562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
Current children cumulated CPU time: 2.28 s
Current children cumulated vsize: 10998092 KiB

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

[startup+5.07277 s]
# the end of solver process 25847 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=11.7273 s, system=0.281121 s

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

[startup+3.20087 s]
/proc/loadavg: 1.94 1.83 1.73 8/219 25913
/proc/meminfo: memFree=6001712/32770624 swapFree=67108852/67108860
[pid=25847] ppid=25844 vsize=11008352 memory=243456 CPUtime=6.58 cores=1,3,5,7
/proc/25847/stat : 25847 (java) S 25844 25847 20994 0 -1 1077944320 39748 12790 0 0 635 16 4 3 20 0 15 0 229542138 11272552448 60864 33554432000 4194304 4196468 140733647555536 140733647538080 139814276935415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
/proc/25847/statm: 2752088 60864 3495 1 0 2713741 0
[pid=25847/tid=25900] ppid=25844 vsize=11008352 memory=0 CPUtime=3.11 cores=1,3,5,7
/proc/25847/task/25900/stat : 25900 (java) R 25844 25847 20994 0 -1 4202560 25039 12790 0 0 295 9 4 3 20 0 15 0 229542147 11272552448 60864 33554432000 4194304 4196468 140733647555536 139814248764336 139813831270451 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25901] ppid=25844 vsize=11008352 memory=6656426216303648864 CPUtime=0.08 cores=1,3,5,7
/proc/25847/task/25901/stat : 25901 (java) S 25844 25847 20994 0 -1 1077944384 23 12790 0 0 1 0 4 3 20 0 15 0 229542148 11272552448 60864 33554432000 4194304 4196468 140733647555536 139814281177360 139814276945621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25902] ppid=25844 vsize=11008352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25847/task/25902/stat : 25902 (java) S 25844 25847 20994 0 -1 1077944384 21 12790 0 0 1 0 4 3 20 0 15 0 229542148 11272552448 60864 33554432000 4194304 4196468 140733647555536 139814146513296 139814276945621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25903] ppid=25844 vsize=11008352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25847/task/25903/stat : 25903 (java) S 25844 25847 20994 0 -1 1077944384 233 12790 0 0 1 0 4 3 20 0 15 0 229542148 11272552448 60864 33554432000 4194304 4196468 140733647555536 139814145460752 139814276945621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25904] ppid=25844 vsize=11008352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25847/task/25904/stat : 25904 (java) S 25844 25847 20994 0 -1 1077944384 75 12790 0 0 0 0 4 3 20 0 15 0 229542148 11272552448 60864 33554432000 4194304 4196468 140733647555536 139814144408208 139814276945621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25905] ppid=25844 vsize=11008352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25847/task/25905/stat : 25905 (java) S 25844 25847 20994 0 -1 1077944384 85 12790 0 0 1 0 4 3 20 0 15 0 229542149 11272552448 60864 33554432000 4194304 4196468 140733647555536 139813245970928 139814276946562 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25906] ppid=25844 vsize=11008352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25847/task/25906/stat : 25906 (java) S 25844 25847 20994 0 -1 1077944384 14 12790 0 0 0 0 4 3 20 0 15 0 229542149 11272552448 60864 33554432000 4194304 4196468 140733647555536 139813130855904 139814276945621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25907] ppid=25844 vsize=11008352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25847/task/25907/stat : 25907 (java) S 25844 25847 20994 0 -1 1077944384 1 12790 0 0 0 0 4 3 20 0 15 0 229542150 11272552448 60864 33554432000 4194304 4196468 140733647555536 139812929529344 139814276945621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25908] ppid=25844 vsize=11008352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25847/task/25908/stat : 25908 (java) S 25844 25847 20994 0 -1 1077944384 3 12790 0 0 0 0 4 3 20 0 15 0 229542152 11272552448 60864 33554432000 4194304 4196468 140733647555536 139812622129872 139814276954011 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25909] ppid=25844 vsize=11008352 memory=0 CPUtime=1.22 cores=1,3,5,7
/proc/25847/task/25909/stat : 25909 (java) R 25844 25847 20994 0 -1 4202560 3691 12790 0 0 115 0 4 3 20 0 15 0 229542152 11272552448 60864 33554432000 4194304 4196468 140733647555536 139813244906480 139814260435621 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25910] ppid=25844 vsize=11008352 memory=6880 CPUtime=0.99 cores=1,3,5,7
/proc/25847/task/25910/stat : 25910 (java) R 25844 25847 20994 0 -1 4202560 2237 12790 0 0 91 1 4 3 20 0 15 0 229542152 11272552448 60864 33554432000 4194304 4196468 140733647555536 139813243854912 139814260147915 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25911] ppid=25844 vsize=11008352 memory=15252 CPUtime=1.34 cores=1,3,5,7
/proc/25847/task/25911/stat : 25911 (java) R 25844 25847 20994 0 -1 1077944384 6120 12790 0 0 126 1 4 3 20 0 15 0 229542152 11272552448 60864 33554432000 4194304 4196468 140733647555536 139813242812656 139814276946562 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25912] ppid=25844 vsize=11008352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25847/task/25912/stat : 25912 (java) S 25844 25847 20994 0 -1 1077944384 3 12790 0 0 0 0 4 3 20 0 15 0 229542153 11272552448 60864 33554432000 4194304 4196468 140733647555536 139812191332960 139814276945621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25913] ppid=25844 vsize=11008352 memory=6788 CPUtime=0.07 cores=1,3,5,7
/proc/25847/task/25913/stat : 25913 (java) S 25844 25847 20994 0 -1 1077944384 10 12790 0 0 0 0 4 3 20 0 15 0 229542153 11272552448 60864 33554432000 4194304 4196468 140733647555536 139813241760560 139814276946562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
Current children cumulated CPU time: 6.58 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 243456 KiB

[startup+4.00068 s]*
/proc/loadavg: 1.94 1.83 1.73 5/219 25913
/proc/meminfo: memFree=5898328/32770624 swapFree=67108852/67108860
[pid=25847] ppid=25844 vsize=11077984 memory=332704 CPUtime=8.69 cores=1,3,5,7
/proc/25847/stat : 25847 (java) S 25844 25847 20994 0 -1 1077944320 67142 12790 0 0 842 20 4 3 20 0 15 0 229542138 11343855616 83176 33554432000 4194304 4196468 140733647555536 140733647538080 139814276935415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
/proc/25847/statm: 2769496 83176 3512 1 0 2731149 0
[pid=25847/tid=25900] ppid=25844 vsize=11077984 memory=-6517102902069810590 CPUtime=3.87 cores=1,3,5,7
/proc/25847/task/25900/stat : 25900 (java) R 25844 25847 20994 0 -1 4202560 42964 12790 0 0 369 11 4 3 20 0 15 0 229542147 11343855616 83176 33554432000 4194304 4196468 140733647555536 139814248764608 139813834158436 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25901] ppid=25844 vsize=11077984 memory=3691042058319900680 CPUtime=0.1 cores=1,3,5,7
/proc/25847/task/25901/stat : 25901 (java) S 25844 25847 20994 0 -1 1077944384 220 12790 0 0 3 0 4 3 20 0 15 0 229542148 11343855616 83176 33554432000 4194304 4196468 140733647555536 139814281177360 139814276945621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25902] ppid=25844 vsize=11077984 memory=4049193351117121208 CPUtime=0.1 cores=1,3,5,7
/proc/25847/task/25902/stat : 25902 (java) S 25844 25847 20994 0 -1 1077944384 36 12790 0 0 3 0 4 3 20 0 15 0 229542148 11343855616 83176 33554432000 4194304 4196468 140733647555536 139814146513296 139814276945621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25903] ppid=25844 vsize=11077984 memory=4638778398332698720 CPUtime=0.1 cores=1,3,5,7
/proc/25847/task/25903/stat : 25903 (java) S 25844 25847 20994 0 -1 1077944384 615 12790 0 0 3 0 4 3 20 0 15 0 229542148 11343855616 83176 33554432000 4194304 4196468 140733647555536 139814145460752 139814276945621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25904] ppid=25844 vsize=11077984 memory=111012019700712 CPUtime=0.1 cores=1,3,5,7
/proc/25847/task/25904/stat : 25904 (java) S 25844 25847 20994 0 -1 1077944384 96 12790 0 0 3 0 4 3 20 0 15 0 229542148 11343855616 83176 33554432000 4194304 4196468 140733647555536 139814144408208 139814276945621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25905] ppid=25844 vsize=11077984 memory=3612118701213809889 CPUtime=0.1 cores=1,3,5,7
/proc/25847/task/25905/stat : 25905 (java) S 25844 25847 20994 0 -1 1077944384 3515 12790 0 0 3 0 4 3 20 0 15 0 229542149 11343855616 83176 33554432000 4194304 4196468 140733647555536 139813245970928 139814276946562 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25906] ppid=25844 vsize=11077984 memory=3832899957681631793 CPUtime=0.07 cores=1,3,5,7
/proc/25847/task/25906/stat : 25906 (java) S 25844 25847 20994 0 -1 1077944384 14 12790 0 0 0 0 4 3 20 0 15 0 229542149 11343855616 83176 33554432000 4194304 4196468 140733647555536 139813130855904 139814276945621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25907] ppid=25844 vsize=11077984 memory=7091032441114814037 CPUtime=0.07 cores=1,3,5,7
/proc/25847/task/25907/stat : 25907 (java) S 25844 25847 20994 0 -1 1077944384 1 12790 0 0 0 0 4 3 20 0 15 0 229542150 11343855616 83176 33554432000 4194304 4196468 140733647555536 139812929529344 139814276945621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25908] ppid=25844 vsize=11077984 memory=1 CPUtime=0.07 cores=1,3,5,7
/proc/25847/task/25908/stat : 25908 (java) S 25844 25847 20994 0 -1 1077944384 3 12790 0 0 0 0 4 3 20 0 15 0 229542152 11343855616 83176 33554432000 4194304 4196468 140733647555536 139812622129872 139814276954011 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25909] ppid=25844 vsize=11077984 memory=0 CPUtime=1.77 cores=1,3,5,7
/proc/25847/task/25909/stat : 25909 (java) R 25844 25847 20994 0 -1 4202560 7140 12790 0 0 169 1 4 3 20 0 15 0 229542152 11343855616 83176 33554432000 4194304 4196468 140733647555536 139813244903496 139814262050470 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25910] ppid=25844 vsize=11077984 memory=0 CPUtime=1.39 cores=1,3,5,7
/proc/25847/task/25910/stat : 25910 (java) R 25844 25847 20994 0 -1 4202560 2994 12790 0 0 131 1 4 3 20 0 15 0 229542152 11343855616 83176 33554432000 4194304 4196468 140733647555536 139813243851760 139814256344535 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25911] ppid=25844 vsize=11077984 memory=14 CPUtime=1.62 cores=1,3,5,7
/proc/25847/task/25911/stat : 25911 (java) R 25844 25847 20994 0 -1 1077944384 7338 12790 0 0 153 2 4 3 20 0 15 0 229542152 11343855616 83176 33554432000 4194304 4196468 140733647555536 139813242812656 139814276946562 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25912] ppid=25844 vsize=11077984 memory=118 CPUtime=0.07 cores=1,3,5,7
/proc/25847/task/25912/stat : 25912 (java) S 25844 25847 20994 0 -1 1077944384 3 12790 0 0 0 0 4 3 20 0 15 0 229542153 11343855616 83176 33554432000 4194304 4196468 140733647555536 139812191332960 139814276945621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25913] ppid=25844 vsize=11077984 memory=92 CPUtime=0.07 cores=1,3,5,7
/proc/25847/task/25913/stat : 25913 (java) S 25844 25847 20994 0 -1 1077944384 10 12790 0 0 0 0 4 3 20 0 15 0 229542153 11343855616 83176 33554432000 4194304 4196468 140733647555536 139813241760560 139814276946562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
Current children cumulated CPU time: 8.69 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 332704 KiB

[startup+4.81025 s]
/proc/loadavg: 1.94 1.83 1.73 5/219 25913
/proc/meminfo: memFree=5898328/32770624 swapFree=67108852/67108860
[pid=25847] ppid=25844 vsize=11077984 memory=377464 CPUtime=11.24 cores=1,3,5,7
/proc/25847/stat : 25847 (java) S 25844 25847 20994 0 -1 1077944320 69341 12790 0 0 1095 22 4 3 20 0 15 0 229542138 11343855616 94366 33554432000 4194304 4196468 140733647555536 140733647538080 139814276935415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
/proc/25847/statm: 2769496 94366 3518 1 0 2731149 0
[pid=25847/tid=25900] ppid=25844 vsize=11077984 memory=13847456437766433 CPUtime=4.63 cores=1,3,5,7
/proc/25847/task/25900/stat : 25900 (java) R 25844 25847 20994 0 -1 4202560 43252 12790 0 0 444 12 4 3 20 0 15 0 229542147 11343855616 94366 33554432000 4194304 4196468 140733647555536 139814248769504 139813834742488 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25901] ppid=25844 vsize=11077984 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/25847/task/25901/stat : 25901 (java) S 25844 25847 20994 0 -1 1077944384 221 12790 0 0 3 0 4 3 20 0 15 0 229542148 11343855616 94366 33554432000 4194304 4196468 140733647555536 139814281177360 139814276945621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25902] ppid=25844 vsize=11077984 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/25847/task/25902/stat : 25902 (java) S 25844 25847 20994 0 -1 1077944384 36 12790 0 0 3 0 4 3 20 0 15 0 229542148 11343855616 94366 33554432000 4194304 4196468 140733647555536 139814146513296 139814276945621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25903] ppid=25844 vsize=11077984 memory=8761640388318109335 CPUtime=0.1 cores=1,3,5,7
/proc/25847/task/25903/stat : 25903 (java) S 25844 25847 20994 0 -1 1077944384 625 12790 0 0 3 0 4 3 20 0 15 0 229542148 11343855616 94366 33554432000 4194304 4196468 140733647555536 139814145460752 139814276945621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25904] ppid=25844 vsize=11077984 memory=6944656592455350634 CPUtime=0.1 cores=1,3,5,7
/proc/25847/task/25904/stat : 25904 (java) S 25844 25847 20994 0 -1 1077944384 108 12790 0 0 3 0 4 3 20 0 15 0 229542148 11343855616 94366 33554432000 4194304 4196468 140733647555536 139814144408208 139814276945621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25905] ppid=25844 vsize=11077984 memory=7016714186490735262 CPUtime=0.1 cores=1,3,5,7
/proc/25847/task/25905/stat : 25905 (java) S 25844 25847 20994 0 -1 1077944384 3515 12790 0 0 3 0 4 3 20 0 15 0 229542149 11343855616 94366 33554432000 4194304 4196468 140733647555536 139813245970928 139814276946562 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25906] ppid=25844 vsize=11077984 memory=8761640388318109335 CPUtime=0.07 cores=1,3,5,7
/proc/25847/task/25906/stat : 25906 (java) S 25844 25847 20994 0 -1 1077944384 14 12790 0 0 0 0 4 3 20 0 15 0 229542149 11343855616 94366 33554432000 4194304 4196468 140733647555536 139813130855904 139814276945621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25907] ppid=25844 vsize=11077984 memory=-7522837583129307271 CPUtime=0.07 cores=1,3,5,7
/proc/25847/task/25907/stat : 25907 (java) S 25844 25847 20994 0 -1 1077944384 1 12790 0 0 0 0 4 3 20 0 15 0 229542150 11343855616 94366 33554432000 4194304 4196468 140733647555536 139812929529344 139814276945621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25908] ppid=25844 vsize=11077984 memory=4137293581110450563 CPUtime=0.07 cores=1,3,5,7
/proc/25847/task/25908/stat : 25908 (java) S 25844 25847 20994 0 -1 1077944384 3 12790 0 0 0 0 4 3 20 0 15 0 229542152 11343855616 94366 33554432000 4194304 4196468 140733647555536 139812622129872 139814276954011 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25909] ppid=25844 vsize=11077984 memory=7016714190785702558 CPUtime=2.53 cores=1,3,5,7
/proc/25847/task/25909/stat : 25909 (java) R 25844 25847 20994 0 -1 4202560 8133 12790 0 0 245 1 4 3 20 0 15 0 229542152 11343855616 94366 33554432000 4194304 4196468 140733647555536 139813244906880 139814257580317 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25910] ppid=25844 vsize=11077984 memory=0 CPUtime=2.15 cores=1,3,5,7
/proc/25847/task/25910/stat : 25910 (java) R 25844 25847 20994 0 -1 4202560 3542 12790 0 0 207 1 4 3 20 0 15 0 229542152 11343855616 94366 33554432000 4194304 4196468 140733647555536 139813243851072 139814263259799 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25911] ppid=25844 vsize=11077984 memory=140402346990385 CPUtime=1.87 cores=1,3,5,7
/proc/25847/task/25911/stat : 25911 (java) S 25844 25847 20994 0 -1 1077944384 7682 12790 0 0 177 3 4 3 20 0 15 0 229542152 11343855616 94366 33554432000 4194304 4196468 140733647555536 139813242812656 139814276946562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25912] ppid=25844 vsize=11077984 memory=1 CPUtime=0.07 cores=1,3,5,7
/proc/25847/task/25912/stat : 25912 (java) S 25844 25847 20994 0 -1 1077944384 3 12790 0 0 0 0 4 3 20 0 15 0 229542153 11343855616 94366 33554432000 4194304 4196468 140733647555536 139812191332960 139814276945621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25913] ppid=25844 vsize=11077984 memory=1 CPUtime=0.07 cores=1,3,5,7
/proc/25847/task/25913/stat : 25913 (java) S 25844 25847 20994 0 -1 1077944384 13 12790 0 0 0 0 4 3 20 0 15 0 229542153 11343855616 94366 33554432000 4194304 4196468 140733647555536 139813241760560 139814276946562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
Current children cumulated CPU time: 11.24 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 377464 KiB

[startup+5.00129 s]*
/proc/loadavg: 1.94 1.83 1.73 5/219 25913
/proc/meminfo: memFree=5853132/32770624 swapFree=67108852/67108860
[pid=25847] ppid=25844 vsize=11077984 memory=377832 CPUtime=11.85 cores=1,3,5,7
/proc/25847/stat : 25847 (java) S 25844 25847 20994 0 -1 1077944320 71776 12790 0 0 1155 23 4 3 20 0 15 0 229542138 11343855616 94458 33554432000 4194304 4196468 140733647555536 140733647538080 139814276935415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
/proc/25847/statm: 2769496 94458 3519 1 0 2731149 0
[pid=25847/tid=25900] ppid=25844 vsize=11077984 memory=-6517102902069810590 CPUtime=4.84 cores=1,3,5,7
/proc/25847/task/25900/stat : 25900 (java) R 25844 25847 20994 0 -1 4202560 43440 12790 0 0 465 12 4 3 20 0 15 0 229542147 11343855616 94458 33554432000 4194304 4196468 140733647555536 139814248769504 139813818878672 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25901] ppid=25844 vsize=11077984 memory=3691042058319900680 CPUtime=0.1 cores=1,3,5,7
/proc/25847/task/25901/stat : 25901 (java) S 25844 25847 20994 0 -1 1077944384 221 12790 0 0 3 0 4 3 20 0 15 0 229542148 11343855616 94458 33554432000 4194304 4196468 140733647555536 139814281177360 139814276945621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25902] ppid=25844 vsize=11077984 memory=3471342798785197744 CPUtime=0.1 cores=1,3,5,7
/proc/25847/task/25902/stat : 25902 (java) S 25844 25847 20994 0 -1 1077944384 36 12790 0 0 3 0 4 3 20 0 15 0 229542148 11343855616 94458 33554432000 4194304 4196468 140733647555536 139814146513296 139814276945621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25903] ppid=25844 vsize=11077984 memory=6944656592387989600 CPUtime=0.1 cores=1,3,5,7
/proc/25847/task/25903/stat : 25903 (java) S 25844 25847 20994 0 -1 1077944384 625 12790 0 0 3 0 4 3 20 0 15 0 229542148 11343855616 94458 33554432000 4194304 4196468 140733647555536 139814145460752 139814276945621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25904] ppid=25844 vsize=11077984 memory=3472328296160571439 CPUtime=0.1 cores=1,3,5,7
/proc/25847/task/25904/stat : 25904 (java) S 25844 25847 20994 0 -1 1077944384 108 12790 0 0 3 0 4 3 20 0 15 0 229542148 11343855616 94458 33554432000 4194304 4196468 140733647555536 139814144408208 139814276945621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25905] ppid=25844 vsize=11077984 memory=280804811218528 CPUtime=0.1 cores=1,3,5,7
/proc/25847/task/25905/stat : 25905 (java) S 25844 25847 20994 0 -1 1077944384 3515 12790 0 0 3 0 4 3 20 0 15 0 229542149 11343855616 94458 33554432000 4194304 4196468 140733647555536 139813245970928 139814276946562 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25906] ppid=25844 vsize=11077984 memory=3472323898181169199 CPUtime=0.07 cores=1,3,5,7
/proc/25847/task/25906/stat : 25906 (java) S 25844 25847 20994 0 -1 1077944384 14 12790 0 0 0 0 4 3 20 0 15 0 229542149 11343855616 94458 33554432000 4194304 4196468 140733647555536 139813130855904 139814276945621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25907] ppid=25844 vsize=11077984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25847/task/25907/stat : 25907 (java) S 25844 25847 20994 0 -1 1077944384 1 12790 0 0 0 0 4 3 20 0 15 0 229542150 11343855616 94458 33554432000 4194304 4196468 140733647555536 139812929529344 139814276945621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25908] ppid=25844 vsize=11077984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25847/task/25908/stat : 25908 (java) S 25844 25847 20994 0 -1 1077944384 3 12790 0 0 0 0 4 3 20 0 15 0 229542152 11343855616 94458 33554432000 4194304 4196468 140733647555536 139812622129872 139814276954011 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25909] ppid=25844 vsize=11077984 memory=0 CPUtime=2.73 cores=1,3,5,7
/proc/25847/task/25909/stat : 25909 (java) R 25844 25847 20994 0 -1 4202560 9135 12790 0 0 265 1 4 3 20 0 15 0 229542152 11343855616 94458 33554432000 4194304 4196468 140733647555536 139813244903808 139814256181263 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25910] ppid=25844 vsize=11077984 memory=-1 CPUtime=2.35 cores=1,3,5,7
/proc/25847/task/25910/stat : 25910 (java) R 25844 25847 20994 0 -1 4202560 4727 12790 0 0 227 1 4 3 20 0 15 0 229542152 11343855616 94458 33554432000 4194304 4196468 140733647555536 139813243851632 139814260346310 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25911] ppid=25844 vsize=11077984 memory=140402464360064 CPUtime=1.87 cores=1,3,5,7
/proc/25847/task/25911/stat : 25911 (java) R 25844 25847 20994 0 -1 1077944384 7742 12790 0 0 177 3 4 3 20 0 15 0 229542152 11343855616 94458 33554432000 4194304 4196468 140733647555536 139813242812656 139814276946562 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25912] ppid=25844 vsize=11077984 memory=2319408921973896223 CPUtime=0.07 cores=1,3,5,7
/proc/25847/task/25912/stat : 25912 (java) S 25844 25847 20994 0 -1 1077944384 3 12790 0 0 0 0 4 3 20 0 15 0 229542153 11343855616 94458 33554432000 4194304 4196468 140733647555536 139812191332960 139814276945621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
[pid=25847/tid=25913] ppid=25844 vsize=11077984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25847/task/25913/stat : 25913 (java) S 25844 25847 20994 0 -1 1077944384 13 12790 0 0 0 0 4 3 20 0 15 0 229542153 11343855616 94458 33554432000 4194304 4196468 140733647555536 139813241760560 139814276946562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13787136 140733647559268 140733647562076 140733647562076 140733647564751 0
Current children cumulated CPU time: 11.85 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 377832 KiB

Child status: 0
Real time (s): 5.07282
CPU time (s): 12.0084
CPU user time (s): 11.7273
CPU system time (s): 0.281121
CPU usage (%): 236.721
Max. virtual memory (cumulated for all children) (KiB): 11080860
Max. memory (cumulated for all children) (KiB): 377832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.7273
system time used= 0.281121
maximum resident set size= 380016
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84979
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= 7000
involuntary context switches= 53


# summary of solver processes directly reported to runsolver:
#   pid: 25847
#   total CPU time (s): 12.0084
#   total CPU user time (s): 11.7273
#   total CPU system time (s): 0.281121

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.057127 second user time and 0.094101 second system time

The end

Launcher Data

Begin job on node133 at 2018-08-13 02:23:10
IDJOB=4304594
IDBENCH=141468
IDSOLVER=2781
FILE ID=node133/4304594-1534119790
RUNJOBID= node133-1534097471-21026
PBS_JOBID= 21037000
Free space on /tmp= 39000 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Rcpsp/Rcpsp-j90-01-01_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304594-1534119790/watcher-4304594-1534119790 -o /tmp/evaluation-result-4304594-1534119790/solver-4304594-1534119790 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1534097471-21026 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=347790530 -superng HOME/instance-4304594-1534119790.xml

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

MD5SUM BENCH= b03d0b9ec095e61c141836330b15b8e7
RANDOM SEED=347790530

node133.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.24
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.24
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.24
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.24
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:         6218036 kB
MemAvailable:   26202804 kB
Buffers:          225260 kB
Cached:         19752800 kB
SwapCached:            4 kB
Active:         15079224 kB
Inactive:       10648156 kB
Active(anon):    5698364 kB
Inactive(anon):   103300 kB
Active(file):    9380860 kB
Inactive(file): 10544856 kB
Unevictable:        7092 kB
Mlocked:            7092 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:             27248 kB
Writeback:             0 kB
AnonPages:       5778824 kB
Mapped:            69880 kB
Shmem:             49816 kB
Slab:             515500 kB
SReclaimable:     487512 kB
SUnreclaim:        27988 kB
KernelStack:        3808 kB
PageTables:        16684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6657844 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5326848 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 38972 MiB
End job on node133 at 2018-08-13 02:23:15