Trace number 4424289

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 NameAnswerCPU timeWall clock time
Sat4j Partial RoundingSAT 2024 2024-07-12MSAT (TO) 3600.45 3586.31

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111220767--soft-33-100-0.wbo
MD5SUM88b7c0c564c77620507551e3e8601c53
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark28
Best CPU time to get the best result obtained on this benchmark0.658505
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints64
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 3426
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 3425
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1248
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.14/0.59	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.14/0.59	c This is free software under the dual EPL/GNU LGPL licenses.
0.14/0.59	c See www.sat4j.org for details.
0.14/0.61	c version CUSTOM.v20240707
0.26/0.64	c java.runtime.name	OpenJDK Runtime Environment
0.26/0.64	c java.vm.name		OpenJDK 64-Bit Server VM
0.26/0.64	c java.vm.version	22.0.1+8-16
0.26/0.64	c java.vm.vendor	Oracle Corporation
0.26/0.64	c sun.arch.data.model	64
0.26/0.64	c java.version		22.0.1
0.26/0.64	c os.name		Linux
0.26/0.64	c os.version		4.18.0-301.1.el8.x86_64
0.26/0.64	c os.arch		amd64
0.26/0.65	c Free memory 		2115194816
0.26/0.65	c Max memory 		16282288128
0.26/0.65	c Total memory 		2122317824
0.26/0.66	c Number of processors 	2
0.59/0.82	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.59/0.82	 - never skip resolution steps
0.59/0.82	 - Auto-division on coefficients is disabled
0.59/0.82	 - No postprocessing
0.59/0.82	 - Conflict is considered as is when resolving
0.59/0.82	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.59/0.82	 - Weaken first using unassigned literals
0.59/0.82	 - Bump strategy: ALWAYS_ONE
0.59/0.82	 - Bumper: ASSIGNED
0.59/0.82	--- Begin Solver configuration ---
0.59/0.82	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.59/0.82	Learn all clauses as in MiniSAT
0.59/0.82	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.59/0.82	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.59/0.82	No reason simplification
0.59/0.82	Armin Biere (Picosat) restarts strategy
0.59/0.82	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.59/0.82	timeout=2147483s
0.59/0.82	DB Simplification allowed=false
0.59/0.83	Listener: none
0.59/0.83	--- End Solver configuration ---
0.59/0.83	c Pseudo Boolean Optimization by upper bound
0.59/0.83	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.59/0.83	c  - never skip resolution steps
0.59/0.83	c  - Auto-division on coefficients is disabled
0.59/0.83	c  - No postprocessing
0.59/0.83	c  - Conflict is considered as is when resolving
0.59/0.83	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.59/0.83	c  - Weaken first using unassigned literals
0.59/0.83	c  - Bump strategy: ALWAYS_ONE
0.59/0.83	c  - Bumper: ASSIGNED
0.59/0.83	c --- Begin Solver configuration ---
0.59/0.83	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.59/0.83	c Learn all clauses as in MiniSAT
0.59/0.83	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.59/0.83	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.59/0.83	c No reason simplification
0.59/0.83	c Armin Biere (Picosat) restarts strategy
0.59/0.83	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.59/0.83	c timeout=2147483s
0.59/0.83	c DB Simplification allowed=false
0.59/0.83	c Listener: none
0.59/0.83	c --- End Solver configuration ---
0.59/0.83	c solving HOME/instance-4424289-1720874152.wbo
0.59/0.83	c reading problem ... 
0.78/0.91	c ... done. Wall clock time 0.071s.
0.78/0.91	c declared #vars     169
0.78/0.91	c internal #vars     233
0.78/0.91	c #constraints  102
0.78/0.91	c constraints type 
0.78/0.91	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 30
0.78/0.91	c org.sat4j.specs.Constr$1 => 1
0.78/0.91	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 41
0.78/0.91	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30
0.78/0.91	c 102 constraints processed.
0.78/0.94	c objective function length is 64 literals
1.34/1.22	c SATISFIABLE
1.34/1.22	c OPTIMIZING...
1.34/1.22	c Got one! Elapsed wall clock time (in seconds):0.39
1.34/1.22	o 2479
1.94/1.58	c Got one! Elapsed wall clock time (in seconds):0.746
1.94/1.58	o 2342
2.95/2.02	c Got one! Elapsed wall clock time (in seconds):1.189
2.95/2.02	o 2334
3.51/2.37	c Got one! Elapsed wall clock time (in seconds):1.54
3.51/2.37	o 2321
4.70/2.92	c Got one! Elapsed wall clock time (in seconds):2.087
4.70/2.92	o 2302
6.93/4.13	c Got one! Elapsed wall clock time (in seconds):3.299
6.93/4.13	o 2295
7.87/4.93	c Got one! Elapsed wall clock time (in seconds):4.102
7.87/4.93	o 2284
9.42/6.32	c Got one! Elapsed wall clock time (in seconds):5.489
9.42/6.32	o 2274
13.42/10.01	c Got one! Elapsed wall clock time (in seconds):9.18
13.42/10.01	o 2263
19.36/15.95	c Got one! Elapsed wall clock time (in seconds):15.115
19.36/15.95	o 2261
21.06/17.70	c Got one! Elapsed wall clock time (in seconds):16.865
21.06/17.70	o 2259
23.99/20.56	c Got one! Elapsed wall clock time (in seconds):19.728
23.99/20.56	o 2244
29.45/25.76	c Got one! Elapsed wall clock time (in seconds):24.93
29.45/25.76	o 2240
37.45/33.77	c Got one! Elapsed wall clock time (in seconds):32.939
37.45/33.77	o 2234
54.12/50.44	c Got one! Elapsed wall clock time (in seconds):49.605
54.12/50.44	o 2233
58.12/54.44	c Got one! Elapsed wall clock time (in seconds):53.605
58.12/54.44	o 2228
63.42/59.70	c Got one! Elapsed wall clock time (in seconds):58.871
63.42/59.70	o 2227
70.47/66.72	c Got one! Elapsed wall clock time (in seconds):65.885
70.47/66.72	o 2226
82.75/78.89	c Got one! Elapsed wall clock time (in seconds):78.058
82.75/78.89	o 2224
111.40/107.07	c Got one! Elapsed wall clock time (in seconds):106.244
111.40/107.07	o 2217
164.25/159.85	c Got one! Elapsed wall clock time (in seconds):159.017
164.25/159.85	o 2213
170.46/166.10	c Got one! Elapsed wall clock time (in seconds):165.266
170.46/166.10	o 2208
178.34/173.97	c Got one! Elapsed wall clock time (in seconds):173.139
178.34/173.97	o 2206
195.20/190.86	c Got one! Elapsed wall clock time (in seconds):190.03
195.20/190.86	o 2198
225.31/220.88	c Got one! Elapsed wall clock time (in seconds):220.049
225.31/220.88	o 2187
259.57/255.17	c Got one! Elapsed wall clock time (in seconds):254.337
259.57/255.17	o 2181
318.56/314.22	c Got one! Elapsed wall clock time (in seconds):313.394
318.56/314.22	o 2178
424.09/419.84	c Got one! Elapsed wall clock time (in seconds):419.008
424.09/419.84	o 2169
434.11/429.86	c Got one! Elapsed wall clock time (in seconds):429.025
434.11/429.86	o 2165
448.79/444.50	c Got one! Elapsed wall clock time (in seconds):443.67
448.79/444.50	o 2164
468.13/463.81	c Got one! Elapsed wall clock time (in seconds):462.978
468.13/463.81	o 2156
498.21/493.92	c Got one! Elapsed wall clock time (in seconds):493.093
498.21/493.92	o 2155
548.28/543.94	c Got one! Elapsed wall clock time (in seconds):543.112
548.28/543.95	o 2146
633.73/629.47	c Got one! Elapsed wall clock time (in seconds):628.636
633.73/629.47	o 2064
789.32/785.16	c Got one! Elapsed wall clock time (in seconds):784.33
789.32/785.16	o 2061
1004.55/1000.55	c Got one! Elapsed wall clock time (in seconds):999.718
1004.55/1000.55	o 2060
1018.53/1014.52	c Got one! Elapsed wall clock time (in seconds):1013.694
1018.53/1014.53	o 2048
1036.61/1032.61	c Got one! Elapsed wall clock time (in seconds):1031.777
1036.61/1032.61	o 2045
1067.42/1063.42	c Got one! Elapsed wall clock time (in seconds):1062.594
1067.42/1063.42	o 1973
1108.93/1104.94	c Got one! Elapsed wall clock time (in seconds):1104.107
1108.93/1104.94	o 1967
1185.75/1181.76	c Got one! Elapsed wall clock time (in seconds):1180.93
1185.75/1181.76	o 1961
1301.18/1297.41	c Got one! Elapsed wall clock time (in seconds):1296.578
1301.18/1297.41	o 1954
1518.59/1514.91	c Got one! Elapsed wall clock time (in seconds):1514.077
1518.59/1514.91	o 1951
1698.14/1693.85	c cleaning 8697 clauses out of 17428 with flag 0/17428
1739.08/1734.71	c Got one! Elapsed wall clock time (in seconds):1733.88
1739.08/1734.71	o 1950
1902.93/1897.81	c Got one! Elapsed wall clock time (in seconds):1896.982
1902.93/1897.81	o 1947
1913.36/1908.20	c Got one! Elapsed wall clock time (in seconds):1907.368
1913.36/1908.20	o 1934
1927.09/1921.99	c Got one! Elapsed wall clock time (in seconds):1921.164
1927.09/1921.99	o 1918
1944.74/1939.54	c Got one! Elapsed wall clock time (in seconds):1938.715
1944.74/1939.55	o 1913
1985.77/1980.45	c Got one! Elapsed wall clock time (in seconds):1979.619
1985.77/1980.45	o 1912
2046.09/2040.74	c Got one! Elapsed wall clock time (in seconds):2039.912
2046.09/2040.74	o 1911
2123.82/2118.50	c Got one! Elapsed wall clock time (in seconds):2117.666
2123.92/2118.50	o 1909
2261.67/2256.21	c Got one! Elapsed wall clock time (in seconds):2255.379
2261.67/2256.21	o 1908
2485.22/2479.48	c Got one! Elapsed wall clock time (in seconds):2478.646
2485.22/2479.48	o 1907
2637.18/2630.90	c cleaning 8965 clauses out of 17940 with flag 0/26637
2688.09/2681.93	c Got one! Elapsed wall clock time (in seconds):2681.097
2688.09/2681.93	o 1906
2887.11/2879.43	c Got one! Elapsed wall clock time (in seconds):2878.596
2887.11/2879.43	o 1905
2898.49/2890.20	c Got one! Elapsed wall clock time (in seconds):2889.373
2898.49/2890.20	o 1903
2918.05/2909.30	c Got one! Elapsed wall clock time (in seconds):2908.467
2918.05/2909.30	o 1897
2945.77/2935.61	c Got one! Elapsed wall clock time (in seconds):2934.782
2945.77/2935.61	o 1892
2978.95/2968.08	c Got one! Elapsed wall clock time (in seconds):2967.25
2978.95/2968.08	o 1891
3031.51/3020.11	c Got one! Elapsed wall clock time (in seconds):3019.28
3031.51/3020.11	o 1890
3112.08/3100.37	c Got one! Elapsed wall clock time (in seconds):3099.54
3112.08/3100.37	o 1889
3230.95/3218.75	c cleaning 8727 clauses out of 17467 with flag 0/35129
3234.38/3222.14	c Got one! Elapsed wall clock time (in seconds):3221.308
3234.38/3222.14	o 1888
3287.86/3275.13	c Got one! Elapsed wall clock time (in seconds):3274.302
3287.86/3275.13	o 1887
3414.15/3400.92	c Got one! Elapsed wall clock time (in seconds):3400.091
3414.15/3400.92	o 1885
3600.07/3586.14	c starts		: 129
3600.07/3586.16	c conflicts		: 41471
3600.07/3586.16	c decisions		: 144920
3600.07/3586.16	c propagations		: 1192094
3600.07/3586.16	c inspects		: 1103737360
3600.07/3586.16	c shortcuts		: 0
3600.07/3586.16	c learnt literals	: 0
3600.07/3586.16	c learnt binary clauses	: 0
3600.07/3586.16	c learnt ternary clauses	: 0
3600.07/3586.16	c learnt constraints	: 41471
3600.07/3586.16	c ignored constraints	: 0
3600.07/3586.16	c root simplifications	: 0
3600.07/3586.16	c removed literals (reason simplification)	: 0
3600.07/3586.16	c reason swapping (by a shorter reason)	: 0
3600.07/3586.16	c Calls to reduceDB	: 3
3600.07/3586.16	c Number of update (reduction) of LBD	: 2
3600.07/3586.16	c Imported unit clauses	: 0
3600.07/3586.20	c No decision after first conflict	: false
3600.07/3586.20	c number of reductions to clauses (during analyze)	: 0
3600.07/3586.20	c number of learned constraints concerned by reduction	: 0
3600.07/3586.20	c number of learning phase by resolution	: 0
3600.07/3586.20	c number of learning phase by cutting planes	: 0
3600.07/3586.20	c number of rounding to 1 operations	: 193556
3600.07/3586.20	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3586.20	c number of reductions of the coefficients by power 2 	: 0
3600.07/3586.20	c number of right shift for reduction by power 2 	: 0
3600.07/3586.20	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3586.20	c number of ending skipping 	: 0
3600.07/3586.20	c number of internal skipping 	: 0
3600.07/3586.20	c number of derivation steps 	: 302548
3600.07/3586.20	c number of skipped derivation steps 	: 0
3600.07/3586.20	c number of remaining unassigned 	: 50984
3600.07/3586.20	c number of remaining assigned 	: 7388721
3600.07/3586.20	c number of falsified literals weakened from reason	: 0
3600.07/3586.20	c number of falsified literals weakened from conflict	: 0
3600.07/3586.20	c time for arithmetic operations	: 763631929
3600.07/3586.20	c minimum degree of deleted constraints	: 32
3600.07/3586.20	c maximum degree of deleted constraints	: 55452489810
3600.07/3586.20	c number of deleted constraints	: 26389
3600.26/3586.23	c speed (assignments/second)	: 332.4993612722341
3600.26/3586.23	c non guided choices	: 1207
3600.26/3586.27	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 2696
3600.26/3586.27	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 4
3600.26/3586.27	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 12382
3600.26/3586.27	s SATISFIABLE
3600.26/3586.27	c Found 64 solution(s)
3600.26/3586.27	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 x53 -x54 -x55 -x56 x57 -x58 x59 x60 x61 -x62 -x63 -x64 x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 x79 x80 -x81 x82 x83 -x84 -x85 -x86 x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 x115 -x116 -x117 -x118 -x119 -x120 -x121 x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 x152 x153 -x154 -x155 -x156 -x157 x158 -x159 x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 
3600.26/3586.29	c objective function=1885
3600.26/3586.29	c Total wall clock time (in seconds): 3585.459

Verifier Data

OK	1289

Watcher Data

runsolver version 3.4.2 (svn: 4680) 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: 64059 MiB (63342 MiB free)
  memory of node 1: 64510 MiB (63762 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4424289-1720874152/watcher-4424289-1720874152 -o /tmp/evaluation-result-4424289-1720874152/solver-4424289-1720874152 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1720874164-697223 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4424289-1720874152.wbo 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=697291, runsolver pid=697287
Current StackSize limit: 8192 KiB


[startup+0.100083 s]*
/proc/loadavg: 0.08 0.09 0.09 5/252 697295
/proc/meminfo: memFree=130133444/131655788 swapFree=131071996/131071996
[pid=697291] ppid=697287 vsize=530324 memory=22104 CPUtime=0.01 cores=5,7
/proc/697291/stat : 697291 (java) S 697287 697291 697210 0 -1 1077936128 1428 0 18 0 0 1 0 0 20 0 2 0 139571670 543051776 5526 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 0 0 16784588 0 0 0 17 7 0 0 0 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
/proc/697291/statm: 132581 5526 3428 1 0 4724 0
[pid=697291/tid=697293] ppid=697287 vsize=530324 memory=4026561586 CPUtime=0.01 cores=5,7
/proc/697291/task/697293/stat : 697293 (java) D 697287 697291 697210 0 -1 4194368 873 0 18 0 0 1 0 0 20 0 2 0 139571671 543051776 5526 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 4 0 16784588 0 0 0 -1 5 0 0 6 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 530324 KiB
Current children cumulated memory: 22104 KiB

[startup+0.214588 s]*
/proc/loadavg: 0.08 0.09 0.09 1/272 697315
/proc/meminfo: memFree=130087460/131655788 swapFree=131071996/131071996
[pid=697291] ppid=697287 vsize=18175400 memory=33788 CPUtime=0.03 cores=5,7
/proc/697291/stat : 697291 (java) S 697287 697291 697210 0 -1 1077936128 3607 0 27 0 1 2 0 0 20 0 7 0 139571670 18611609600 8447 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 0 0 16784588 0 0 0 17 7 0 0 0 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
/proc/697291/statm: 4543850 8447 3689 1 0 544764 0
[pid=697291/tid=697293] ppid=697287 vsize=18175400 memory=8737651120394928259 CPUtime=0.02 cores=5,7
/proc/697291/task/697293/stat : 697293 (java) R 697287 697291 697210 0 -1 4194368 3057 0 27 0 0 2 0 0 20 0 7 0 139571671 18611609600 8447 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 4 0 16784588 0 0 0 -1 5 0 0 17 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 18175400 KiB
Current children cumulated memory: 33788 KiB

[startup+0.314499 s]*
/proc/loadavg: 0.08 0.09 0.09 1/272 697315
/proc/meminfo: memFree=130065172/131655788 swapFree=131071996/131071996
[pid=697291] ppid=697287 vsize=18175400 memory=37392 CPUtime=0.04 cores=5,7
/proc/697291/stat : 697291 (java) S 697287 697291 697210 0 -1 1077936128 4488 0 30 0 1 3 0 0 20 0 7 0 139571670 18611609600 9348 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 0 0 16784588 0 0 0 17 7 0 0 0 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
/proc/697291/statm: 4543850 9348 3704 1 0 544764 0
[pid=697291/tid=697293] ppid=697287 vsize=18175400 memory=-8670951442272985788 CPUtime=0.03 cores=5,7
/proc/697291/task/697293/stat : 697293 (java) D 697287 697291 697210 0 -1 4194368 3927 0 30 0 1 2 0 0 20 0 7 0 139571671 18611609600 9348 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 4 0 16784588 0 0 0 -1 5 0 0 28 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 18175400 KiB
Current children cumulated memory: 37392 KiB

[startup+0.703405 s]
/proc/loadavg: 0.08 0.09 0.09 8/316 697359
/proc/meminfo: memFree=130007960/131655788 swapFree=131071996/131071996
[pid=697291] ppid=697287 vsize=18975048 memory=64576 CPUtime=0.41 cores=5,7
/proc/697291/stat : 697291 (java) S 697287 697291 697210 0 -1 1077936128 7182 0 65 0 35 6 0 0 20 0 18 0 139571670 19430449152 16144 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
/proc/697291/statm: 4743762 16144 5598 1 0 551463 0
[pid=697291/tid=697293] ppid=697287 vsize=18975048 memory=2648 CPUtime=0.24 cores=5,7
/proc/697291/task/697293/stat : 697293 (java) R 697287 697291 697210 0 -1 4194368 5700 0 54 0 20 4 0 0 20 0 18 0 139571671 19430449152 16144 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 45 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
[pid=697291/tid=697330] ppid=697287 vsize=18975048 memory=25208 CPUtime=0 cores=5,7
/proc/697291/task/697330/stat : 697330 (Finalizer) S 697287 697291 697210 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 139571715 19430449152 16144 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
[pid=697291/tid=697358] ppid=697287 vsize=18975048 memory=449 CPUtime=0 cores=5,7
/proc/697291/task/697358/stat : 697358 (Common-Cleaner) S 697287 697291 697210 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 139571717 19430449152 16144 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64576 KiB

[startup+1.50072 s]
/proc/loadavg: 0.08 0.09 0.09 13/320 697363
/proc/meminfo: memFree=129945008/131655788 swapFree=131071996/131071996
[pid=697291] ppid=697287 vsize=19041612 memory=128156 CPUtime=1.94 cores=5,7
/proc/697291/stat : 697291 (java) S 697287 697291 697210 0 -1 1077936128 10816 0 66 0 184 10 0 0 20 0 19 0 139571670 19498610688 32039 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
/proc/697291/statm: 4760403 32039 5822 1 0 553837 0
[pid=697291/tid=697293] ppid=697287 vsize=19041612 memory=0 CPUtime=0.95 cores=5,7
/proc/697291/task/697293/stat : 697293 (java) R 697287 697291 697210 0 -1 4194368 6143 0 55 0 88 7 0 0 20 0 19 0 139571671 19498610688 32039 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 46 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
[pid=697291/tid=697330] ppid=697287 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/697291/task/697330/stat : 697330 (Finalizer) S 697287 697291 697210 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139571715 19498610688 32039 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
[pid=697291/tid=697358] ppid=697287 vsize=19041612 memory=25208 CPUtime=0 cores=5,7
/proc/697291/task/697358/stat : 697358 (Common-Cleaner) S 697287 697291 697210 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 139571717 19498610688 32039 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
[pid=697291/tid=697360] ppid=697287 vsize=19041612 memory=11600 CPUtime=0 cores=5,7
/proc/697291/task/697360/stat : 697360 (Timer-0) S 697287 697291 697210 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 139571764 19498610688 32039 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
Current children cumulated CPU time: 1.94 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 128156 KiB

[startup+3.10672 s]
/proc/loadavg: 0.80 0.24 0.14 9/323 697432
/proc/meminfo: memFree=129276228/131655788 swapFree=131071996/131071996
[pid=697291] ppid=697287 vsize=19108176 memory=187356 CPUtime=5.04 cores=5,7
/proc/697291/stat : 697291 (java) S 697287 697291 697210 0 -1 1077936128 20001 0 66 0 490 14 0 0 20 0 20 0 139571670 19566772224 46839 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
/proc/697291/statm: 4777044 46839 5896 1 0 557208 0
[pid=697291/tid=697293] ppid=697287 vsize=19108176 memory=0 CPUtime=2.48 cores=5,7
/proc/697291/task/697293/stat : 697293 (java) R 697287 697291 697210 0 -1 4194368 7279 0 55 0 240 8 0 0 20 0 20 0 139571671 19566772224 46839 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 46 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
[pid=697291/tid=697330] ppid=697287 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/697291/task/697330/stat : 697330 (Finalizer) S 697287 697291 697210 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139571715 19566772224 46839 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
[pid=697291/tid=697358] ppid=697287 vsize=19108176 memory=25208 CPUtime=0 cores=5,7
/proc/697291/task/697358/stat : 697358 (Common-Cleaner) S 697287 697291 697210 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 139571717 19566772224 46839 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
[pid=697291/tid=697360] ppid=697287 vsize=19108176 memory=1944 CPUtime=0 cores=5,7
/proc/697291/task/697360/stat : 697360 (Timer-0) S 697287 697291 697210 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139571764 19566772224 46839 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
Current children cumulated CPU time: 5.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 187356 KiB

[startup+6.30072 s]
/proc/loadavg: 0.80 0.24 0.14 5/323 697432
/proc/meminfo: memFree=125810200/131655788 swapFree=131071996/131071996
[pid=697291] ppid=697287 vsize=19108176 memory=517908 CPUtime=9.42 cores=5,7
/proc/697291/stat : 697291 (java) S 697287 697291 697210 0 -1 1077936128 24130 0 66 0 920 22 0 0 20 0 20 0 139571670 19566772224 129477 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
/proc/697291/statm: 4777044 129477 5896 1 0 559905 0
[pid=697291/tid=697293] ppid=697287 vsize=19108176 memory=0 CPUtime=5.63 cores=5,7
/proc/697291/task/697293/stat : 697293 (java) R 697287 697291 697210 0 -1 4194368 7618 0 55 0 547 16 0 0 20 0 20 0 139571671 19566772224 129477 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 46 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
[pid=697291/tid=697330] ppid=697287 vsize=19108176 memory=180372 CPUtime=0 cores=5,7
/proc/697291/task/697330/stat : 697330 (Finalizer) S 697287 697291 697210 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139571715 19566772224 129477 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
[pid=697291/tid=697358] ppid=697287 vsize=19108176 memory=433940 CPUtime=0 cores=5,7
/proc/697291/task/697358/stat : 697358 (Common-Cleaner) S 697287 697291 697210 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 139571717 19566772224 129477 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
[pid=697291/tid=697360] ppid=697287 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/697291/task/697360/stat : 697360 (Timer-0) S 697287 697291 697210 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139571764 19566772224 129477 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
Current children cumulated CPU time: 9.42 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 517908 KiB

[startup+12.7005 s]
/proc/loadavg: 1.06 0.30 0.16 5/323 697433
/proc/meminfo: memFree=123729028/131655788 swapFree=131071996/131071996
[pid=697291] ppid=697287 vsize=19108176 memory=683984 CPUtime=16.14 cores=5,7
/proc/697291/stat : 697291 (java) S 697287 697291 697210 0 -1 1077936128 28480 0 66 0 1587 27 0 0 20 0 20 0 139571670 19566772224 170996 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
/proc/697291/statm: 4777044 170996 5896 1 0 559905 0
[pid=697291/tid=697293] ppid=697287 vsize=19108176 memory=-8670951442272985788 CPUtime=11.94 cores=5,7
/proc/697291/task/697293/stat : 697293 (java) R 697287 697291 697210 0 -1 4194368 9197 0 55 0 1175 19 0 0 20 0 20 0 139571671 19566772224 170996 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 46 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
[pid=697291/tid=697330] ppid=697287 vsize=19108176 memory=-8670951442272985788 CPUtime=0 cores=5,7
/proc/697291/task/697330/stat : 697330 (Finalizer) S 697287 697291 697210 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139571715 19566772224 170996 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
[pid=697291/tid=697358] ppid=697287 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/697291/task/697358/stat : 697358 (Common-Cleaner) S 697287 697291 697210 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 139571717 19566772224 170996 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
[pid=697291/tid=697360] ppid=697287 vsize=19108176 memory=683984 CPUtime=0 cores=5,7
/proc/697291/task/697360/stat : 697360 (Timer-0) S 697287 697291 697210 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139571764 19566772224 170996 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
Current children cumulated CPU time: 16.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 683984 KiB

[startup+25.5005 s]
/proc/loadavg: 1.79 0.50 0.23 5/323 697435
/proc/meminfo: memFree=119361204/131655788 swapFree=131071996/131071996
[pid=697291] ppid=697287 vsize=19108176 memory=1337652 CPUtime=29.25 cores=5,7
/proc/697291/stat : 697291 (java) S 697287 697291 697210 0 -1 1077936128 38901 0 66 0 2883 42 0 0 20 0 20 0 139571670 19566772224 334413 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
/proc/697291/statm: 4777044 334413 5896 1 0 559905 0
[pid=697291/tid=697293] ppid=697287 vsize=19108176 memory=0 CPUtime=24.6 cores=5,7
/proc/697291/task/697293/stat : 697293 (java) R 697287 697291 697210 0 -1 4194368 12123 0 55 0 2428 32 0 0 20 0 20 0 139571671 19566772224 334413 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 46 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
[pid=697291/tid=697330] ppid=697287 vsize=19108176 memory=804848 CPUtime=0 cores=5,7
/proc/697291/task/697330/stat : 697330 (Finalizer) S 697287 697291 697210 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139571715 19566772224 334413 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
[pid=697291/tid=697358] ppid=697287 vsize=19108176 memory=1237264 CPUtime=0 cores=5,7
/proc/697291/task/697358/stat : 697358 (Common-Cleaner) S 697287 697291 697210 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 139571717 19566772224 334413 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
[pid=697291/tid=697360] ppid=697287 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/697291/task/697360/stat : 697360 (Timer-0) S 697287 697291 697210 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139571764 19566772224 334413 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
Current children cumulated CPU time: 29.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1337652 KiB

[startup+51.1197 s]
/proc/loadavg: 2.74 0.83 0.34 5/323 697439
/proc/meminfo: memFree=117190452/131655788 swapFree=131071996/131071996
[pid=697291] ppid=697287 vsize=19108176 memory=1347944 CPUtime=54.84 cores=5,7
/proc/697291/stat : 697291 (java) S 697287 697291 697210 0 -1 1077936128 43573 0 66 0 5440 44 0 0 20 0 20 0 139571670 19566772224 336986 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
/proc/697291/statm: 4777044 336986 5896 1 0 559905 0
[pid=697291/tid=697293] ppid=697287 vsize=19108176 memory=1347940 CPUtime=49.89 cores=5,7
/proc/697291/task/697293/stat : 697293 (java) S 697287 697291 697210 0 -1 1077936192 14823 0 55 0 4957 32 0 0 20 0 20 0 139571671 19566772224 336986 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 46 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
[pid=697291/tid=697330] ppid=697287 vsize=19108176 memory=1347940 CPUtime=0 cores=5,7
/proc/697291/task/697330/stat : 697330 (Finalizer) S 697287 697291 697210 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139571715 19566772224 336986 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
[pid=697291/tid=697358] ppid=697287 vsize=19108176 memory=11600 CPUtime=0 cores=5,7
/proc/697291/task/697358/stat : 697358 (Common-Cleaner) S 697287 697291 697210 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 139571717 19566772224 336986 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
[pid=697291/tid=697360] ppid=697287 vsize=19108176 memory=1341792 CPUtime=0 cores=5,7
/proc/697291/task/697360/stat : 697360 (Timer-0) S 697287 697291 697210 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139571764 19566772224 336986 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
Current children cumulated CPU time: 54.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1347944 KiB

[startup+102.301 s]
/proc/loadavg: 3.70 1.39 0.56 5/324 697449
/proc/meminfo: memFree=117105788/131655788 swapFree=131071996/131071996
[pid=697291] ppid=697287 vsize=19108176 memory=1372452 CPUtime=106.7 cores=5,7
/proc/697291/stat : 697291 (java) S 697287 697291 697210 0 -1 1077936128 59926 0 66 0 10619 51 0 0 20 0 20 0 139571670 19566772224 343113 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
/proc/697291/statm: 4777044 343113 5898 1 0 559905 0
[pid=697291/tid=697293] ppid=697287 vsize=19108176 memory=1372452 CPUtime=100.23 cores=5,7

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

[startup+3282.3 s]
/proc/loadavg: 4.24 4.46 4.26 6/323 699473
/proc/meminfo: memFree=102952492/131655788 swapFree=131071996/131071996
[pid=697291] ppid=697287 vsize=19108176 memory=2214352 CPUtime=3295.04 cores=5,7
/proc/697291/stat : 697291 (java) S 697287 697291 697210 0 -1 1077936128 241710 0 66 0 329183 321 0 0 20 0 20 0 139571670 19566772224 553588 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
/proc/697291/statm: 4777044 553588 5913 1 0 668706 0
[pid=697291/tid=697293] ppid=697287 vsize=19108176 memory=2212304 CPUtime=3245.35 cores=5,7
/proc/697291/task/697293/stat : 697293 (java) R 697287 697291 697210 0 -1 4194368 98931 0 55 0 324459 76 0 0 20 0 20 0 139571671 19566772224 553588 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 107 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
[pid=697291/tid=697330] ppid=697287 vsize=19108176 memory=2312 CPUtime=0 cores=5,7
/proc/697291/task/697330/stat : 697330 (Finalizer) S 697287 697291 697210 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139571715 19566772224 553588 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
[pid=697291/tid=697358] ppid=697287 vsize=19108176 memory=11600 CPUtime=0 cores=5,7
/proc/697291/task/697358/stat : 697358 (Common-Cleaner) S 697287 697291 697210 0 -1 1077936192 3248 0 0 0 0 0 0 0 20 0 20 0 139571717 19566772224 553588 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
[pid=697291/tid=697360] ppid=697287 vsize=19108176 memory=11600 CPUtime=0 cores=5,7
/proc/697291/task/697360/stat : 697360 (Timer-0) S 697287 697291 697210 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139571764 19566772224 553588 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
Current children cumulated CPU time: 3295.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2214352 KiB

[startup+3342.3 s]
/proc/loadavg: 4.28 4.42 4.26 6/323 699483
/proc/meminfo: memFree=102942052/131655788 swapFree=131071996/131071996
[pid=697291] ppid=697287 vsize=19108176 memory=2224700 CPUtime=3355.35 cores=5,7
/proc/697291/stat : 697291 (java) S 697287 697291 697210 0 -1 1077936128 244501 0 66 0 335209 326 0 0 20 0 20 0 139571670 19566772224 556175 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
/proc/697291/statm: 4777044 556175 5913 1 0 668706 0
[pid=697291/tid=697293] ppid=697287 vsize=19108176 memory=35012 CPUtime=3304.62 cores=5,7
/proc/697291/task/697293/stat : 697293 (java) R 697287 697291 697210 0 -1 4194368 100094 0 55 0 330385 77 0 0 20 0 20 0 139571671 19566772224 556175 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 107 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
[pid=697291/tid=697330] ppid=697287 vsize=19108176 memory=11600 CPUtime=0 cores=5,7
/proc/697291/task/697330/stat : 697330 (Finalizer) S 697287 697291 697210 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139571715 19566772224 556175 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
[pid=697291/tid=697358] ppid=697287 vsize=19108176 memory=11600 CPUtime=0 cores=5,7
/proc/697291/task/697358/stat : 697358 (Common-Cleaner) S 697287 697291 697210 0 -1 1077936192 3284 0 0 0 0 0 0 0 20 0 20 0 139571717 19566772224 556175 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
[pid=697291/tid=697360] ppid=697287 vsize=19108176 memory=11600 CPUtime=0 cores=5,7
/proc/697291/task/697360/stat : 697360 (Timer-0) S 697287 697291 697210 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139571764 19566772224 556175 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
Current children cumulated CPU time: 3355.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2224700 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.36 4.25 6/323 699494
/proc/meminfo: memFree=102888228/131655788 swapFree=131071996/131071996
[pid=697291] ppid=697287 vsize=19108176 memory=2239068 CPUtime=3415.56 cores=5,7
/proc/697291/stat : 697291 (java) S 697287 697291 697210 0 -1 1077936128 246554 0 66 0 341224 332 0 0 20 0 20 0 139571670 19566772224 559767 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
/proc/697291/statm: 4777044 559767 5913 1 0 668706 0
[pid=697291/tid=697293] ppid=697287 vsize=19108176 memory=35012 CPUtime=3363.89 cores=5,7
/proc/697291/task/697293/stat : 697293 (java) R 697287 697291 697210 0 -1 4194368 101670 0 55 0 336311 78 0 0 20 0 20 0 139571671 19566772224 559767 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 111 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
[pid=697291/tid=697330] ppid=697287 vsize=19108176 memory=2244 CPUtime=0 cores=5,7
/proc/697291/task/697330/stat : 697330 (Finalizer) S 697287 697291 697210 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139571715 19566772224 559767 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
[pid=697291/tid=697358] ppid=697287 vsize=19108176 memory=2237008 CPUtime=0 cores=5,7
/proc/697291/task/697358/stat : 697358 (Common-Cleaner) S 697287 697291 697210 0 -1 1077936192 3359 0 0 0 0 0 0 0 20 0 20 0 139571717 19566772224 559767 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
[pid=697291/tid=697360] ppid=697287 vsize=19108176 memory=11600 CPUtime=0 cores=5,7
/proc/697291/task/697360/stat : 697360 (Timer-0) S 697287 697291 697210 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139571764 19566772224 559767 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
Current children cumulated CPU time: 3415.56 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2239068 KiB

[startup+3462.3 s]
/proc/loadavg: 4.24 4.34 4.24 6/323 699504
/proc/meminfo: memFree=102875084/131655788 swapFree=131071996/131071996
[pid=697291] ppid=697287 vsize=19108176 memory=2251372 CPUtime=3475.81 cores=5,7
/proc/697291/stat : 697291 (java) S 697287 697291 697210 0 -1 1077936128 248977 0 66 0 347244 337 0 0 20 0 20 0 139571670 19566772224 562843 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
/proc/697291/statm: 4777044 562843 5913 1 0 668706 0
[pid=697291/tid=697293] ppid=697287 vsize=19108176 memory=35012 CPUtime=3422.95 cores=5,7
/proc/697291/task/697293/stat : 697293 (java) R 697287 697291 697210 0 -1 4194368 103272 0 55 0 342216 79 0 0 20 0 20 0 139571671 19566772224 562843 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 111 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
[pid=697291/tid=697330] ppid=697287 vsize=19108176 memory=2245228 CPUtime=0 cores=5,7
/proc/697291/task/697330/stat : 697330 (Finalizer) S 697287 697291 697210 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139571715 19566772224 562843 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
[pid=697291/tid=697358] ppid=697287 vsize=19108176 memory=2249324 CPUtime=0 cores=5,7
/proc/697291/task/697358/stat : 697358 (Common-Cleaner) S 697287 697291 697210 0 -1 1077936192 3418 0 0 0 0 0 0 0 20 0 20 0 139571717 19566772224 562843 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
[pid=697291/tid=697360] ppid=697287 vsize=19108176 memory=2249324 CPUtime=0 cores=5,7
/proc/697291/task/697360/stat : 697360 (Timer-0) S 697287 697291 697210 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139571764 19566772224 562843 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
Current children cumulated CPU time: 3475.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2251372 KiB

[startup+3522.3 s]
/proc/loadavg: 4.22 4.32 4.24 6/321 699514
/proc/meminfo: memFree=102864128/131655788 swapFree=131071996/131071996
[pid=697291] ppid=697287 vsize=19108176 memory=2261648 CPUtime=3536.04 cores=5,7
/proc/697291/stat : 697291 (java) S 697287 697291 697210 0 -1 1077936128 251807 0 66 0 353262 342 0 0 20 0 20 0 139571670 19566772224 565412 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
/proc/697291/statm: 4777044 565412 5913 1 0 668706 0
[pid=697291/tid=697293] ppid=697287 vsize=19108176 memory=35012 CPUtime=3482.09 cores=5,7
/proc/697291/task/697293/stat : 697293 (java) R 697287 697291 697210 0 -1 4194368 104534 0 55 0 348128 81 0 0 20 0 20 0 139571671 19566772224 565412 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 115 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
[pid=697291/tid=697330] ppid=697287 vsize=19108176 memory=2249324 CPUtime=0 cores=5,7
/proc/697291/task/697330/stat : 697330 (Finalizer) S 697287 697291 697210 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139571715 19566772224 565412 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
[pid=697291/tid=697358] ppid=697287 vsize=19108176 memory=2261648 CPUtime=0.01 cores=5,7
/proc/697291/task/697358/stat : 697358 (Common-Cleaner) S 697287 697291 697210 0 -1 1077936192 3487 0 0 0 0 1 0 0 20 0 20 0 139571717 19566772224 565412 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
[pid=697291/tid=697360] ppid=697287 vsize=19108176 memory=11600 CPUtime=0 cores=5,7
/proc/697291/task/697360/stat : 697360 (Timer-0) S 697287 697291 697210 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139571764 19566772224 565412 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
Current children cumulated CPU time: 3536.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2261648 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.27 4.23 6/319 699526
/proc/meminfo: memFree=102853572/131655788 swapFree=131071996/131071996
[pid=697291] ppid=697287 vsize=19108176 memory=2271920 CPUtime=3596.25 cores=5,7
/proc/697291/stat : 697291 (java) S 697287 697291 697210 0 -1 1077936128 254615 0 66 0 359278 347 0 0 20 0 20 0 139571670 19566772224 567980 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
/proc/697291/statm: 4777044 567980 5913 1 0 668706 0
[pid=697291/tid=697293] ppid=697287 vsize=19108176 memory=35012 CPUtime=3541.38 cores=5,7
/proc/697291/task/697293/stat : 697293 (java) R 697287 697291 697210 0 -1 4194368 105980 0 55 0 354057 81 0 0 20 0 20 0 139571671 19566772224 567980 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 118 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
[pid=697291/tid=697330] ppid=697287 vsize=19108176 memory=2265764 CPUtime=0 cores=5,7
/proc/697291/task/697330/stat : 697330 (Finalizer) S 697287 697291 697210 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139571715 19566772224 567980 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
[pid=697291/tid=697358] ppid=697287 vsize=19108176 memory=11600 CPUtime=0.01 cores=5,7
/proc/697291/task/697358/stat : 697358 (Common-Cleaner) S 697287 697291 697210 0 -1 1077936192 3561 0 0 0 0 1 0 0 20 0 20 0 139571717 19566772224 567980 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
[pid=697291/tid=697360] ppid=697287 vsize=19108176 memory=2271916 CPUtime=0 cores=5,7
/proc/697291/task/697360/stat : 697360 (Timer-0) S 697287 697291 697210 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139571764 19566772224 567980 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
Current children cumulated CPU time: 3596.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2271920 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3586.11 s]
/proc/loadavg: 4.12 4.27 4.23 7/319 699526
/proc/meminfo: memFree=102851540/131655788 swapFree=131071996/131071996
[pid=697291] ppid=697287 vsize=19108176 memory=2273968 CPUtime=3600.07 cores=5,7
/proc/697291/stat : 697291 (java) S 697287 697291 697210 0 -1 1077936128 254625 0 66 0 359660 347 0 0 20 0 20 0 139571670 19566772224 568492 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
/proc/697291/statm: 4777044 568492 5913 1 0 668706 0
[pid=697291/tid=697293] ppid=697287 vsize=19108176 memory=35012 CPUtime=3545.06 cores=5,7
/proc/697291/task/697293/stat : 697293 (java) R 697287 697291 697210 0 -1 4194368 105983 0 55 0 354425 81 0 0 20 0 20 0 139571671 19566772224 568492 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 118 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
[pid=697291/tid=697330] ppid=697287 vsize=19108176 memory=2271916 CPUtime=0 cores=5,7
/proc/697291/task/697330/stat : 697330 (Finalizer) S 697287 697291 697210 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139571715 19566772224 568492 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
[pid=697291/tid=697358] ppid=697287 vsize=19108176 memory=2271920 CPUtime=0.01 cores=5,7
/proc/697291/task/697358/stat : 697358 (Common-Cleaner) S 697287 697291 697210 0 -1 1077936192 3561 0 0 0 0 1 0 0 20 0 20 0 139571717 19566772224 568492 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
[pid=697291/tid=697360] ppid=697287 vsize=19108176 memory=5096 CPUtime=0 cores=5,7
/proc/697291/task/697360/stat : 697360 (Timer-0) S 697287 697291 697210 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139571764 19566772224 568492 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2273968 KiB

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

[startup+3586.31 s]
# the end of solver process 697291 was just reported to runsolver
# Child status: 143

# cumulated CPU time of all completed processes:  user=3596.96 s, system=3.48994 s

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

[startup+3586.21 s]
/proc/loadavg: 4.12 4.27 4.23 7/319 699526
/proc/meminfo: memFree=102851540/131655788 swapFree=131071996/131071996
[pid=697291] ppid=697287 vsize=19307868 memory=2274648 CPUtime=3600.26 cores=5,7
/proc/697291/stat : 697291 (java) S 697287 697291 697210 0 -1 1077936128 257102 0 66 0 359679 347 0 0 20 0 21 0 139571670 19771256832 568662 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
/proc/697291/statm: 4826967 568662 5913 1 0 669641 0
[pid=697291/tid=697293] ppid=697287 vsize=19307868 memory=2808 CPUtime=3545.16 cores=5,7
/proc/697291/task/697293/stat : 697293 (java) R 697287 697291 697210 0 -1 4194368 106069 0 55 0 354435 81 0 0 20 0 21 0 139571671 19771256832 568662 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 118 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
[pid=697291/tid=697330] ppid=697287 vsize=19307868 memory=4968 CPUtime=0 cores=5,7
/proc/697291/task/697330/stat : 697330 (Finalizer) S 697287 697291 697210 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 139571715 19771256832 568662 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
[pid=697291/tid=697358] ppid=697287 vsize=19307868 memory=7687232 CPUtime=0.01 cores=5,7
/proc/697291/task/697358/stat : 697358 (Common-Cleaner) S 697287 697291 697210 0 -1 1077936192 3561 0 0 0 0 1 0 0 20 0 21 0 139571717 19771256832 568662 134679101440 93827744776192 93827744779888 140735713707808 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93827744787704 93827744788496 93827777503232 140735713715158 140735713715271 140735713715271 140735713722312 0
Current children cumulated CPU time: 3600.26 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 2274648 KiB

Child status: 143

Real time (s): 3586.31
CPU time (s): 3600.45
CPU user time (s): 3596.96
CPU system time (s): 3.48994
CPU usage (%): 100.394
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 2274648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.96
system time used= 3.48994
maximum resident set size= 2275644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 257833
page faults= 66
swaps= 0
block input operations= 13448
block output operations= 3840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 124959
involuntary context switches= 5780


# summary of solver processes directly reported to runsolver:
#   pid: 697291
#   total CPU time (s): 3600.45
#   total CPU user time (s): 3596.96
#   total CPU system time (s): 3.48994

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.4152 second user time and 38.0858 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-13 14:36:05
IDJOB=4424289
IDBENCH=143702
IDSOLVER=3035
FILE ID=nodeC008/4424289-1720874152
RUNJOBID= nodeC008-1720874164-697223
SLURM_JOB_ID= 7483756
Free space on /tmp= 723780 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111220767--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4424289-1720874152/watcher-4424289-1720874152 -o /tmp/evaluation-result-4424289-1720874152/solver-4424289-1720874152 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1720874164-697223 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4424289-1720874152.wbo

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2

MD5SUM BENCH= 88b7c0c564c77620507551e3e8601c53
RANDOM SEED=450756964

nodeC008.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.299
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.222
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.354
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.249
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.247
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.248
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.273
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.248
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        130174160 kB
MemAvailable:   130000312 kB
Buffers:          317636 kB
Cached:           358712 kB
SwapCached:            0 kB
Active:           446308 kB
Inactive:         541720 kB
Active(anon):       1408 kB
Inactive(anon):   347980 kB
Active(file):     444900 kB
Inactive(file):   193740 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              3164 kB
Writeback:             0 kB
AnonPages:        309936 kB
Mapped:           107272 kB
Shmem:             37704 kB
KReclaimable:      55084 kB
Slab:             143268 kB
SReclaimable:      55084 kB
SUnreclaim:        88184 kB
KernelStack:        3872 kB
PageTables:         9740 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     640060 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            45536 kB
HardwareCorrupted:     0 kB
AnonHugePages:    182272 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      146248 kB
DirectMap2M:     9195520 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 723712 MiB
End job on nodeC008 at 2024-07-13 15:35:51