Trace number 4424280

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.46 3590.14

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900576360--soft-66-100-0.wbo
MD5SUM07149bb688e9c24b651465ffa2b1083b
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark15.2822
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints937
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 46894
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46893
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 733
Number of bits of the biggest sum of numbers10
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.12/0.79	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.79	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.79	c See www.sat4j.org for details.
0.26/0.81	c version CUSTOM.v20240707
0.26/0.83	c java.runtime.name	OpenJDK Runtime Environment
0.26/0.83	c java.vm.name		OpenJDK 64-Bit Server VM
0.26/0.83	c java.vm.version	22.0.1+8-16
0.26/0.83	c java.vm.vendor	Oracle Corporation
0.26/0.83	c sun.arch.data.model	64
0.26/0.83	c java.version		22.0.1
0.26/0.83	c os.name		Linux
0.26/0.83	c os.version		4.18.0-301.1.el8.x86_64
0.26/0.83	c os.arch		amd64
0.26/0.85	c Free memory 		2115194816
0.26/0.85	c Max memory 		16282288128
0.26/0.85	c Total memory 		2122317824
0.26/0.85	c Number of processors 	2
0.62/1.04	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.62/1.04	 - never skip resolution steps
0.62/1.04	 - Auto-division on coefficients is disabled
0.62/1.04	 - No postprocessing
0.62/1.04	 - Conflict is considered as is when resolving
0.62/1.04	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.62/1.04	 - Weaken first using unassigned literals
0.62/1.04	 - Bump strategy: ALWAYS_ONE
0.62/1.04	 - Bumper: ASSIGNED
0.62/1.04	--- Begin Solver configuration ---
0.62/1.04	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.62/1.04	Learn all clauses as in MiniSAT
0.62/1.04	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.62/1.04	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.62/1.04	No reason simplification
0.62/1.04	Armin Biere (Picosat) restarts strategy
0.62/1.04	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.62/1.04	timeout=2147483s
0.62/1.04	DB Simplification allowed=false
0.62/1.04	Listener: none
0.62/1.04	--- End Solver configuration ---
0.62/1.04	c Pseudo Boolean Optimization by upper bound
0.62/1.04	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.62/1.04	c  - never skip resolution steps
0.62/1.04	c  - Auto-division on coefficients is disabled
0.62/1.04	c  - No postprocessing
0.62/1.04	c  - Conflict is considered as is when resolving
0.62/1.04	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.62/1.04	c  - Weaken first using unassigned literals
0.62/1.04	c  - Bump strategy: ALWAYS_ONE
0.62/1.04	c  - Bumper: ASSIGNED
0.62/1.04	c --- Begin Solver configuration ---
0.62/1.04	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.62/1.04	c Learn all clauses as in MiniSAT
0.62/1.04	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.62/1.04	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.62/1.04	c No reason simplification
0.62/1.04	c Armin Biere (Picosat) restarts strategy
0.62/1.04	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.62/1.04	c timeout=2147483s
0.62/1.04	c DB Simplification allowed=false
0.62/1.04	c Listener: none
0.62/1.04	c --- End Solver configuration ---
0.62/1.04	c solving HOME/instance-4424280-1720874152.wbo
0.62/1.04	c reading problem ... 
0.97/1.25	c ... done. Wall clock time 0.199s.
0.97/1.25	c declared #vars     231
0.97/1.25	c internal #vars     1168
0.97/1.25	c #constraints  2708
0.97/1.25	c constraints type 
0.97/1.25	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 160
0.97/1.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 14
0.97/1.25	c org.sat4j.specs.Constr$1 => 1
0.97/1.25	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 9
0.97/1.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2524
0.97/1.25	c 2708 constraints processed.
0.97/1.28	c objective function length is 937 literals
1.56/1.57	c SATISFIABLE
1.56/1.57	c OPTIMIZING...
1.56/1.57	c Got one! Elapsed wall clock time (in seconds):0.521
1.56/1.57	o 6448
1.95/1.79	c Got one! Elapsed wall clock time (in seconds):0.741
1.95/1.79	o 6442
2.93/2.24	c Got one! Elapsed wall clock time (in seconds):1.191
2.93/2.24	o 6441
3.33/2.47	c Got one! Elapsed wall clock time (in seconds):1.429
3.33/2.47	o 6439
4.13/2.82	c Got one! Elapsed wall clock time (in seconds):1.778
4.13/2.82	o 6438
5.30/3.41	c Got one! Elapsed wall clock time (in seconds):2.372
5.30/3.41	o 6436
5.89/3.77	c Got one! Elapsed wall clock time (in seconds):2.723
5.89/3.77	o 6435
7.15/4.47	c Got one! Elapsed wall clock time (in seconds):3.418
7.15/4.47	o 6434
8.31/5.41	c Got one! Elapsed wall clock time (in seconds):4.372
8.31/5.41	o 6432
10.52/7.21	c Got one! Elapsed wall clock time (in seconds):6.172
10.52/7.21	o 6431
11.13/7.82	c Got one! Elapsed wall clock time (in seconds):6.782
11.13/7.82	o 6430
12.33/8.95	c Got one! Elapsed wall clock time (in seconds):7.907
12.33/8.95	o 6428
14.24/10.85	c Got one! Elapsed wall clock time (in seconds):9.806
14.24/10.85	o 6427
17.74/14.37	c Got one! Elapsed wall clock time (in seconds):13.326
17.74/14.37	o 6426
24.74/21.34	c Got one! Elapsed wall clock time (in seconds):20.299
24.74/21.34	o 6425
26.40/22.97	c Got one! Elapsed wall clock time (in seconds):21.924
26.40/22.97	o 6424
29.03/25.59	c Got one! Elapsed wall clock time (in seconds):24.544
29.03/25.59	o 6423
33.07/29.52	c Got one! Elapsed wall clock time (in seconds):28.476
33.07/29.52	o 6421
39.62/36.06	c Got one! Elapsed wall clock time (in seconds):35.014
39.62/36.06	o 6420
50.00/46.42	c Got one! Elapsed wall clock time (in seconds):45.375
50.00/46.42	o 6419
72.07/68.43	c Got one! Elapsed wall clock time (in seconds):67.39
72.07/68.43	o 6418
74.46/70.82	c Got one! Elapsed wall clock time (in seconds):69.774
74.46/70.82	o 6417
80.76/77.12	c Got one! Elapsed wall clock time (in seconds):76.073
80.76/77.12	o 6416
88.43/84.87	c Got one! Elapsed wall clock time (in seconds):83.823
88.43/84.87	o 6415
100.81/97.29	c Got one! Elapsed wall clock time (in seconds):96.247
100.81/97.29	o 6414
117.83/114.10	c Got one! Elapsed wall clock time (in seconds):113.062
117.83/114.10	o 6413
150.87/146.83	c Got one! Elapsed wall clock time (in seconds):145.788
150.87/146.83	o 6412
204.30/200.66	c Got one! Elapsed wall clock time (in seconds):199.617
204.30/200.66	o 6411
208.46/204.87	c Got one! Elapsed wall clock time (in seconds):203.824
208.46/204.87	o 6410
216.88/213.31	c Got one! Elapsed wall clock time (in seconds):212.265
216.88/213.31	o 6409
229.40/225.93	c Got one! Elapsed wall clock time (in seconds):224.884
229.40/225.93	o 6408
246.73/243.22	c Got one! Elapsed wall clock time (in seconds):242.181
246.73/243.22	o 6407
278.77/275.27	c Got one! Elapsed wall clock time (in seconds):274.227
278.77/275.27	o 6406
326.79/323.32	c Got one! Elapsed wall clock time (in seconds):322.28
326.79/323.32	o 6405
403.81/400.43	c Got one! Elapsed wall clock time (in seconds):399.385
403.81/400.43	o 6404
533.88/531.05	c Got one! Elapsed wall clock time (in seconds):530.005
533.88/531.05	o 6403
545.07/542.22	c Got one! Elapsed wall clock time (in seconds):541.182
545.07/542.22	o 6402
558.26/555.47	c Got one! Elapsed wall clock time (in seconds):554.424
558.26/555.47	o 6401
580.15/577.38	c Got one! Elapsed wall clock time (in seconds):576.336
580.15/577.38	o 6400
613.42/610.67	c Got one! Elapsed wall clock time (in seconds):609.625
613.42/610.67	o 6313
666.06/663.03	c Got one! Elapsed wall clock time (in seconds):661.989
666.06/663.03	o 6312
741.50/738.68	c Got one! Elapsed wall clock time (in seconds):737.641
741.50/738.68	o 6311
860.94/858.18	c Got one! Elapsed wall clock time (in seconds):857.134
860.94/858.18	o 6310
977.17/974.15	c cleaning 8719 clauses out of 17441 with flag 0/17441
990.28/987.27	c Got one! Elapsed wall clock time (in seconds):986.223
990.28/987.27	o 6309
1063.57/1060.53	c Got one! Elapsed wall clock time (in seconds):1059.485
1063.57/1060.53	o 6308
1068.36/1065.38	c Got one! Elapsed wall clock time (in seconds):1064.342
1068.36/1065.38	o 6307
1073.71/1070.67	c Got one! Elapsed wall clock time (in seconds):1069.626
1073.71/1070.67	o 6306
1083.80/1080.76	c Got one! Elapsed wall clock time (in seconds):1079.722
1083.80/1080.76	o 6261
1100.67/1097.66	c Got one! Elapsed wall clock time (in seconds):1096.615
1100.67/1097.66	o 6260
1131.59/1128.53	c Got one! Elapsed wall clock time (in seconds):1127.483
1131.59/1128.53	o 6259
1179.10/1176.33	c Got one! Elapsed wall clock time (in seconds):1175.29
1179.10/1176.33	o 6258
1257.66/1255.12	c Got one! Elapsed wall clock time (in seconds):1254.076
1257.66/1255.13	o 6233
1398.51/1395.96	c Got one! Elapsed wall clock time (in seconds):1394.913
1398.51/1395.96	o 6232
1499.06/1496.56	c cleaning 8959 clauses out of 17929 with flag 0/26648
1514.84/1512.23	c Got one! Elapsed wall clock time (in seconds):1511.188
1514.84/1512.23	o 6231
1614.30/1611.39	c Got one! Elapsed wall clock time (in seconds):1610.35
1614.30/1611.39	o 6230
1619.91/1616.85	c Got one! Elapsed wall clock time (in seconds):1615.807
1619.91/1616.85	o 6229
1629.81/1626.75	c Got one! Elapsed wall clock time (in seconds):1625.711
1629.81/1626.75	o 6228
1643.21/1640.16	c Got one! Elapsed wall clock time (in seconds):1639.116
1643.21/1640.16	o 6227
1662.03/1658.96	c Got one! Elapsed wall clock time (in seconds):1657.913
1662.03/1658.96	o 6226
1691.44/1688.32	c Got one! Elapsed wall clock time (in seconds):1687.275
1691.44/1688.32	o 6225
1741.10/1738.03	c Got one! Elapsed wall clock time (in seconds):1736.989
1741.10/1738.03	o 6224
1805.59/1802.58	c cleaning 8722 clauses out of 17465 with flag 0/35143
1806.80/1803.78	c Got one! Elapsed wall clock time (in seconds):1802.74
1806.80/1803.78	o 6223
1834.37/1831.22	c Got one! Elapsed wall clock time (in seconds):1830.181
1834.37/1831.22	o 6222
1930.16/1926.77	c Got one! Elapsed wall clock time (in seconds):1925.726
1930.16/1926.77	o 6221
2045.74/2042.32	c cleaning 5879 clauses out of 15161 with flag 0/41561
2077.71/2074.22	c Got one! Elapsed wall clock time (in seconds):2073.178
2077.71/2074.22	o 6220
2225.42/2221.69	c cleaning 4656 clauses out of 15124 with flag 0/47403
2254.62/2250.70	c Got one! Elapsed wall clock time (in seconds):2249.655
2254.62/2250.70	o 6219
2257.93/2254.09	c Got one! Elapsed wall clock time (in seconds):2253.046
2257.93/2254.09	o 6218
2263.36/2259.43	c Got one! Elapsed wall clock time (in seconds):2258.387
2263.36/2259.43	o 6217
2270.89/2266.96	c Got one! Elapsed wall clock time (in seconds):2265.917
2270.89/2266.96	o 6202
2281.24/2277.26	c Got one! Elapsed wall clock time (in seconds):2276.221
2281.24/2277.26	o 6201
2300.20/2295.97	c Got one! Elapsed wall clock time (in seconds):2294.932
2300.20/2295.97	o 6185
2331.14/2326.86	c Got one! Elapsed wall clock time (in seconds):2325.813
2331.14/2326.86	o 6184
2379.08/2374.75	c Got one! Elapsed wall clock time (in seconds):2373.71
2379.08/2374.75	o 6183
2484.51/2480.07	c Got one! Elapsed wall clock time (in seconds):2479.027
2484.51/2480.07	o 6179
2658.00/2653.35	c cleaning 7110 clauses out of 19168 with flag 0/56103
2668.87/2664.15	c Got one! Elapsed wall clock time (in seconds):2663.11
2668.87/2664.15	o 6178
2785.53/2780.14	c Got one! Elapsed wall clock time (in seconds):2779.099
2785.53/2780.14	o 6177
2907.70/2902.02	c cleaning 5318 clauses out of 18468 with flag 0/62513
3019.77/3013.42	c Got one! Elapsed wall clock time (in seconds):3012.375
3019.77/3013.42	o 1153
3138.97/3132.22	c cleaning 4780 clauses out of 18922 with flag 0/68285
3344.76/3336.39	c cleaning 5156 clauses out of 20144 with flag 0/74287
3358.06/3349.54	c Got one! Elapsed wall clock time (in seconds):3348.498
3358.06/3349.54	o 903
3360.80/3352.16	c Got one! Elapsed wall clock time (in seconds):3351.119
3360.80/3352.16	o 845
3364.58/3355.98	c Got one! Elapsed wall clock time (in seconds):3354.94
3364.58/3355.98	o 833
3369.76/3361.08	c Got one! Elapsed wall clock time (in seconds):3360.036
3369.76/3361.08	o 826
3379.61/3370.88	c Got one! Elapsed wall clock time (in seconds):3369.84
3379.61/3370.88	o 821
3400.11/3391.16	c Got one! Elapsed wall clock time (in seconds):3390.114
3400.11/3391.16	o 796
3431.17/3422.04	c Got one! Elapsed wall clock time (in seconds):3420.995
3431.17/3422.04	o 793
3484.02/3474.52	c Got one! Elapsed wall clock time (in seconds):3473.481
3484.02/3474.52	o 781
3584.67/3574.57	c Got one! Elapsed wall clock time (in seconds):3573.527
3584.67/3574.57	o 774
3600.04/3589.92	c starts		: 173
3600.04/3589.96	c conflicts		: 80068
3600.04/3589.96	c decisions		: 334456
3600.04/3589.96	c propagations		: 3247026
3600.04/3589.96	c inspects		: 1403701695
3600.04/3589.96	c shortcuts		: 0
3600.04/3589.96	c learnt literals	: 0
3600.04/3589.96	c learnt binary clauses	: 0
3600.04/3589.96	c learnt ternary clauses	: 0
3600.04/3589.96	c learnt constraints	: 80068
3600.04/3589.96	c ignored constraints	: 0
3600.04/3589.96	c root simplifications	: 0
3600.04/3589.96	c removed literals (reason simplification)	: 0
3600.04/3589.96	c reason swapping (by a shorter reason)	: 0
3600.04/3589.96	c Calls to reduceDB	: 9
3600.04/3589.96	c Number of update (reduction) of LBD	: 2242
3600.04/3589.96	c Imported unit clauses	: 0
3600.04/3589.96	c No decision after first conflict	: false
3600.04/3589.96	c number of reductions to clauses (during analyze)	: 0
3600.04/3589.96	c number of learned constraints concerned by reduction	: 0
3600.04/3589.96	c number of learning phase by resolution	: 0
3600.04/3589.96	c number of learning phase by cutting planes	: 0
3600.04/3589.96	c number of rounding to 1 operations	: 192484
3600.04/3589.96	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3589.96	c number of reductions of the coefficients by power 2 	: 0
3600.04/3589.96	c number of right shift for reduction by power 2 	: 0
3600.04/3589.96	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3589.96	c number of ending skipping 	: 0
3600.04/3589.96	c number of internal skipping 	: 0
3600.04/3589.96	c number of derivation steps 	: 739903
3600.04/3589.98	c number of skipped derivation steps 	: 0
3600.04/3589.98	c number of remaining unassigned 	: 131579
3600.04/3589.98	c number of remaining assigned 	: 9188869
3600.04/3589.98	c number of falsified literals weakened from reason	: 0
3600.04/3589.98	c number of falsified literals weakened from conflict	: 0
3600.04/3589.98	c time for arithmetic operations	: 1257053730
3600.04/3589.99	c minimum degree of deleted constraints	: 4
3600.04/3589.99	c maximum degree of deleted constraints	: 2719357
3600.04/3589.99	c number of deleted constraints	: 59299
3600.04/3590.00	c speed (assignments/second)	: 904.7901945715251
3600.04/3590.00	c non guided choices	: 7911
3600.28/3590.08	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 14314
3600.28/3590.08	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 125
3600.28/3590.08	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 6330
3600.28/3590.08	s SATISFIABLE
3600.28/3590.08	c Found 86 solution(s)
3600.28/3590.09	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 -x170 -x171 x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 
3600.28/3590.09	c objective function=774
3600.28/3590.09	c Total wall clock time (in seconds): 3589.047

Verifier Data

OK	416

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 (63488 MiB free)
  memory of node 1: 64510 MiB (63628 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=697589, runsolver pid=697578
Current StackSize limit: 8192 KiB


[startup+0.100062 s]*
/proc/loadavg: 0.47 0.22 0.18 4/244 697592
/proc/meminfo: memFree=130162956/131655788 swapFree=131071996/131071996
[pid=697589] ppid=697578 vsize=37736 memory=3488 CPUtime=0 cores=1,3
/proc/697589/stat : 697589 (java) D 697578 697589 697515 0 -1 4194304 258 0 6 0 0 0 0 0 20 0 1 0 139571902 38641664 872 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 0 0 0 0 0 0 17 1 0 0 6 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
/proc/697589/statm: 9434 872 746 1 0 459 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 37736 KiB
Current children cumulated memory: 3488 KiB

[startup+0.214735 s]*
/proc/loadavg: 0.47 0.22 0.18 4/247 697595
/proc/meminfo: memFree=130152160/131655788 swapFree=131071996/131071996
[pid=697589] ppid=697578 vsize=37736 memory=6716 CPUtime=0.01 cores=1,3
/proc/697589/stat : 697589 (java) D 697578 697589 697515 0 -1 4194304 556 0 24 0 0 1 0 0 20 0 1 0 139571902 38641664 1679 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 0 0 0 0 0 0 17 1 0 0 17 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
/proc/697589/statm: 9434 1679 1347 1 0 254 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 37736 KiB
Current children cumulated memory: 6716 KiB

[startup+0.31371 s]*
/proc/loadavg: 0.47 0.22 0.18 2/252 697600
/proc/meminfo: memFree=130147692/131655788 swapFree=131071996/131071996
[pid=697589] ppid=697578 vsize=239396 memory=8608 CPUtime=0.01 cores=1,3
/proc/697589/stat : 697589 (java) S 697578 697589 697515 0 -1 1077936128 604 0 43 0 0 1 0 0 20 0 2 0 139571902 245141504 2152 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 0 0 0 0 0 0 17 3 0 0 20 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
/proc/697589/statm: 59849 2152 1768 1 0 583 0
[pid=697589/tid=697599] ppid=697578 vsize=239396 memory=-8599172024676885180 CPUtime=0 cores=1,3
/proc/697589/task/697599/stat : 697599 (java) D 697578 697589 697515 0 -1 4194368 33 0 11 0 0 0 0 0 20 0 2 0 139571927 245141504 2152 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 0 0 0 0 0 0 -1 1 0 0 6 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 239396 KiB
Current children cumulated memory: 8608 KiB

[startup+0.704087 s]
/proc/loadavg: 0.47 0.22 0.18 4/252 697600
/proc/meminfo: memFree=130114372/131655788 swapFree=131071996/131071996
[pid=697589] ppid=697578 vsize=18975008 memory=52984 CPUtime=0.12 cores=1,3
/proc/697589/stat : 697589 (java) S 697578 697589 697515 0 -1 1077936128 6288 0 121 0 7 5 0 0 20 0 18 0 139571902 19430408192 13246 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 0 0 16800975 0 0 0 17 3 0 0 20 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
/proc/697589/statm: 4743752 13246 5109 1 0 550636 0
[pid=697589/tid=697599] ppid=697578 vsize=18975008 memory=2560 CPUtime=0.09 cores=1,3
/proc/697589/task/697599/stat : 697599 (java) R 697578 697589 697515 0 -1 4194368 5273 0 76 0 5 4 0 0 20 0 18 0 139571927 19430408192 13246 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 34 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975008 KiB
Current children cumulated memory: 52984 KiB

[startup+1.50704 s]
/proc/loadavg: 0.47 0.22 0.18 16/317 697665
/proc/meminfo: memFree=129948068/131655788 swapFree=131071996/131071996
[pid=697589] ppid=697578 vsize=19041612 memory=103724 CPUtime=1.56 cores=1,3
/proc/697589/stat : 697589 (java) S 697578 697589 697515 0 -1 1077936128 9072 0 124 0 147 9 0 0 20 0 19 0 139571902 19498610688 25931 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 0 0 16800975 0 0 0 17 3 0 0 20 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
/proc/697589/statm: 4760403 25931 5812 1 0 552773 0
[pid=697589/tid=697599] ppid=697578 vsize=19041612 memory=2560 CPUtime=0.75 cores=1,3
/proc/697589/task/697599/stat : 697599 (java) R 697578 697589 697515 0 -1 4194368 6257 0 79 0 69 6 0 0 20 0 19 0 139571927 19498610688 25931 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 36 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
[pid=697589/tid=697639] ppid=697578 vsize=19041612 memory=11408 CPUtime=0 cores=1,3
/proc/697589/task/697639/stat : 697639 (Finalizer) S 697578 697589 697515 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139571969 19498610688 25931 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
[pid=697589/tid=697665] ppid=697578 vsize=19041612 memory=35284 CPUtime=0 cores=1,3
/proc/697589/task/697665/stat : 697665 (Common-Cleaner) S 697578 697589 697515 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 19 0 139571971 19498610688 25931 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
Current children cumulated CPU time: 1.56 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 103724 KiB

[startup+3.10703 s]
/proc/loadavg: 0.47 0.22 0.18 13/323 697804
/proc/meminfo: memFree=129594792/131655788 swapFree=131071996/131071996
[pid=697589] ppid=697578 vsize=19108176 memory=183868 CPUtime=4.73 cores=1,3
/proc/697589/stat : 697589 (java) S 697578 697589 697515 0 -1 1077936128 22088 0 124 0 458 15 0 0 20 0 20 0 139571902 19566772224 45967 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 0 0 16800975 0 0 0 17 3 0 0 20 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
/proc/697589/statm: 4777044 45967 5829 1 0 557194 0
[pid=697589/tid=697599] ppid=697578 vsize=19108176 memory=0 CPUtime=2.3 cores=1,3
/proc/697589/task/697599/stat : 697599 (java) R 697578 697589 697515 0 -1 4194368 7403 0 79 0 222 8 0 0 20 0 20 0 139571927 19566772224 45967 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 36 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
[pid=697589/tid=697639] ppid=697578 vsize=19108176 memory=26396 CPUtime=0 cores=1,3
/proc/697589/task/697639/stat : 697639 (Finalizer) S 697578 697589 697515 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139571969 19566772224 45967 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
[pid=697589/tid=697665] ppid=697578 vsize=19108176 memory=11408 CPUtime=0 cores=1,3
/proc/697589/task/697665/stat : 697665 (Common-Cleaner) S 697578 697589 697515 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 20 0 139571971 19566772224 45967 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
[pid=697589/tid=697666] ppid=697578 vsize=19108176 memory=35284 CPUtime=0 cores=1,3
/proc/697589/task/697666/stat : 697666 (Timer-0) S 697578 697589 697515 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139572032 19566772224 45967 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
Current children cumulated CPU time: 4.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 183868 KiB

[startup+6.30047 s]
/proc/loadavg: 0.83 0.30 0.20 6/324 697805
/proc/meminfo: memFree=126362120/131655788 swapFree=131071996/131071996
[pid=697589] ppid=697578 vsize=19108176 memory=523112 CPUtime=9.53 cores=1,3
/proc/697589/stat : 697589 (java) S 697578 697589 697515 0 -1 1077936128 26963 0 124 0 929 24 0 0 20 0 20 0 139571902 19566772224 130778 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 0 0 16800975 0 0 0 17 3 0 0 20 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
/proc/697589/statm: 4777044 130778 5829 1 0 560547 0
[pid=697589/tid=697599] ppid=697578 vsize=19108176 memory=-8599172024676885180 CPUtime=5.46 cores=1,3
/proc/697589/task/697599/stat : 697599 (java) R 697578 697589 697515 0 -1 4194368 7734 0 79 0 530 16 0 0 20 0 20 0 139571927 19566772224 130778 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 36 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
[pid=697589/tid=697639] ppid=697578 vsize=19108176 memory=181136 CPUtime=0 cores=1,3
/proc/697589/task/697639/stat : 697639 (Finalizer) S 697578 697589 697515 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139571969 19566772224 130778 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
[pid=697589/tid=697665] ppid=697578 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/697589/task/697665/stat : 697665 (Common-Cleaner) S 697578 697589 697515 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 20 0 139571971 19566772224 130778 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
[pid=697589/tid=697666] ppid=697578 vsize=19108176 memory=11408 CPUtime=0 cores=1,3
/proc/697589/task/697666/stat : 697666 (Timer-0) S 697578 697589 697515 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139572032 19566772224 130778 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
Current children cumulated CPU time: 9.53 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 523112 KiB

[startup+12.7005 s]
/proc/loadavg: 1.09 0.36 0.22 6/324 697807
/proc/meminfo: memFree=123822240/131655788 swapFree=131071996/131071996
[pid=697589] ppid=697578 vsize=19108176 memory=1108984 CPUtime=16.14 cores=1,3
/proc/697589/stat : 697589 (java) S 697578 697589 697515 0 -1 1077936128 30824 0 124 0 1575 39 0 0 20 0 20 0 139571902 19566772224 277246 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 0 0 16800975 0 0 0 17 3 0 0 20 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
/proc/697589/statm: 4777044 277246 5829 1 0 560547 0
[pid=697589/tid=697599] ppid=697578 vsize=19108176 memory=0 CPUtime=11.73 cores=1,3
/proc/697589/task/697599/stat : 697599 (java) R 697578 697589 697515 0 -1 4194368 9850 0 79 0 1144 29 0 0 20 0 20 0 139571927 19566772224 277246 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 36 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
[pid=697589/tid=697639] ppid=697578 vsize=19108176 memory=-8599172024676885180 CPUtime=0 cores=1,3
/proc/697589/task/697639/stat : 697639 (Finalizer) S 697578 697589 697515 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139571969 19566772224 277246 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
[pid=697589/tid=697665] ppid=697578 vsize=19108176 memory=932832 CPUtime=0 cores=1,3
/proc/697589/task/697665/stat : 697665 (Common-Cleaner) S 697578 697589 697515 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 20 0 139571971 19566772224 277246 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
[pid=697589/tid=697666] ppid=697578 vsize=19108176 memory=725984 CPUtime=0 cores=1,3
/proc/697589/task/697666/stat : 697666 (Timer-0) S 697578 697589 697515 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139572032 19566772224 277246 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
Current children cumulated CPU time: 16.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1108984 KiB

[startup+25.5005 s]
/proc/loadavg: 1.54 0.48 0.26 6/324 697808
/proc/meminfo: memFree=122538220/131655788 swapFree=131071996/131071996
[pid=697589] ppid=697578 vsize=19108176 memory=1168556 CPUtime=29.03 cores=1,3
/proc/697589/stat : 697589 (java) S 697578 697589 697515 0 -1 1077936128 35604 0 124 0 2862 41 0 0 20 0 20 0 139571902 19566772224 292139 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 0 0 16800975 0 0 0 17 3 0 0 20 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
/proc/697589/statm: 4777044 292139 5829 1 0 560547 0
[pid=697589/tid=697599] ppid=697578 vsize=19108176 memory=932832 CPUtime=24.39 cores=1,3
/proc/697589/task/697599/stat : 697599 (java) R 697578 697589 697515 0 -1 4194368 11490 0 79 0 2410 29 0 0 20 0 20 0 139571927 19566772224 292139 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 36 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
[pid=697589/tid=697639] ppid=697578 vsize=19108176 memory=1111172 CPUtime=0 cores=1,3
/proc/697589/task/697639/stat : 697639 (Finalizer) S 697578 697589 697515 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139571969 19566772224 292139 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
[pid=697589/tid=697665] ppid=697578 vsize=19108176 memory=-8599172024676885180 CPUtime=0 cores=1,3
/proc/697589/task/697665/stat : 697665 (Common-Cleaner) S 697578 697589 697515 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 20 0 139571971 19566772224 292139 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
[pid=697589/tid=697666] ppid=697578 vsize=19108176 memory=-9103291508942414524 CPUtime=0 cores=1,3
/proc/697589/task/697666/stat : 697666 (Timer-0) S 697578 697589 697515 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139572032 19566772224 292139 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
Current children cumulated CPU time: 29.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1168556 KiB

[startup+51.1143 s]
/proc/loadavg: 2.77 0.88 0.40 7/324 697813
/proc/meminfo: memFree=121723884/131655788 swapFree=131071996/131071996
[pid=697589] ppid=697578 vsize=19108176 memory=1348840 CPUtime=54.83 cores=1,3
/proc/697589/stat : 697589 (java) S 697578 697589 697515 0 -1 1077936128 46154 0 124 0 5433 50 0 0 20 0 20 0 139571902 19566772224 337210 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 0 0 16800975 0 0 0 17 3 0 0 20 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
/proc/697589/statm: 4777044 337210 5829 1 0 560547 0
[pid=697589/tid=697599] ppid=697578 vsize=19108176 memory=12724 CPUtime=49.64 cores=1,3
/proc/697589/task/697599/stat : 697599 (java) R 697578 697589 697515 0 -1 4194368 15593 0 79 0 4930 34 0 0 20 0 20 0 139571927 19566772224 337210 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 36 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
[pid=697589/tid=697639] ppid=697578 vsize=19108176 memory=1348824 CPUtime=0 cores=1,3
/proc/697589/task/697639/stat : 697639 (Finalizer) S 697578 697589 697515 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139571969 19566772224 337210 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
[pid=697589/tid=697665] ppid=697578 vsize=19108176 memory=1342680 CPUtime=0 cores=1,3
/proc/697589/task/697665/stat : 697665 (Common-Cleaner) S 697578 697589 697515 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 20 0 139571971 19566772224 337210 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
[pid=697589/tid=697666] ppid=697578 vsize=19108176 memory=11408 CPUtime=0 cores=1,3
/proc/697589/task/697666/stat : 697666 (Timer-0) S 697578 697589 697515 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139572032 19566772224 337210 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
Current children cumulated CPU time: 54.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1348840 KiB

[startup+102.3 s]
/proc/loadavg: 3.65 1.41 0.61 6/325 697823
/proc/meminfo: memFree=121166628/131655788 swapFree=131071996/131071996
[pid=697589] ppid=697578 vsize=19108176 memory=1363348 CPUtime=106.11 cores=1,3
/proc/697589/stat : 697589 (java) S 697578 697589 697515 0 -1 1077936128 55915 0 124 0 10557 54 0 0 20 0 20 0 139571902 19566772224 340837 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 0 0 16800975 0 0 0 17 3 0 0 20 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
/proc/697589/statm: 4777044 340837 5831 1 0 560547 0
[pid=697589/tid=697599] ppid=697578 vsize=19108176 memory=1361276 CPUtime=99.97 cores=1,3
/proc/697589/task/697599/stat : 697599 (java) R 697578 697589 697515 0 -1 4194368 19110 0 79 0 9962 35 0 0 20 0 20 0 139571927 19566772224 340837 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 36 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
[pid=697589/tid=697639] ppid=697578 vsize=19108176 memory=1363324 CPUtime=0 cores=1,3
/proc/697589/task/697639/stat : 697639 (Finalizer) S 697578 697589 697515 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139571969 19566772224 340837 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
[pid=697589/tid=697665] ppid=697578 vsize=19108176 memory=1361276 CPUtime=0 cores=1,3
/proc/697589/task/697665/stat : 697665 (Common-Cleaner) S 697578 697589 697515 0 -1 1077936192 159 0 0 0 0 0 0 0 20 0 20 0 139571971 19566772224 340837 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
[pid=697589/tid=697666] ppid=697578 vsize=19108176 memory=1355092 CPUtime=0 cores=1,3
/proc/697589/task/697666/stat : 697666 (Timer-0) S 697578 697589 697515 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139572032 19566772224 340837 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
Current children cumulated CPU time: 106.11 s
Current children cumulated vsize: 19108176 KiB

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

/proc/meminfo: memFree=116119856/131655788 swapFree=131071996/131071996
[pid=697589] ppid=697578 vsize=19108176 memory=3066440 CPUtime=3350.81 cores=1,3
/proc/697589/stat : 697589 (java) S 697578 697589 697515 0 -1 1077936128 270061 0 124 0 334721 360 0 0 20 0 20 0 139571902 19566772224 766610 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 0 0 16800975 0 0 0 17 3 0 0 20 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
/proc/697589/statm: 4777044 766610 5853 1 0 794848 0
[pid=697589/tid=697599] ppid=697578 vsize=19108176 memory=3066408 CPUtime=3291.59 cores=1,3
/proc/697589/task/697599/stat : 697599 (java) R 697578 697589 697515 0 -1 4194368 123111 0 79 0 329068 91 0 0 20 0 20 0 139571927 19566772224 766610 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 82 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
[pid=697589/tid=697639] ppid=697578 vsize=19108176 memory=3066440 CPUtime=0 cores=1,3
/proc/697589/task/697639/stat : 697639 (Finalizer) S 697578 697589 697515 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139571969 19566772224 766610 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
[pid=697589/tid=697665] ppid=697578 vsize=19108176 memory=3066440 CPUtime=0.01 cores=1,3
/proc/697589/task/697665/stat : 697665 (Common-Cleaner) S 697578 697589 697515 0 -1 1077936192 3447 0 0 0 1 0 0 0 20 0 20 0 139571971 19566772224 766610 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
[pid=697589/tid=697666] ppid=697578 vsize=19108176 memory=-7087955145566807675 CPUtime=0 cores=1,3
/proc/697589/task/697666/stat : 697666 (Timer-0) S 697578 697589 697515 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139572032 19566772224 766610 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
Current children cumulated CPU time: 3350.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3066440 KiB

[startup+3402.3 s]
/proc/loadavg: 4.26 4.23 4.13 6/322 699608
/proc/meminfo: memFree=116119260/131655788 swapFree=131071996/131071996
[pid=697589] ppid=697578 vsize=19108176 memory=3066588 CPUtime=3411.35 cores=1,3
/proc/697589/stat : 697589 (java) S 697578 697589 697515 0 -1 1077936128 274935 0 124 0 340770 365 0 0 20 0 20 0 139571902 19566772224 766647 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 0 0 16800975 0 0 0 17 3 0 0 20 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
/proc/697589/statm: 4777044 766647 5853 1 0 794897 0
[pid=697589/tid=697599] ppid=697578 vsize=19108176 memory=3066408 CPUtime=3350.45 cores=1,3
/proc/697589/task/697599/stat : 697599 (java) R 697578 697589 697515 0 -1 4194368 126449 0 79 0 334953 92 0 0 20 0 20 0 139571927 19566772224 766647 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 89 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
[pid=697589/tid=697639] ppid=697578 vsize=19108176 memory=3066588 CPUtime=0 cores=1,3
/proc/697589/task/697639/stat : 697639 (Finalizer) S 697578 697589 697515 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139571969 19566772224 766647 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
[pid=697589/tid=697665] ppid=697578 vsize=19108176 memory=3066588 CPUtime=0.01 cores=1,3
/proc/697589/task/697665/stat : 697665 (Common-Cleaner) S 697578 697589 697515 0 -1 1077936192 3484 0 0 0 1 0 0 0 20 0 20 0 139571971 19566772224 766647 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
[pid=697589/tid=697666] ppid=697578 vsize=19108176 memory=3066588 CPUtime=0 cores=1,3
/proc/697589/task/697666/stat : 697666 (Timer-0) S 697578 697589 697515 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139572032 19566772224 766647 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
Current children cumulated CPU time: 3411.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3066588 KiB

[startup+3462.3 s]
/proc/loadavg: 4.18 4.22 4.13 6/320 699618
/proc/meminfo: memFree=116063560/131655788 swapFree=131071996/131071996
[pid=697589] ppid=697578 vsize=19108176 memory=3066592 CPUtime=3471.8 cores=1,3
/proc/697589/stat : 697589 (java) S 697578 697589 697515 0 -1 1077936128 278787 0 124 0 346810 370 0 0 20 0 20 0 139571902 19566772224 766648 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 0 0 16800975 0 0 0 17 3 0 0 20 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
/proc/697589/statm: 4777044 766648 5853 1 0 794897 0
[pid=697589/tid=697599] ppid=697578 vsize=19108176 memory=3066408 CPUtime=3409.43 cores=1,3
/proc/697589/task/697599/stat : 697599 (java) R 697578 697589 697515 0 -1 4194368 128725 0 79 0 340850 93 0 0 20 0 20 0 139571927 19566772224 766648 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 92 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
[pid=697589/tid=697639] ppid=697578 vsize=19108176 memory=3066592 CPUtime=0 cores=1,3
/proc/697589/task/697639/stat : 697639 (Finalizer) S 697578 697589 697515 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139571969 19566772224 766648 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
[pid=697589/tid=697665] ppid=697578 vsize=19108176 memory=198340509722 CPUtime=0.01 cores=1,3
/proc/697589/task/697665/stat : 697665 (Common-Cleaner) S 697578 697589 697515 0 -1 1077936192 3526 0 0 0 1 0 0 0 20 0 20 0 139571971 19566772224 766648 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
[pid=697589/tid=697666] ppid=697578 vsize=19108176 memory=11408 CPUtime=0 cores=1,3
/proc/697589/task/697666/stat : 697666 (Timer-0) S 697578 697589 697515 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139572032 19566772224 766648 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
Current children cumulated CPU time: 3471.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3066592 KiB

[startup+3522.3 s]
/proc/loadavg: 4.19 4.21 4.13 6/320 699628
/proc/meminfo: memFree=116044700/131655788 swapFree=131071996/131071996
[pid=697589] ppid=697578 vsize=19108176 memory=3066612 CPUtime=3532.14 cores=1,3
/proc/697589/stat : 697589 (java) S 697578 697589 697515 0 -1 1077936128 283354 0 124 0 352839 375 0 0 20 0 20 0 139571902 19566772224 766653 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 0 0 16800975 0 0 0 17 3 0 0 20 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
/proc/697589/statm: 4777044 766653 5854 1 0 794897 0
[pid=697589/tid=697599] ppid=697578 vsize=19108176 memory=3066612 CPUtime=3468.51 cores=1,3
/proc/697589/task/697599/stat : 697599 (java) R 697578 697589 697515 0 -1 4194368 131406 0 79 0 346758 93 0 0 20 0 20 0 139571927 19566772224 766653 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 92 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
[pid=697589/tid=697639] ppid=697578 vsize=19108176 memory=11408 CPUtime=0 cores=1,3
/proc/697589/task/697639/stat : 697639 (Finalizer) S 697578 697589 697515 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139571969 19566772224 766653 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
[pid=697589/tid=697665] ppid=697578 vsize=19108176 memory=11408 CPUtime=0.01 cores=1,3
/proc/697589/task/697665/stat : 697665 (Common-Cleaner) S 697578 697589 697515 0 -1 1077936192 3566 0 0 0 1 0 0 0 20 0 20 0 139571971 19566772224 766653 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
[pid=697589/tid=697666] ppid=697578 vsize=19108176 memory=3066612 CPUtime=0 cores=1,3
/proc/697589/task/697666/stat : 697666 (Timer-0) S 697578 697589 697515 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139572032 19566772224 766653 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
Current children cumulated CPU time: 3532.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3066612 KiB

[startup+3582.3 s]
/proc/loadavg: 4.16 4.20 4.13 6/318 699640
/proc/meminfo: memFree=115999244/131655788 swapFree=131071996/131071996
[pid=697589] ppid=697578 vsize=19108176 memory=3066620 CPUtime=3592.46 cores=1,3
/proc/697589/stat : 697589 (java) S 697578 697589 697515 0 -1 1077936128 287880 0 124 0 358866 380 0 0 20 0 20 0 139571902 19566772224 766655 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 0 0 16800975 0 0 0 17 3 0 0 20 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
/proc/697589/statm: 4777044 766655 5854 1 0 794897 0
[pid=697589/tid=697599] ppid=697578 vsize=19108176 memory=3066612 CPUtime=3527.87 cores=1,3
/proc/697589/task/697599/stat : 697599 (java) R 697578 697589 697515 0 -1 4194368 134163 0 79 0 352693 94 0 0 20 0 20 0 139571927 19566772224 766655 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 92 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
[pid=697589/tid=697639] ppid=697578 vsize=19108176 memory=11408 CPUtime=0 cores=1,3
/proc/697589/task/697639/stat : 697639 (Finalizer) S 697578 697589 697515 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139571969 19566772224 766655 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
[pid=697589/tid=697665] ppid=697578 vsize=19108176 memory=35284 CPUtime=0.01 cores=1,3
/proc/697589/task/697665/stat : 697665 (Common-Cleaner) S 697578 697589 697515 0 -1 1077936192 3654 0 0 0 1 0 0 0 20 0 20 0 139571971 19566772224 766655 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
[pid=697589/tid=697666] ppid=697578 vsize=19108176 memory=11408 CPUtime=0 cores=1,3
/proc/697589/task/697666/stat : 697666 (Timer-0) S 697578 697589 697515 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139572032 19566772224 766655 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
Current children cumulated CPU time: 3592.46 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3066620 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3589.9 s]
/proc/loadavg: 4.07 4.18 4.13 3/265 699708
/proc/meminfo: memFree=125133876/131655788 swapFree=131071996/131071996
[pid=697589] ppid=697578 vsize=19108176 memory=3066620 CPUtime=3600.04 cores=1,3
/proc/697589/stat : 697589 (java) S 697578 697589 697515 0 -1 1077936128 288072 0 124 0 359624 380 0 0 20 0 20 0 139571902 19566772224 766655 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 0 0 16800975 0 0 0 17 3 0 0 20 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
/proc/697589/statm: 4777044 766655 5854 1 0 794897 0
[pid=697589/tid=697599] ppid=697578 vsize=19108176 memory=3066620 CPUtime=3535.23 cores=1,3
/proc/697589/task/697599/stat : 697599 (java) R 697578 697589 697515 0 -1 4194368 134345 0 79 0 353429 94 0 0 20 0 20 0 139571927 19566772224 766655 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 92 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
[pid=697589/tid=697639] ppid=697578 vsize=19108176 memory=3066612 CPUtime=0 cores=1,3
/proc/697589/task/697639/stat : 697639 (Finalizer) S 697578 697589 697515 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139571969 19566772224 766655 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
[pid=697589/tid=697665] ppid=697578 vsize=19108176 memory=26396 CPUtime=0.01 cores=1,3
/proc/697589/task/697665/stat : 697665 (Common-Cleaner) S 697578 697589 697515 0 -1 1077936192 3654 0 0 0 1 0 0 0 20 0 20 0 139571971 19566772224 766655 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
[pid=697589/tid=697666] ppid=697578 vsize=19108176 memory=3066620 CPUtime=0 cores=1,3
/proc/697589/task/697666/stat : 697666 (Timer-0) S 697578 697589 697515 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139572032 19566772224 766655 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3066620 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.64 s, system=3.82856 s

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

[startup+3590.02 s]*
/proc/loadavg: 4.07 4.18 4.13 6/266 699713
/proc/meminfo: memFree=125133180/131655788 swapFree=131071996/131071996
[pid=697589] ppid=697578 vsize=19307868 memory=3067328 CPUtime=3600.28 cores=1,3
/proc/697589/stat : 697589 (java) S 697578 697589 697515 0 -1 1077936128 290851 0 124 0 359647 381 0 0 20 0 21 0 139571902 19771256832 766832 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 0 0 16800975 0 0 0 17 1 0 0 20 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
/proc/697589/statm: 4826967 766832 5853 1 0 795849 0
[pid=697589/tid=697599] ppid=697578 vsize=19307868 memory=-9103291508942414524 CPUtime=3535.35 cores=1,3
/proc/697589/task/697599/stat : 697599 (java) R 697578 697589 697515 0 -1 4194368 134407 0 79 0 353441 94 0 0 20 0 21 0 139571927 19771256832 766832 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 92 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
[pid=697589/tid=697639] ppid=697578 vsize=19307868 memory=8042763207460559515 CPUtime=0 cores=1,3
/proc/697589/task/697639/stat : 697639 (Finalizer) S 697578 697589 697515 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 139571969 19771256832 766832 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
[pid=697589/tid=697665] ppid=697578 vsize=19307868 memory=2616 CPUtime=0.01 cores=1,3
/proc/697589/task/697665/stat : 697665 (Common-Cleaner) S 697578 697589 697515 0 -1 1077936192 3654 0 0 0 1 0 0 0 20 0 21 0 139571971 19771256832 766832 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
[pid=697589/tid=699712] ppid=697578 vsize=19307868 memory=4964 CPUtime=0.03 cores=1,3
/proc/697589/task/699712/stat : 699712 (Thread-0) R 697578 697589 697515 0 -1 4194368 359 0 0 0 3 0 0 0 20 0 21 0 139930894 19771256832 766832 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
Current children cumulated CPU time: 3600.28 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 3067328 KiB

[startup+3590.1 s]
/proc/loadavg: 4.07 4.18 4.13 6/266 699713
/proc/meminfo: memFree=125133180/131655788 swapFree=131071996/131071996
[pid=697589] ppid=697578 vsize=19307868 memory=3067344 CPUtime=3600.44 cores=1,3
/proc/697589/stat : 697589 (java) S 697578 697589 697515 0 -1 1077936128 291570 0 124 0 359663 381 0 0 20 0 16 0 139571902 19771256832 766836 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 0 0 16800975 0 0 0 17 1 0 0 20 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
/proc/697589/statm: 4826967 766836 5853 1 0 795882 0
[pid=697589/tid=697599] ppid=697578 vsize=19307868 memory=3066620 CPUtime=3535.43 cores=1,3
/proc/697589/task/697599/stat : 697599 (java) S 697578 697589 697515 0 -1 1077936192 134407 0 79 0 353449 94 0 0 20 0 16 0 139571927 19771256832 766836 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 92 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
[pid=697589/tid=697639] ppid=697578 vsize=19307868 memory=3066612 CPUtime=0 cores=1,3
/proc/697589/task/697639/stat : 697639 (Finalizer) S 697578 697589 697515 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 16 0 139571969 19771256832 766836 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
[pid=697589/tid=697665] ppid=697578 vsize=19307868 memory=26396 CPUtime=0.01 cores=1,3
/proc/697589/task/697665/stat : 697665 (Common-Cleaner) S 697578 697589 697515 0 -1 1077936192 3654 0 0 0 1 0 0 0 20 0 16 0 139571971 19771256832 766836 134679101440 94683553476608 94683553480304 140720459308512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94683553488120 94683553488912 94683562774528 140720459310038 140720459310151 140720459310151 140720459317192 0
[pid=697589/tid=699712] ppid=697578 vsize=0 memory=3066620 CPUtime=0.06 cores=1,3
/proc/697589/task/699712/stat : 699712 (Thread-0) X 697578 697589 697515 0 -1 4194372 779 0 0 0 6 0 0 0 20 0 16 0 139930894 0 0 134679101440 0 0 0 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time: 3600.44 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 3067344 KiB

Child status: 143

Real time (s): 3590.14
CPU time (s): 3600.46
CPU user time (s): 3596.64
CPU system time (s): 3.82856
CPU usage (%): 100.288
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 3067344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.64
system time used= 3.82856
maximum resident set size= 3068320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 291646
page faults= 124
swaps= 0
block input operations= 17928
block output operations= 3808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 125297
involuntary context switches= 7892


# summary of solver processes directly reported to runsolver:
#   pid: 697589
#   total CPU time (s): 3600.46
#   total CPU user time (s): 3596.64
#   total CPU system time (s): 3.82856

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.9278 second user time and 40.7519 second system time

The end

Launcher Data

Begin job on nodeC007 at 2024-07-13 14:36:05
IDJOB=4424280
IDBENCH=143536
IDSOLVER=3035
FILE ID=nodeC007/4424280-1720874152
RUNJOBID= nodeC007-1720874164-697527
SLURM_JOB_ID= 7483755
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/tsp/normalized-t3002.11tsp11.1900576360--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4424280-1720874152/watcher-4424280-1720874152 -o /tmp/evaluation-result-4424280-1720874152/solver-4424280-1720874152 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1720874164-697527 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4424280-1720874152.wbo

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

MD5SUM BENCH= 07149bb688e9c24b651465ffa2b1083b
RANDOM SEED=450756964

nodeC007.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.158
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.25
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.136
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.30
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.185
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.25
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.152
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.30
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.141
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.25
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.140
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.30
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.154
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.25
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.143
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.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        130167180 kB
MemAvailable:   129979908 kB
Buffers:          314440 kB
Cached:           348692 kB
SwapCached:            0 kB
Active:           442084 kB
Inactive:         552372 kB
Active(anon):       1396 kB
Inactive(anon):   367656 kB
Active(file):     440688 kB
Inactive(file):   184716 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              3168 kB
Writeback:             0 kB
AnonPages:        331480 kB
Mapped:           101456 kB
Shmem:             37704 kB
KReclaimable:      54708 kB
Slab:             143288 kB
SReclaimable:      54708 kB
SUnreclaim:        88580 kB
KernelStack:        3648 kB
PageTables:         9436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     566080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            45504 kB
HardwareCorrupted:     0 kB
AnonHugePages:    206848 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:      203592 kB
DirectMap2M:    11235328 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 723780 MiB
End job on nodeC007 at 2024-07-13 15:35:55