Trace number 4300080

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)755 2520.11 2511.92

General information on the benchmark

NameKnapsack/
Knapsack-40-150-00_c18.xml
MD5SUMc033178a1c92732c6616d8bd8ee8c714
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark932
Best CPU time to get the best result obtained on this benchmark26.8477
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":40}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":40}]
Minimum constraint arity40
Maximum constraint arity40
Distribution of constraint arities[{"arity":40,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.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
0.32/0.26	I had a sum
0.32/0.29	o 0
0.32/0.29	o 63
0.32/0.30	o 76
0.32/0.30	o 113
0.32/0.30	o 188
0.32/0.30	o 280
0.32/0.30	o 379
0.32/0.30	o 410
0.32/0.30	o 415
0.32/0.30	o 478
0.32/0.30	o 576
0.32/0.31	o 620
0.32/0.31	o 621
0.32/0.31	o 652
0.32/0.31	o 660
0.32/0.31	o 670
0.32/0.31	o 683
0.32/0.31	o 715
0.57/0.32	o 754
0.57/0.38	o 755
2520.09/2511.90	s SATISFIABLE
2520.09/2511.90	v <instantiation>
2520.09/2511.90	v 	<list>
2520.09/2511.90	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] 
2520.09/2511.90	v 	</list>
2520.09/2511.90	v 	<values>
2520.09/2511.90	v 		0 0 0 0 1 1 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 0 0 1 1 1 0 0 
2520.09/2511.90	v 	</values>
2520.09/2511.90	v </instantiation>

Verifier Data

OK	755

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4300080-1532842140/watcher-4300080-1532842140 -o /tmp/evaluation-result-4300080-1532842140/solver-4300080-1532842140 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532809628-10650 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4300080-1532842140.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=14733, runsolver pid=14730

[startup+0.100154 s]*
/proc/loadavg: 1.50 1.41 1.41 4/219 14748
/proc/meminfo: memFree=27076020/32770624 swapFree=67108860/67108860
[pid=14733] ppid=14730 vsize=10661056 memory=27944 CPUtime=0.12 cores=1,3,5,7
/proc/14733/stat : 14733 (java) S 14730 14733 10618 0 -1 1077944320 5317 0 0 0 11 1 0 0 20 0 15 0 101777160 10916921344 6986 33554432000 4194304 4196468 140736384375440 140736384357984 140707211038455 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
/proc/14733/statm: 2665264 6986 2850 1 0 2627263 0
[pid=14733/tid=14735] ppid=14730 vsize=10661056 memory=-8269626465541329274 CPUtime=0.09 cores=1,3,5,7
/proc/14733/task/14735/stat : 14735 (java) R 14730 14733 10618 0 -1 4202560 3197 0 0 0 8 1 0 0 20 0 15 0 101777160 10916921344 6986 33554432000 4194304 4196468 140736384375440 140707215266448 140707195082085 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14736] ppid=14730 vsize=10661056 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/14733/task/14736/stat : 14736 (java) S 14730 14733 10618 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101777161 10916921344 6986 33554432000 4194304 4196468 140736384375440 140707163658768 140707211048661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14737] ppid=14730 vsize=10661056 memory=140187513218688 CPUtime=0 cores=1,3,5,7
/proc/14733/task/14737/stat : 14737 (java) S 14730 14733 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101777161 10916921344 6986 33554432000 4194304 4196468 140736384375440 140707162606224 140707211048661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14738] ppid=14730 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14733/task/14738/stat : 14738 (java) S 14730 14733 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101777161 10916921344 6986 33554432000 4194304 4196468 140736384375440 140707161553168 140707211048661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14739] ppid=14730 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14733/task/14739/stat : 14739 (java) S 14730 14733 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101777161 10916921344 6986 33554432000 4194304 4196468 140736384375440 140707160500624 140707211048661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14740] ppid=14730 vsize=10661056 memory=140187513218688 CPUtime=0 cores=1,3,5,7
/proc/14733/task/14740/stat : 14740 (java) S 14730 14733 10618 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101777163 10916921344 6986 33554432000 4194304 4196468 140736384375440 140706786704112 140707211049602 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14741] ppid=14730 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14733/task/14741/stat : 14741 (java) S 14730 14733 10618 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101777163 10916921344 6986 33554432000 4194304 4196468 140736384375440 140706785650336 140707211048661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14742] ppid=14730 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14733/task/14742/stat : 14742 (java) S 14730 14733 10618 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101777163 10916921344 6986 33554432000 4194304 4196468 140736384375440 140706784597232 140707211048661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14743] ppid=14730 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14733/task/14743/stat : 14743 (java) S 14730 14733 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101777166 10916921344 6986 33554432000 4194304 4196468 140736384375440 140706783545808 140707211057051 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14744] ppid=14730 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14733/task/14744/stat : 14744 (java) S 14730 14733 10618 0 -1 1077944384 422 0 0 0 0 0 0 0 20 0 15 0 101777166 10916921344 6986 33554432000 4194304 4196468 140736384375440 140706782492912 140707211049602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14745] ppid=14730 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14733/task/14745/stat : 14745 (java) S 14730 14733 10618 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 101777166 10916921344 6986 33554432000 4194304 4196468 140736384375440 140706781440368 140707211049602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14746] ppid=14730 vsize=10661056 memory=140187513218688 CPUtime=0.02 cores=1,3,5,7
/proc/14733/task/14746/stat : 14746 (java) R 14730 14733 10618 0 -1 4202560 330 0 0 0 2 0 0 0 20 0 15 0 101777166 10916921344 6986 33554432000 4194304 4196468 140736384375440 140706780384984 140707211050390 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14747] ppid=14730 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14733/task/14747/stat : 14747 (java) S 14730 14733 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101777166 10916921344 6986 33554432000 4194304 4196468 140736384375440 140706779335008 140707211048661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14748] ppid=14730 vsize=10661056 memory=140187513218688 CPUtime=0 cores=1,3,5,7
/proc/14733/task/14748/stat : 14748 (java) S 14730 14733 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101777166 10916921344 6986 33554432000 4194304 4196468 140736384375440 140706778283056 140707211049602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27944 KiB

[startup+0.210827 s]*
/proc/loadavg: 1.50 1.41 1.41 3/219 14748
/proc/meminfo: memFree=27064124/32770624 swapFree=67108860/67108860
[pid=14733] ppid=14730 vsize=10661132 memory=40180 CPUtime=0.32 cores=1,3,5,7
/proc/14733/stat : 14733 (java) S 14730 14733 10618 0 -1 1077944320 8153 0 0 0 30 2 0 0 20 0 15 0 101777160 10916999168 10045 33554432000 4194304 4196468 140736384375440 140736384357984 140707211038455 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
/proc/14733/statm: 2665283 10045 2939 1 0 2627263 0
[pid=14733/tid=14735] ppid=14730 vsize=10661132 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/14733/task/14735/stat : 14735 (java) R 14730 14733 10618 0 -1 4202560 5259 0 0 0 18 1 0 0 20 0 15 0 101777160 10916999168 10045 33554432000 4194304 4196468 140736384375440 140707215270768 140707195118942 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14736] ppid=14730 vsize=10661132 memory=365 CPUtime=0 cores=1,3,5,7
/proc/14733/task/14736/stat : 14736 (java) S 14730 14733 10618 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101777161 10916999168 10045 33554432000 4194304 4196468 140736384375440 140707163658768 140707211048661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14737] ppid=14730 vsize=10661132 memory=4123530004786144928 CPUtime=0 cores=1,3,5,7
/proc/14733/task/14737/stat : 14737 (java) S 14730 14733 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101777161 10916999168 10045 33554432000 4194304 4196468 140736384375440 140707162606224 140707211048661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14738] ppid=14730 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14733/task/14738/stat : 14738 (java) S 14730 14733 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101777161 10916999168 10045 33554432000 4194304 4196468 140736384375440 140707161553168 140707211048661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14739] ppid=14730 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14733/task/14739/stat : 14739 (java) S 14730 14733 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101777161 10916999168 10045 33554432000 4194304 4196468 140736384375440 140707160500624 140707211048661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14740] ppid=14730 vsize=10661132 memory=140187513218688 CPUtime=0 cores=1,3,5,7
/proc/14733/task/14740/stat : 14740 (java) S 14730 14733 10618 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101777163 10916999168 10045 33554432000 4194304 4196468 140736384375440 140706786704112 140707211049602 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14741] ppid=14730 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14733/task/14741/stat : 14741 (java) S 14730 14733 10618 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101777163 10916999168 10045 33554432000 4194304 4196468 140736384375440 140706785650336 140707211048661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14742] ppid=14730 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14733/task/14742/stat : 14742 (java) S 14730 14733 10618 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101777163 10916999168 10045 33554432000 4194304 4196468 140736384375440 140706784597232 140707211048661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14743] ppid=14730 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14733/task/14743/stat : 14743 (java) S 14730 14733 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101777166 10916999168 10045 33554432000 4194304 4196468 140736384375440 140706783545808 140707211057051 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14744] ppid=14730 vsize=10661132 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/14733/task/14744/stat : 14744 (java) S 14730 14733 10618 0 -1 1077944384 449 0 0 0 1 0 0 0 20 0 15 0 101777166 10916999168 10045 33554432000 4194304 4196468 140736384375440 140706782492912 140707211049602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14745] ppid=14730 vsize=10661132 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/14733/task/14745/stat : 14745 (java) S 14730 14733 10618 0 -1 1077944384 327 0 0 0 2 0 0 0 20 0 15 0 101777166 10916999168 10045 33554432000 4194304 4196468 140736384375440 140706781440368 140707211049602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14746] ppid=14730 vsize=10661132 memory=140187513218688 CPUtime=0.07 cores=1,3,5,7
/proc/14733/task/14746/stat : 14746 (java) S 14730 14733 10618 0 -1 1077944384 755 0 0 0 7 0 0 0 20 0 15 0 101777166 10916999168 10045 33554432000 4194304 4196468 140736384375440 140706780387312 140707211049602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14747] ppid=14730 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14733/task/14747/stat : 14747 (java) S 14730 14733 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101777166 10916999168 10045 33554432000 4194304 4196468 140736384375440 140706779335008 140707211048661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14748] ppid=14730 vsize=10661132 memory=140187513218688 CPUtime=0 cores=1,3,5,7
/proc/14733/task/14748/stat : 14748 (java) S 14730 14733 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101777166 10916999168 10045 33554432000 4194304 4196468 140736384375440 140706778283056 140707211049602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 40180 KiB

[startup+0.316312 s]*
/proc/loadavg: 1.50 1.41 1.41 5/219 14748
/proc/meminfo: memFree=27059356/32770624 swapFree=67108860/67108860
[pid=14733] ppid=14730 vsize=10661132 memory=44940 CPUtime=0.57 cores=1,3,5,7
/proc/14733/stat : 14733 (java) S 14730 14733 10618 0 -1 1077944320 8991 0 0 0 54 3 0 0 20 0 15 0 101777160 10916999168 11235 33554432000 4194304 4196468 140736384375440 140736384357984 140707211038455 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
/proc/14733/statm: 2665283 11235 3049 1 0 2627263 0
[pid=14733/tid=14735] ppid=14730 vsize=10661132 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/14733/task/14735/stat : 14735 (java) R 14730 14733 10618 0 -1 4202560 5719 0 0 0 28 2 0 0 20 0 15 0 101777160 10916999168 11235 33554432000 4194304 4196468 140736384375440 140707215264864 140736384468930 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14736] ppid=14730 vsize=10661132 memory=304556161963917335 CPUtime=0 cores=1,3,5,7
/proc/14733/task/14736/stat : 14736 (java) S 14730 14733 10618 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101777161 10916999168 11235 33554432000 4194304 4196468 140736384375440 140707163658768 140707211048661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14737] ppid=14730 vsize=10661132 memory=3473041333607818912 CPUtime=0 cores=1,3,5,7
/proc/14733/task/14737/stat : 14737 (java) S 14730 14733 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101777161 10916999168 11235 33554432000 4194304 4196468 140736384375440 140707162606224 140707211048661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14738] ppid=14730 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14733/task/14738/stat : 14738 (java) S 14730 14733 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101777161 10916999168 11235 33554432000 4194304 4196468 140736384375440 140707161553168 140707211048661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14739] ppid=14730 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14733/task/14739/stat : 14739 (java) S 14730 14733 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101777161 10916999168 11235 33554432000 4194304 4196468 140736384375440 140707160500624 140707211048661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14740] ppid=14730 vsize=10661132 memory=140187513218688 CPUtime=0 cores=1,3,5,7
/proc/14733/task/14740/stat : 14740 (java) S 14730 14733 10618 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101777163 10916999168 11235 33554432000 4194304 4196468 140736384375440 140706786704112 140707211049602 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14741] ppid=14730 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14733/task/14741/stat : 14741 (java) S 14730 14733 10618 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101777163 10916999168 11235 33554432000 4194304 4196468 140736384375440 140706785650336 140707211048661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14742] ppid=14730 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14733/task/14742/stat : 14742 (java) S 14730 14733 10618 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101777163 10916999168 11235 33554432000 4194304 4196468 140736384375440 140706784597232 140707211048661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14743] ppid=14730 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14733/task/14743/stat : 14743 (java) S 14730 14733 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101777166 10916999168 11235 33554432000 4194304 4196468 140736384375440 140706783545808 140707211057051 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14744] ppid=14730 vsize=10661132 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/14733/task/14744/stat : 14744 (java) R 14730 14733 10618 0 -1 4202560 653 0 0 0 6 0 0 0 20 0 15 0 101777166 10916999168 11235 33554432000 4194304 4196468 140736384375440 140706782479456 140707195967925 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14745] ppid=14730 vsize=10661132 memory=-1 CPUtime=0.06 cores=1,3,5,7
/proc/14733/task/14745/stat : 14745 (java) R 14730 14733 10618 0 -1 4202560 389 0 0 0 6 0 0 0 20 0 15 0 101777166 10916999168 11235 33554432000 4194304 4196468 140736384375440 140706781426000 140707190694832 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14746] ppid=14730 vsize=10661132 memory=140187513218688 CPUtime=0.13 cores=1,3,5,7
/proc/14733/task/14746/stat : 14746 (java) R 14730 14733 10618 0 -1 1077944384 863 0 0 0 13 0 0 0 20 0 15 0 101777166 10916999168 11235 33554432000 4194304 4196468 140736384375440 140706780387312 140707211049602 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14747] ppid=14730 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14733/task/14747/stat : 14747 (java) S 14730 14733 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101777166 10916999168 11235 33554432000 4194304 4196468 140736384375440 140706779335008 140707211048661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14748] ppid=14730 vsize=10661132 memory=140187513218688 CPUtime=0 cores=1,3,5,7
/proc/14733/task/14748/stat : 14748 (java) S 14730 14733 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101777166 10916999168 11235 33554432000 4194304 4196468 140736384375440 140706778283056 140707211049602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 44940 KiB

[startup+0.700764 s]
/proc/loadavg: 1.50 1.41 1.41 6/219 14748
/proc/meminfo: memFree=27038328/32770624 swapFree=67108860/67108860
[pid=14733] ppid=14730 vsize=10661132 memory=86664 CPUtime=1.64 cores=1,3,5,7
/proc/14733/stat : 14733 (java) S 14730 14733 10618 0 -1 1077944320 11692 0 0 0 158 6 0 0 20 0 15 0 101777160 10916999168 21666 33554432000 4194304 4196468 140736384375440 140736384357984 140707211038455 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
/proc/14733/statm: 2665283 21666 3089 1 0 2627263 0
[pid=14733/tid=14735] ppid=14730 vsize=10661132 memory=17528 CPUtime=0.66 cores=1,3,5,7
/proc/14733/task/14735/stat : 14735 (java) R 14730 14733 10618 0 -1 4202560 5735 0 0 0 62 4 0 0 20 0 15 0 101777160 10916999168 21666 33554432000 4194304 4196468 140736384375440 140707215274520 140736384468930 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14736] ppid=14730 vsize=10661132 memory=18220 CPUtime=0 cores=1,3,5,7
/proc/14733/task/14736/stat : 14736 (java) S 14730 14733 10618 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101777161 10916999168 21666 33554432000 4194304 4196468 140736384375440 140707163658768 140707211048661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14737] ppid=14730 vsize=10661132 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/14733/task/14737/stat : 14737 (java) S 14730 14733 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101777161 10916999168 21666 33554432000 4194304 4196468 140736384375440 140707162606224 140707211048661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14738] ppid=14730 vsize=10661132 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/14733/task/14738/stat : 14738 (java) S 14730 14733 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101777161 10916999168 21666 33554432000 4194304 4196468 140736384375440 140707161553168 140707211048661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14739] ppid=14730 vsize=10661132 memory=644 CPUtime=0 cores=1,3,5,7
/proc/14733/task/14739/stat : 14739 (java) S 14730 14733 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101777161 10916999168 21666 33554432000 4194304 4196468 140736384375440 140707160500624 140707211048661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14740] ppid=14730 vsize=10661132 memory=952 CPUtime=0 cores=1,3,5,7
/proc/14733/task/14740/stat : 14740 (java) S 14730 14733 10618 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 101777163 10916999168 21666 33554432000 4194304 4196468 140736384375440 140706786704112 140707211049602 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14741] ppid=14730 vsize=10661132 memory=2376 CPUtime=0 cores=1,3,5,7
/proc/14733/task/14741/stat : 14741 (java) S 14730 14733 10618 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101777163 10916999168 21666 33554432000 4194304 4196468 140736384375440 140706785650336 140707211048661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14742] ppid=14730 vsize=10661132 memory=1536 CPUtime=0 cores=1,3,5,7
/proc/14733/task/14742/stat : 14742 (java) S 14730 14733 10618 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101777163 10916999168 21666 33554432000 4194304 4196468 140736384375440 140706784597232 140707211048661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14743] ppid=14730 vsize=10661132 memory=7379241883359864663 CPUtime=0 cores=1,3,5,7
/proc/14733/task/14743/stat : 14743 (java) S 14730 14733 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101777166 10916999168 21666 33554432000 4194304 4196468 140736384375440 140706783545808 140707211057051 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14744] ppid=14730 vsize=10661132 memory=6081108994580113768 CPUtime=0.39 cores=1,3,5,7
/proc/14733/task/14744/stat : 14744 (java) S 14730 14733 10618 0 -1 1077944384 1746 0 0 0 39 0 0 0 20 0 15 0 101777166 10916999168 21666 33554432000 4194304 4196468 140736384375440 140706782492912 140707211049602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14745] ppid=14730 vsize=10661132 memory=6154282490091891024 CPUtime=0.39 cores=1,3,5,7
/proc/14733/task/14745/stat : 14745 (java) S 14730 14733 10618 0 -1 1077944384 1765 0 0 0 39 0 0 0 20 0 15 0 101777166 10916999168 21666 33554432000 4194304 4196468 140736384375440 140706781440368 140707211049602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14746] ppid=14730 vsize=10661132 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/14733/task/14746/stat : 14746 (java) S 14730 14733 10618 0 -1 1077944384 1076 0 0 0 16 0 0 0 20 0 15 0 101777166 10916999168 21666 33554432000 4194304 4196468 140736384375440 140706780387312 140707211049602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14747] ppid=14730 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14733/task/14747/stat : 14747 (java) S 14730 14733 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101777166 10916999168 21666 33554432000 4194304 4196468 140736384375440 140706779335008 140707211048661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14748] ppid=14730 vsize=10661132 memory=4576 CPUtime=0 cores=1,3,5,7
/proc/14733/task/14748/stat : 14748 (java) S 14730 14733 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101777166 10916999168 21666 33554432000 4194304 4196468 140736384375440 140706778283056 140707211049602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
Current children cumulated CPU time: 1.64 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 86664 KiB

[startup+1.50074 s]
/proc/loadavg: 1.50 1.41 1.41 3/219 14748
/proc/meminfo: memFree=26982536/32770624 swapFree=67108860/67108860
[pid=14733] ppid=14730 vsize=10661132 memory=179204 CPUtime=2.6 cores=1,3,5,7
/proc/14733/stat : 14733 (java) S 14730 14733 10618 0 -1 1077944320 13091 0 0 0 249 11 0 0 20 0 15 0 101777160 10916999168 44801 33554432000 4194304 4196468 140736384375440 140736384357984 140707211038455 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
/proc/14733/statm: 2665283 44801 3121 1 0 2627263 0
[pid=14733/tid=14735] ppid=14730 vsize=10661132 memory=160584 CPUtime=1.46 cores=1,3,5,7
/proc/14733/task/14735/stat : 14735 (java) R 14730 14733 10618 0 -1 4202560 6061 0 0 0 137 9 0 0 20 0 15 0 101777160 10916999168 44801 33554432000 4194304 4196468 140736384375440 140707215278032 140736384468930 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14736] ppid=14730 vsize=10661132 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/14733/task/14736/stat : 14736 (java) S 14730 14733 10618 0 -1 1077944384 95 0 0 0 0 0 0 0 20 0 15 0 101777161 10916999168 44801 33554432000 4194304 4196468 140736384375440 140707163658768 140707211048661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14737] ppid=14730 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14733/task/14737/stat : 14737 (java) S 14730 14733 10618 0 -1 1077944384 97 0 0 0 0 0 0 0 20 0 15 0 101777161 10916999168 44801 33554432000 4194304 4196468 140736384375440 140707162606224 140707211048661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14738] ppid=14730 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14733/task/14738/stat : 14738 (java) S 14730 14733 10618 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 101777161 10916999168 44801 33554432000 4194304 4196468 140736384375440 140707161553168 140707211048661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14739] ppid=14730 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14733/task/14739/stat : 14739 (java) S 14730 14733 10618 0 -1 1077944384 243 0 0 0 0 0 0 0 20 0 15 0 101777161 10916999168 44801 33554432000 4194304 4196468 140736384375440 140707160500624 140707211048661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14740] ppid=14730 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14733/task/14740/stat : 14740 (java) S 14730 14733 10618 0 -1 1077944384 235 0 0 0 0 0 0 0 20 0 15 0 101777163 10916999168 44801 33554432000 4194304 4196468 140736384375440 140706786704112 140707211049602 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0

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

/proc/14733/task/14735/stat : 14735 (java) R 14730 14733 10618 0 -1 4202560 19168 0 0 0 230559 12750 0 0 20 0 15 0 101777160 10916999168 48716 33554432000 4194304 4196468 140736384375440 140707215279504 140706839051369 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14736] ppid=14730 vsize=10661132 memory=194864 CPUtime=2.72 cores=1,3,5,7
/proc/14733/task/14736/stat : 14736 (java) S 14730 14733 10618 0 -1 1077944384 2048 0 0 0 233 39 0 0 20 0 15 0 101777161 10916999168 48716 33554432000 4194304 4196468 140736384375440 140707163658768 140707211048661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14737] ppid=14730 vsize=10661132 memory=194864 CPUtime=2.71 cores=1,3,5,7
/proc/14733/task/14737/stat : 14737 (java) S 14730 14733 10618 0 -1 1077944384 2618 0 0 0 233 38 0 0 20 0 15 0 101777161 10916999168 48716 33554432000 4194304 4196468 140736384375440 140707162606224 140707211048661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14738] ppid=14730 vsize=10661132 memory=194864 CPUtime=2.75 cores=1,3,5,7
/proc/14733/task/14738/stat : 14738 (java) S 14730 14733 10618 0 -1 1077944384 1762 0 0 0 237 38 0 0 20 0 15 0 101777161 10916999168 48716 33554432000 4194304 4196468 140736384375440 140707161553168 140707211048661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14739] ppid=14730 vsize=10661132 memory=194864 CPUtime=2.75 cores=1,3,5,7
/proc/14733/task/14739/stat : 14739 (java) S 14730 14733 10618 0 -1 1077944384 2542 0 0 0 233 42 0 0 20 0 15 0 101777161 10916999168 48716 33554432000 4194304 4196468 140736384375440 140707160500624 140707211048661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14740] ppid=14730 vsize=10661132 memory=194864 CPUtime=4.21 cores=1,3,5,7
/proc/14733/task/14740/stat : 14740 (java) S 14730 14733 10618 0 -1 1077944384 5154 0 0 0 392 29 0 0 20 0 15 0 101777163 10916999168 48716 33554432000 4194304 4196468 140736384375440 140706786704112 140707211049602 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14741] ppid=14730 vsize=10661132 memory=194864 CPUtime=0 cores=1,3,5,7
/proc/14733/task/14741/stat : 14741 (java) S 14730 14733 10618 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 101777163 10916999168 48716 33554432000 4194304 4196468 140736384375440 140706785650336 140707211048661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14742] ppid=14730 vsize=10661132 memory=194864 CPUtime=0 cores=1,3,5,7
/proc/14733/task/14742/stat : 14742 (java) S 14730 14733 10618 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 101777163 10916999168 48716 33554432000 4194304 4196468 140736384375440 140706784597232 140707211048661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14743] ppid=14730 vsize=10661132 memory=194864 CPUtime=0 cores=1,3,5,7
/proc/14733/task/14743/stat : 14743 (java) S 14730 14733 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101777166 10916999168 48716 33554432000 4194304 4196468 140736384375440 140706783545808 140707211057051 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14744] ppid=14730 vsize=10661132 memory=194832 CPUtime=0.43 cores=1,3,5,7
/proc/14733/task/14744/stat : 14744 (java) S 14730 14733 10618 0 -1 1077944384 2179 0 0 0 43 0 0 0 20 0 15 0 101777166 10916999168 48716 33554432000 4194304 4196468 140736384375440 140706782492912 140707211049602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14745] ppid=14730 vsize=10661132 memory=194832 CPUtime=0.55 cores=1,3,5,7
/proc/14733/task/14745/stat : 14745 (java) S 14730 14733 10618 0 -1 1077944384 3389 0 0 0 55 0 0 0 20 0 15 0 101777166 10916999168 48716 33554432000 4194304 4196468 140736384375440 140706781440368 140707211049602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14746] ppid=14730 vsize=10661132 memory=194864 CPUtime=0.19 cores=1,3,5,7
/proc/14733/task/14746/stat : 14746 (java) S 14730 14733 10618 0 -1 1077944384 2235 0 0 0 19 0 0 0 20 0 15 0 101777166 10916999168 48716 33554432000 4194304 4196468 140736384375440 140706780387312 140707211049602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14747] ppid=14730 vsize=10661132 memory=194864 CPUtime=0 cores=1,3,5,7
/proc/14733/task/14747/stat : 14747 (java) S 14730 14733 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101777166 10916999168 48716 33554432000 4194304 4196468 140736384375440 140706779335008 140707211048661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14748] ppid=14730 vsize=10661132 memory=0 CPUtime=0.79 cores=1,3,5,7
/proc/14733/task/14748/stat : 14748 (java) S 14730 14733 10618 0 -1 1077944384 745 0 0 0 37 42 0 0 20 0 15 0 101777166 10916999168 48716 33554432000 4194304 4196468 140736384375440 140706778283056 140707211049602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
Current children cumulated CPU time: 2450.28 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 194864 KiB

[startup+2502.3 s]
/proc/loadavg: 1.43 1.37 1.34 3/220 14931
/proc/meminfo: memFree=26911432/32770624 swapFree=67108860/67108860
[pid=14733] ppid=14730 vsize=10661132 memory=194936 CPUtime=2510.44 cores=1,3,5,7
/proc/14733/stat : 14733 (java) S 14730 14733 10618 0 -1 1077944320 44112 0 0 0 237804 13240 0 0 20 0 15 0 101777160 10916999168 48734 33554432000 4194304 4196468 140736384375440 140736384357984 140707211038455 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
/proc/14733/statm: 2665283 48734 3139 1 0 2627263 0
[pid=14733/tid=14735] ppid=14730 vsize=10661132 memory=194936 CPUtime=2492.85 cores=1,3,5,7
/proc/14733/task/14735/stat : 14735 (java) R 14730 14733 10618 0 -1 4202560 19549 0 0 0 236229 13056 0 0 20 0 15 0 101777160 10916999168 48734 33554432000 4194304 4196468 140736384375440 140707215277888 140736384468930 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14736] ppid=14730 vsize=10661132 memory=6791534058613427641 CPUtime=2.79 cores=1,3,5,7
/proc/14733/task/14736/stat : 14736 (java) S 14730 14733 10618 0 -1 1077944384 2268 0 0 0 239 40 0 0 20 0 15 0 101777161 10916999168 48734 33554432000 4194304 4196468 140736384375440 140707163658768 140707211048661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14737] ppid=14730 vsize=10661132 memory=194936 CPUtime=2.78 cores=1,3,5,7
/proc/14733/task/14737/stat : 14737 (java) S 14730 14733 10618 0 -1 1077944384 2658 0 0 0 240 38 0 0 20 0 15 0 101777161 10916999168 48734 33554432000 4194304 4196468 140736384375440 140707162606224 140707211048661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14738] ppid=14730 vsize=10661132 memory=194936 CPUtime=2.81 cores=1,3,5,7
/proc/14733/task/14738/stat : 14738 (java) S 14730 14733 10618 0 -1 1077944384 1776 0 0 0 242 39 0 0 20 0 15 0 101777161 10916999168 48734 33554432000 4194304 4196468 140736384375440 140707161553168 140707211048661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14739] ppid=14730 vsize=10661132 memory=194936 CPUtime=2.82 cores=1,3,5,7
/proc/14733/task/14739/stat : 14739 (java) S 14730 14733 10618 0 -1 1077944384 2545 0 0 0 239 43 0 0 20 0 15 0 101777161 10916999168 48734 33554432000 4194304 4196468 140736384375440 140707160500624 140707211048661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14740] ppid=14730 vsize=10661132 memory=194936 CPUtime=4.31 cores=1,3,5,7
/proc/14733/task/14740/stat : 14740 (java) S 14730 14733 10618 0 -1 1077944384 5323 0 0 0 401 30 0 0 20 0 15 0 101777163 10916999168 48734 33554432000 4194304 4196468 140736384375440 140706786704112 140707211049602 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14741] ppid=14730 vsize=10661132 memory=194936 CPUtime=0 cores=1,3,5,7
/proc/14733/task/14741/stat : 14741 (java) S 14730 14733 10618 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 101777163 10916999168 48734 33554432000 4194304 4196468 140736384375440 140706785650336 140707211048661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14742] ppid=14730 vsize=10661132 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/14733/task/14742/stat : 14742 (java) S 14730 14733 10618 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 101777163 10916999168 48734 33554432000 4194304 4196468 140736384375440 140706784597232 140707211048661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14743] ppid=14730 vsize=10661132 memory=194936 CPUtime=0 cores=1,3,5,7
/proc/14733/task/14743/stat : 14743 (java) S 14730 14733 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101777166 10916999168 48734 33554432000 4194304 4196468 140736384375440 140706783545808 140707211057051 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14744] ppid=14730 vsize=10661132 memory=194936 CPUtime=0.43 cores=1,3,5,7
/proc/14733/task/14744/stat : 14744 (java) S 14730 14733 10618 0 -1 1077944384 2181 0 0 0 43 0 0 0 20 0 15 0 101777166 10916999168 48734 33554432000 4194304 4196468 140736384375440 140706782492912 140707211049602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14745] ppid=14730 vsize=10661132 memory=1444 CPUtime=0.55 cores=1,3,5,7
/proc/14733/task/14745/stat : 14745 (java) S 14730 14733 10618 0 -1 1077944384 3391 0 0 0 55 0 0 0 20 0 15 0 101777166 10916999168 48734 33554432000 4194304 4196468 140736384375440 140706781440368 140707211049602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14746] ppid=14730 vsize=10661132 memory=1160 CPUtime=0.19 cores=1,3,5,7
/proc/14733/task/14746/stat : 14746 (java) S 14730 14733 10618 0 -1 1077944384 2237 0 0 0 19 0 0 0 20 0 15 0 101777166 10916999168 48734 33554432000 4194304 4196468 140736384375440 140706780387312 140707211049602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14747] ppid=14730 vsize=10661132 memory=194936 CPUtime=0 cores=1,3,5,7
/proc/14733/task/14747/stat : 14747 (java) S 14730 14733 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101777166 10916999168 48734 33554432000 4194304 4196468 140736384375440 140706779335008 140707211048661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14748] ppid=14730 vsize=10661132 memory=194936 CPUtime=0.81 cores=1,3,5,7
/proc/14733/task/14748/stat : 14748 (java) S 14730 14733 10618 0 -1 1077944384 759 0 0 0 38 43 0 0 20 0 15 0 101777166 10916999168 48734 33554432000 4194304 4196468 140736384375440 140706778283056 140707211049602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
Current children cumulated CPU time: 2510.44 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 194936 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2511.9 s]
/proc/loadavg: 1.28 1.34 1.33 3/220 14931
/proc/meminfo: memFree=26911432/32770624 swapFree=67108860/67108860
[pid=14733] ppid=14730 vsize=10661132 memory=194936 CPUtime=2520.09 cores=1,3,5,7
/proc/14733/stat : 14733 (java) S 14730 14733 10618 0 -1 1077944320 44149 0 0 0 238714 13295 0 0 20 0 15 0 101777160 10916999168 48734 33554432000 4194304 4196468 140736384375440 140736384357984 140707211038455 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
/proc/14733/statm: 2665283 48734 3139 1 0 2627263 0
[pid=14733/tid=14735] ppid=14730 vsize=10661132 memory=194936 CPUtime=2502.41 cores=1,3,5,7
/proc/14733/task/14735/stat : 14735 (java) R 14730 14733 10618 0 -1 4202560 19579 0 0 0 237131 13110 0 0 20 0 15 0 101777160 10916999168 48734 33554432000 4194304 4196468 140736384375440 140707215277936 140736384468930 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14736] ppid=14730 vsize=10661132 memory=194936 CPUtime=2.81 cores=1,3,5,7
/proc/14733/task/14736/stat : 14736 (java) S 14730 14733 10618 0 -1 1077944384 2268 0 0 0 241 40 0 0 20 0 15 0 101777161 10916999168 48734 33554432000 4194304 4196468 140736384375440 140707163658768 140707211048661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14737] ppid=14730 vsize=10661132 memory=194936 CPUtime=2.8 cores=1,3,5,7
/proc/14733/task/14737/stat : 14737 (java) S 14730 14733 10618 0 -1 1077944384 2660 0 0 0 242 38 0 0 20 0 15 0 101777161 10916999168 48734 33554432000 4194304 4196468 140736384375440 140707162606224 140707211048661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14738] ppid=14730 vsize=10661132 memory=194936 CPUtime=2.83 cores=1,3,5,7
/proc/14733/task/14738/stat : 14738 (java) S 14730 14733 10618 0 -1 1077944384 1777 0 0 0 243 40 0 0 20 0 15 0 101777161 10916999168 48734 33554432000 4194304 4196468 140736384375440 140707161553168 140707211048661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14739] ppid=14730 vsize=10661132 memory=194936 CPUtime=2.84 cores=1,3,5,7
/proc/14733/task/14739/stat : 14739 (java) S 14730 14733 10618 0 -1 1077944384 2545 0 0 0 241 43 0 0 20 0 15 0 101777161 10916999168 48734 33554432000 4194304 4196468 140736384375440 140707160500624 140707211048661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14740] ppid=14730 vsize=10661132 memory=194936 CPUtime=4.33 cores=1,3,5,7
/proc/14733/task/14740/stat : 14740 (java) S 14730 14733 10618 0 -1 1077944384 5325 0 0 0 403 30 0 0 20 0 15 0 101777163 10916999168 48734 33554432000 4194304 4196468 140736384375440 140706786704112 140707211049602 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14741] ppid=14730 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14733/task/14741/stat : 14741 (java) S 14730 14733 10618 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 101777163 10916999168 48734 33554432000 4194304 4196468 140736384375440 140706785650336 140707211048661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14742] ppid=14730 vsize=10661132 memory=194936 CPUtime=0 cores=1,3,5,7
/proc/14733/task/14742/stat : 14742 (java) S 14730 14733 10618 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 101777163 10916999168 48734 33554432000 4194304 4196468 140736384375440 140706784597232 140707211048661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14743] ppid=14730 vsize=10661132 memory=194936 CPUtime=0 cores=1,3,5,7
/proc/14733/task/14743/stat : 14743 (java) S 14730 14733 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101777166 10916999168 48734 33554432000 4194304 4196468 140736384375440 140706783545808 140707211057051 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14744] ppid=14730 vsize=10661132 memory=1696 CPUtime=0.43 cores=1,3,5,7
/proc/14733/task/14744/stat : 14744 (java) S 14730 14733 10618 0 -1 1077944384 2181 0 0 0 43 0 0 0 20 0 15 0 101777166 10916999168 48734 33554432000 4194304 4196468 140736384375440 140706782492912 140707211049602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14745] ppid=14730 vsize=10661132 memory=194936 CPUtime=0.55 cores=1,3,5,7
/proc/14733/task/14745/stat : 14745 (java) S 14730 14733 10618 0 -1 1077944384 3391 0 0 0 55 0 0 0 20 0 15 0 101777166 10916999168 48734 33554432000 4194304 4196468 140736384375440 140706781440368 140707211049602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14746] ppid=14730 vsize=10661132 memory=194936 CPUtime=0.19 cores=1,3,5,7
/proc/14733/task/14746/stat : 14746 (java) S 14730 14733 10618 0 -1 1077944384 2237 0 0 0 19 0 0 0 20 0 15 0 101777166 10916999168 48734 33554432000 4194304 4196468 140736384375440 140706780387312 140707211049602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14747] ppid=14730 vsize=10661132 memory=194936 CPUtime=0 cores=1,3,5,7
/proc/14733/task/14747/stat : 14747 (java) S 14730 14733 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101777166 10916999168 48734 33554432000 4194304 4196468 140736384375440 140706779335008 140707211048661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14748] ppid=14730 vsize=10661132 memory=194936 CPUtime=0.81 cores=1,3,5,7
/proc/14733/task/14748/stat : 14748 (java) S 14730 14733 10618 0 -1 1077944384 761 0 0 0 38 43 0 0 20 0 15 0 101777166 10916999168 48734 33554432000 4194304 4196468 140736384375440 140706778283056 140707211049602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 194936 KiB

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

[startup+2511.92 s]
# the end of solver process 14733 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2387.16 s, system=132.952 s

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

[startup+2511.9 s]
/proc/loadavg: 1.28 1.34 1.33 3/220 14931
/proc/meminfo: memFree=26911432/32770624 swapFree=67108860/67108860
[pid=14733] ppid=14730 vsize=10661132 memory=194936 CPUtime=2520.09 cores=1,3,5,7
/proc/14733/stat : 14733 (java) S 14730 14733 10618 0 -1 1077944320 44149 0 0 0 238714 13295 0 0 20 0 15 0 101777160 10916999168 48734 33554432000 4194304 4196468 140736384375440 140736384357984 140707211038455 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
/proc/14733/statm: 2665283 48734 3139 1 0 2627263 0
[pid=14733/tid=14735] ppid=14730 vsize=10661132 memory=194936 CPUtime=2502.41 cores=1,3,5,7
/proc/14733/task/14735/stat : 14735 (java) R 14730 14733 10618 0 -1 4202560 19579 0 0 0 237131 13110 0 0 20 0 15 0 101777160 10916999168 48734 33554432000 4194304 4196468 140736384375440 140707215277936 140736384468930 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14736] ppid=14730 vsize=10661132 memory=194936 CPUtime=2.81 cores=1,3,5,7
/proc/14733/task/14736/stat : 14736 (java) S 14730 14733 10618 0 -1 1077944384 2268 0 0 0 241 40 0 0 20 0 15 0 101777161 10916999168 48734 33554432000 4194304 4196468 140736384375440 140707163658768 140707211048661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14737] ppid=14730 vsize=10661132 memory=194936 CPUtime=2.8 cores=1,3,5,7
/proc/14733/task/14737/stat : 14737 (java) S 14730 14733 10618 0 -1 1077944384 2660 0 0 0 242 38 0 0 20 0 15 0 101777161 10916999168 48734 33554432000 4194304 4196468 140736384375440 140707162606224 140707211048661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14738] ppid=14730 vsize=10661132 memory=194936 CPUtime=2.83 cores=1,3,5,7
/proc/14733/task/14738/stat : 14738 (java) S 14730 14733 10618 0 -1 1077944384 1777 0 0 0 243 40 0 0 20 0 15 0 101777161 10916999168 48734 33554432000 4194304 4196468 140736384375440 140707161553168 140707211048661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14739] ppid=14730 vsize=10661132 memory=194936 CPUtime=2.84 cores=1,3,5,7
/proc/14733/task/14739/stat : 14739 (java) S 14730 14733 10618 0 -1 1077944384 2545 0 0 0 241 43 0 0 20 0 15 0 101777161 10916999168 48734 33554432000 4194304 4196468 140736384375440 140707160500624 140707211048661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14740] ppid=14730 vsize=10661132 memory=194936 CPUtime=4.33 cores=1,3,5,7
/proc/14733/task/14740/stat : 14740 (java) S 14730 14733 10618 0 -1 1077944384 5325 0 0 0 403 30 0 0 20 0 15 0 101777163 10916999168 48734 33554432000 4194304 4196468 140736384375440 140706786704112 140707211049602 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14741] ppid=14730 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14733/task/14741/stat : 14741 (java) S 14730 14733 10618 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 101777163 10916999168 48734 33554432000 4194304 4196468 140736384375440 140706785650336 140707211048661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14742] ppid=14730 vsize=10661132 memory=194936 CPUtime=0 cores=1,3,5,7
/proc/14733/task/14742/stat : 14742 (java) S 14730 14733 10618 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 101777163 10916999168 48734 33554432000 4194304 4196468 140736384375440 140706784597232 140707211048661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14743] ppid=14730 vsize=10661132 memory=194936 CPUtime=0 cores=1,3,5,7
/proc/14733/task/14743/stat : 14743 (java) S 14730 14733 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101777166 10916999168 48734 33554432000 4194304 4196468 140736384375440 140706783545808 140707211057051 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14744] ppid=14730 vsize=10661132 memory=1696 CPUtime=0.43 cores=1,3,5,7
/proc/14733/task/14744/stat : 14744 (java) S 14730 14733 10618 0 -1 1077944384 2181 0 0 0 43 0 0 0 20 0 15 0 101777166 10916999168 48734 33554432000 4194304 4196468 140736384375440 140706782492912 140707211049602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14745] ppid=14730 vsize=10661132 memory=194936 CPUtime=0.55 cores=1,3,5,7
/proc/14733/task/14745/stat : 14745 (java) S 14730 14733 10618 0 -1 1077944384 3391 0 0 0 55 0 0 0 20 0 15 0 101777166 10916999168 48734 33554432000 4194304 4196468 140736384375440 140706781440368 140707211049602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14746] ppid=14730 vsize=10661132 memory=194936 CPUtime=0.19 cores=1,3,5,7
/proc/14733/task/14746/stat : 14746 (java) S 14730 14733 10618 0 -1 1077944384 2237 0 0 0 19 0 0 0 20 0 15 0 101777166 10916999168 48734 33554432000 4194304 4196468 140736384375440 140706780387312 140707211049602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14747] ppid=14730 vsize=10661132 memory=194936 CPUtime=0 cores=1,3,5,7
/proc/14733/task/14747/stat : 14747 (java) S 14730 14733 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101777166 10916999168 48734 33554432000 4194304 4196468 140736384375440 140706779335008 140707211048661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
[pid=14733/tid=14748] ppid=14730 vsize=10661132 memory=194936 CPUtime=0.81 cores=1,3,5,7
/proc/14733/task/14748/stat : 14748 (java) S 14730 14733 10618 0 -1 1077944384 761 0 0 0 38 43 0 0 20 0 15 0 101777166 10916999168 48734 33554432000 4194304 4196468 140736384375440 140706778283056 140707211049602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24670208 140736384378012 140736384378121 140736384378121 140736384380879 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 194936 KiB

Child status: 143
Real time (s): 2511.92
CPU time (s): 2520.11
CPU user time (s): 2387.16
CPU system time (s): 132.952
CPU usage (%): 100.326
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 194936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2387.16
system time used= 132.952
maximum resident set size= 195560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44352
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 179509
involuntary context switches= 6556


# summary of solver processes directly reported to runsolver:
#   pid: 14733
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2387.16
#   total CPU system time (s): 132.952

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.6428 second user time and 22.0851 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-29 07:29:00
IDJOB=4300080
IDBENCH=141539
IDSOLVER=2765
FILE ID=node135/4300080-1532842140
RUNJOBID= node135-1532809628-10650
PBS_JOBID= 21022479
Free space on /tmp= 48364 MiB

SOLVER NAME= slowpoke 2018-04-29
BENCH NAME= XCSP18/Knapsack/Knapsack-40-150-00_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4300080-1532842140/watcher-4300080-1532842140 -o /tmp/evaluation-result-4300080-1532842140/solver-4300080-1532842140 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532809628-10650 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4300080-1532842140.xml --timelimit 2520

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

MD5SUM BENCH= c033178a1c92732c6616d8bd8ee8c714
RANDOM SEED=2100072533

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27092468 kB
MemAvailable:   31749584 kB
Buffers:          209128 kB
Cached:          4680588 kB
SwapCached:            0 kB
Active:          1849776 kB
Inactive:        3274960 kB
Active(anon):     186168 kB
Inactive(anon):    76928 kB
Active(file):    1663608 kB
Inactive(file):  3198032 kB
Unevictable:        7212 kB
Mlocked:            7212 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1252 kB
Writeback:             0 kB
AnonPages:        242904 kB
Mapped:            55200 kB
Shmem:             25248 kB
Slab:             250848 kB
SReclaimable:     222624 kB
SUnreclaim:        28224 kB
KernelStack:        3632 kB
PageTables:         5716 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1134644 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    174080 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 48364 MiB
End job on node135 at 2018-07-29 08:10:52