Trace number 4295154

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.8 2018-06-13OPT68 10.0001 4.49248

General information on the benchmark

NameRcpsp/
Rcpsp-j60-01-02_c18.xml
MD5SUM2a7801ec96cf67d89ec484abe9bad078
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark68
Best CPU time to get the best result obtained on this benchmark3.41371
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints97
Number of domains2
Minimum domain size1
Maximum domain size344
Distribution of domain sizes[{"size":1,"count":1},{"size":344,"count":61}]
Minimum variable degree3
Maximum variable degree6
Distribution of variable degrees[{"degree":3,"count":24},{"degree":4,"count":16},{"degree":5,"count":21},{"degree":6,"count":1}]
Minimum constraint arity2
Maximum constraint arity21
Distribution of constraint arities[{"arity":2,"count":93},{"arity":11,"count":1},{"arity":12,"count":1},{"arity":16,"count":1},{"arity":21,"count":1}]
Number of extensional constraints0
Number of intensional constraints93
Distribution of constraint types[{"type":"intension","count":93},{"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.75	c Concrete v3.8.1528841891564 running
8.22/3.99	o 82
9.54/4.31	o 80
9.54/4.31	o 79
9.54/4.31	o 78
9.54/4.31	o 77
9.54/4.31	o 76
9.54/4.36	o 75
9.54/4.37	o 72
9.54/4.39	o 70
9.86/4.40	o 69
9.86/4.41	o 68
9.86/4.43	v <instantiation cost="68">
9.86/4.43	v       <list>
9.86/4.43	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]
9.86/4.43	v       </list>
9.86/4.43	v       <values>
9.86/4.43	v         0 28 0 0 7 7 38 16 21 24 14 16 14 21 24 22 33 24 23 29 24 24 22 40 37 28 33 20 37 35 51 38 35 28 44 33 29 46 38 45 45 44 41 45 59 21 42 28 37 48 48 54 49 56 59 39 63 53 59 61 66 68
9.86/4.43	v       </values>
9.86/4.43	v     </instantiation>
9.86/4.43	s OPTIMUM FOUND

Verifier Data

OK	68

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295154-1532531929/watcher-4295154-1532531929 -o /tmp/evaluation-result-4295154-1532531929/solver-4295154-1532531929 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532524210-24416 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=375159680 HOME/instance-4295154-1532531929.xml 

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

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

solver pid=26187, runsolver pid=26184

[startup+0.100594 s]*
/proc/loadavg: 1.54 1.54 1.51 3/203 26241
/proc/meminfo: memFree=20402260/32770624 swapFree=67108860/67108860
[pid=26187] ppid=26184 vsize=9972712 memory=16640 CPUtime=0.09 cores=0,2,4,6
/proc/26187/stat : 26187 (java) S 26184 26187 24385 0 -1 1077944320 4318 13158 0 0 1 0 5 3 20 0 6 0 70756074 10212057088 4160 33554432000 4194304 4196468 140731556314992 140731556297536 140213376360183 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
/proc/26187/statm: 2493178 4160 1932 1 0 2481616 0
[pid=26187/tid=26240] ppid=26184 vsize=9972712 memory=4279135703913104269 CPUtime=0.09 cores=0,2,4,6
/proc/26187/task/26240/stat : 26240 (java) R 26184 26187 24385 0 -1 4202560 2123 13158 0 0 1 0 5 3 20 0 6 0 70756084 10212057088 4160 33554432000 4194304 4196468 140731556314992 140213348196944 140213355937060 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26241] ppid=26184 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26187/task/26241/stat : 26241 (java) S 26184 26187 24385 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 6 0 70756084 10212057088 4160 33554432000 4194304 4196468 140731556314992 140213380602640 140213376370389 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26242] ppid=26184 vsize=9972712 memory=140627363190400 CPUtime=0.08 cores=0,2,4,6
/proc/26187/task/26242/stat : 26242 (java) S 26184 26187 24385 0 -1 1077944384 2 13158 0 0 0 0 5 3 20 0 6 0 70756084 10212057088 4160 33554432000 4194304 4196468 140731556314992 140212949560208 140213376370389 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26243] ppid=26184 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26187/task/26243/stat : 26243 (java) S 26184 26187 24385 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 6 0 70756084 10212057088 4160 33554432000 4194304 4196468 140731556314992 140212948507664 140213376370389 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26244] ppid=26184 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26187/task/26244/stat : 26244 (java) S 26184 26187 24385 0 -1 1077944384 2 13158 0 0 0 0 5 3 20 0 6 0 70756084 10212057088 4160 33554432000 4194304 4196468 140731556314992 140212947455120 140213376370389 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16640 KiB

[startup+0.21026 s]*
/proc/loadavg: 1.54 1.54 1.51 3/215 26253
/proc/meminfo: memFree=20375704/32770624 swapFree=67108860/67108860
[pid=26187] ppid=26184 vsize=10818904 memory=44604 CPUtime=0.25 cores=0,2,4,6
/proc/26187/stat : 26187 (java) S 26184 26187 24385 0 -1 1077944320 7316 13158 0 0 16 1 5 3 20 0 15 0 70756074 11078557696 11151 33554432000 4194304 4196468 140731556314992 140731556297536 140213376360183 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
/proc/26187/statm: 2704726 11151 2953 1 0 2667149 0
[pid=26187/tid=26240] ppid=26184 vsize=10818904 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/26187/task/26240/stat : 26240 (java) R 26184 26187 24385 0 -1 4202560 3883 13158 0 0 10 1 5 3 20 0 15 0 70756084 11078557696 11151 33554432000 4194304 4196468 140731556314992 140213348173192 140213361525822 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26241] ppid=26184 vsize=10818904 memory=331 CPUtime=0.08 cores=0,2,4,6
/proc/26187/task/26241/stat : 26241 (java) S 26184 26187 24385 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 70756084 11078557696 11151 33554432000 4194304 4196468 140731556314992 140213380602640 140213376370389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26242] ppid=26184 vsize=10818904 memory=140627363214960 CPUtime=0.08 cores=0,2,4,6
/proc/26187/task/26242/stat : 26242 (java) S 26184 26187 24385 0 -1 1077944384 2 13158 0 0 0 0 5 3 20 0 15 0 70756084 11078557696 11151 33554432000 4194304 4196468 140731556314992 140212949560208 140213376370389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26243] ppid=26184 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26187/task/26243/stat : 26243 (java) S 26184 26187 24385 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 70756084 11078557696 11151 33554432000 4194304 4196468 140731556314992 140212948507664 140213376370389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26244] ppid=26184 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26187/task/26244/stat : 26244 (java) S 26184 26187 24385 0 -1 1077944384 2 13158 0 0 0 0 5 3 20 0 15 0 70756084 11078557696 11151 33554432000 4194304 4196468 140731556314992 140212947455120 140213376370389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26245] ppid=26184 vsize=10818904 memory=140627363190400 CPUtime=0.08 cores=0,2,4,6
/proc/26187/task/26245/stat : 26245 (java) S 26184 26187 24385 0 -1 1077944384 2 13158 0 0 0 0 5 3 20 0 15 0 70756086 11078557696 11151 33554432000 4194304 4196468 140731556314992 140212903012336 140213376371330 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26246] ppid=26184 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26187/task/26246/stat : 26246 (java) S 26184 26187 24385 0 -1 1077944384 13 13158 0 0 0 0 5 3 20 0 15 0 70756086 11078557696 11151 33554432000 4194304 4196468 140731556314992 140212831249312 140213376370389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26247] ppid=26184 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26187/task/26247/stat : 26247 (java) S 26184 26187 24385 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 70756087 11078557696 11151 33554432000 4194304 4196468 140731556314992 140212697031664 140213376370389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26248] ppid=26184 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26187/task/26248/stat : 26248 (java) S 26184 26187 24385 0 -1 1077944384 2 13158 0 0 0 0 5 3 20 0 15 0 70756089 11078557696 11151 33554432000 4194304 4196468 140731556314992 140212093053136 140213376378779 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26249] ppid=26184 vsize=10818904 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/26187/task/26249/stat : 26249 (java) S 26184 26187 24385 0 -1 1077944384 485 13158 0 0 1 0 5 3 20 0 15 0 70756089 11078557696 11151 33554432000 4194304 4196468 140731556314992 140212901960176 140213376371330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26250] ppid=26184 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26187/task/26250/stat : 26250 (java) S 26184 26187 24385 0 -1 1077944384 128 13158 0 0 0 0 5 3 20 0 15 0 70756089 11078557696 11151 33554432000 4194304 4196468 140731556314992 140212900907632 140213376371330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26251] ppid=26184 vsize=10818904 memory=140627363190400 CPUtime=0.11 cores=0,2,4,6
/proc/26187/task/26251/stat : 26251 (java) S 26184 26187 24385 0 -1 1077944384 601 13158 0 0 3 0 5 3 20 0 15 0 70756089 11078557696 11151 33554432000 4194304 4196468 140731556314992 140212899855088 140213376371330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26252] ppid=26184 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26187/task/26252/stat : 26252 (java) S 26184 26187 24385 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 70756090 11078557696 11151 33554432000 4194304 4196468 140731556314992 140211623292000 140213376370389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26253] ppid=26184 vsize=10818904 memory=140627363190400 CPUtime=0.08 cores=0,2,4,6
/proc/26187/task/26253/stat : 26253 (java) S 26184 26187 24385 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 70756090 11078557696 11151 33554432000 4194304 4196468 140731556314992 140212797692208 140213376371330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 44604 KiB

[startup+0.312217 s]*
/proc/loadavg: 1.54 1.54 1.51 3/215 26253
/proc/meminfo: memFree=20362440/32770624 swapFree=67108860/67108860
[pid=26187] ppid=26184 vsize=10819352 memory=57268 CPUtime=0.38 cores=0,2,4,6
/proc/26187/stat : 26187 (java) S 26184 26187 24385 0 -1 1077944320 10342 13158 0 0 28 2 5 3 20 0 15 0 70756074 11079016448 14317 33554432000 4194304 4196468 140731556314992 140731556297536 140213376360183 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
/proc/26187/statm: 2704838 14317 3072 1 0 2667149 0
[pid=26187/tid=26240] ppid=26184 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/26187/task/26240/stat : 26240 (java) R 26184 26187 24385 0 -1 4202560 6918 13158 0 0 19 2 5 3 20 0 15 0 70756084 11079016448 14317 33554432000 4194304 4196468 140731556314992 140213348149712 140213356636011 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26241] ppid=26184 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26187/task/26241/stat : 26241 (java) S 26184 26187 24385 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 70756084 11079016448 14317 33554432000 4194304 4196468 140731556314992 140213380602640 140213376370389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26242] ppid=26184 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26187/task/26242/stat : 26242 (java) S 26184 26187 24385 0 -1 1077944384 2 13158 0 0 0 0 5 3 20 0 15 0 70756084 11079016448 14317 33554432000 4194304 4196468 140731556314992 140212949560208 140213376370389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26243] ppid=26184 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26187/task/26243/stat : 26243 (java) S 26184 26187 24385 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 70756084 11079016448 14317 33554432000 4194304 4196468 140731556314992 140212948507664 140213376370389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26244] ppid=26184 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26187/task/26244/stat : 26244 (java) S 26184 26187 24385 0 -1 1077944384 2 13158 0 0 0 0 5 3 20 0 15 0 70756084 11079016448 14317 33554432000 4194304 4196468 140731556314992 140212947455120 140213376370389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26245] ppid=26184 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26187/task/26245/stat : 26245 (java) S 26184 26187 24385 0 -1 1077944384 2 13158 0 0 0 0 5 3 20 0 15 0 70756086 11079016448 14317 33554432000 4194304 4196468 140731556314992 140212903012336 140213376371330 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26246] ppid=26184 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26187/task/26246/stat : 26246 (java) S 26184 26187 24385 0 -1 1077944384 13 13158 0 0 0 0 5 3 20 0 15 0 70756086 11079016448 14317 33554432000 4194304 4196468 140731556314992 140212831249312 140213376370389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26247] ppid=26184 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26187/task/26247/stat : 26247 (java) S 26184 26187 24385 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 70756087 11079016448 14317 33554432000 4194304 4196468 140731556314992 140212697031664 140213376370389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26248] ppid=26184 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26187/task/26248/stat : 26248 (java) S 26184 26187 24385 0 -1 1077944384 2 13158 0 0 0 0 5 3 20 0 15 0 70756089 11079016448 14383 33554432000 4194304 4196468 140731556314992 140212093053136 140213376378779 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26249] ppid=26184 vsize=10819352 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/26187/task/26249/stat : 26249 (java) S 26184 26187 24385 0 -1 1077944384 485 13158 0 0 2 0 5 3 20 0 15 0 70756089 11079016448 14383 33554432000 4194304 4196468 140731556314992 140212901960176 140213376371330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26250] ppid=26184 vsize=10819352 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/26187/task/26250/stat : 26250 (java) S 26184 26187 24385 0 -1 1077944384 131 13158 0 0 1 0 5 3 20 0 15 0 70756089 11079016448 14383 33554432000 4194304 4196468 140731556314992 140212900907632 140213376371330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26251] ppid=26184 vsize=10819352 memory=140627363190400 CPUtime=0.13 cores=0,2,4,6
/proc/26187/task/26251/stat : 26251 (java) S 26184 26187 24385 0 -1 1077944384 611 13158 0 0 5 0 5 3 20 0 15 0 70756089 11079016448 14383 33554432000 4194304 4196468 140731556314992 140212899855088 140213376371330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26252] ppid=26184 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26187/task/26252/stat : 26252 (java) S 26184 26187 24385 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 70756090 11079016448 14383 33554432000 4194304 4196468 140731556314992 140211623292000 140213376370389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26253] ppid=26184 vsize=10819352 memory=140627363190400 CPUtime=0.08 cores=0,2,4,6
/proc/26187/task/26253/stat : 26253 (java) S 26184 26187 24385 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 70756090 11079016448 14383 33554432000 4194304 4196468 140731556314992 140212797692208 140213376371330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 57268 KiB

[startup+0.700826 s]
/proc/loadavg: 1.54 1.54 1.51 3/215 26253
/proc/meminfo: memFree=20351852/32770624 swapFree=67108860/67108860
[pid=26187] ppid=26184 vsize=10819352 memory=90312 CPUtime=0.99 cores=0,2,4,6
/proc/26187/stat : 26187 (java) S 26184 26187 24385 0 -1 1077944320 16722 13158 0 0 86 5 5 3 20 0 15 0 70756074 11079016448 22578 33554432000 4194304 4196468 140731556314992 140731556297536 140213376360183 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
/proc/26187/statm: 2704838 22578 3232 1 0 2667149 0
[pid=26187/tid=26240] ppid=26184 vsize=10819352 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/26187/task/26240/stat : 26240 (java) R 26184 26187 24385 0 -1 4202560 12254 13158 0 0 55 4 5 3 20 0 15 0 70756084 11079016448 22578 33554432000 4194304 4196468 140731556314992 140213348183184 140213360440700 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26241] ppid=26184 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26187/task/26241/stat : 26241 (java) S 26184 26187 24385 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 70756084 11079016448 22578 33554432000 4194304 4196468 140731556314992 140213380602640 140213376370389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26242] ppid=26184 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26187/task/26242/stat : 26242 (java) S 26184 26187 24385 0 -1 1077944384 2 13158 0 0 0 0 5 3 20 0 15 0 70756084 11079016448 22578 33554432000 4194304 4196468 140731556314992 140212949560208 140213376370389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26243] ppid=26184 vsize=10819352 memory=140627228635920 CPUtime=0.08 cores=0,2,4,6
/proc/26187/task/26243/stat : 26243 (java) S 26184 26187 24385 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 70756084 11079016448 22578 33554432000 4194304 4196468 140731556314992 140212948507664 140213376370389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26244] ppid=26184 vsize=10819352 memory=140630114173524 CPUtime=0.08 cores=0,2,4,6
/proc/26187/task/26244/stat : 26244 (java) S 26184 26187 24385 0 -1 1077944384 2 13158 0 0 0 0 5 3 20 0 15 0 70756084 11079016448 22578 33554432000 4194304 4196468 140731556314992 140212947455120 140213376370389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26245] ppid=26184 vsize=10819352 memory=8540 CPUtime=0.08 cores=0,2,4,6
/proc/26187/task/26245/stat : 26245 (java) S 26184 26187 24385 0 -1 1077944384 6 13158 0 0 0 0 5 3 20 0 15 0 70756086 11079016448 22578 33554432000 4194304 4196468 140731556314992 140212903012336 140213376371330 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26246] ppid=26184 vsize=10819352 memory=7662705889289527641 CPUtime=0.08 cores=0,2,4,6
/proc/26187/task/26246/stat : 26246 (java) S 26184 26187 24385 0 -1 1077944384 13 13158 0 0 0 0 5 3 20 0 15 0 70756086 11079016448 22578 33554432000 4194304 4196468 140731556314992 140212831249312 140213376370389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26247] ppid=26184 vsize=10819352 memory=7885635084775281010 CPUtime=0.08 cores=0,2,4,6
/proc/26187/task/26247/stat : 26247 (java) S 26184 26187 24385 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 70756087 11079016448 22578 33554432000 4194304 4196468 140731556314992 140212697031664 140213376370389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26248] ppid=26184 vsize=10819352 memory=16436 CPUtime=0.08 cores=0,2,4,6
/proc/26187/task/26248/stat : 26248 (java) S 26184 26187 24385 0 -1 1077944384 2 13158 0 0 0 0 5 3 20 0 15 0 70756089 11079016448 22578 33554432000 4194304 4196468 140731556314992 140212093053136 140213376378779 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26249] ppid=26184 vsize=10819352 memory=12728 CPUtime=0.18 cores=0,2,4,6
/proc/26187/task/26249/stat : 26249 (java) S 26184 26187 24385 0 -1 1077944384 1102 13158 0 0 10 0 5 3 20 0 15 0 70756089 11079016448 22578 33554432000 4194304 4196468 140731556314992 140212901960176 140213376371330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26250] ppid=26184 vsize=10819352 memory=4008 CPUtime=0.15 cores=0,2,4,6
/proc/26187/task/26250/stat : 26250 (java) S 26184 26187 24385 0 -1 1077944384 487 13158 0 0 7 0 5 3 20 0 15 0 70756089 11079016448 22578 33554432000 4194304 4196468 140731556314992 140212900907632 140213376371330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26251] ppid=26184 vsize=10819352 memory=1796 CPUtime=0.21 cores=0,2,4,6
/proc/26187/task/26251/stat : 26251 (java) S 26184 26187 24385 0 -1 1077944384 658 13158 0 0 13 0 5 3 20 0 15 0 70756089 11079016448 22578 33554432000 4194304 4196468 140731556314992 140212899855088 140213376371330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26252] ppid=26184 vsize=10819352 memory=644 CPUtime=0.08 cores=0,2,4,6
/proc/26187/task/26252/stat : 26252 (java) S 26184 26187 24385 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 70756090 11079016448 22578 33554432000 4194304 4196468 140731556314992 140211623292000 140213376370389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26253] ppid=26184 vsize=10819352 memory=956 CPUtime=0.08 cores=0,2,4,6
/proc/26187/task/26253/stat : 26253 (java) S 26184 26187 24385 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 70756090 11079016448 22578 33554432000 4194304 4196468 140731556314992 140212797692208 140213376371330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 90312 KiB

[startup+1.50078 s]
/proc/loadavg: 1.50 1.53 1.50 3/215 26253
/proc/meminfo: memFree=20305844/32770624 swapFree=67108860/67108860
[pid=26187] ppid=26184 vsize=10834252 memory=179084 CPUtime=2.28 cores=0,2,4,6
/proc/26187/stat : 26187 (java) S 26184 26187 24385 0 -1 1077944320 23866 13158 0 0 210 10 5 3 20 0 15 0 70756074 11094274048 44771 33554432000 4194304 4196468 140731556314992 140731556297536 140213376360183 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
/proc/26187/statm: 2708563 44771 3468 1 0 2670221 0
[pid=26187/tid=26240] ppid=26184 vsize=10834252 memory=67356 CPUtime=1.43 cores=0,2,4,6
/proc/26187/task/26240/stat : 26240 (java) R 26184 26187 24385 0 -1 4202560 17822 13158 0 0 129 6 5 3 20 0 15 0 70756084 11094274048 44771 33554432000 4194304 4196468 140731556314992 140213348192240 140213376382109 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26241] ppid=26184 vsize=10834252 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/26187/task/26241/stat : 26241 (java) S 26184 26187 24385 0 -1 1077944384 30 13158 0 0 1 0 5 3 20 0 15 0 70756084 11094274048 44771 33554432000 4194304 4196468 140731556314992 140213380602640 140213376370389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26242] ppid=26184 vsize=10834252 memory=281254457303200 CPUtime=0.09 cores=0,2,4,6
/proc/26187/task/26242/stat : 26242 (java) S 26184 26187 24385 0 -1 1077944384 61 13158 0 0 1 0 5 3 20 0 15 0 70756084 11094274048 44771 33554432000 4194304 4196468 140731556314992 140212949560208 140213376370389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26243] ppid=26184 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/26187/task/26243/stat : 26243 (java) S 26184 26187 24385 0 -1 1077944384 194 13158 0 0 1 0 5 3 20 0 15 0 70756084 11094274048 44771 33554432000 4194304 4196468 140731556314992 140212948507664 140213376370389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26244] ppid=26184 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/26187/task/26244/stat : 26244 (java) S 26184 26187 24385 0 -1 1077944384 22 13158 0 0 1 0 5 3 20 0 15 0 70756084 11094274048 44771 33554432000 4194304 4196468 140731556314992 140212947455120 140213376370389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26245] ppid=26184 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/26187/task/26245/stat : 26245 (java) S 26184 26187 24385 0 -1 1077944384 60 13158 0 0 1 0 5 3 20 0 15 0 70756086 11094274048 44771 33554432000 4194304 4196468 140731556314992 140212903012336 140213376371330 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26246] ppid=26184 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26187/task/26246/stat : 26246 (java) S 26184 26187 24385 0 -1 1077944384 14 13158 0 0 0 0 5 3 20 0 15 0 70756086 11094274048 44771 33554432000 4194304 4196468 140731556314992 140212831249376 140213376370389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26247] ppid=26184 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26187/task/26247/stat : 26247 (java) S 26184 26187 24385 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 70756087 11094274048 44771 33554432000 4194304 4196468 140731556314992 140212697031680 140213376370389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26248] ppid=26184 vsize=10834252 memory=-2746958450906831424 CPUtime=0.08 cores=0,2,4,6
/proc/26187/task/26248/stat : 26248 (java) S 26184 26187 24385 0 -1 1077944384 2 13158 0 0 0 0 5 3 20 0 15 0 70756089 11094274048 44771 33554432000 4194304 4196468 140731556314992 140212093053136 140213376378779 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26249] ppid=26184 vsize=10834252 memory=0 CPUtime=0.34 cores=0,2,4,6
/proc/26187/task/26249/stat : 26249 (java) S 26184 26187 24385 0 -1 1077944384 1553 13158 0 0 26 0 5 3 20 0 15 0 70756089 11094274048 44771 33554432000 4194304 4196468 140731556314992 140212901960176 140213376371330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26250] ppid=26184 vsize=10834252 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/26187/task/26250/stat : 26250 (java) S 26184 26187 24385 0 -1 1077944384 685 13158 0 0 15 0 5 3 20 0 15 0 70756089 11094274048 44771 33554432000 4194304 4196468 140731556314992 140212900907632 140213376371330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26251] ppid=26184 vsize=10834252 memory=6791534058613427641 CPUtime=0.4 cores=0,2,4,6
/proc/26187/task/26251/stat : 26251 (java) S 26184 26187 24385 0 -1 1077944384 1227 13158 0 0 32 0 5 3 20 0 15 0 70756089 11094274048 44771 33554432000 4194304 4196468 140731556314992 140212899855088 140213376371330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26252] ppid=26184 vsize=10834252 memory=4638778398332698720 CPUtime=0.08 cores=0,2,4,6
/proc/26187/task/26252/stat : 26252 (java) S 26184 26187 24385 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 70756090 11094274048 44771 33554432000 4194304 4196468 140731556314992 140211623292000 140213376370389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26253] ppid=26184 vsize=10834252 memory=281254457547648 CPUtime=0.08 cores=0,2,4,6
/proc/26187/task/26253/stat : 26253 (java) S 26184 26187 24385 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 70756090 11094274048 44771 33554432000 4194304 4196468 140731556314992 140212797692208 140213376371330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
Current children cumulated CPU time: 2.28 s
Current children cumulated vsize: 10834252 KiB

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

[startup+3.11044 s]
/proc/loadavg: 1.50 1.53 1.50 5/215 26253
/proc/meminfo: memFree=20194788/32770624 swapFree=67108860/67108860
[pid=26187] ppid=26184 vsize=10844512 memory=229500 CPUtime=6.22 cores=0,2,4,6
/proc/26187/stat : 26187 (java) S 26184 26187 24385 0 -1 1077944320 44855 13158 0 0 601 13 5 3 20 0 15 0 70756074 11104780288 57375 33554432000 4194304 4196468 140731556314992 140731556297536 140213376360183 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
/proc/26187/statm: 2711128 57375 3491 1 0 2672781 0
[pid=26187/tid=26240] ppid=26184 vsize=10844512 memory=8 CPUtime=3.03 cores=0,2,4,6
/proc/26187/task/26240/stat : 26240 (java) R 26184 26187 24385 0 -1 4202560 28589 13158 0 0 287 8 5 3 20 0 15 0 70756084 11104780288 57375 33554432000 4194304 4196468 140731556314992 140213348194592 140212991228745 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26241] ppid=26184 vsize=10844512 memory=205272 CPUtime=0.09 cores=0,2,4,6
/proc/26187/task/26241/stat : 26241 (java) S 26184 26187 24385 0 -1 1077944384 30 13158 0 0 1 0 5 3 20 0 15 0 70756084 11104780288 57375 33554432000 4194304 4196468 140731556314992 140213380602640 140213376370389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26242] ppid=26184 vsize=10844512 memory=4140 CPUtime=0.09 cores=0,2,4,6
/proc/26187/task/26242/stat : 26242 (java) S 26184 26187 24385 0 -1 1077944384 61 13158 0 0 1 0 5 3 20 0 15 0 70756084 11104780288 57375 33554432000 4194304 4196468 140731556314992 140212949560208 140213376370389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26243] ppid=26184 vsize=10844512 memory=21460 CPUtime=0.09 cores=0,2,4,6
/proc/26187/task/26243/stat : 26243 (java) S 26184 26187 24385 0 -1 1077944384 194 13158 0 0 1 0 5 3 20 0 15 0 70756084 11104780288 57375 33554432000 4194304 4196468 140731556314992 140212948507664 140213376370389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26244] ppid=26184 vsize=10844512 memory=2436 CPUtime=0.09 cores=0,2,4,6
/proc/26187/task/26244/stat : 26244 (java) S 26184 26187 24385 0 -1 1077944384 22 13158 0 0 1 0 5 3 20 0 15 0 70756084 11104780288 57375 33554432000 4194304 4196468 140731556314992 140212947455120 140213376370389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26245] ppid=26184 vsize=10844512 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/26187/task/26245/stat : 26245 (java) S 26184 26187 24385 0 -1 1077944384 158 13158 0 0 1 0 5 3 20 0 15 0 70756086 11104780288 57375 33554432000 4194304 4196468 140731556314992 140212903012336 140213376371330 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26246] ppid=26184 vsize=10844512 memory=-3535359994705171299 CPUtime=0.08 cores=0,2,4,6
/proc/26187/task/26246/stat : 26246 (java) S 26184 26187 24385 0 -1 1077944384 14 13158 0 0 0 0 5 3 20 0 15 0 70756086 11104780288 57375 33554432000 4194304 4196468 140731556314992 140212831249376 140213376370389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26247] ppid=26184 vsize=10844512 memory=6944656592387989600 CPUtime=0.08 cores=0,2,4,6
/proc/26187/task/26247/stat : 26247 (java) S 26184 26187 24385 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 70756087 11104780288 57375 33554432000 4194304 4196468 140731556314992 140212697031680 140213376370389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26248] ppid=26184 vsize=10844512 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26187/task/26248/stat : 26248 (java) S 26184 26187 24385 0 -1 1077944384 2 13158 0 0 0 0 5 3 20 0 15 0 70756089 11104780288 57375 33554432000 4194304 4196468 140731556314992 140212093053136 140213376378779 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26249] ppid=26184 vsize=10844512 memory=0 CPUtime=0.95 cores=0,2,4,6
/proc/26187/task/26249/stat : 26249 (java) S 26184 26187 24385 0 -1 1077944384 2812 13158 0 0 87 0 5 3 20 0 15 0 70756089 11104780288 57375 33554432000 4194304 4196468 140731556314992 140212901960176 140213376371330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26250] ppid=26184 vsize=10844512 memory=3977135964243970133 CPUtime=1.11 cores=0,2,4,6
/proc/26187/task/26250/stat : 26250 (java) S 26184 26187 24385 0 -1 1077944384 3800 13158 0 0 103 0 5 3 20 0 15 0 70756089 11104780288 57375 33554432000 4194304 4196468 140731556314992 140212900907632 140213376371330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26251] ppid=26184 vsize=10844512 memory=56 CPUtime=1.23 cores=0,2,4,6
/proc/26187/task/26251/stat : 26251 (java) S 26184 26187 24385 0 -1 1077944384 6968 13158 0 0 115 0 5 3 20 0 15 0 70756089 11104780288 57375 33554432000 4194304 4196468 140731556314992 140212899855088 140213376371330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26252] ppid=26184 vsize=10844512 memory=2984339746955739232 CPUtime=0.08 cores=0,2,4,6
/proc/26187/task/26252/stat : 26252 (java) S 26184 26187 24385 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 70756090 11104780288 57375 33554432000 4194304 4196468 140731556314992 140211623292000 140213376370389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26253] ppid=26184 vsize=10844512 memory=6935649255759569216 CPUtime=0.08 cores=0,2,4,6
/proc/26187/task/26253/stat : 26253 (java) S 26184 26187 24385 0 -1 1077944384 10 13158 0 0 0 0 5 3 20 0 15 0 70756090 11104780288 57375 33554432000 4194304 4196468 140731556314992 140212797692208 140213376371330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
Current children cumulated CPU time: 6.22 s
Current children cumulated vsize: 10844512 KiB
Current children cumulated memory: 229500 KiB

[startup+4.49244 s]
# the end of solver process 26187 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=9.74177 s, system=0.2583 s

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

[startup+3.20215 s]
/proc/loadavg: 1.50 1.53 1.50 5/215 26253
/proc/meminfo: memFree=20194788/32770624 swapFree=67108860/67108860
[pid=26187] ppid=26184 vsize=10844512 memory=249576 CPUtime=6.41 cores=0,2,4,6
/proc/26187/stat : 26187 (java) S 26184 26187 24385 0 -1 1077944320 45485 13158 0 0 618 15 5 3 20 0 15 0 70756074 11104780288 62394 33554432000 4194304 4196468 140731556314992 140731556297536 140213376360183 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
/proc/26187/statm: 2711128 62394 3505 1 0 2672781 0
[pid=26187/tid=26240] ppid=26184 vsize=10844512 memory=6935649255759568960 CPUtime=3.1 cores=0,2,4,6
/proc/26187/task/26240/stat : 26240 (java) S 26184 26187 24385 0 -1 1077944384 28953 13158 0 0 294 8 5 3 20 0 15 0 70756084 11104780288 62394 33554432000 4194304 4196468 140731556314992 140213348183872 140213376370389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26241] ppid=26184 vsize=10844512 memory=2984339746955739232 CPUtime=0.09 cores=0,2,4,6
/proc/26187/task/26241/stat : 26241 (java) S 26184 26187 24385 0 -1 1077944384 53 13158 0 0 1 0 5 3 20 0 15 0 70756084 11104780288 62394 33554432000 4194304 4196468 140731556314992 140213380602640 140213376370389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26242] ppid=26184 vsize=10844512 memory=2867664571609120 CPUtime=0.09 cores=0,2,4,6
/proc/26187/task/26242/stat : 26242 (java) S 26184 26187 24385 0 -1 1077944384 82 13158 0 0 1 0 5 3 20 0 15 0 70756084 11104780288 62394 33554432000 4194304 4196468 140731556314992 140212949560208 140213376370389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26243] ppid=26184 vsize=10844512 memory=6154282490091891024 CPUtime=0.09 cores=0,2,4,6
/proc/26187/task/26243/stat : 26243 (java) S 26184 26187 24385 0 -1 1077944384 211 13158 0 0 1 0 5 3 20 0 15 0 70756084 11104780288 62394 33554432000 4194304 4196468 140731556314992 140212948507664 140213376370389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26244] ppid=26184 vsize=10844512 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/26187/task/26244/stat : 26244 (java) S 26184 26187 24385 0 -1 1077944384 109 13158 0 0 1 0 5 3 20 0 15 0 70756084 11104780288 62394 33554432000 4194304 4196468 140731556314992 140212947455120 140213376370389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26245] ppid=26184 vsize=10844512 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/26187/task/26245/stat : 26245 (java) R 26184 26187 24385 0 -1 4202560 204 13158 0 0 1 0 5 3 20 0 15 0 70756086 11104780288 62394 33554432000 4194304 4196468 140731556314992 140212903010624 140213362040833 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26246] ppid=26184 vsize=10844512 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/26187/task/26246/stat : 26246 (java) S 26184 26187 24385 0 -1 1077944384 14 13158 0 0 0 0 5 3 20 0 15 0 70756086 11104780288 62394 33554432000 4194304 4196468 140731556314992 140212831249376 140213376370389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26247] ppid=26184 vsize=10844512 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/26187/task/26247/stat : 26247 (java) S 26184 26187 24385 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 70756087 11104780288 62394 33554432000 4194304 4196468 140731556314992 140212697031680 140213376370389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26248] ppid=26184 vsize=10844512 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26187/task/26248/stat : 26248 (java) S 26184 26187 24385 0 -1 1077944384 2 13158 0 0 0 0 5 3 20 0 15 0 70756089 11104780288 62394 33554432000 4194304 4196468 140731556314992 140212093053136 140213376378779 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26249] ppid=26184 vsize=10844512 memory=0 CPUtime=0.97 cores=0,2,4,6
/proc/26187/task/26249/stat : 26249 (java) S 26184 26187 24385 0 -1 1077944384 2822 13158 0 0 89 0 5 3 20 0 15 0 70756089 11104780288 62394 33554432000 4194304 4196468 140731556314992 140212901960176 140213376371330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26250] ppid=26184 vsize=10844512 memory=0 CPUtime=1.15 cores=0,2,4,6
/proc/26187/task/26250/stat : 26250 (java) S 26184 26187 24385 0 -1 1077944384 3816 13158 0 0 106 1 5 3 20 0 15 0 70756089 11104780288 62411 33554432000 4194304 4196468 140731556314992 140212900907632 140213376371330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26251] ppid=26184 vsize=10844512 memory=0 CPUtime=1.26 cores=0,2,4,6
/proc/26187/task/26251/stat : 26251 (java) S 26184 26187 24385 0 -1 1077944384 7018 13158 0 0 118 0 5 3 20 0 15 0 70756089 11104780288 62411 33554432000 4194304 4196468 140731556314992 140212899855088 140213376371330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26252] ppid=26184 vsize=10844512 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26187/task/26252/stat : 26252 (java) S 26184 26187 24385 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 70756090 11104780288 62411 33554432000 4194304 4196468 140731556314992 140211623292000 140213376370389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26253] ppid=26184 vsize=10844512 memory=244 CPUtime=0.08 cores=0,2,4,6
/proc/26187/task/26253/stat : 26253 (java) S 26184 26187 24385 0 -1 1077944384 10 13158 0 0 0 0 5 3 20 0 15 0 70756090 11104780288 62411 33554432000 4194304 4196468 140731556314992 140212797692208 140213376371330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
Current children cumulated CPU time: 6.41 s
Current children cumulated vsize: 10844512 KiB
Current children cumulated memory: 249576 KiB

[startup+4.00125 s]*
/proc/loadavg: 1.50 1.53 1.50 5/215 26253
/proc/meminfo: memFree=20081852/32770624 swapFree=67108860/67108860
[pid=26187] ppid=26184 vsize=10916904 memory=322128 CPUtime=8.57 cores=0,2,4,6
/proc/26187/stat : 26187 (java) S 26184 26187 24385 0 -1 1077944320 65980 13158 0 0 831 18 5 3 20 0 15 0 70756074 11178909696 80532 33554432000 4194304 4196468 140731556314992 140731556297536 140213376360183 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
/proc/26187/statm: 2729226 80532 3507 1 0 2690879 0
[pid=26187/tid=26240] ppid=26184 vsize=10916904 memory=6791534058613427641 CPUtime=3.88 cores=0,2,4,6
/proc/26187/task/26240/stat : 26240 (java) R 26184 26187 24385 0 -1 4202560 41967 13158 0 0 369 11 5 3 20 0 15 0 70756084 11178909696 80532 33554432000 4194304 4196468 140731556314992 140213348187760 140212992975660 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26241] ppid=26184 vsize=10916904 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/26187/task/26241/stat : 26241 (java) S 26184 26187 24385 0 -1 1077944384 55 13158 0 0 3 0 5 3 20 0 15 0 70756084 11178909696 80532 33554432000 4194304 4196468 140731556314992 140213380602640 140213376370389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26242] ppid=26184 vsize=10916904 memory=281254591872432 CPUtime=0.11 cores=0,2,4,6
/proc/26187/task/26242/stat : 26242 (java) S 26184 26187 24385 0 -1 1077944384 82 13158 0 0 3 0 5 3 20 0 15 0 70756084 11178909696 80532 33554432000 4194304 4196468 140731556314992 140212949560208 140213376370389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26243] ppid=26184 vsize=10916904 memory=140627228682039 CPUtime=0.11 cores=0,2,4,6
/proc/26187/task/26243/stat : 26243 (java) S 26184 26187 24385 0 -1 1077944384 211 13158 0 0 3 0 5 3 20 0 15 0 70756084 11178909696 80532 33554432000 4194304 4196468 140731556314992 140212948507664 140213376370389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26244] ppid=26184 vsize=10916904 memory=140627228684313 CPUtime=0.11 cores=0,2,4,6
/proc/26187/task/26244/stat : 26244 (java) S 26184 26187 24385 0 -1 1077944384 109 13158 0 0 3 0 5 3 20 0 15 0 70756084 11178909696 80532 33554432000 4194304 4196468 140731556314992 140212947455120 140213376370389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26245] ppid=26184 vsize=10916904 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/26187/task/26245/stat : 26245 (java) S 26184 26187 24385 0 -1 1077944384 2561 13158 0 0 3 0 5 3 20 0 15 0 70756086 11178909696 80532 33554432000 4194304 4196468 140731556314992 140212903012336 140213376371330 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26246] ppid=26184 vsize=10916904 memory=2240 CPUtime=0.08 cores=0,2,4,6
/proc/26187/task/26246/stat : 26246 (java) S 26184 26187 24385 0 -1 1077944384 14 13158 0 0 0 0 5 3 20 0 15 0 70756086 11178909696 80532 33554432000 4194304 4196468 140731556314992 140212831249376 140213376370389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26247] ppid=26184 vsize=10916904 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/26187/task/26247/stat : 26247 (java) S 26184 26187 24385 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 70756087 11178909696 80532 33554432000 4194304 4196468 140731556314992 140212697031680 140213376370389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26248] ppid=26184 vsize=10916904 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/26187/task/26248/stat : 26248 (java) S 26184 26187 24385 0 -1 1077944384 2 13158 0 0 0 0 5 3 20 0 15 0 70756089 11178909696 80532 33554432000 4194304 4196468 140731556314992 140212093053136 140213376378779 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26249] ppid=26184 vsize=10916904 memory=0 CPUtime=1.63 cores=0,2,4,6
/proc/26187/task/26249/stat : 26249 (java) R 26184 26187 24385 0 -1 4202560 6829 13158 0 0 154 1 5 3 20 0 15 0 70756089 11178909696 80532 33554432000 4194304 4196468 140731556314992 140212901946336 140213357904623 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26250] ppid=26184 vsize=10916904 memory=14 CPUtime=1.54 cores=0,2,4,6
/proc/26187/task/26250/stat : 26250 (java) R 26184 26187 24385 0 -1 4202560 4352 13158 0 0 145 1 5 3 20 0 15 0 70756089 11178909696 80532 33554432000 4194304 4196468 140731556314992 140212900889792 140213359856912 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26251] ppid=26184 vsize=10916904 memory=140627433174548 CPUtime=1.52 cores=0,2,4,6
/proc/26187/task/26251/stat : 26251 (java) R 26184 26187 24385 0 -1 1077944384 7593 13158 0 0 143 1 5 3 20 0 15 0 70756089 11178909696 80532 33554432000 4194304 4196468 140731556314992 140212899855088 140213376371330 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26252] ppid=26184 vsize=10916904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26187/task/26252/stat : 26252 (java) S 26184 26187 24385 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 70756090 11178909696 80532 33554432000 4194304 4196468 140731556314992 140211623292000 140213376370389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26253] ppid=26184 vsize=10916904 memory=140627433841597 CPUtime=0.08 cores=0,2,4,6
/proc/26187/task/26253/stat : 26253 (java) S 26184 26187 24385 0 -1 1077944384 10 13158 0 0 0 0 5 3 20 0 15 0 70756090 11178909696 80532 33554432000 4194304 4196468 140731556314992 140212797692208 140213376371330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
Current children cumulated CPU time: 8.57 s
Current children cumulated vsize: 10916904 KiB
Current children cumulated memory: 322128 KiB

[startup+4.40063 s]
/proc/loadavg: 1.50 1.53 1.50 5/215 26253
/proc/meminfo: memFree=20081852/32770624 swapFree=67108860/67108860
[pid=26187] ppid=26184 vsize=10914144 memory=324160 CPUtime=9.86 cores=0,2,4,6
/proc/26187/stat : 26187 (java) S 26184 26187 24385 0 -1 1077944320 68096 13158 0 0 958 20 5 3 20 0 15 0 70756074 11176083456 81040 33554432000 4194304 4196468 140731556314992 140731556297536 140213376360183 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
/proc/26187/statm: 2728536 81040 3510 1 0 2690189 0
[pid=26187/tid=26240] ppid=26184 vsize=10914144 memory=8099279071866868837 CPUtime=4.26 cores=0,2,4,6
/proc/26187/task/26240/stat : 26240 (java) R 26184 26187 24385 0 -1 4202560 41981 13158 0 0 406 12 5 3 20 0 15 0 70756084 11176083456 81040 33554432000 4194304 4196468 140731556314992 140213348188960 140212994962507 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26241] ppid=26184 vsize=10914144 memory=6944652177228980320 CPUtime=0.11 cores=0,2,4,6
/proc/26187/task/26241/stat : 26241 (java) S 26184 26187 24385 0 -1 1077944384 55 13158 0 0 3 0 5 3 20 0 15 0 70756084 11176083456 81040 33554432000 4194304 4196468 140731556314992 140213380602640 140213376370389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26242] ppid=26184 vsize=10914144 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/26187/task/26242/stat : 26242 (java) S 26184 26187 24385 0 -1 1077944384 82 13158 0 0 3 0 5 3 20 0 15 0 70756084 11176083456 81040 33554432000 4194304 4196468 140731556314992 140212949560208 140213376370389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26243] ppid=26184 vsize=10914144 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/26187/task/26243/stat : 26243 (java) S 26184 26187 24385 0 -1 1077944384 211 13158 0 0 3 0 5 3 20 0 15 0 70756084 11176083456 81040 33554432000 4194304 4196468 140731556314992 140212948507664 140213376370389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26244] ppid=26184 vsize=10914144 memory=576461251985632562 CPUtime=0.11 cores=0,2,4,6
/proc/26187/task/26244/stat : 26244 (java) S 26184 26187 24385 0 -1 1077944384 109 13158 0 0 3 0 5 3 20 0 15 0 70756084 11176083456 81040 33554432000 4194304 4196468 140731556314992 140212947455120 140213376370389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26245] ppid=26184 vsize=10914144 memory=288286671177515837 CPUtime=0.11 cores=0,2,4,6
/proc/26187/task/26245/stat : 26245 (java) S 26184 26187 24385 0 -1 1077944384 2561 13158 0 0 3 0 5 3 20 0 15 0 70756086 11176083456 81040 33554432000 4194304 4196468 140731556314992 140212903012336 140213376371330 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26246] ppid=26184 vsize=10914144 memory=288230376152101791 CPUtime=0.08 cores=0,2,4,6
/proc/26187/task/26246/stat : 26246 (java) S 26184 26187 24385 0 -1 1077944384 14 13158 0 0 0 0 5 3 20 0 15 0 70756086 11176083456 81040 33554432000 4194304 4196468 140731556314992 140212831249376 140213376370389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26247] ppid=26184 vsize=10914144 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26187/task/26247/stat : 26247 (java) S 26184 26187 24385 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 70756087 11176083456 81040 33554432000 4194304 4196468 140731556314992 140212697031680 140213376370389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26248] ppid=26184 vsize=10914144 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26187/task/26248/stat : 26248 (java) S 26184 26187 24385 0 -1 1077944384 2 13158 0 0 0 0 5 3 20 0 15 0 70756089 11176083456 81040 33554432000 4194304 4196468 140731556314992 140212093053136 140213376378779 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26249] ppid=26184 vsize=10914144 memory=-8970745359494625598 CPUtime=2.02 cores=0,2,4,6
/proc/26187/task/26249/stat : 26249 (java) R 26184 26187 24385 0 -1 4202560 8305 13158 0 0 193 1 5 3 20 0 15 0 70756089 11176083456 81040 33554432000 4194304 4196468 140731556314992 140212901946152 140213359856967 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26250] ppid=26184 vsize=10914144 memory=0 CPUtime=1.93 cores=0,2,4,6
/proc/26187/task/26250/stat : 26250 (java) R 26184 26187 24385 0 -1 4202560 4764 13158 0 0 184 1 5 3 20 0 15 0 70756089 11176083456 81040 33554432000 4194304 4196468 140731556314992 140212900892944 140213362511865 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26251] ppid=26184 vsize=10914144 memory=281254457423888 CPUtime=1.64 cores=0,2,4,6
/proc/26187/task/26251/stat : 26251 (java) S 26184 26187 24385 0 -1 1077944384 7806 13158 0 0 155 1 5 3 20 0 15 0 70756089 11176083456 81040 33554432000 4194304 4196468 140731556314992 140212899855088 140213376371330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26252] ppid=26184 vsize=10914144 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26187/task/26252/stat : 26252 (java) S 26184 26187 24385 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 70756090 11176083456 81040 33554432000 4194304 4196468 140731556314992 140211623292000 140213376370389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
[pid=26187/tid=26253] ppid=26184 vsize=10914144 memory=6944652177228980320 CPUtime=0.08 cores=0,2,4,6
/proc/26187/task/26253/stat : 26253 (java) S 26184 26187 24385 0 -1 1077944384 11 13158 0 0 0 0 5 3 20 0 15 0 70756090 11176083456 81040 33554432000 4194304 4196468 140731556314992 140212797692208 140213376371330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19345408 140731556321903 140731556324700 140731556324700 140731556327375 0
Current children cumulated CPU time: 9.86 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 324160 KiB

Child status: 0
Real time (s): 4.49248
CPU time (s): 10.0001
CPU user time (s): 9.74177
CPU system time (s): 0.2583
CPU usage (%): 222.596
Max. virtual memory (cumulated for all children) (KiB): 10916960
Max. memory (cumulated for all children) (KiB): 324260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.74178
system time used= 0.2583
maximum resident set size= 326552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81357
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= 6528
involuntary context switches= 47


# summary of solver processes directly reported to runsolver:
#   pid: 26187
#   total CPU time (s): 10.0001
#   total CPU user time (s): 9.74177
#   total CPU system time (s): 0.2583

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.05127 second user time and 0.083057 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-25 17:18:49
IDJOB=4295154
IDBENCH=141478
IDSOLVER=2750
FILE ID=node136/4295154-1532531929
RUNJOBID= node136-1532524210-24416
PBS_JOBID= 21021596
Free space on /tmp= 55912 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Rcpsp/Rcpsp-j60-01-02_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295154-1532531929/watcher-4295154-1532531929 -o /tmp/evaluation-result-4295154-1532531929/solver-4295154-1532531929 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532524210-24416 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=375159680 HOME/instance-4295154-1532531929.xml

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

MD5SUM BENCH= 2a7801ec96cf67d89ec484abe9bad078
RANDOM SEED=375159680

node136.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        20406076 kB
MemAvailable:   30837292 kB
Buffers:          213808 kB
Cached:         10448764 kB
SwapCached:            0 kB
Active:          3658840 kB
Inactive:        8149180 kB
Active(anon):    1096688 kB
Inactive(anon):    76688 kB
Active(file):    2562152 kB
Inactive(file):  8072492 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26540 kB
Writeback:             0 kB
AnonPages:       1152844 kB
Mapped:            52840 kB
Shmem:             25228 kB
Slab:             251764 kB
SReclaimable:     224816 kB
SUnreclaim:        26948 kB
KernelStack:        3488 kB
PageTables:         7380 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2141116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    931840 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 55888 MiB
End job on node136 at 2018-07-25 17:18:54