Trace number 4298986

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
slowpoke 2018-04-29SAT (TO)523 2520.09 2515.92

General information on the benchmark

NameFapp/Fapp-ext/
Fapp-ext-ex1_c18.xml
MD5SUMd2c9b3725c99b98fa2cea517d31ec9e5
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark523
Best CPU time to get the best result obtained on this benchmark0.399798
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints8
Number of domains5
Minimum domain size2
Maximum domain size100
Distribution of domain sizes[{"size":2,"count":8},{"size":11,"count":4},{"size":12,"count":1},{"size":100,"count":8}]
Minimum variable degree1
Maximum variable degree5
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":16},{"degree":3,"count":2},{"degree":5,"count":1}]
Minimum constraint arity3
Maximum constraint arity6
Distribution of constraint arities[{"arity":3,"count":4},{"arity":6,"count":4}]
Number of extensional constraints8
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":8}]
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.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: 2520
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
1.58/0.62	o 1775
1.58/0.62	o 1774
1.58/0.62	o 1294
1.58/0.62	o 1291
1.86/0.77	o 1170
1.86/0.77	o 1127
1.86/0.77	o 807
1.86/0.77	o 686
1.86/0.77	o 684
1.86/0.77	o 683
2.17/0.88	o 644
2.17/0.88	o 523
2520.06/2515.90	s SATISFIABLE
2520.06/2515.90	v <instantiation>
2520.06/2515.90	v 	<list>
2520.06/2515.90	v 		f[0] f[1] f[2] f[3] p[0] p[1] p[2] p[3] k v1[0] v1[1] v1[2] v1[3] v2[0] v2[1] v2[2] v2[3] d[0] d[1] d[2] d[3] 
2520.06/2515.90	v 	</list>
2520.06/2515.90	v 	<values>
2520.06/2515.90	v 		47 100 1 70 0 1 1 0 3 0 1 0 0 1 2 0 0 53 46 99 30 
2520.06/2515.90	v 	</values>
2520.06/2515.90	v </instantiation>

Verifier Data

OK	523

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298986-1532795850/watcher-4298986-1532795850 -o /tmp/evaluation-result-4298986-1532795850/solver-4298986-1532795850 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532775768-15808 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4298986-1532795850.xml --timelimit 2520 

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=18041, runsolver pid=18038

[startup+0.100122 s]*
/proc/loadavg: 3.78 2.21 1.66 4/219 18056
/proc/meminfo: memFree=17615808/32770624 swapFree=67108860/67108860
[pid=18041] ppid=18038 vsize=10661056 memory=28404 CPUtime=0.12 cores=1,3,5,7
/proc/18041/stat : 18041 (java) S 18038 18041 15776 0 -1 1077944320 4987 0 0 0 11 1 0 0 20 0 15 0 97148151 10916921344 7101 33554432000 4194304 4196468 140721148242624 140721148225168 140203235385079 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
/proc/18041/statm: 2665264 7101 2864 1 0 2627263 0
[pid=18041/tid=18043] ppid=18038 vsize=10661056 memory=-7254949987974015097 CPUtime=0.09 cores=1,3,5,7
/proc/18041/task/18043/stat : 18043 (java) R 18038 18041 15776 0 -1 4202560 2869 0 0 0 9 0 0 0 20 0 15 0 97148151 10916921344 7101 33554432000 4194304 4196468 140721148242624 140203239615968 140203235397014 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18044] ppid=18038 vsize=10661056 memory=5793854886448572857 CPUtime=0 cores=1,3,5,7
/proc/18041/task/18044/stat : 18044 (java) S 18038 18041 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97148152 10916921344 7101 33554432000 4194304 4196468 140721148242624 140203172076560 140203235395285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18045] ppid=18038 vsize=10661056 memory=139635438679680 CPUtime=0 cores=1,3,5,7
/proc/18041/task/18045/stat : 18045 (java) S 18038 18041 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97148152 10916921344 7101 33554432000 4194304 4196468 140721148242624 140203171024016 140203235395285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18046] ppid=18038 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18041/task/18046/stat : 18046 (java) S 18038 18041 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97148152 10916921344 7101 33554432000 4194304 4196468 140721148242624 140203169970960 140203235395285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18047] ppid=18038 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18041/task/18047/stat : 18047 (java) S 18038 18041 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97148152 10916921344 7101 33554432000 4194304 4196468 140721148242624 140203168918416 140203235395285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18048] ppid=18038 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18041/task/18048/stat : 18048 (java) S 18038 18041 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97148154 10916921344 7101 33554432000 4194304 4196468 140721148242624 140202270980336 140203235396226 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18049] ppid=18038 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18041/task/18049/stat : 18049 (java) S 18038 18041 15776 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97148154 10916921344 7101 33554432000 4194304 4196468 140721148242624 140202269926560 140203235395285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18050] ppid=18038 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18041/task/18050/stat : 18050 (java) S 18038 18041 15776 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97148154 10916921344 7101 33554432000 4194304 4196468 140721148242624 140202268873456 140203235395285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18051] ppid=18038 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18041/task/18051/stat : 18051 (java) S 18038 18041 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97148157 10916921344 7101 33554432000 4194304 4196468 140721148242624 140202267822032 140203235403675 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18052] ppid=18038 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18041/task/18052/stat : 18052 (java) S 18038 18041 15776 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 97148157 10916921344 7101 33554432000 4194304 4196468 140721148242624 140202266770160 140203235396226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18053] ppid=18038 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18041/task/18053/stat : 18053 (java) S 18038 18041 15776 0 -1 1077944384 135 0 0 0 0 0 0 0 20 0 15 0 97148157 10916921344 7101 33554432000 4194304 4196468 140721148242624 140202265717616 140203235396226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18054] ppid=18038 vsize=10661056 memory=139635438679680 CPUtime=0.01 cores=1,3,5,7
/proc/18041/task/18054/stat : 18054 (java) R 18038 18041 15776 0 -1 4202560 318 0 0 0 1 0 0 0 20 0 15 0 97148157 10916921344 7101 33554432000 4194304 4196468 140721148242624 140202264664560 140203214019842 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18055] ppid=18038 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18041/task/18055/stat : 18055 (java) S 18038 18041 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97148157 10916921344 7101 33554432000 4194304 4196468 140721148242624 140202263612256 140203235395285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18056] ppid=18038 vsize=10661056 memory=139635438679680 CPUtime=0 cores=1,3,5,7
/proc/18041/task/18056/stat : 18056 (java) S 18038 18041 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97148157 10916921344 7101 33554432000 4194304 4196468 140721148242624 140202262559280 140203235396226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 28404 KiB

[startup+0.210867 s]*
/proc/loadavg: 3.78 2.21 1.66 4/219 18056
/proc/meminfo: memFree=17604396/32770624 swapFree=67108860/67108860
[pid=18041] ppid=18038 vsize=10661056 memory=39848 CPUtime=0.34 cores=1,3,5,7
/proc/18041/stat : 18041 (java) S 18038 18041 15776 0 -1 1077944320 7577 0 0 0 32 2 0 0 20 0 15 0 97148151 10916921344 9962 33554432000 4194304 4196468 140721148242624 140721148225168 140203235385079 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
/proc/18041/statm: 2665264 9962 2968 1 0 2627263 0
[pid=18041/tid=18043] ppid=18038 vsize=10661056 memory=6735269665583770266 CPUtime=0.2 cores=1,3,5,7
/proc/18041/task/18043/stat : 18043 (java) R 18038 18041 15776 0 -1 4202560 4632 0 0 0 19 1 0 0 20 0 15 0 97148151 10916921344 10028 33554432000 4194304 4196468 140721148242624 140203239616320 140203235407005 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18044] ppid=18038 vsize=10661056 memory=4211973361643470218 CPUtime=0 cores=1,3,5,7
/proc/18041/task/18044/stat : 18044 (java) S 18038 18041 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97148152 10916921344 10028 33554432000 4194304 4196468 140721148242624 140203172076560 140203235395285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18045] ppid=18038 vsize=10661056 memory=139635438679680 CPUtime=0 cores=1,3,5,7
/proc/18041/task/18045/stat : 18045 (java) S 18038 18041 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97148152 10916921344 10028 33554432000 4194304 4196468 140721148242624 140203171024016 140203235395285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18046] ppid=18038 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18041/task/18046/stat : 18046 (java) S 18038 18041 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97148152 10916921344 10028 33554432000 4194304 4196468 140721148242624 140203169970960 140203235395285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18047] ppid=18038 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18041/task/18047/stat : 18047 (java) S 18038 18041 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97148152 10916921344 10028 33554432000 4194304 4196468 140721148242624 140203168918416 140203235395285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18048] ppid=18038 vsize=10661056 memory=139635438679680 CPUtime=0 cores=1,3,5,7
/proc/18041/task/18048/stat : 18048 (java) S 18038 18041 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97148154 10916921344 10028 33554432000 4194304 4196468 140721148242624 140202270980336 140203235396226 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18049] ppid=18038 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18041/task/18049/stat : 18049 (java) S 18038 18041 15776 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97148154 10916921344 10028 33554432000 4194304 4196468 140721148242624 140202269926560 140203235395285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18050] ppid=18038 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18041/task/18050/stat : 18050 (java) S 18038 18041 15776 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97148154 10916921344 10028 33554432000 4194304 4196468 140721148242624 140202268873456 140203235395285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18051] ppid=18038 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18041/task/18051/stat : 18051 (java) S 18038 18041 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97148157 10916921344 10028 33554432000 4194304 4196468 140721148242624 140202267822032 140203235403675 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18052] ppid=18038 vsize=10661056 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/18041/task/18052/stat : 18052 (java) R 18038 18041 15776 0 -1 4202560 418 0 0 0 2 0 0 0 20 0 15 0 97148157 10916921344 10028 33554432000 4194304 4196468 140721148242624 140202266770160 140203227622206 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18053] ppid=18038 vsize=10661056 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/18041/task/18053/stat : 18053 (java) R 18038 18041 15776 0 -1 4202560 512 0 0 0 2 0 0 0 20 0 15 0 97148157 10916921344 10028 33554432000 4194304 4196468 140721148242624 140202265717616 140203216085376 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18054] ppid=18038 vsize=10661056 memory=139635438679680 CPUtime=0.08 cores=1,3,5,7
/proc/18041/task/18054/stat : 18054 (java) S 18038 18041 15776 0 -1 1077944384 708 0 0 0 8 0 0 0 20 0 15 0 97148157 10916921344 10028 33554432000 4194304 4196468 140721148242624 140202264664560 140203235396226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18055] ppid=18038 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18041/task/18055/stat : 18055 (java) S 18038 18041 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97148157 10916921344 10028 33554432000 4194304 4196468 140721148242624 140202263612256 140203235395285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18056] ppid=18038 vsize=10661056 memory=139635438679680 CPUtime=0 cores=1,3,5,7
/proc/18041/task/18056/stat : 18056 (java) S 18038 18041 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97148157 10916921344 10028 33554432000 4194304 4196468 140721148242624 140202262559280 140203235396226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 39848 KiB

[startup+0.310996 s]*
/proc/loadavg: 3.78 2.21 1.66 6/219 18056
/proc/meminfo: memFree=17595772/32770624 swapFree=67108860/67108860
[pid=18041] ppid=18038 vsize=10661132 memory=51112 CPUtime=0.6 cores=1,3,5,7
/proc/18041/stat : 18041 (java) S 18038 18041 15776 0 -1 1077944320 8276 0 0 0 58 2 0 0 20 0 15 0 97148151 10916999168 12778 33554432000 4194304 4196468 140721148242624 140721148225168 140203235385079 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
/proc/18041/statm: 2665283 12778 3057 1 0 2627263 0
[pid=18041/tid=18043] ppid=18038 vsize=10661132 memory=6735269665583770266 CPUtime=0.3 cores=1,3,5,7
/proc/18041/task/18043/stat : 18043 (java) R 18038 18041 15776 0 -1 4202560 4928 0 0 0 28 2 0 0 20 0 15 0 97148151 10916999168 12778 33554432000 4194304 4196468 140721148242624 140203239619656 140202850949512 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18044] ppid=18038 vsize=10661132 memory=4211973361643470218 CPUtime=0 cores=1,3,5,7
/proc/18041/task/18044/stat : 18044 (java) S 18038 18041 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97148152 10916999168 12778 33554432000 4194304 4196468 140721148242624 140203172076560 140203235395285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18045] ppid=18038 vsize=10661132 memory=279270731164032 CPUtime=0 cores=1,3,5,7
/proc/18041/task/18045/stat : 18045 (java) S 18038 18041 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97148152 10916999168 12778 33554432000 4194304 4196468 140721148242624 140203171024016 140203235395285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18046] ppid=18038 vsize=10661132 memory=279270584996352 CPUtime=0 cores=1,3,5,7
/proc/18041/task/18046/stat : 18046 (java) S 18038 18041 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97148152 10916999168 12778 33554432000 4194304 4196468 140721148242624 140203169970960 140203235395285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18047] ppid=18038 vsize=10661132 memory=139635292484367 CPUtime=0 cores=1,3,5,7
/proc/18041/task/18047/stat : 18047 (java) S 18038 18041 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97148152 10916999168 12778 33554432000 4194304 4196468 140721148242624 140203168918416 140203235395285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18048] ppid=18038 vsize=10661132 memory=279270731173248 CPUtime=0 cores=1,3,5,7
/proc/18041/task/18048/stat : 18048 (java) S 18038 18041 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97148154 10916999168 12778 33554432000 4194304 4196468 140721148242624 140202270980336 140203235396226 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18049] ppid=18038 vsize=10661132 memory=139635292488975 CPUtime=0 cores=1,3,5,7
/proc/18041/task/18049/stat : 18049 (java) S 18038 18041 15776 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97148154 10916999168 12778 33554432000 4194304 4196468 140721148242624 140202269926560 140203235395285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18050] ppid=18038 vsize=10661132 memory=139635292507088 CPUtime=0 cores=1,3,5,7
/proc/18041/task/18050/stat : 18050 (java) S 18038 18041 15776 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97148154 10916999168 12778 33554432000 4194304 4196468 140721148242624 140202268873456 140203235395285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18051] ppid=18038 vsize=10661132 memory=139635292511066 CPUtime=0 cores=1,3,5,7
/proc/18041/task/18051/stat : 18051 (java) S 18038 18041 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97148157 10916999168 12778 33554432000 4194304 4196468 140721148242624 140202267822032 140203235403675 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18052] ppid=18038 vsize=10661132 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/18041/task/18052/stat : 18052 (java) R 18038 18041 15776 0 -1 4202560 543 0 0 0 6 0 0 0 20 0 15 0 97148157 10916999168 12778 33554432000 4194304 4196468 140721148242624 140202266759952 140203216795229 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18053] ppid=18038 vsize=10661132 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/18041/task/18053/stat : 18053 (java) R 18038 18041 15776 0 -1 4202560 599 0 0 0 9 0 0 0 20 0 15 0 97148157 10916999168 12778 33554432000 4194304 4196468 140721148242624 140202265717616 140203220510851 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18054] ppid=18038 vsize=10661132 memory=139635438679680 CPUtime=0.14 cores=1,3,5,7
/proc/18041/task/18054/stat : 18054 (java) R 18038 18041 15776 0 -1 1077944384 840 0 0 0 14 0 0 0 20 0 15 0 97148157 10916999168 12778 33554432000 4194304 4196468 140721148242624 140202264664560 140203235396226 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18055] ppid=18038 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18041/task/18055/stat : 18055 (java) S 18038 18041 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97148157 10916999168 12778 33554432000 4194304 4196468 140721148242624 140202263612256 140203235395285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18056] ppid=18038 vsize=10661132 memory=139635438708084 CPUtime=0 cores=1,3,5,7
/proc/18041/task/18056/stat : 18056 (java) R 18038 18041 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97148157 10916999168 12778 33554432000 4194304 4196468 140721148242624 140202262559280 140203235396226 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
Current children cumulated CPU time: 0.6 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 51112 KiB

[startup+0.701396 s]
/proc/loadavg: 3.78 2.21 1.66 5/219 18056
/proc/meminfo: memFree=17525960/32770624 swapFree=67108860/67108860
[pid=18041] ppid=18038 vsize=10661132 memory=141868 CPUtime=1.86 cores=1,3,5,7
/proc/18041/stat : 18041 (java) S 18038 18041 15776 0 -1 1077944320 11544 0 0 0 182 4 0 0 20 0 15 0 97148151 10916999168 35467 33554432000 4194304 4196468 140721148242624 140721148225168 140203235385079 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
/proc/18041/statm: 2665283 35467 3129 1 0 2627263 0
[pid=18041/tid=18043] ppid=18038 vsize=10661132 memory=56 CPUtime=0.68 cores=1,3,5,7
/proc/18041/task/18043/stat : 18043 (java) R 18038 18041 15776 0 -1 4202560 5185 0 0 0 65 3 0 0 20 0 15 0 97148151 10916999168 35467 33554432000 4194304 4196468 140721148242624 140203239611488 140721148626882 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18044] ppid=18038 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18041/task/18044/stat : 18044 (java) S 18038 18041 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97148152 10916999168 35533 33554432000 4194304 4196468 140721148242624 140203172076560 140203235395285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18045] ppid=18038 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18041/task/18045/stat : 18045 (java) S 18038 18041 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97148152 10916999168 35533 33554432000 4194304 4196468 140721148242624 140203171024016 140203235395285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18046] ppid=18038 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18041/task/18046/stat : 18046 (java) S 18038 18041 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97148152 10916999168 35533 33554432000 4194304 4196468 140721148242624 140203169970960 140203235395285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18047] ppid=18038 vsize=10661132 memory=8320808402719684661 CPUtime=0 cores=1,3,5,7
/proc/18041/task/18047/stat : 18047 (java) S 18038 18041 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97148152 10916999168 35533 33554432000 4194304 4196468 140721148242624 140203168918416 140203235395285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18048] ppid=18038 vsize=10661132 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/18041/task/18048/stat : 18048 (java) S 18038 18041 15776 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 97148154 10916999168 35533 33554432000 4194304 4196468 140721148242624 140202270980336 140203235396226 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18049] ppid=18038 vsize=10661132 memory=796 CPUtime=0 cores=1,3,5,7
/proc/18041/task/18049/stat : 18049 (java) S 18038 18041 15776 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97148154 10916999168 35533 33554432000 4194304 4196468 140721148242624 140202269926560 140203235395285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18050] ppid=18038 vsize=10661132 memory=8452 CPUtime=0 cores=1,3,5,7
/proc/18041/task/18050/stat : 18050 (java) S 18038 18041 15776 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97148154 10916999168 35533 33554432000 4194304 4196468 140721148242624 140202268873456 140203235395285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18051] ppid=18038 vsize=10661132 memory=5776 CPUtime=0 cores=1,3,5,7
/proc/18041/task/18051/stat : 18051 (java) S 18038 18041 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97148157 10916999168 35533 33554432000 4194304 4196468 140721148242624 140202267822032 140203235403675 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18052] ppid=18038 vsize=10661132 memory=1200 CPUtime=0.44 cores=1,3,5,7
/proc/18041/task/18052/stat : 18052 (java) R 18038 18041 15776 0 -1 4202560 2094 0 0 0 44 0 0 0 20 0 15 0 97148157 10916999168 35533 33554432000 4194304 4196468 140721148242624 140202266750552 140203227674528 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18053] ppid=18038 vsize=10661132 memory=12136 CPUtime=0.45 cores=1,3,5,7
/proc/18041/task/18053/stat : 18053 (java) R 18038 18041 15776 0 -1 4202560 1690 0 0 0 45 0 0 0 20 0 15 0 97148157 10916999168 35533 33554432000 4194304 4196468 140721148242624 140202265703640 140203216906254 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18054] ppid=18038 vsize=10661132 memory=1008 CPUtime=0.26 cores=1,3,5,7
/proc/18041/task/18054/stat : 18054 (java) S 18038 18041 15776 0 -1 1077944384 1274 0 0 0 26 0 0 0 20 0 15 0 97148157 10916999168 35533 33554432000 4194304 4196468 140721148242624 140202264664560 140203235396226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18055] ppid=18038 vsize=10661132 memory=4620 CPUtime=0 cores=1,3,5,7
/proc/18041/task/18055/stat : 18055 (java) S 18038 18041 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97148157 10916999168 35533 33554432000 4194304 4196468 140721148242624 140202263612256 140203235395285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18056] ppid=18038 vsize=10661132 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/18041/task/18056/stat : 18056 (java) S 18038 18041 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97148157 10916999168 35533 33554432000 4194304 4196468 140721148242624 140202262559280 140203235396226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
Current children cumulated CPU time: 1.86 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 141868 KiB

[startup+1.50069 s]
/proc/loadavg: 3.78 2.21 1.66 4/219 18056
/proc/meminfo: memFree=17485448/32770624 swapFree=67108860/67108860
[pid=18041] ppid=18038 vsize=10661132 memory=172664 CPUtime=3.15 cores=1,3,5,7
/proc/18041/stat : 18041 (java) S 18038 18041 15776 0 -1 1077944320 14872 0 0 0 310 5 0 0 20 0 15 0 97148151 10916999168 43166 33554432000 4194304 4196468 140721148242624 140721148225168 140203235385079 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
/proc/18041/statm: 2665283 43166 3132 1 0 2627263 0
[pid=18041/tid=18043] ppid=18038 vsize=10661132 memory=0 CPUtime=1.48 cores=1,3,5,7
/proc/18041/task/18043/stat : 18043 (java) R 18038 18041 15776 0 -1 4202560 5321 0 0 0 144 4 0 0 20 0 15 0 97148151 10916999168 43166 33554432000 4194304 4196468 140721148242624 140203239625616 140721148626882 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18044] ppid=18038 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18041/task/18044/stat : 18044 (java) S 18038 18041 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97148152 10916999168 43166 33554432000 4194304 4196468 140721148242624 140203172076560 140203235395285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18045] ppid=18038 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18041/task/18045/stat : 18045 (java) S 18038 18041 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97148152 10916999168 43166 33554432000 4194304 4196468 140721148242624 140203171024016 140203235395285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18046] ppid=18038 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18041/task/18046/stat : 18046 (java) S 18038 18041 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97148152 10916999168 43166 33554432000 4194304 4196468 140721148242624 140203169970960 140203235395285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18047] ppid=18038 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18041/task/18047/stat : 18047 (java) S 18038 18041 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97148152 10916999168 43166 33554432000 4194304 4196468 140721148242624 140203168918416 140203235395285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18048] ppid=18038 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18041/task/18048/stat : 18048 (java) S 18038 18041 15776 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 97148154 10916999168 43166 33554432000 4194304 4196468 140721148242624 140202270980336 140203235396226 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0

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

/proc/18041/task/18043/stat : 18043 (java) R 18038 18041 15776 0 -1 4202560 11882 0 0 0 243397 627 0 0 20 0 15 0 97148151 10916999168 30493 33554432000 4194304 4196468 140721148242624 140203239623968 140721148626882 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18044] ppid=18038 vsize=10661132 memory=121972 CPUtime=0.66 cores=1,3,5,7
/proc/18041/task/18044/stat : 18044 (java) S 18038 18041 15776 0 -1 1077944384 1653 0 0 0 56 10 0 0 20 0 15 0 97148152 10916999168 30493 33554432000 4194304 4196468 140721148242624 140203172076560 140203235395285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18045] ppid=18038 vsize=10661132 memory=121972 CPUtime=0.64 cores=1,3,5,7
/proc/18041/task/18045/stat : 18045 (java) S 18038 18041 15776 0 -1 1077944384 2803 0 0 0 56 8 0 0 20 0 15 0 97148152 10916999168 30493 33554432000 4194304 4196468 140721148242624 140203171024016 140203235395285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18046] ppid=18038 vsize=10661132 memory=121948 CPUtime=0.66 cores=1,3,5,7
/proc/18041/task/18046/stat : 18046 (java) S 18038 18041 15776 0 -1 1077944384 2384 0 0 0 59 7 0 0 20 0 15 0 97148152 10916999168 30493 33554432000 4194304 4196468 140721148242624 140203169970960 140203235395285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18047] ppid=18038 vsize=10661132 memory=121948 CPUtime=0.64 cores=1,3,5,7
/proc/18041/task/18047/stat : 18047 (java) S 18038 18041 15776 0 -1 1077944384 2010 0 0 0 55 9 0 0 20 0 15 0 97148152 10916999168 30493 33554432000 4194304 4196468 140721148242624 140203168918416 140203235395285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18048] ppid=18038 vsize=10661132 memory=121948 CPUtime=0.93 cores=1,3,5,7
/proc/18041/task/18048/stat : 18048 (java) S 18038 18041 15776 0 -1 1077944384 4757 0 0 0 85 8 0 0 20 0 15 0 97148154 10916999168 30493 33554432000 4194304 4196468 140721148242624 140202270980336 140203235396226 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18049] ppid=18038 vsize=10661132 memory=121948 CPUtime=0 cores=1,3,5,7
/proc/18041/task/18049/stat : 18049 (java) S 18038 18041 15776 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 97148154 10916999168 30493 33554432000 4194304 4196468 140721148242624 140202269926560 140203235395285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18050] ppid=18038 vsize=10661132 memory=121948 CPUtime=0 cores=1,3,5,7
/proc/18041/task/18050/stat : 18050 (java) S 18038 18041 15776 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 97148154 10916999168 30493 33554432000 4194304 4196468 140721148242624 140202268873456 140203235395285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18051] ppid=18038 vsize=10661132 memory=121972 CPUtime=0 cores=1,3,5,7
/proc/18041/task/18051/stat : 18051 (java) S 18038 18041 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97148157 10916999168 30493 33554432000 4194304 4196468 140721148242624 140202267822032 140203235403675 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18052] ppid=18038 vsize=10661132 memory=121972 CPUtime=0.93 cores=1,3,5,7
/proc/18041/task/18052/stat : 18052 (java) S 18038 18041 15776 0 -1 1077944384 6637 0 0 0 93 0 0 0 20 0 15 0 97148157 10916999168 30493 33554432000 4194304 4196468 140721148242624 140202266770160 140203235396226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18053] ppid=18038 vsize=10661132 memory=121948 CPUtime=0.77 cores=1,3,5,7
/proc/18041/task/18053/stat : 18053 (java) S 18038 18041 15776 0 -1 1077944384 6558 0 0 0 77 0 0 0 20 0 15 0 97148157 10916999168 30493 33554432000 4194304 4196468 140721148242624 140202265717616 140203235396226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18054] ppid=18038 vsize=10661132 memory=121972 CPUtime=0.32 cores=1,3,5,7
/proc/18041/task/18054/stat : 18054 (java) S 18038 18041 15776 0 -1 1077944384 3162 0 0 0 32 0 0 0 20 0 15 0 97148157 10916999168 30493 33554432000 4194304 4196468 140721148242624 140202264664560 140203235396226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18055] ppid=18038 vsize=10661132 memory=121972 CPUtime=0 cores=1,3,5,7
/proc/18041/task/18055/stat : 18055 (java) S 18038 18041 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97148157 10916999168 30493 33554432000 4194304 4196468 140721148242624 140202263612256 140203235395285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18056] ppid=18038 vsize=10661132 memory=121972 CPUtime=0.5 cores=1,3,5,7
/proc/18041/task/18056/stat : 18056 (java) S 18038 18041 15776 0 -1 1077944384 929 0 0 0 23 27 0 0 20 0 15 0 97148157 10916999168 30493 33554432000 4194304 4196468 140721148242624 140202262559280 140203235396226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
Current children cumulated CPU time: 2446.41 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 121972 KiB

[startup+2502.3 s]
/proc/loadavg: 2.54 1.92 1.77 6/218 18238
/proc/meminfo: memFree=14764652/32770624 swapFree=67108860/67108860
[pid=18041] ppid=18038 vsize=10661132 memory=121992 CPUtime=2506.45 cores=1,3,5,7
/proc/18041/stat : 18041 (java) S 18038 18041 15776 0 -1 1077944320 44698 0 0 0 249946 699 0 0 20 0 15 0 97148151 10916999168 30498 33554432000 4194304 4196468 140721148242624 140721148225168 140203235385079 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
/proc/18041/statm: 2665283 30498 3163 1 0 2627263 0
[pid=18041/tid=18043] ppid=18038 vsize=10661132 memory=6791534058613427641 CPUtime=2500.19 cores=1,3,5,7
/proc/18041/task/18043/stat : 18043 (java) R 18038 18041 15776 0 -1 4202560 11980 0 0 0 249375 644 0 0 20 0 15 0 97148151 10916999168 30498 33554432000 4194304 4196468 140721148242624 140203239625392 140721148626882 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18044] ppid=18038 vsize=10661132 memory=121992 CPUtime=0.67 cores=1,3,5,7
/proc/18041/task/18044/stat : 18044 (java) S 18038 18041 15776 0 -1 1077944384 1662 0 0 0 57 10 0 0 20 0 15 0 97148152 10916999168 30498 33554432000 4194304 4196468 140721148242624 140203172076560 140203235395285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18045] ppid=18038 vsize=10661132 memory=121992 CPUtime=0.67 cores=1,3,5,7
/proc/18041/task/18045/stat : 18045 (java) S 18038 18041 15776 0 -1 1077944384 3031 0 0 0 58 9 0 0 20 0 15 0 97148152 10916999168 30498 33554432000 4194304 4196468 140721148242624 140203171024016 140203235395285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18046] ppid=18038 vsize=10661132 memory=121992 CPUtime=0.68 cores=1,3,5,7
/proc/18041/task/18046/stat : 18046 (java) S 18038 18041 15776 0 -1 1077944384 2404 0 0 0 60 8 0 0 20 0 15 0 97148152 10916999168 30498 33554432000 4194304 4196468 140721148242624 140203169970960 140203235395285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18047] ppid=18038 vsize=10661132 memory=121992 CPUtime=0.66 cores=1,3,5,7
/proc/18041/task/18047/stat : 18047 (java) S 18038 18041 15776 0 -1 1077944384 2013 0 0 0 56 10 0 0 20 0 15 0 97148152 10916999168 30498 33554432000 4194304 4196468 140721148242624 140203168918416 140203235395285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18048] ppid=18038 vsize=10661132 memory=121992 CPUtime=0.95 cores=1,3,5,7
/proc/18041/task/18048/stat : 18048 (java) S 18038 18041 15776 0 -1 1077944384 4903 0 0 0 87 8 0 0 20 0 15 0 97148154 10916999168 30498 33554432000 4194304 4196468 140721148242624 140202270980336 140203235396226 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18049] ppid=18038 vsize=10661132 memory=121992 CPUtime=0 cores=1,3,5,7
/proc/18041/task/18049/stat : 18049 (java) S 18038 18041 15776 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 97148154 10916999168 30498 33554432000 4194304 4196468 140721148242624 140202269926560 140203235395285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18050] ppid=18038 vsize=10661132 memory=121992 CPUtime=0 cores=1,3,5,7
/proc/18041/task/18050/stat : 18050 (java) S 18038 18041 15776 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 97148154 10916999168 30498 33554432000 4194304 4196468 140721148242624 140202268873456 140203235395285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18051] ppid=18038 vsize=10661132 memory=121992 CPUtime=0 cores=1,3,5,7
/proc/18041/task/18051/stat : 18051 (java) S 18038 18041 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97148157 10916999168 30498 33554432000 4194304 4196468 140721148242624 140202267822032 140203235403675 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18052] ppid=18038 vsize=10661132 memory=121992 CPUtime=0.93 cores=1,3,5,7
/proc/18041/task/18052/stat : 18052 (java) S 18038 18041 15776 0 -1 1077944384 6640 0 0 0 93 0 0 0 20 0 15 0 97148157 10916999168 30498 33554432000 4194304 4196468 140721148242624 140202266770160 140203235396226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18053] ppid=18038 vsize=10661132 memory=1584 CPUtime=0.77 cores=1,3,5,7
/proc/18041/task/18053/stat : 18053 (java) S 18038 18041 15776 0 -1 1077944384 6560 0 0 0 77 0 0 0 20 0 15 0 97148157 10916999168 30498 33554432000 4194304 4196468 140721148242624 140202265717616 140203235396226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18054] ppid=18038 vsize=10661132 memory=121992 CPUtime=0.32 cores=1,3,5,7
/proc/18041/task/18054/stat : 18054 (java) S 18038 18041 15776 0 -1 1077944384 3164 0 0 0 32 0 0 0 20 0 15 0 97148157 10916999168 30498 33554432000 4194304 4196468 140721148242624 140202264664560 140203235396226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18055] ppid=18038 vsize=10661132 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/18041/task/18055/stat : 18055 (java) S 18038 18041 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97148157 10916999168 30498 33554432000 4194304 4196468 140721148242624 140202263612256 140203235395285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18056] ppid=18038 vsize=10661132 memory=648 CPUtime=0.51 cores=1,3,5,7
/proc/18041/task/18056/stat : 18056 (java) S 18038 18041 15776 0 -1 1077944384 935 0 0 0 23 28 0 0 20 0 15 0 97148157 10916999168 30498 33554432000 4194304 4196468 140721148242624 140202262559280 140203235396226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
Current children cumulated CPU time: 2506.45 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 121992 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2515.9 s]
/proc/loadavg: 2.78 2.01 1.80 3/218 18314
/proc/meminfo: memFree=21788044/32770624 swapFree=67108860/67108860
[pid=18041] ppid=18038 vsize=10661132 memory=121992 CPUtime=2520.06 cores=1,3,5,7
/proc/18041/stat : 18041 (java) S 18038 18041 15776 0 -1 1077944320 44718 0 0 0 251299 707 0 0 20 0 15 0 97148151 10916999168 30498 33554432000 4194304 4196468 140721148242624 140721148225168 140203235385079 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
/proc/18041/statm: 2665283 30498 3163 1 0 2627263 0
[pid=18041/tid=18043] ppid=18038 vsize=10661132 memory=121992 CPUtime=2513.78 cores=1,3,5,7
/proc/18041/task/18043/stat : 18043 (java) R 18038 18041 15776 0 -1 4202560 11989 0 0 0 250726 652 0 0 20 0 15 0 97148151 10916999168 30498 33554432000 4194304 4196468 140721148242624 140203239625392 140721148626882 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18044] ppid=18038 vsize=10661132 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/18041/task/18044/stat : 18044 (java) S 18038 18041 15776 0 -1 1077944384 1662 0 0 0 58 10 0 0 20 0 15 0 97148152 10916999168 30498 33554432000 4194304 4196468 140721148242624 140203172076560 140203235395285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18045] ppid=18038 vsize=10661132 memory=121992 CPUtime=0.67 cores=1,3,5,7
/proc/18041/task/18045/stat : 18045 (java) S 18038 18041 15776 0 -1 1077944384 3032 0 0 0 58 9 0 0 20 0 15 0 97148152 10916999168 30498 33554432000 4194304 4196468 140721148242624 140203171024016 140203235395285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18046] ppid=18038 vsize=10661132 memory=121992 CPUtime=0.69 cores=1,3,5,7
/proc/18041/task/18046/stat : 18046 (java) S 18038 18041 15776 0 -1 1077944384 2406 0 0 0 61 8 0 0 20 0 15 0 97148152 10916999168 30498 33554432000 4194304 4196468 140721148242624 140203169970960 140203235395285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18047] ppid=18038 vsize=10661132 memory=121992 CPUtime=0.67 cores=1,3,5,7
/proc/18041/task/18047/stat : 18047 (java) S 18038 18041 15776 0 -1 1077944384 2013 0 0 0 57 10 0 0 20 0 15 0 97148152 10916999168 30498 33554432000 4194304 4196468 140721148242624 140203168918416 140203235395285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18048] ppid=18038 vsize=10661132 memory=121992 CPUtime=0.96 cores=1,3,5,7
/proc/18041/task/18048/stat : 18048 (java) S 18038 18041 15776 0 -1 1077944384 4908 0 0 0 88 8 0 0 20 0 15 0 97148154 10916999168 30498 33554432000 4194304 4196468 140721148242624 140202270980336 140203235396226 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18049] ppid=18038 vsize=10661132 memory=121992 CPUtime=0 cores=1,3,5,7
/proc/18041/task/18049/stat : 18049 (java) S 18038 18041 15776 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 97148154 10916999168 30498 33554432000 4194304 4196468 140721148242624 140202269926560 140203235395285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18050] ppid=18038 vsize=10661132 memory=121992 CPUtime=0 cores=1,3,5,7
/proc/18041/task/18050/stat : 18050 (java) S 18038 18041 15776 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 97148154 10916999168 30498 33554432000 4194304 4196468 140721148242624 140202268873456 140203235395285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18051] ppid=18038 vsize=10661132 memory=-1189914978686163229 CPUtime=0 cores=1,3,5,7
/proc/18041/task/18051/stat : 18051 (java) S 18038 18041 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97148157 10916999168 30498 33554432000 4194304 4196468 140721148242624 140202267822032 140203235403675 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18052] ppid=18038 vsize=10661132 memory=121992 CPUtime=0.93 cores=1,3,5,7
/proc/18041/task/18052/stat : 18052 (java) S 18038 18041 15776 0 -1 1077944384 6640 0 0 0 93 0 0 0 20 0 15 0 97148157 10916999168 30498 33554432000 4194304 4196468 140721148242624 140202266770160 140203235396226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18053] ppid=18038 vsize=10661132 memory=121992 CPUtime=0.77 cores=1,3,5,7
/proc/18041/task/18053/stat : 18053 (java) S 18038 18041 15776 0 -1 1077944384 6560 0 0 0 77 0 0 0 20 0 15 0 97148157 10916999168 30498 33554432000 4194304 4196468 140721148242624 140202265717616 140203235396226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18054] ppid=18038 vsize=10661132 memory=121992 CPUtime=0.32 cores=1,3,5,7
/proc/18041/task/18054/stat : 18054 (java) S 18038 18041 15776 0 -1 1077944384 3164 0 0 0 32 0 0 0 20 0 15 0 97148157 10916999168 30498 33554432000 4194304 4196468 140721148242624 140202264664560 140203235396226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18055] ppid=18038 vsize=10661132 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/18041/task/18055/stat : 18055 (java) S 18038 18041 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97148157 10916999168 30498 33554432000 4194304 4196468 140721148242624 140202263612256 140203235395285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18056] ppid=18038 vsize=10661132 memory=648 CPUtime=0.52 cores=1,3,5,7
/proc/18041/task/18056/stat : 18056 (java) S 18038 18041 15776 0 -1 1077944384 938 0 0 0 24 28 0 0 20 0 15 0 97148157 10916999168 30498 33554432000 4194304 4196468 140721148242624 140202262559280 140203235396226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 121992 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2515.92 s]
# the end of solver process 18041 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2513.01 s, system=7.08034 s

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

[startup+2515.9 s]
/proc/loadavg: 2.78 2.01 1.80 3/218 18314
/proc/meminfo: memFree=21788044/32770624 swapFree=67108860/67108860
[pid=18041] ppid=18038 vsize=10661132 memory=121992 CPUtime=2520.06 cores=1,3,5,7
/proc/18041/stat : 18041 (java) S 18038 18041 15776 0 -1 1077944320 44718 0 0 0 251299 707 0 0 20 0 15 0 97148151 10916999168 30498 33554432000 4194304 4196468 140721148242624 140721148225168 140203235385079 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
/proc/18041/statm: 2665283 30498 3163 1 0 2627263 0
[pid=18041/tid=18043] ppid=18038 vsize=10661132 memory=121992 CPUtime=2513.78 cores=1,3,5,7
/proc/18041/task/18043/stat : 18043 (java) R 18038 18041 15776 0 -1 4202560 11989 0 0 0 250726 652 0 0 20 0 15 0 97148151 10916999168 30498 33554432000 4194304 4196468 140721148242624 140203239625392 140721148626882 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18044] ppid=18038 vsize=10661132 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/18041/task/18044/stat : 18044 (java) S 18038 18041 15776 0 -1 1077944384 1662 0 0 0 58 10 0 0 20 0 15 0 97148152 10916999168 30498 33554432000 4194304 4196468 140721148242624 140203172076560 140203235395285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18045] ppid=18038 vsize=10661132 memory=121992 CPUtime=0.67 cores=1,3,5,7
/proc/18041/task/18045/stat : 18045 (java) S 18038 18041 15776 0 -1 1077944384 3032 0 0 0 58 9 0 0 20 0 15 0 97148152 10916999168 30498 33554432000 4194304 4196468 140721148242624 140203171024016 140203235395285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18046] ppid=18038 vsize=10661132 memory=121992 CPUtime=0.69 cores=1,3,5,7
/proc/18041/task/18046/stat : 18046 (java) S 18038 18041 15776 0 -1 1077944384 2406 0 0 0 61 8 0 0 20 0 15 0 97148152 10916999168 30498 33554432000 4194304 4196468 140721148242624 140203169970960 140203235395285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18047] ppid=18038 vsize=10661132 memory=121992 CPUtime=0.67 cores=1,3,5,7
/proc/18041/task/18047/stat : 18047 (java) S 18038 18041 15776 0 -1 1077944384 2013 0 0 0 57 10 0 0 20 0 15 0 97148152 10916999168 30498 33554432000 4194304 4196468 140721148242624 140203168918416 140203235395285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18048] ppid=18038 vsize=10661132 memory=121992 CPUtime=0.96 cores=1,3,5,7
/proc/18041/task/18048/stat : 18048 (java) S 18038 18041 15776 0 -1 1077944384 4908 0 0 0 88 8 0 0 20 0 15 0 97148154 10916999168 30498 33554432000 4194304 4196468 140721148242624 140202270980336 140203235396226 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18049] ppid=18038 vsize=10661132 memory=121992 CPUtime=0 cores=1,3,5,7
/proc/18041/task/18049/stat : 18049 (java) S 18038 18041 15776 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 97148154 10916999168 30498 33554432000 4194304 4196468 140721148242624 140202269926560 140203235395285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18050] ppid=18038 vsize=10661132 memory=121992 CPUtime=0 cores=1,3,5,7
/proc/18041/task/18050/stat : 18050 (java) S 18038 18041 15776 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 97148154 10916999168 30498 33554432000 4194304 4196468 140721148242624 140202268873456 140203235395285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18051] ppid=18038 vsize=10661132 memory=-1189914978686163229 CPUtime=0 cores=1,3,5,7
/proc/18041/task/18051/stat : 18051 (java) S 18038 18041 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97148157 10916999168 30498 33554432000 4194304 4196468 140721148242624 140202267822032 140203235403675 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18052] ppid=18038 vsize=10661132 memory=121992 CPUtime=0.93 cores=1,3,5,7
/proc/18041/task/18052/stat : 18052 (java) S 18038 18041 15776 0 -1 1077944384 6640 0 0 0 93 0 0 0 20 0 15 0 97148157 10916999168 30498 33554432000 4194304 4196468 140721148242624 140202266770160 140203235396226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18053] ppid=18038 vsize=10661132 memory=121992 CPUtime=0.77 cores=1,3,5,7
/proc/18041/task/18053/stat : 18053 (java) S 18038 18041 15776 0 -1 1077944384 6560 0 0 0 77 0 0 0 20 0 15 0 97148157 10916999168 30498 33554432000 4194304 4196468 140721148242624 140202265717616 140203235396226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18054] ppid=18038 vsize=10661132 memory=121992 CPUtime=0.32 cores=1,3,5,7
/proc/18041/task/18054/stat : 18054 (java) S 18038 18041 15776 0 -1 1077944384 3164 0 0 0 32 0 0 0 20 0 15 0 97148157 10916999168 30498 33554432000 4194304 4196468 140721148242624 140202264664560 140203235396226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18055] ppid=18038 vsize=10661132 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/18041/task/18055/stat : 18055 (java) S 18038 18041 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97148157 10916999168 30498 33554432000 4194304 4196468 140721148242624 140202263612256 140203235395285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
[pid=18041/tid=18056] ppid=18038 vsize=10661132 memory=648 CPUtime=0.52 cores=1,3,5,7
/proc/18041/task/18056/stat : 18056 (java) S 18038 18041 15776 0 -1 1077944384 938 0 0 0 24 28 0 0 20 0 15 0 97148157 10916999168 30498 33554432000 4194304 4196468 140721148242624 140202262559280 140203235396226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 24924160 140721148245148 140721148245257 140721148245257 140721148248015 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 121992 KiB

Child status: 143
Real time (s): 2515.92
CPU time (s): 2520.09
CPU user time (s): 2513.01
CPU system time (s): 7.08034
CPU usage (%): 100.165
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 198884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2513.01
system time used= 7.08034
maximum resident set size= 203508
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45393
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 81105
involuntary context switches= 4160


# summary of solver processes directly reported to runsolver:
#   pid: 18041
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2513.01
#   total CPU system time (s): 7.08034

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.3772 second user time and 22.3672 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-28 18:37:30
IDJOB=4298986
IDBENCH=141279
IDSOLVER=2765
FILE ID=node132/4298986-1532795850
RUNJOBID= node132-1532775768-15808
PBS_JOBID= 21022466
Free space on /tmp= 51908 MiB

SOLVER NAME= slowpoke 2018-04-29
BENCH NAME= XCSP18/Fapp/Fapp-ext/Fapp-ext-ex1_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298986-1532795850/watcher-4298986-1532795850 -o /tmp/evaluation-result-4298986-1532795850/solver-4298986-1532795850 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532775768-15808 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4298986-1532795850.xml --timelimit 2520

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

MD5SUM BENCH= d2c9b3725c99b98fa2cea517d31ec9e5
RANDOM SEED=173867815

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        17633036 kB
MemAvailable:   26016996 kB
Buffers:          207240 kB
Cached:          8379184 kB
SwapCached:            0 kB
Active:          8639604 kB
Inactive:        5905268 kB
Active(anon):    5908168 kB
Inactive(anon):    77832 kB
Active(file):    2731436 kB
Inactive(file):  5827436 kB
Unevictable:        6992 kB
Mlocked:            6992 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1672 kB
Writeback:             0 kB
AnonPages:       5964492 kB
Mapped:            55088 kB
Shmem:             25248 kB
Slab:             281728 kB
SReclaimable:     253548 kB
SUnreclaim:        28180 kB
KernelStack:        3632 kB
PageTables:        16944 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7333488 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5494784 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 51684 MiB
End job on node132 at 2018-07-28 19:19:26