Trace number 4298994

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
Solver of Xavier Schul & Yvhan Smal 2018-04-28OPT13871 4.73809 2.4695

General information on the benchmark

NameFapp/Fapp-ext/
Fapp-ext-ex2_c18.xml
MD5SUM35250c351d5ebdba5de0833aa33cbdb5
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark13871
Best CPU time to get the best result obtained on this benchmark0.547296
Satisfiable
(Un)Satisfiability was proved
Number of variables61
Number of constraints34
Number of domains13
Minimum domain size1
Maximum domain size100
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":21},{"size":6,"count":2},{"size":8,"count":1},{"size":11,"count":14},{"size":12,"count":1},{"size":16,"count":2},{"size":26,"count":1},{"size":65,"count":1},{"size":76,"count":4},{"size":100,"count":12}]
Minimum variable degree2
Maximum variable degree15
Distribution of variable degrees[{"degree":2,"count":45},{"degree":3,"count":4},{"degree":4,"count":6},{"degree":5,"count":4},{"degree":6,"count":1},{"degree":15,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":6},{"arity":3,"count":14},{"arity":6,"count":14}]
Number of extensional constraints34
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":34}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: -1
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
2.69/1.09	o 17653
2.84/1.11	o 15703
2.84/1.14	o 15702
2.84/1.14	o 15701
2.84/1.14	o 15700
2.84/1.15	o 15699
2.84/1.15	o 15698
2.84/1.15	o 15695
2.84/1.16	o 15694
3.04/1.23	o 13880
3.04/1.24	o 13879
3.04/1.24	o 13878
3.04/1.25	o 13875
3.04/1.25	o 13874
3.04/1.26	o 13873
3.76/1.69	o 13872
3.76/1.70	o 13871
4.67/2.45	s OPTIMUM FOUND
4.67/2.45	v <instantiation>
4.67/2.45	v 	<list>
4.67/2.45	v 		f[0] f[1] f[2] f[3] f[4] f[5] f[6] f[7] f[8] p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] k v1[0] v1[1] v1[2] v1[3] v1[4] v1[5] v1[6] v1[7] v1[8] v1[9] v1[10] v1[11] v1[12] v1[13] v2[0] v2[1] v2[2] v2[3] v2[4] v2[5] v2[6] v2[7] v2[8] v2[9] v2[10] v2[11] v2[12] v2[13] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] 
4.67/2.45	v 	</list>
4.67/2.45	v 	<values>
4.67/2.45	v 		31 31 67 65 100 1 55 95 75 0 0 1 1 1 1 0 0 0 7 0 0 0 0 1 0 0 0 0 0 0 0 0 0 2 0 0 3 6 0 0 0 0 0 0 0 0 0 36 44 34 69 30 33 66 35 10 99 25 94 74 20 
4.67/2.45	v 	</values>
4.67/2.45	v </instantiation>

Verifier Data

OK	13871

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298994-1532789478/watcher-4298994-1532789478 -o /tmp/evaluation-result-4298994-1532789478/solver-4298994-1532789478 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532774598-23261 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4298994-1532789478.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=24897, runsolver pid=24894

[startup+0.100107 s]*
/proc/loadavg: 1.21 1.26 1.34 5/215 24912
/proc/meminfo: memFree=25115548/32770624 swapFree=67108532/67108860
[pid=24897] ppid=24894 vsize=10661052 memory=27808 CPUtime=0.13 cores=1,3,5,7
/proc/24897/stat : 24897 (java) S 24894 24897 23229 0 -1 1077944320 5330 0 0 0 12 1 0 0 20 0 15 0 96510974 10916917248 6952 33554432000 4194304 4196468 140730824849712 140730824832256 140354398502647 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
/proc/24897/statm: 2665263 6952 2864 1 0 2627263 0
[pid=24897/tid=24899] ppid=24894 vsize=10661052 memory=-8269626465541068155 CPUtime=0.09 cores=1,3,5,7
/proc/24897/task/24899/stat : 24899 (java) R 24894 24897 23229 0 -1 4202560 3198 0 0 0 9 0 0 0 20 0 15 0 96510975 10916917248 6952 33554432000 4194304 4196468 140730824849712 140354402725232 140354390739774 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24900] ppid=24894 vsize=10661052 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24900/stat : 24900 (java) S 24894 24897 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96510975 10916917248 6952 33554432000 4194304 4196468 140730824849712 140354005769232 140354398512853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24901] ppid=24894 vsize=10661052 memory=140625380939392 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24901/stat : 24901 (java) S 24894 24897 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96510975 10916917248 6952 33554432000 4194304 4196468 140730824849712 140354004716688 140354398512853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24902] ppid=24894 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24902/stat : 24902 (java) S 24894 24897 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96510975 10916917248 6952 33554432000 4194304 4196468 140730824849712 140354003663632 140354398512853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24903] ppid=24894 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24903/stat : 24903 (java) S 24894 24897 23229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96510975 10916917248 6952 33554432000 4194304 4196468 140730824849712 140354002611088 140354398512853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24904] ppid=24894 vsize=10661052 memory=140625380939392 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24904/stat : 24904 (java) S 24894 24897 23229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96510977 10916917248 6952 33554432000 4194304 4196468 140730824849712 140353890924784 140354398513794 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24905] ppid=24894 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24905/stat : 24905 (java) S 24894 24897 23229 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96510977 10916917248 6952 33554432000 4194304 4196468 140730824849712 140353889871008 140354398512853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24906] ppid=24894 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24906/stat : 24906 (java) S 24894 24897 23229 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96510977 10916917248 6952 33554432000 4194304 4196468 140730824849712 140353888817904 140354398512853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24907] ppid=24894 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24907/stat : 24907 (java) S 24894 24897 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96510980 10916917248 6952 33554432000 4194304 4196468 140730824849712 140353887766480 140354398521243 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24908] ppid=24894 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24908/stat : 24908 (java) R 24894 24897 23229 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 96510980 10916917248 6952 33554432000 4194304 4196468 140730824849712 140353886714608 140354398513794 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24909] ppid=24894 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24909/stat : 24909 (java) S 24894 24897 23229 0 -1 1077944384 134 0 0 0 0 0 0 0 20 0 15 0 96510980 10916917248 6952 33554432000 4194304 4196468 140730824849712 140353885662064 140354398513794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24910] ppid=24894 vsize=10661052 memory=140625380939392 CPUtime=0.02 cores=1,3,5,7
/proc/24897/task/24910/stat : 24910 (java) S 24894 24897 23229 0 -1 1077944384 335 0 0 0 2 0 0 0 20 0 15 0 96510980 10916917248 6952 33554432000 4194304 4196468 140730824849712 140353884609008 140354398513794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24911] ppid=24894 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24911/stat : 24911 (java) S 24894 24897 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96510980 10916917248 6952 33554432000 4194304 4196468 140730824849712 140353883556704 140354398512853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24912] ppid=24894 vsize=10661052 memory=140625380939392 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24912/stat : 24912 (java) S 24894 24897 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96510980 10916917248 6952 33554432000 4194304 4196468 140730824849712 140353882503728 140354398513794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 27808 KiB

[startup+0.210751 s]*
/proc/loadavg: 1.21 1.26 1.34 6/215 24912
/proc/meminfo: memFree=25103516/32770624 swapFree=67108532/67108860
[pid=24897] ppid=24894 vsize=10661052 memory=40172 CPUtime=0.34 cores=1,3,5,7
/proc/24897/stat : 24897 (java) S 24894 24897 23229 0 -1 1077944320 8140 0 0 0 33 1 0 0 20 0 15 0 96510974 10916917248 10043 33554432000 4194304 4196468 140730824849712 140730824832256 140354398502647 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
/proc/24897/statm: 2665263 10043 2960 1 0 2627263 0
[pid=24897/tid=24899] ppid=24894 vsize=10661052 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/24897/task/24899/stat : 24899 (java) R 24894 24897 23229 0 -1 4202560 5172 0 0 0 19 1 0 0 20 0 15 0 96510975 10916917248 10043 33554432000 4194304 4196468 140730824849712 140354402733888 140354398524573 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24900] ppid=24894 vsize=10661052 memory=364 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24900/stat : 24900 (java) S 24894 24897 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96510975 10916917248 10043 33554432000 4194304 4196468 140730824849712 140354005769232 140354398512853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24901] ppid=24894 vsize=10661052 memory=140625381473527 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24901/stat : 24901 (java) S 24894 24897 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96510975 10916917248 10043 33554432000 4194304 4196468 140730824849712 140354004716688 140354398512853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24902] ppid=24894 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24902/stat : 24902 (java) S 24894 24897 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96510975 10916917248 10043 33554432000 4194304 4196468 140730824849712 140354003663632 140354398512853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24903] ppid=24894 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24903/stat : 24903 (java) S 24894 24897 23229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96510975 10916917248 10043 33554432000 4194304 4196468 140730824849712 140354002611088 140354398512853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24904] ppid=24894 vsize=10661052 memory=140625380939392 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24904/stat : 24904 (java) S 24894 24897 23229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96510977 10916917248 10043 33554432000 4194304 4196468 140730824849712 140353890924784 140354398513794 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24905] ppid=24894 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24905/stat : 24905 (java) S 24894 24897 23229 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96510977 10916917248 10043 33554432000 4194304 4196468 140730824849712 140353889871008 140354398512853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24906] ppid=24894 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24906/stat : 24906 (java) S 24894 24897 23229 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96510977 10916917248 10043 33554432000 4194304 4196468 140730824849712 140353888817904 140354398512853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24907] ppid=24894 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24907/stat : 24907 (java) S 24894 24897 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96510980 10916917248 10043 33554432000 4194304 4196468 140730824849712 140353887766480 140354398521243 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24908] ppid=24894 vsize=10661052 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/24897/task/24908/stat : 24908 (java) R 24894 24897 23229 0 -1 1077944384 338 0 0 0 1 0 0 0 20 0 15 0 96510980 10916917248 10043 33554432000 4194304 4196468 140730824849712 140353886714608 140354398513794 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24909] ppid=24894 vsize=10661052 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/24897/task/24909/stat : 24909 (java) R 24894 24897 23229 0 -1 4202560 447 0 0 0 3 0 0 0 20 0 15 0 96510980 10916917248 10043 33554432000 4194304 4196468 140730824849712 140353885662064 140354398514582 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24910] ppid=24894 vsize=10661052 memory=140625380939392 CPUtime=0.08 cores=1,3,5,7
/proc/24897/task/24910/stat : 24910 (java) R 24894 24897 23229 0 -1 4202560 816 0 0 0 8 0 0 0 20 0 15 0 96510980 10916917248 10043 33554432000 4194304 4196468 140730824849712 140353884609008 140354376868958 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24911] ppid=24894 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24911/stat : 24911 (java) S 24894 24897 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96510980 10916917248 10043 33554432000 4194304 4196468 140730824849712 140353883556704 140354398512853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24912] ppid=24894 vsize=10661052 memory=140625380939392 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24912/stat : 24912 (java) S 24894 24897 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96510980 10916917248 10043 33554432000 4194304 4196468 140730824849712 140353882503728 140354398513794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 40172 KiB

[startup+0.310618 s]*
/proc/loadavg: 1.21 1.26 1.34 6/215 24912
/proc/meminfo: memFree=25096568/32770624 swapFree=67108532/67108860
[pid=24897] ppid=24894 vsize=10661128 memory=47556 CPUtime=0.59 cores=1,3,5,7
/proc/24897/stat : 24897 (java) S 24894 24897 23229 0 -1 1077944320 8971 0 0 0 58 1 0 0 20 0 15 0 96510974 10916995072 11889 33554432000 4194304 4196468 140730824849712 140730824832256 140354398502647 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
/proc/24897/statm: 2665282 11889 3054 1 0 2627263 0
[pid=24897/tid=24899] ppid=24894 vsize=10661128 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/24897/task/24899/stat : 24899 (java) R 24894 24897 23229 0 -1 1077944384 5486 0 0 0 28 1 0 0 20 0 15 0 96510975 10916995072 11889 33554432000 4194304 4196468 140730824849712 140354402737296 140354398512853 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24900] ppid=24894 vsize=10661128 memory=304556149079015447 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24900/stat : 24900 (java) S 24894 24897 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96510975 10916995072 11889 33554432000 4194304 4196468 140730824849712 140354005769232 140354398512853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24901] ppid=24894 vsize=10661128 memory=140625381474211 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24901/stat : 24901 (java) S 24894 24897 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96510975 10916995072 11889 33554432000 4194304 4196468 140730824849712 140354004716688 140354398512853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24902] ppid=24894 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24902/stat : 24902 (java) S 24894 24897 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96510975 10916995072 11889 33554432000 4194304 4196468 140730824849712 140354003663632 140354398512853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24903] ppid=24894 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24903/stat : 24903 (java) S 24894 24897 23229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96510975 10916995072 11889 33554432000 4194304 4196468 140730824849712 140354002611088 140354398512853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24904] ppid=24894 vsize=10661128 memory=140625380939392 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24904/stat : 24904 (java) S 24894 24897 23229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96510977 10916995072 11889 33554432000 4194304 4196468 140730824849712 140353890924784 140354398513794 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24905] ppid=24894 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24905/stat : 24905 (java) S 24894 24897 23229 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96510977 10916995072 11889 33554432000 4194304 4196468 140730824849712 140353889871008 140354398512853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24906] ppid=24894 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24906/stat : 24906 (java) S 24894 24897 23229 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96510977 10916995072 11889 33554432000 4194304 4196468 140730824849712 140353888817904 140354398512853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24907] ppid=24894 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24907/stat : 24907 (java) S 24894 24897 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96510980 10916995072 11889 33554432000 4194304 4196468 140730824849712 140353887766480 140354398521243 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24908] ppid=24894 vsize=10661128 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/24897/task/24908/stat : 24908 (java) R 24894 24897 23229 0 -1 4202560 452 0 0 0 4 0 0 0 20 0 15 0 96510980 10916995072 11889 33554432000 4194304 4196468 140730824849712 140353886702720 140354379195911 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24909] ppid=24894 vsize=10661128 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/24897/task/24909/stat : 24909 (java) R 24894 24897 23229 0 -1 4202560 695 0 0 0 9 0 0 0 20 0 15 0 96510980 10916995072 11889 33554432000 4194304 4196468 140730824849712 140353885648088 140354381889724 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24910] ppid=24894 vsize=10661128 memory=140625380939392 CPUtime=0.15 cores=1,3,5,7
/proc/24897/task/24910/stat : 24910 (java) R 24894 24897 23229 0 -1 4202560 971 0 0 0 15 0 0 0 20 0 15 0 96510980 10916995072 11889 33554432000 4194304 4196468 140730824849712 140353884609008 140354398514582 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24911] ppid=24894 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24911/stat : 24911 (java) S 24894 24897 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96510980 10916995072 11889 33554432000 4194304 4196468 140730824849712 140353883556704 140354398512853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24912] ppid=24894 vsize=10661128 memory=140625380939392 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24912/stat : 24912 (java) S 24894 24897 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96510980 10916995072 11889 33554432000 4194304 4196468 140730824849712 140353882503728 140354398513794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 47556 KiB

[startup+0.701166 s]
/proc/loadavg: 1.21 1.26 1.34 5/215 24912
/proc/meminfo: memFree=25010124/32770624 swapFree=67108532/67108860
[pid=24897] ppid=24894 vsize=10661128 memory=183316 CPUtime=1.75 cores=1,3,5,7
/proc/24897/stat : 24897 (java) S 24894 24897 23229 0 -1 1077944320 10811 0 0 0 171 4 0 0 20 0 15 0 96510974 10916995072 45829 33554432000 4194304 4196468 140730824849712 140730824832256 140354398502647 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
/proc/24897/statm: 2665282 45829 3121 1 0 2627263 0
[pid=24897/tid=24899] ppid=24894 vsize=10661128 memory=16236 CPUtime=0.66 cores=1,3,5,7
/proc/24897/task/24899/stat : 24899 (java) R 24894 24897 23229 0 -1 4202560 5615 0 0 0 64 2 0 0 20 0 15 0 96510975 10916995072 45829 33554432000 4194304 4196468 140730824849712 140354402737632 140354039300832 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24900] ppid=24894 vsize=10661128 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24900/stat : 24900 (java) S 24894 24897 23229 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 96510975 10916995072 45829 33554432000 4194304 4196468 140730824849712 140354005769232 140354398512853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24901] ppid=24894 vsize=10661128 memory=640 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24901/stat : 24901 (java) S 24894 24897 23229 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 96510975 10916995072 45829 33554432000 4194304 4196468 140730824849712 140354004716688 140354398512853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24902] ppid=24894 vsize=10661128 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24902/stat : 24902 (java) S 24894 24897 23229 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 96510975 10916995072 45829 33554432000 4194304 4196468 140730824849712 140354003663632 140354398512853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24903] ppid=24894 vsize=10661128 memory=960 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24903/stat : 24903 (java) S 24894 24897 23229 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 96510975 10916995072 45829 33554432000 4194304 4196468 140730824849712 140354002611088 140354398512853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24904] ppid=24894 vsize=10661128 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24904/stat : 24904 (java) S 24894 24897 23229 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 96510977 10916995072 45829 33554432000 4194304 4196468 140730824849712 140353890924784 140354398513794 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24905] ppid=24894 vsize=10661128 memory=2332 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24905/stat : 24905 (java) S 24894 24897 23229 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 96510977 10916995072 45829 33554432000 4194304 4196468 140730824849712 140353889871008 140354398512853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24906] ppid=24894 vsize=10661128 memory=928 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24906/stat : 24906 (java) S 24894 24897 23229 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96510977 10916995072 45829 33554432000 4194304 4196468 140730824849712 140353888817904 140354398512853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24907] ppid=24894 vsize=10661128 memory=6153431502485415274 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24907/stat : 24907 (java) S 24894 24897 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96510980 10916995072 45829 33554432000 4194304 4196468 140730824849712 140353887766480 140354398521243 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24908] ppid=24894 vsize=10661128 memory=6081108994580113768 CPUtime=0.37 cores=1,3,5,7
/proc/24897/task/24908/stat : 24908 (java) R 24894 24897 23229 0 -1 4202560 1095 0 0 0 37 0 0 0 20 0 15 0 96510980 10916995072 45829 33554432000 4194304 4196468 140730824849712 140353886699568 140354382891504 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24909] ppid=24894 vsize=10661128 memory=6154282490091891024 CPUtime=0.45 cores=1,3,5,7
/proc/24897/task/24909/stat : 24909 (java) R 24894 24897 23229 0 -1 4202560 1378 0 0 0 45 0 0 0 20 0 15 0 96510980 10916995072 45829 33554432000 4194304 4196468 140730824849712 140353885662192 140354375726800 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24910] ppid=24894 vsize=10661128 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/24897/task/24910/stat : 24910 (java) S 24894 24897 23229 0 -1 1077944384 1237 0 0 0 23 0 0 0 20 0 15 0 96510980 10916995072 45829 33554432000 4194304 4196468 140730824849712 140353884609008 140354398513794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24911] ppid=24894 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24911/stat : 24911 (java) S 24894 24897 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96510980 10916995072 45829 33554432000 4194304 4196468 140730824849712 140353883556704 140354398512853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24912] ppid=24894 vsize=10661128 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24912/stat : 24912 (java) S 24894 24897 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96510980 10916995072 45829 33554432000 4194304 4196468 140730824849712 140353882503728 140354398513794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
Current children cumulated CPU time: 1.75 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 183316 KiB

[startup+1.5008 s]
/proc/loadavg: 1.21 1.26 1.34 4/215 24912
/proc/meminfo: memFree=24812032/32770624 swapFree=67108532/67108860
[pid=24897] ppid=24894 vsize=10661128 memory=590720 CPUtime=3.58 cores=1,3,5,7
/proc/24897/stat : 24897 (java) S 24894 24897 23229 0 -1 1077944320 12478 0 0 0 343 15 0 0 20 0 15 0 96510974 10916995072 147680 33554432000 4194304 4196468 140730824849712 140730824832256 140354398502647 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
/proc/24897/statm: 2665282 147680 3146 1 0 2627263 0
[pid=24897/tid=24899] ppid=24894 vsize=10661128 memory=386724 CPUtime=1.41 cores=1,3,5,7
/proc/24897/task/24899/stat : 24899 (java) R 24894 24897 23229 0 -1 4202560 5865 0 0 0 134 7 0 0 20 0 15 0 96510975 10916995072 147680 33554432000 4194304 4196468 140730824849712 140354402741952 140354040107666 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24900] ppid=24894 vsize=10661128 memory=6791534058613427641 CPUtime=0.03 cores=1,3,5,7
/proc/24897/task/24900/stat : 24900 (java) S 24894 24897 23229 0 -1 1077944384 33 0 0 0 2 1 0 0 20 0 15 0 96510975 10916995072 147680 33554432000 4194304 4196468 140730824849712 140354005769232 140354398512853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24901] ppid=24894 vsize=10661128 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/24897/task/24901/stat : 24901 (java) S 24894 24897 23229 0 -1 1077944384 33 0 0 0 2 1 0 0 20 0 15 0 96510975 10916995072 147680 33554432000 4194304 4196468 140730824849712 140354004716688 140354398512853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24902] ppid=24894 vsize=10661128 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/24897/task/24902/stat : 24902 (java) S 24894 24897 23229 0 -1 1077944384 41 0 0 0 2 1 0 0 20 0 15 0 96510975 10916995072 147680 33554432000 4194304 4196468 140730824849712 140354003663632 140354398512853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24903] ppid=24894 vsize=10661128 memory=6943526294502006880 CPUtime=0.03 cores=1,3,5,7
/proc/24897/task/24903/stat : 24903 (java) S 24894 24897 23229 0 -1 1077944384 38 0 0 0 2 1 0 0 20 0 15 0 96510975 10916995072 147680 33554432000 4194304 4196468 140730824849712 140354002611088 140354398512853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24904] ppid=24894 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24904/stat : 24904 (java) S 24894 24897 23229 0 -1 1077944384 451 0 0 0 0 0 0 0 20 0 15 0 96510977 10916995072 147680 33554432000 4194304 4196468 140730824849712 140353890924784 140354398513794 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24905] ppid=24894 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24905/stat : 24905 (java) S 24894 24897 23229 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 96510977 10916995072 147680 33554432000 4194304 4196468 140730824849712 140353889871072 140354398512853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24906] ppid=24894 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24906/stat : 24906 (java) S 24894 24897 23229 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96510977 10916995072 147680 33554432000 4194304 4196468 140730824849712 140353888817904 140354398512853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24907] ppid=24894 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24907/stat : 24907 (java) S 24894 24897 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96510980 10916995072 147680 33554432000 4194304 4196468 140730824849712 140353887766480 140354398521243 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24908] ppid=24894 vsize=10661128 memory=0 CPUtime=0.84 cores=1,3,5,7
/proc/24897/task/24908/stat : 24908 (java) S 24894 24897 23229 0 -1 1077944384 1854 0 0 0 84 0 0 0 20 0 15 0 96510980 10916995072 147680 33554432000 4194304 4196468 140730824849712 140353886714608 140354398513794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24909] ppid=24894 vsize=10661128 memory=0 CPUtime=0.83 cores=1,3,5,7
/proc/24897/task/24909/stat : 24909 (java) S 24894 24897 23229 0 -1 1077944384 1463 0 0 0 83 0 0 0 20 0 15 0 96510980 10916995072 147680 33554432000 4194304 4196468 140730824849712 140353885662064 140354398513794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24910] ppid=24894 vsize=10661128 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/24897/task/24910/stat : 24910 (java) S 24894 24897 23229 0 -1 1077944384 1339 0 0 0 30 0 0 0 20 0 15 0 96510980 10916995072 147680 33554432000 4194304 4196468 140730824849712 140353884609008 140354398513794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24911] ppid=24894 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24911/stat : 24911 (java) S 24894 24897 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96510980 10916995072 147680 33554432000 4194304 4196468 140730824849712 140353883556704 140354398512853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24912] ppid=24894 vsize=10661128 memory=13078175418732 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24912/stat : 24912 (java) S 24894 24897 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96510980 10916995072 147680 33554432000 4194304 4196468 140730824849712 140353882503728 140354398513794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
Current children cumulated CPU time: 3.58 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 590720 KiB

[startup+2.46943 s]
# the end of solver process 24897 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=4.46437 s, system=0.27372 s

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

[startup+1.60119 s]
/proc/loadavg: 1.21 1.26 1.34 4/215 24912
/proc/meminfo: memFree=24812032/32770624 swapFree=67108532/67108860
[pid=24897] ppid=24894 vsize=10661128 memory=590720 CPUtime=3.76 cores=1,3,5,7
/proc/24897/stat : 24897 (java) S 24894 24897 23229 0 -1 1077944320 12490 0 0 0 361 15 0 0 20 0 15 0 96510974 10916995072 147680 33554432000 4194304 4196468 140730824849712 140730824832256 140354398502647 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
/proc/24897/statm: 2665282 147680 3146 1 0 2627263 0
[pid=24897/tid=24899] ppid=24894 vsize=10661128 memory=281250564756272 CPUtime=1.51 cores=1,3,5,7
/proc/24897/task/24899/stat : 24899 (java) R 24894 24897 23229 0 -1 4202560 5876 0 0 0 144 7 0 0 20 0 15 0 96510975 10916995072 147680 33554432000 4194304 4196468 140730824849712 140354402741952 140354040109585 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24900] ppid=24894 vsize=10661128 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/24897/task/24900/stat : 24900 (java) S 24894 24897 23229 0 -1 1077944384 33 0 0 0 2 1 0 0 20 0 15 0 96510975 10916995072 147680 33554432000 4194304 4196468 140730824849712 140354005769232 140354398512853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24901] ppid=24894 vsize=10661128 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/24897/task/24901/stat : 24901 (java) S 24894 24897 23229 0 -1 1077944384 33 0 0 0 2 1 0 0 20 0 15 0 96510975 10916995072 147680 33554432000 4194304 4196468 140730824849712 140354004716688 140354398512853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24902] ppid=24894 vsize=10661128 memory=6655300316396806240 CPUtime=0.03 cores=1,3,5,7
/proc/24897/task/24902/stat : 24902 (java) S 24894 24897 23229 0 -1 1077944384 41 0 0 0 2 1 0 0 20 0 15 0 96510975 10916995072 147680 33554432000 4194304 4196468 140730824849712 140354003663632 140354398512853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24903] ppid=24894 vsize=10661128 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/24897/task/24903/stat : 24903 (java) S 24894 24897 23229 0 -1 1077944384 38 0 0 0 2 1 0 0 20 0 15 0 96510975 10916995072 147680 33554432000 4194304 4196468 140730824849712 140354002611088 140354398512853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24904] ppid=24894 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24904/stat : 24904 (java) S 24894 24897 23229 0 -1 1077944384 451 0 0 0 0 0 0 0 20 0 15 0 96510977 10916995072 147680 33554432000 4194304 4196468 140730824849712 140353890924784 140354398513794 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24905] ppid=24894 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24905/stat : 24905 (java) S 24894 24897 23229 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 96510977 10916995072 147680 33554432000 4194304 4196468 140730824849712 140353889871072 140354398512853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24906] ppid=24894 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24906/stat : 24906 (java) S 24894 24897 23229 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96510977 10916995072 147680 33554432000 4194304 4196468 140730824849712 140353888817904 140354398512853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24907] ppid=24894 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24907/stat : 24907 (java) S 24894 24897 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96510980 10916995072 147680 33554432000 4194304 4196468 140730824849712 140353887766480 140354398521243 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24908] ppid=24894 vsize=10661128 memory=0 CPUtime=0.91 cores=1,3,5,7
/proc/24897/task/24908/stat : 24908 (java) R 24894 24897 23229 0 -1 4202560 1854 0 0 0 91 0 0 0 20 0 15 0 96510980 10916995072 147680 33554432000 4194304 4196468 140730824849712 140353886700768 140354380047285 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24909] ppid=24894 vsize=10661128 memory=0 CPUtime=0.83 cores=1,3,5,7
/proc/24897/task/24909/stat : 24909 (java) S 24894 24897 23229 0 -1 1077944384 1463 0 0 0 83 0 0 0 20 0 15 0 96510980 10916995072 147680 33554432000 4194304 4196468 140730824849712 140353885662064 140354398513794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24910] ppid=24894 vsize=10661128 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/24897/task/24910/stat : 24910 (java) S 24894 24897 23229 0 -1 1077944384 1340 0 0 0 30 0 0 0 20 0 15 0 96510980 10916995072 147680 33554432000 4194304 4196468 140730824849712 140353884609008 140354398513794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24911] ppid=24894 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24911/stat : 24911 (java) S 24894 24897 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96510980 10916995072 147680 33554432000 4194304 4196468 140730824849712 140353883556704 140354398512853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24912] ppid=24894 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24912/stat : 24912 (java) S 24894 24897 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96510980 10916995072 147680 33554432000 4194304 4196468 140730824849712 140353882503728 140354398513794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
Current children cumulated CPU time: 3.76 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 590720 KiB

[startup+2.00079 s]*
/proc/loadavg: 1.21 1.26 1.34 4/215 24912
/proc/meminfo: memFree=24385504/32770624 swapFree=67108532/67108860
[pid=24897] ppid=24894 vsize=10661128 memory=770992 CPUtime=4.23 cores=1,3,5,7
/proc/24897/stat : 24897 (java) S 24894 24897 23229 0 -1 1077944320 12736 0 0 0 404 19 0 0 20 0 15 0 96510974 10916995072 192748 33554432000 4194304 4196468 140730824849712 140730824832256 140354398502647 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
/proc/24897/statm: 2665282 192748 3146 1 0 2627263 0
[pid=24897/tid=24899] ppid=24894 vsize=10661128 memory=0 CPUtime=1.92 cores=1,3,5,7
/proc/24897/task/24899/stat : 24899 (java) R 24894 24897 23229 0 -1 4202560 6073 0 0 0 182 10 0 0 20 0 15 0 96510975 10916995072 193260 33554432000 4194304 4196468 140730824849712 140354402741768 140354036590106 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24900] ppid=24894 vsize=10661128 memory=3904958466634312038 CPUtime=0.03 cores=1,3,5,7
/proc/24897/task/24900/stat : 24900 (java) S 24894 24897 23229 0 -1 1077944384 39 0 0 0 2 1 0 0 20 0 15 0 96510975 10916995072 193260 33554432000 4194304 4196468 140730824849712 140354005769232 140354398512853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24901] ppid=24894 vsize=10661128 memory=218113729 CPUtime=0.03 cores=1,3,5,7
/proc/24897/task/24901/stat : 24901 (java) S 24894 24897 23229 0 -1 1077944384 40 0 0 0 2 1 0 0 20 0 15 0 96510975 10916995072 193260 33554432000 4194304 4196468 140730824849712 140354004716688 140354398512853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24902] ppid=24894 vsize=10661128 memory=215418561 CPUtime=0.04 cores=1,3,5,7
/proc/24897/task/24902/stat : 24902 (java) S 24894 24897 23229 0 -1 1077944384 47 0 0 0 3 1 0 0 20 0 15 0 96510975 10916995072 193260 33554432000 4194304 4196468 140730824849712 140354003663632 140354398512853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24903] ppid=24894 vsize=10661128 memory=3063 CPUtime=0.04 cores=1,3,5,7
/proc/24897/task/24903/stat : 24903 (java) S 24894 24897 23229 0 -1 1077944384 48 0 0 0 2 2 0 0 20 0 15 0 96510975 10916995072 193260 33554432000 4194304 4196468 140730824849712 140354002611088 140354398512853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24904] ppid=24894 vsize=10661128 memory=140625380941122 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24904/stat : 24904 (java) S 24894 24897 23229 0 -1 1077944384 451 0 0 0 0 0 0 0 20 0 15 0 96510977 10916995072 193260 33554432000 4194304 4196468 140730824849712 140353890924784 140354398513794 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24905] ppid=24894 vsize=10661128 memory=237 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24905/stat : 24905 (java) S 24894 24897 23229 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 96510977 10916995072 193260 33554432000 4194304 4196468 140730824849712 140353889871072 140354398512853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24906] ppid=24894 vsize=10661128 memory=225 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24906/stat : 24906 (java) S 24894 24897 23229 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96510977 10916995072 193260 33554432000 4194304 4196468 140730824849712 140353888817904 140354398512853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24907] ppid=24894 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24907/stat : 24907 (java) S 24894 24897 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96510980 10916995072 193260 33554432000 4194304 4196468 140730824849712 140353887766480 140354398521243 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24908] ppid=24894 vsize=10661128 memory=0 CPUtime=0.94 cores=1,3,5,7
/proc/24897/task/24908/stat : 24908 (java) S 24894 24897 23229 0 -1 1077944384 1865 0 0 0 94 0 0 0 20 0 15 0 96510980 10916995072 193260 33554432000 4194304 4196468 140730824849712 140353886714608 140354398513794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24909] ppid=24894 vsize=10661128 memory=0 CPUtime=0.85 cores=1,3,5,7
/proc/24897/task/24909/stat : 24909 (java) S 24894 24897 23229 0 -1 1077944384 1466 0 0 0 85 0 0 0 20 0 15 0 96510980 10916995072 193260 33554432000 4194304 4196468 140730824849712 140353885662064 140354398513794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24910] ppid=24894 vsize=10661128 memory=3978377467477190754 CPUtime=0.31 cores=1,3,5,7
/proc/24897/task/24910/stat : 24910 (java) S 24894 24897 23229 0 -1 1077944384 1347 0 0 0 31 0 0 0 20 0 15 0 96510980 10916995072 193260 33554432000 4194304 4196468 140730824849712 140353884609008 140354398513794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24911] ppid=24894 vsize=10661128 memory=3471202396320837679 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24911/stat : 24911 (java) S 24894 24897 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96510980 10916995072 193260 33554432000 4194304 4196468 140730824849712 140353883556704 140354398512853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24912] ppid=24894 vsize=10661128 memory=3472328296160571439 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24912/stat : 24912 (java) S 24894 24897 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96510980 10916995072 193260 33554432000 4194304 4196468 140730824849712 140353882503728 140354398513794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
Current children cumulated CPU time: 4.23 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 770992 KiB

[startup+2.40078 s]
/proc/loadavg: 1.21 1.26 1.34 4/215 24912
/proc/meminfo: memFree=24385504/32770624 swapFree=67108532/67108860
[pid=24897] ppid=24894 vsize=10661128 memory=1108892 CPUtime=4.67 cores=1,3,5,7
/proc/24897/stat : 24897 (java) S 24894 24897 23229 0 -1 1077944320 13520 0 0 0 441 26 0 0 20 0 15 0 96510974 10916995072 277223 33554432000 4194304 4196468 140730824849712 140730824832256 140354398502647 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
/proc/24897/statm: 2665282 277223 3146 1 0 2627263 0
[pid=24897/tid=24899] ppid=24894 vsize=10661128 memory=21 CPUtime=2.29 cores=1,3,5,7
/proc/24897/task/24899/stat : 24899 (java) R 24894 24897 23229 0 -1 4202560 6322 0 0 0 215 14 0 0 20 0 15 0 96510975 10916995072 277223 33554432000 4194304 4196468 140730824849712 140354402742160 140354040109565 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24900] ppid=24894 vsize=10661128 memory=6791534058613427641 CPUtime=0.04 cores=1,3,5,7
/proc/24897/task/24900/stat : 24900 (java) S 24894 24897 23229 0 -1 1077944384 45 0 0 0 2 2 0 0 20 0 15 0 96510975 10916995072 277223 33554432000 4194304 4196468 140730824849712 140354005769232 140354398512853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24901] ppid=24894 vsize=10661128 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/24897/task/24901/stat : 24901 (java) S 24894 24897 23229 0 -1 1077944384 46 0 0 0 3 2 0 0 20 0 15 0 96510975 10916995072 277223 33554432000 4194304 4196468 140730824849712 140354004716688 140354398512853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24902] ppid=24894 vsize=10661128 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/24897/task/24902/stat : 24902 (java) S 24894 24897 23229 0 -1 1077944384 53 0 0 0 3 2 0 0 20 0 15 0 96510975 10916995072 277223 33554432000 4194304 4196468 140730824849712 140354003663632 140354398512853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24903] ppid=24894 vsize=10661128 memory=-7812193691855986592 CPUtime=0.04 cores=1,3,5,7
/proc/24897/task/24903/stat : 24903 (java) S 24894 24897 23229 0 -1 1077944384 54 0 0 0 2 2 0 0 20 0 15 0 96510975 10916995072 277223 33554432000 4194304 4196468 140730824849712 140354002611088 140354398512853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24904] ppid=24894 vsize=10661128 memory=-7088785026379990432 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24904/stat : 24904 (java) S 24894 24897 23229 0 -1 1077944384 957 0 0 0 0 0 0 0 20 0 15 0 96510977 10916995072 277223 33554432000 4194304 4196468 140730824849712 140353890924784 140354398513794 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24905] ppid=24894 vsize=10661128 memory=-6873162000112450758 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24905/stat : 24905 (java) S 24894 24897 23229 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 96510977 10916995072 277223 33554432000 4194304 4196468 140730824849712 140353889871072 140354398512853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24906] ppid=24894 vsize=10661128 memory=-8990767739041718176 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24906/stat : 24906 (java) S 24894 24897 23229 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96510977 10916995072 277223 33554432000 4194304 4196468 140730824849712 140353888817904 140354398512853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24907] ppid=24894 vsize=10661128 memory=6944656425122700657 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24907/stat : 24907 (java) S 24894 24897 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96510980 10916995072 277223 33554432000 4194304 4196468 140730824849712 140353887766480 140354398521243 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24908] ppid=24894 vsize=10661128 memory=-8990767739041718224 CPUtime=0.95 cores=1,3,5,7
/proc/24897/task/24908/stat : 24908 (java) S 24894 24897 23229 0 -1 1077944384 1869 0 0 0 95 0 0 0 20 0 15 0 96510980 10916995072 277223 33554432000 4194304 4196468 140730824849712 140353886714608 140354398513794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24909] ppid=24894 vsize=10661128 memory=-9178176116494409632 CPUtime=0.85 cores=1,3,5,7
/proc/24897/task/24909/stat : 24909 (java) S 24894 24897 23229 0 -1 1077944384 1466 0 0 0 85 0 0 0 20 0 15 0 96510980 10916995072 277223 33554432000 4194304 4196468 140730824849712 140353885662064 140354398513794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24910] ppid=24894 vsize=10661128 memory=-6237260532469557610 CPUtime=0.31 cores=1,3,5,7
/proc/24897/task/24910/stat : 24910 (java) S 24894 24897 23229 0 -1 1077944384 1347 0 0 0 31 0 0 0 20 0 15 0 96510980 10916995072 277223 33554432000 4194304 4196468 140730824849712 140353884609008 140354398513794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24911] ppid=24894 vsize=10661128 memory=-7595718316223324558 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24911/stat : 24911 (java) S 24894 24897 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96510980 10916995072 277223 33554432000 4194304 4196468 140730824849712 140353883556704 140354398512853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
[pid=24897/tid=24912] ppid=24894 vsize=10661128 memory=-7523660553960122769 CPUtime=0 cores=1,3,5,7
/proc/24897/task/24912/stat : 24912 (java) S 24894 24897 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96510980 10916995072 277223 33554432000 4194304 4196468 140730824849712 140353882503728 140354398513794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11915264 140730824852653 140730824852745 140730824852745 140730824855503 0
Current children cumulated CPU time: 4.67 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 1108892 KiB

Child status: 0
Real time (s): 2.4695
CPU time (s): 4.73809
CPU user time (s): 4.46437
CPU system time (s): 0.27372
CPU usage (%): 191.865
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 1108892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.46437
system time used= 0.27372
maximum resident set size= 1109708
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13613
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1702
involuntary context switches= 19


# summary of solver processes directly reported to runsolver:
#   pid: 24897
#   total CPU time (s): 4.73809
#   total CPU user time (s): 4.46437
#   total CPU system time (s): 0.27372

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.04487 second user time and 0.063226 second system time

The end

Launcher Data

Begin job on node104 at 2018-07-28 16:51:18
IDJOB=4298994
IDBENCH=141280
IDSOLVER=2766
FILE ID=node104/4298994-1532789478
RUNJOBID= node104-1532774598-23261
PBS_JOBID= 21022461
Free space on /tmp= 48344 MiB

SOLVER NAME= Solver of Xavier Schul & Yvhan Smal 2018-04-28
BENCH NAME= XCSP18/Fapp/Fapp-ext/Fapp-ext-ex2_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298994-1532789478/watcher-4298994-1532789478 -o /tmp/evaluation-result-4298994-1532789478/solver-4298994-1532789478 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532774598-23261 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4298994-1532789478.xml

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

MD5SUM BENCH= 35250c351d5ebdba5de0833aa33cbdb5
RANDOM SEED=433117359

node104.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.11
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.11
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.11
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.11
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:        25131348 kB
MemAvailable:   28970492 kB
Buffers:          154028 kB
Cached:          3937364 kB
SwapCached:           12 kB
Active:          4898992 kB
Inactive:        2221568 kB
Active(anon):    2983628 kB
Inactive(anon):    73040 kB
Active(file):    1915364 kB
Inactive(file):  2148528 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108860 kB
SwapFree:       67108532 kB
Dirty:              1976 kB
Writeback:             0 kB
AnonPages:       3097796 kB
Mapped:            52788 kB
Shmem:             25060 kB
Slab:             210628 kB
SReclaimable:     182172 kB
SUnreclaim:        28456 kB
KernelStack:        3808 kB
PageTables:        11216 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3661376 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3024896 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= 48340 MiB
End job on node104 at 2018-07-28 16:51:21