Trace number 4522421

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06? (TO) 3600.33 3548.67

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/
MIPLIB01/opt/miplib2010/normalized-bab3.opb
MD5SUM5650d49d55a36e62ab842bae231a0f3b
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-9098882
Best CPU time to get the best result obtained on this benchmark3600.71
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables393800
Total number of constraints23067
Number of constraints which are clauses17479
Number of constraints which are cardinality constraints (but not clauses)1092
Number of constraints which are nor clauses,nor cardinality constraints4496
Minimum length of a constraint1
Maximum length of a constraint101656
Number of terms in the objective function 122664
Biggest coefficient in the objective function 30378
Number of bits for the biggest coefficient in the objective function 15
Sum of the numbers in the objective function 500013378
Number of bits of the sum of numbers in the objective function 29
Biggest number in a constraint 4511353
Number of bits of the biggest number in a constraint 23
Biggest sum of numbers in a constraint 500013378
Number of bits of the biggest sum of numbers29
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.14	c Pseudo Boolean Optimization by upper bound
0.13/0.14	c --- Begin Solver configuration ---
0.13/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.14	c Learn all clauses as in MiniSAT
0.13/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.14	c Expensive reason simplification
0.13/0.14	c Glucose 2.1 dynamic restart strategy
0.13/0.14	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.14	c timeout=2147483s
0.13/0.14	c DB Simplification allowed=false
0.13/0.14	c Listener: none
0.13/0.14	c --- End Solver configuration ---
0.13/0.14	c solving HOME/instance-4522421-1751600965.opb
0.13/0.14	c reading problem ... 
0.13/0.16	c using VERIPB proof format
0.13/0.16	c  objective function found
8.07/6.28	c ... done. Wall clock time 6.134s.
8.07/6.28	c declared #vars     393800
8.07/6.28	c #constraints  27624
8.07/6.28	c constraints type 
8.07/6.28	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 56
8.07/6.28	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 6144
8.07/6.28	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2356
8.07/6.28	c org.sat4j.specs.Constr$1 => 108
8.07/6.28	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 18768
8.07/6.28	c org.sat4j.pb.constraints.pb.UnitClausePB => 192
8.07/6.28	c 27624 constraints processed.
8.07/6.29	c objective function length is 122664 literals
21.45/18.89	c cleaning 2501 clauses out of 5001 with flag 22701/5001
33.56/30.23	c cleaning 4250 clauses out of 8499 with flag 51225/11000
46.53/42.66	c cleaning 5615 clauses out of 11250 with flag 84739/18001
61.75/57.14	c cleaning 6809 clauses out of 13634 with flag 120782/26000
66.02/61.22	c cleaning 7901 clauses out of 15825 with flag 165008/35000
70.71/65.99	c cleaning 8941 clauses out of 17924 with flag 222859/45000
76.00/71.11	c cleaning 9946 clauses out of 19986 with flag 285023/56003
81.80/76.85	c cleaning 10971 clauses out of 22037 with flag 356754/68000
87.62/82.58	c cleaning 11997 clauses out of 24068 with flag 432002/81002
93.51/88.42	c cleaning 13008 clauses out of 26070 with flag 514682/95001
102.26/97.03	c cleaning 13988 clauses out of 28062 with flag 604904/110001
124.76/119.34	c cleaning 15018 clauses out of 30074 with flag 685767/126001
134.82/129.29	c cleaning 16018 clauses out of 32057 with flag 776079/143002
142.54/136.71	c cleaning 16998 clauses out of 34040 with flag 872346/161003
154.03/147.92	c cleaning 17999 clauses out of 36039 with flag 985060/180000
177.71/171.55	c cleaning 18999 clauses out of 38040 with flag 1092511/200000
188.45/181.95	c cleaning 19981 clauses out of 40041 with flag 1221291/221000
198.76/192.19	c cleaning 20981 clauses out of 42060 with flag 1368564/243000
210.50/203.76	c cleaning 21999 clauses out of 44080 with flag 1543396/266001
223.38/216.61	c cleaning 23017 clauses out of 46080 with flag 1761798/290000
236.62/229.58	c cleaning 23993 clauses out of 48066 with flag 1970545/315003
250.46/243.23	c cleaning 24992 clauses out of 50070 with flag 2177373/341000
263.12/255.71	c cleaning 25995 clauses out of 52078 with flag 2419538/368000
278.89/271.32	c cleaning 26994 clauses out of 54084 with flag 2675389/396001
293.88/286.15	c cleaning 28006 clauses out of 56089 with flag 2937645/425000
308.70/300.86	c cleaning 28988 clauses out of 58083 with flag 3212154/455000
323.87/315.84	c cleaning 29999 clauses out of 60096 with flag 3477822/486001
348.50/340.09	c cleaning 31011 clauses out of 62097 with flag 3740644/518001
367.75/359.37	c cleaning 32032 clauses out of 64086 with flag 4014228/551001
394.84/385.91	c cleaning 33004 clauses out of 66053 with flag 4310214/585000
412.84/403.81	c cleaning 34000 clauses out of 68052 with flag 4512136/620003
451.59/442.14	c cleaning 35015 clauses out of 70049 with flag 4686333/656000
478.84/468.82	c cleaning 35998 clauses out of 72033 with flag 4898845/693002
507.11/496.10	c cleaning 37009 clauses out of 74033 with flag 5112160/731000
540.50/528.86	c cleaning 38014 clauses out of 76027 with flag 5373083/770003
552.54/540.72	c cleaning 38985 clauses out of 78010 with flag 5495724/810000
565.01/553.26	c cleaning 39961 clauses out of 80025 with flag 5614522/851000
578.31/566.58	c cleaning 40984 clauses out of 82065 with flag 5726683/893001
592.89/581.12	c cleaning 42013 clauses out of 84083 with flag 5863051/936003
608.08/596.36	c cleaning 42991 clauses out of 86068 with flag 5991504/980001
623.65/611.94	c cleaning 44002 clauses out of 88078 with flag 6132649/1025002
641.05/629.37	c cleaning 44977 clauses out of 90074 with flag 6288764/1071000
670.52/658.53	c cleaning 46034 clauses out of 92098 with flag 6513405/1118001
728.93/716.28	c cleaning 47026 clauses out of 94064 with flag 6754815/1166001
769.78/756.10	c cleaning 47988 clauses out of 96035 with flag 7029761/1215000
794.01/780.21	c cleaning 48940 clauses out of 98047 with flag 7259799/1265000
867.19/852.21	c cleaning 50029 clauses out of 100109 with flag 7617335/1316002
910.84/895.59	c cleaning 51000 clauses out of 102079 with flag 8171344/1368001
947.26/931.11	c cleaning 52026 clauses out of 104075 with flag 8478864/1421000
977.94/960.93	c cleaning 53006 clauses out of 106049 with flag 8676681/1475000
1018.30/1000.66	c cleaning 53999 clauses out of 108042 with flag 8914415/1530000
1049.27/1031.24	c cleaning 54961 clauses out of 110044 with flag 9254346/1586001
1086.36/1068.07	c cleaning 56008 clauses out of 112084 with flag 9659209/1643002
1128.63/1109.69	c cleaning 56976 clauses out of 114075 with flag 10067471/1701001
1166.36/1147.13	c cleaning 57970 clauses out of 116098 with flag 10506023/1760000
1218.58/1198.91	c cleaning 59045 clauses out of 118130 with flag 10897054/1820002
1278.62/1258.75	c cleaning 59994 clauses out of 120084 with flag 11244397/1881001
1329.67/1309.51	c cleaning 60965 clauses out of 122091 with flag 11643553/1943002
1419.08/1410.01	c cleaning 61993 clauses out of 124127 with flag 12103287/2006003
1509.21/1498.42	c cleaning 63027 clauses out of 126132 with flag 12502160/2070001
1579.66/1571.04	c cleaning 64012 clauses out of 128103 with flag 12822207/2135000
1593.49/1586.80	c cleaning 64997 clauses out of 130091 with flag 13000170/2201000
1605.86/1599.21	c cleaning 66004 clauses out of 132094 with flag 13172091/2268000
1618.03/1611.47	c cleaning 66988 clauses out of 134090 with flag 13342718/2336000
1631.05/1628.71	c cleaning 68008 clauses out of 136102 with flag 13517300/2405000
1644.72/1642.41	c cleaning 68958 clauses out of 138094 with flag 13699692/2475000
1657.18/1655.09	c cleaning 70030 clauses out of 140137 with flag 13877524/2546001
1669.68/1667.58	c cleaning 71000 clauses out of 142112 with flag 14055464/2618006
1682.34/1680.20	c cleaning 71996 clauses out of 144106 with flag 14237993/2691000
1696.19/1694.28	c cleaning 73025 clauses out of 146114 with flag 14426941/2765004
1818.45/1814.12	c cleaning 74035 clauses out of 148084 with flag 14851405/2840002
1921.65/1913.51	c cleaning 74987 clauses out of 150043 with flag 15352056/2916000
1941.64/1933.32	c cleaning 75980 clauses out of 152057 with flag 15597729/2993001
1962.12/1958.59	c cleaning 76980 clauses out of 154077 with flag 15809724/3071001
1982.35/1978.96	c cleaning 78016 clauses out of 156097 with flag 16180363/3150001
2027.01/2021.86	c cleaning 78966 clauses out of 158079 with flag 16632583/3230000
2107.76/2100.97	c cleaning 80050 clauses out of 160113 with flag 17086952/3311000
2168.90/2160.50	c cleaning 81030 clauses out of 162063 with flag 17476334/3393001
2227.40/2218.06	c cleaning 81978 clauses out of 164031 with flag 17855096/3476001
2298.64/2287.18	c cleaning 83036 clauses out of 166072 with flag 18384918/3560021
2436.90/2421.23	c cleaning 83993 clauses out of 168009 with flag 18901684/3645001
2513.34/2495.50	c cleaning 84954 clauses out of 170011 with flag 19233687/3731000
2573.16/2555.48	c cleaning 85985 clauses out of 172057 with flag 19455419/3818000
2644.52/2625.17	c cleaning 87041 clauses out of 174084 with flag 19769290/3906012
2823.12/2798.75	c cleaning 87974 clauses out of 176025 with flag 20238473/3995002
2965.27/2938.92	c cleaning 88993 clauses out of 178045 with flag 20735666/4085000
3030.11/3002.10	c cleaning 90010 clauses out of 180056 with flag 21161837/4176005
3122.20/3091.86	c cleaning 90888 clauses out of 182041 with flag 21638174/4268000
3170.32/3138.22	c cleaning 92025 clauses out of 184153 with flag 22045728/4361000
3244.75/3210.12	c cleaning 93060 clauses out of 186133 with flag 22483206/4455005
3318.75/3281.47	c cleaning 94023 clauses out of 188070 with flag 23004873/4550002
3406.94/3366.03	c cleaning 95000 clauses out of 190045 with flag 23573709/4646000
3500.31/3454.11	c cleaning 96013 clauses out of 192048 with flag 24230881/4743003
3600.01/3547.71	c starts		: 3669
3600.01/3547.71	c timeout
3600.01/3547.73	c conflicts		: 4817738
3600.01/3547.73	c decisions		: 37229267
3600.01/3547.73	c propagations		: 1456817067
3600.01/3547.73	c inspects		: 8913611191
3600.01/3547.73	c shortcuts		: 0
3600.01/3547.73	c learnt literals	: 46
3600.01/3547.73	c learnt binary clauses	: 17321
3600.01/3547.73	c learnt ternary clauses	: 17563
3600.01/3547.73	c learnt constraints	: 4817692
3600.01/3547.73	c ignored constraints	: 0
3600.01/3547.73	c root simplifications	: 0
3600.01/3547.73	c removed literals (reason simplification)	: 92121214
3600.01/3547.73	c reason swapping (by a shorter reason)	: 0
3600.01/3547.73	c Calls to reduceDB	: 93
3600.01/3547.73	c Number of update (reduction) of LBD	: 2313828
3600.01/3547.73	c Imported unit clauses	: 0
3600.01/3547.73	c No decision after first conflict	: false
3600.01/3547.73	c number of reductions to clauses (during analyze)	: 0
3600.01/3547.73	c number of learned constraints concerned by reduction	: 0
3600.01/3547.73	c number of learning phase by resolution	: 0
3600.01/3547.73	c number of learning phase by cutting planes	: 0
3600.01/3547.73	c number of rounding to 1 operations	: 0
3600.01/3547.73	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3547.73	c number of reductions of the coefficients by power 2 	: 0
3600.01/3547.73	c number of right shift for reduction by power 2 	: 0
3600.01/3547.73	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3547.73	c number of ending skipping 	: 0
3600.01/3547.73	c number of internal skipping 	: 0
3600.01/3547.73	c number of derivation steps 	: 0
3600.01/3547.74	c number of skipped derivation steps 	: 0
3600.01/3547.74	c number of remaining unassigned 	: 0
3600.01/3547.75	c number of remaining assigned 	: 0
3600.01/3547.75	c number of falsified literals weakened from reason	: 0
3600.01/3547.75	c number of falsified literals weakened from conflict	: 0
3600.01/3547.75	c time for arithmetic operations	: 0
3600.01/3547.75	c minimum degree of deleted constraints	: null
3600.01/3547.75	c maximum degree of deleted constraints	: null
3600.01/3547.75	c number of deleted constraints	: 0
3600.01/3547.75	c speed (assignments/second)	: 411623.73233920924
3600.01/3547.75	c non guided choices	: 12607704
3600.20/3547.81	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 153449
3600.20/3547.81	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 17321
3600.20/3547.81	s UNKNOWN
3600.20/3547.81	c Total wall clock time (in seconds): 3547.673

Verifier Data

ERROR: no interpretation found !

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: 63665 MiB (62588 MiB free)
  memory of node 1: 64507 MiB (60280 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4522421-1751600965/watcher-4522421-1751600965 -o /tmp/evaluation-result-4522421-1751600965/solver-4522421-1751600965 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751600965-89876 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4522421-1751600965 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4522421-1751600965.opb 

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 FSIZE limit: 102400000 KiB
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 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=89984, runsolver pid=89981
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 0.48 0.98 1.67 9/334 90003
/proc/meminfo: memFree=125710336/131249996 swapFree=33010672/33010684
[pid=89984] ppid=89981 vsize=18930384 memory=57868 CPUtime=0.13 cores=1,3
/proc/89984/stat : 89984 (java) S 89981 89984 89864 0 -1 4194304 6557 0 0 0 11 2 0 0 20 0 18 0 75774317 19384713216 14467 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
/proc/89984/statm: 4732596 14467 5360 1 0 547603 0
[pid=89984/tid=89987] ppid=89981 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/89984/task/89987/stat : 89987 (java) R 89981 89984 89864 0 -1 4194368 5051 0 0 0 6 1 0 0 20 0 18 0 75774318 19384713216 14467 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
[pid=89984/tid=89996] ppid=89981 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/89984/task/89996/stat : 89996 (Finalizer) S 89981 89984 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 75774320 19384713216 14467 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
[pid=89984/tid=90003] ppid=89981 vsize=18930384 memory=60684515963265 CPUtime=0 cores=1,3
/proc/89984/task/90003/stat : 90003 (Common-Cleaner) S 89981 89984 89864 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 75774321 19384713216 14467 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57868 KiB

[startup+0.205763 s]*
/proc/loadavg: 0.48 0.98 1.67 11/335 90004
/proc/meminfo: memFree=125586892/131249996 swapFree=33010672/33010684
[pid=89984] ppid=89981 vsize=18930384 memory=71992 CPUtime=0.27 cores=1,3
/proc/89984/stat : 89984 (java) S 89981 89984 89864 0 -1 4194304 6979 0 0 0 25 2 0 0 20 0 18 0 75774317 19384713216 17998 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
/proc/89984/statm: 4732596 17998 5424 1 0 547898 0
[pid=89984/tid=89987] ppid=89981 vsize=18930384 memory=4026794268 CPUtime=0.15 cores=1,3
/proc/89984/task/89987/stat : 89987 (java) R 89981 89984 89864 0 -1 4194368 5236 0 0 0 14 1 0 0 20 0 18 0 75774318 19384713216 17998 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
[pid=89984/tid=89996] ppid=89981 vsize=18930384 memory=16198 CPUtime=0 cores=1,3
/proc/89984/task/89996/stat : 89996 (Finalizer) S 89981 89984 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 75774320 19384713216 17998 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
[pid=89984/tid=90003] ppid=89981 vsize=18930384 memory=59585004307431 CPUtime=0 cores=1,3
/proc/89984/task/90003/stat : 90003 (Common-Cleaner) S 89981 89984 89864 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 75774321 19384713216 17998 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 71992 KiB

[startup+0.30572 s]*
/proc/loadavg: 0.48 0.98 1.67 9/337 90006
/proc/meminfo: memFree=125528164/131249996 swapFree=33010672/33010684
[pid=89984] ppid=89981 vsize=18930384 memory=106928 CPUtime=0.46 cores=1,3
/proc/89984/stat : 89984 (java) S 89981 89984 89864 0 -1 4194304 8586 0 0 0 43 3 0 0 20 0 18 0 75774317 19384713216 26732 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
/proc/89984/statm: 4732596 26732 5424 1 0 548905 0
[pid=89984/tid=89987] ppid=89981 vsize=18930384 memory=-6000919502720688999 CPUtime=0.24 cores=1,3
/proc/89984/task/89987/stat : 89987 (java) R 89981 89984 89864 0 -1 4194368 5253 0 0 0 22 2 0 0 20 0 18 0 75774318 19384713216 26732 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
[pid=89984/tid=89996] ppid=89981 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/89984/task/89996/stat : 89996 (Finalizer) S 89981 89984 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 75774320 19384713216 26732 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
[pid=89984/tid=90003] ppid=89981 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/89984/task/90003/stat : 90003 (Common-Cleaner) S 89981 89984 89864 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 75774321 19384713216 26732 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 106928 KiB

[startup+0.700242 s]
/proc/loadavg: 0.48 0.98 1.67 9/339 90008
/proc/meminfo: memFree=125257644/131249996 swapFree=33010672/33010684
[pid=89984] ppid=89981 vsize=18996948 memory=791232 CPUtime=1.16 cores=1,3
/proc/89984/stat : 89984 (java) S 89981 89984 89864 0 -1 4194304 9978 0 0 0 100 16 0 0 20 0 19 0 75774317 19452874752 197808 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
/proc/89984/statm: 4749237 197808 5488 1 0 1075651 0
[pid=89984/tid=89987] ppid=89981 vsize=18996948 memory=18688 CPUtime=0.58 cores=1,3
/proc/89984/task/89987/stat : 89987 (java) R 89981 89984 89864 0 -1 4194368 5600 0 0 0 45 13 0 0 20 0 19 0 75774318 19452874752 197808 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
[pid=89984/tid=89996] ppid=89981 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/89984/task/89996/stat : 89996 (Finalizer) S 89981 89984 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 75774320 19452874752 197808 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
[pid=89984/tid=90003] ppid=89981 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/89984/task/90003/stat : 90003 (Common-Cleaner) S 89981 89984 89864 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 75774321 19452874752 197808 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 791232 KiB

[startup+1.50026 s]
/proc/loadavg: 0.48 0.98 1.67 9/340 90009
/proc/meminfo: memFree=123427956/131249996 swapFree=33010672/33010684
[pid=89984] ppid=89981 vsize=18996948 memory=2262740 CPUtime=2.23 cores=1,3
/proc/89984/stat : 89984 (java) S 89981 89984 89864 0 -1 4194304 11148 0 0 0 179 44 0 0 20 0 19 0 75774317 19452874752 565685 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
/proc/89984/statm: 4749237 565685 5488 1 0 1075824 0
[pid=89984/tid=89987] ppid=89981 vsize=18996948 memory=3328 CPUtime=1.33 cores=1,3
/proc/89984/task/89987/stat : 89987 (java) R 89981 89984 89864 0 -1 4194368 6326 0 0 0 93 40 0 0 20 0 19 0 75774318 19452874752 565685 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
[pid=89984/tid=89996] ppid=89981 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/89984/task/89996/stat : 89996 (Finalizer) S 89981 89984 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 75774320 19452874752 565685 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
[pid=89984/tid=90003] ppid=89981 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/89984/task/90003/stat : 90003 (Common-Cleaner) S 89981 89984 89864 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 75774321 19452874752 565685 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
Current children cumulated CPU time: 2.23 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2262740 KiB

[startup+3.1223 s]
/proc/loadavg: 0.48 0.98 1.67 7/340 90009
/proc/meminfo: memFree=121300484/131249996 swapFree=33010672/33010684
[pid=89984] ppid=89981 vsize=18996948 memory=4061800 CPUtime=3.98 cores=1,3
/proc/89984/stat : 89984 (java) S 89981 89984 89864 0 -1 4194304 12769 0 0 0 320 78 0 0 20 0 19 0 75774317 19452874752 1015450 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
/proc/89984/statm: 4749237 1015450 5488 1 0 1483357 0
[pid=89984/tid=89987] ppid=89981 vsize=18996948 memory=10752 CPUtime=2.87 cores=1,3
/proc/89984/task/89987/stat : 89987 (java) R 89981 89984 89864 0 -1 4194368 7229 0 0 0 213 74 0 0 20 0 19 0 75774318 19452874752 1015450 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
[pid=89984/tid=89996] ppid=89981 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/89984/task/89996/stat : 89996 (Finalizer) S 89981 89984 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 75774320 19452874752 1015450 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
[pid=89984/tid=90003] ppid=89981 vsize=18996948 memory=5760 CPUtime=0 cores=1,3
/proc/89984/task/90003/stat : 90003 (Common-Cleaner) S 89981 89984 89864 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 75774321 19452874752 1015450 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
Current children cumulated CPU time: 3.98 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 4061800 KiB

[startup+6.30026 s]
/proc/loadavg: 1.00 1.08 1.70 2/342 90012
/proc/meminfo: memFree=120642136/131249996 swapFree=33010672/33010684
[pid=89984] ppid=89981 vsize=18996948 memory=4735228 CPUtime=8.2 cores=1,3
/proc/89984/stat : 89984 (java) S 89981 89984 89864 0 -1 4194304 14451 0 0 0 726 94 0 0 20 0 19 0 75774317 19452874752 1183807 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
/proc/89984/statm: 4749237 1183807 5520 1 0 1609003 0
[pid=89984/tid=89987] ppid=89981 vsize=18996948 memory=10752 CPUtime=5.61 cores=1,3
/proc/89984/task/89987/stat : 89987 (java) R 89981 89984 89864 0 -1 4194368 7610 0 0 0 476 85 0 0 20 0 19 0 75774318 19452874752 1183807 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
[pid=89984/tid=89996] ppid=89981 vsize=18996948 memory=5760 CPUtime=0 cores=1,3
/proc/89984/task/89996/stat : 89996 (Finalizer) S 89981 89984 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 75774320 19452874752 1183807 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
[pid=89984/tid=90003] ppid=89981 vsize=18996948 memory=-6000919502720688999 CPUtime=0 cores=1,3
/proc/89984/task/90003/stat : 90003 (Common-Cleaner) S 89981 89984 89864 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 75774321 19452874752 1183807 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
Current children cumulated CPU time: 8.2 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 4735228 KiB

[startup+12.7002 s]
/proc/loadavg: 1.24 1.13 1.71 5/343 90013
/proc/meminfo: memFree=119371904/131249996 swapFree=33010672/33010684
[pid=89984] ppid=89981 vsize=19063512 memory=4751812 CPUtime=14.1 cores=1,3
/proc/89984/stat : 89984 (java) S 89981 89984 89864 0 -1 4194304 18308 0 0 0 1311 99 0 0 20 0 20 0 75774317 19521036288 1187953 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
/proc/89984/statm: 4765878 1187953 5520 1 0 1612008 0
[pid=89984/tid=89987] ppid=89981 vsize=19063512 memory=4735356 CPUtime=9.76 cores=1,3
/proc/89984/task/89987/stat : 89987 (java) R 89981 89984 89864 0 -1 4194368 7702 0 0 0 888 88 0 0 20 0 20 0 75774318 19521036288 1187953 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
[pid=89984/tid=89996] ppid=89981 vsize=19063512 memory=14824 CPUtime=0 cores=1,3
/proc/89984/task/89996/stat : 89996 (Finalizer) S 89981 89984 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75774320 19521036288 1187953 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
[pid=89984/tid=90003] ppid=89981 vsize=19063512 memory=4747680 CPUtime=0 cores=1,3
/proc/89984/task/90003/stat : 90003 (Common-Cleaner) S 89981 89984 89864 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 75774321 19521036288 1187953 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
[pid=89984/tid=90013] ppid=89981 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/89984/task/90013/stat : 90013 (Timer-0) S 89981 89984 89864 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 75775172 19521036288 1187953 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
Current children cumulated CPU time: 14.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4751812 KiB

[startup+25.5002 s]
/proc/loadavg: 1.99 1.30 1.76 4/322 90015
/proc/meminfo: memFree=118806640/131249996 swapFree=33010672/33010684
[pid=89984] ppid=89981 vsize=19063512 memory=5021096 CPUtime=28.7 cores=1,3
/proc/89984/stat : 89984 (java) S 89981 89984 89864 0 -1 4194304 26557 0 0 0 2757 113 0 0 20 0 20 0 75774317 19521036288 1255274 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
/proc/89984/statm: 4765878 1255274 5552 1 0 1614407 0
[pid=89984/tid=89987] ppid=89981 vsize=19063512 memory=4747680 CPUtime=22.18 cores=1,3
/proc/89984/task/89987/stat : 89987 (java) R 89981 89984 89864 0 -1 4194368 9147 0 0 0 2121 97 0 0 20 0 20 0 75774318 19521036288 1255274 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
[pid=89984/tid=89996] ppid=89981 vsize=19063512 memory=5021096 CPUtime=0 cores=1,3
/proc/89984/task/89996/stat : 89996 (Finalizer) S 89981 89984 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75774320 19521036288 1255274 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
[pid=89984/tid=90003] ppid=89981 vsize=19063512 memory=4735356 CPUtime=0 cores=1,3
/proc/89984/task/90003/stat : 90003 (Common-Cleaner) S 89981 89984 89864 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 75774321 19521036288 1255274 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
[pid=89984/tid=90013] ppid=89981 vsize=19063512 memory=14824 CPUtime=0 cores=1,3
/proc/89984/task/90013/stat : 90013 (Timer-0) S 89981 89984 89864 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 75775172 19521036288 1255274 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
Current children cumulated CPU time: 28.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5021096 KiB

[startup+51.1058 s]
/proc/loadavg: 2.87 1.57 1.84 5/345 90082
/proc/meminfo: memFree=110506156/131249996 swapFree=33010672/33010684
[pid=89984] ppid=89981 vsize=19063512 memory=8115336 CPUtime=55.42 cores=1,3
/proc/89984/stat : 89984 (java) S 89981 89984 89864 0 -1 4194304 35229 0 0 0 5352 190 0 0 20 0 20 0 75774317 19521036288 2028834 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
/proc/89984/statm: 4765878 2028834 5552 1 0 2573295 0
[pid=89984/tid=89987] ppid=89981 vsize=19063512 memory=8113288 CPUtime=46.81 cores=1,3
/proc/89984/task/89987/stat : 89987 (java) R 89981 89984 89864 0 -1 4194368 11229 0 0 0 4525 156 0 0 20 0 20 0 75774318 19521036288 2028834 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
[pid=89984/tid=89996] ppid=89981 vsize=19063512 memory=-6000919502720688999 CPUtime=0 cores=1,3
/proc/89984/task/89996/stat : 89996 (Finalizer) S 89981 89984 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75774320 19521036288 2028834 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
[pid=89984/tid=90003] ppid=89981 vsize=19063512 memory=6347856 CPUtime=0 cores=1,3
/proc/89984/task/90003/stat : 90003 (Common-Cleaner) S 89981 89984 89864 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 75774321 19521036288 2028834 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
[pid=89984/tid=90013] ppid=89981 vsize=19063512 memory=4735356 CPUtime=0 cores=1,3
/proc/89984/task/90013/stat : 90013 (Timer-0) S 89981 89984 89864 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 75775172 19521036288 2028834 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
Current children cumulated CPU time: 55.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8115336 KiB

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

Current children cumulated CPU time: 3257.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6641836 KiB

[startup+3282.3 s]
/proc/loadavg: 4.48 4.35 4.18 5/345 90261
/proc/meminfo: memFree=63216864/131249996 swapFree=33010672/33010684
[pid=89984] ppid=89981 vsize=19063512 memory=6642220 CPUtime=3319.65 cores=1,3
/proc/89984/stat : 89984 (java) S 89981 89984 89864 0 -1 4194304 392493 0 0 0 330225 1740 0 0 20 0 20 0 75774317 19521036288 1660555 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
/proc/89984/statm: 4765878 1660555 5552 1 0 1675333 0
[pid=89984/tid=89987] ppid=89981 vsize=19063512 memory=6642220 CPUtime=3190.94 cores=1,3
/proc/89984/task/89987/stat : 89987 (java) R 89981 89984 89864 0 -1 4194368 190614 0 0 0 317533 1561 0 0 20 0 20 0 75774318 19521036288 1660555 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
[pid=89984/tid=89996] ppid=89981 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/89984/task/89996/stat : 89996 (Finalizer) S 89981 89984 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75774320 19521036288 1660555 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
[pid=89984/tid=90003] ppid=89981 vsize=19063512 memory=18688 CPUtime=0 cores=1,3
/proc/89984/task/90003/stat : 90003 (Common-Cleaner) S 89981 89984 89864 0 -1 4194368 2574 0 0 0 0 0 0 0 20 0 20 0 75774321 19521036288 1660555 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
[pid=89984/tid=90013] ppid=89981 vsize=19063512 memory=14824 CPUtime=0 cores=1,3
/proc/89984/task/90013/stat : 90013 (Timer-0) S 89981 89984 89864 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 75775172 19521036288 1660555 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
Current children cumulated CPU time: 3319.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6642220 KiB

[startup+3342.3 s]
/proc/loadavg: 4.31 4.33 4.18 5/345 90263
/proc/meminfo: memFree=62475852/131249996 swapFree=33010672/33010684
[pid=89984] ppid=89981 vsize=19063512 memory=6642220 CPUtime=3381.16 cores=1,3
/proc/89984/stat : 89984 (java) S 89981 89984 89864 0 -1 4194304 395101 0 0 0 336351 1765 0 0 20 0 20 0 75774317 19521036288 1660555 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
/proc/89984/statm: 4765878 1660555 5552 1 0 1675333 0
[pid=89984/tid=89987] ppid=89981 vsize=19063512 memory=14824 CPUtime=3249.92 cores=1,3
/proc/89984/task/89987/stat : 89987 (java) R 89981 89984 89864 0 -1 4194368 191254 0 0 0 323409 1583 0 0 20 0 20 0 75774318 19521036288 1660555 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
[pid=89984/tid=89996] ppid=89981 vsize=19063512 memory=6642220 CPUtime=0 cores=1,3
/proc/89984/task/89996/stat : 89996 (Finalizer) S 89981 89984 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75774320 19521036288 1660555 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
[pid=89984/tid=90003] ppid=89981 vsize=19063512 memory=164 CPUtime=0 cores=1,3
/proc/89984/task/90003/stat : 90003 (Common-Cleaner) S 89981 89984 89864 0 -1 4194368 2599 0 0 0 0 0 0 0 20 0 20 0 75774321 19521036288 1660555 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
[pid=89984/tid=90013] ppid=89981 vsize=19063512 memory=6642220 CPUtime=0 cores=1,3
/proc/89984/task/90013/stat : 90013 (Timer-0) S 89981 89984 89864 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 75775172 19521036288 1660555 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
Current children cumulated CPU time: 3381.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6642220 KiB

[startup+3402.3 s]
/proc/loadavg: 4.35 4.34 4.19 5/345 90267
/proc/meminfo: memFree=62286088/131249996 swapFree=33010672/33010684
[pid=89984] ppid=89981 vsize=19063512 memory=5975500 CPUtime=3445.2 cores=1,3
/proc/89984/stat : 89984 (java) S 89981 89984 89864 0 -1 4194304 403728 0 0 0 342722 1798 0 0 20 0 20 0 75774317 19521036288 1493875 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
/proc/89984/statm: 4765878 1493875 5552 1 0 1508338 0
[pid=89984/tid=89987] ppid=89981 vsize=19063512 memory=6642220 CPUtime=3308.49 cores=1,3
/proc/89984/task/89987/stat : 89987 (java) R 89981 89984 89864 0 -1 4194368 196084 0 0 0 329237 1612 0 0 20 0 20 0 75774318 19521036288 1493875 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
[pid=89984/tid=89996] ppid=89981 vsize=19063512 memory=164 CPUtime=0 cores=1,3
/proc/89984/task/89996/stat : 89996 (Finalizer) S 89981 89984 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75774320 19521036288 1493875 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
[pid=89984/tid=90003] ppid=89981 vsize=19063512 memory=14824 CPUtime=0 cores=1,3
/proc/89984/task/90003/stat : 90003 (Common-Cleaner) S 89981 89984 89864 0 -1 4194368 2649 0 0 0 0 0 0 0 20 0 20 0 75774321 19521036288 1493875 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
[pid=89984/tid=90013] ppid=89981 vsize=19063512 memory=5975500 CPUtime=0 cores=1,3
/proc/89984/task/90013/stat : 90013 (Timer-0) S 89981 89984 89864 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 75775172 19521036288 1493875 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
Current children cumulated CPU time: 3445.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5975500 KiB

[startup+3462.3 s]
/proc/loadavg: 4.25 4.31 4.19 5/344 90269
/proc/meminfo: memFree=61077832/131249996 swapFree=33010672/33010684
[pid=89984] ppid=89981 vsize=19063512 memory=5975500 CPUtime=3508.58 cores=1,3
/proc/89984/stat : 89984 (java) S 89981 89984 89864 0 -1 4194304 409774 0 0 0 349029 1829 0 0 20 0 20 0 75774317 19521036288 1493875 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
/proc/89984/statm: 4765878 1493875 5552 1 0 1508338 0
[pid=89984/tid=89987] ppid=89981 vsize=19063512 memory=6642220 CPUtime=3367.09 cores=1,3
/proc/89984/task/89987/stat : 89987 (java) R 89981 89984 89864 0 -1 4194368 199179 0 0 0 335071 1638 0 0 20 0 20 0 75774318 19521036288 1493875 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
[pid=89984/tid=89996] ppid=89981 vsize=19063512 memory=164 CPUtime=0 cores=1,3
/proc/89984/task/89996/stat : 89996 (Finalizer) S 89981 89984 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75774320 19521036288 1493875 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
[pid=89984/tid=90003] ppid=89981 vsize=19063512 memory=5975500 CPUtime=0 cores=1,3
/proc/89984/task/90003/stat : 90003 (Common-Cleaner) S 89981 89984 89864 0 -1 4194368 2725 0 0 0 0 0 0 0 20 0 20 0 75774321 19521036288 1493875 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
[pid=89984/tid=90013] ppid=89981 vsize=19063512 memory=14824 CPUtime=0 cores=1,3
/proc/89984/task/90013/stat : 90013 (Timer-0) S 89981 89984 89864 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 75775172 19521036288 1493875 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
Current children cumulated CPU time: 3508.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5975500 KiB

[startup+3522.3 s]
/proc/loadavg: 4.28 4.30 4.19 5/343 90271
/proc/meminfo: memFree=58906524/131249996 swapFree=33010672/33010684
[pid=89984] ppid=89981 vsize=19063512 memory=7142540 CPUtime=3574.3 cores=1,3
/proc/89984/stat : 89984 (java) S 89981 89984 89864 0 -1 4194304 416952 0 0 0 355475 1955 0 0 20 0 20 0 75774317 19521036288 1785635 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
/proc/89984/statm: 4765878 1785635 5552 1 0 1800658 0
[pid=89984/tid=89987] ppid=89981 vsize=19063512 memory=5975500 CPUtime=3424.63 cores=1,3
/proc/89984/task/89987/stat : 89987 (java) R 89981 89984 89864 0 -1 4194368 202295 0 0 0 340711 1752 0 0 20 0 20 0 75774318 19521036288 1785635 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
[pid=89984/tid=89996] ppid=89981 vsize=19063512 memory=5276 CPUtime=0 cores=1,3
/proc/89984/task/89996/stat : 89996 (Finalizer) S 89981 89984 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75774320 19521036288 1785635 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
[pid=89984/tid=90003] ppid=89981 vsize=19063512 memory=18688 CPUtime=0 cores=1,3
/proc/89984/task/90003/stat : 90003 (Common-Cleaner) S 89981 89984 89864 0 -1 4194368 2726 0 0 0 0 0 0 0 20 0 20 0 75774321 19521036288 1785635 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
[pid=89984/tid=90013] ppid=89981 vsize=19063512 memory=56 CPUtime=0 cores=1,3
/proc/89984/task/90013/stat : 90013 (Timer-0) S 89981 89984 89864 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 75775172 19521036288 1785635 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
Current children cumulated CPU time: 3574.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7142540 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3547.7 s]
/proc/loadavg: 4.32 4.31 4.19 5/343 90272
/proc/meminfo: memFree=58515196/131249996 swapFree=33010672/33010684
[pid=89984] ppid=89981 vsize=19063512 memory=7142540 CPUtime=3600.01 cores=1,3
/proc/89984/stat : 89984 (java) S 89981 89984 89864 0 -1 4194304 418485 0 0 0 358030 1971 0 0 20 0 20 0 75774317 19521036288 1785635 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
/proc/89984/statm: 4765878 1785635 5552 1 0 1800658 0
[pid=89984/tid=89987] ppid=89981 vsize=19063512 memory=-6000919502720688999 CPUtime=3449.6 cores=1,3
/proc/89984/task/89987/stat : 89987 (java) R 89981 89984 89864 0 -1 4194368 203700 0 0 0 343192 1768 0 0 20 0 20 0 75774318 19521036288 1785635 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
[pid=89984/tid=89996] ppid=89981 vsize=19063512 memory=7142540 CPUtime=0 cores=1,3
/proc/89984/task/89996/stat : 89996 (Finalizer) S 89981 89984 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75774320 19521036288 1785635 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
[pid=89984/tid=90003] ppid=89981 vsize=19063512 memory=7142540 CPUtime=0 cores=1,3
/proc/89984/task/90003/stat : 90003 (Common-Cleaner) S 89981 89984 89864 0 -1 4194368 2726 0 0 0 0 0 0 0 20 0 20 0 75774321 19521036288 1785635 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
[pid=89984/tid=90013] ppid=89981 vsize=19063512 memory=14824 CPUtime=0 cores=1,3
/proc/89984/task/90013/stat : 90013 (Timer-0) S 89981 89984 89864 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 75775172 19521036288 1785635 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7142540 KiB

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

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

# cumulated CPU time of all completed processes:  user=3580.45 s, system=19.8817 s

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

[startup+3548 s]*
/proc/loadavg: 4.32 4.31 4.19 5/338 90275
/proc/meminfo: memFree=58506920/131249996 swapFree=33010672/33010684
[pid=89984] ppid=89981 vsize=19263204 memory=7143436 CPUtime=3600.23 cores=1,3
/proc/89984/stat : 89984 (java) S 89981 89984 89864 0 -1 4194304 420181 0 0 0 358044 1979 0 0 20 0 15 0 75774317 19725520896 1785859 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
/proc/89984/statm: 4815801 1785859 5584 1 0 1801612 0
[pid=89984/tid=89987] ppid=89981 vsize=19263204 memory=1792 CPUtime=3449.69 cores=1,3
/proc/89984/task/89987/stat : 89987 (java) D 89981 89984 89864 0 -1 4194368 203883 0 0 0 343194 1775 0 0 20 0 15 0 75774318 19725520896 1785859 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
[pid=89984/tid=89996] ppid=89981 vsize=19263204 memory=-6623558924092792231 CPUtime=0 cores=1,3
/proc/89984/task/89996/stat : 89996 (Finalizer) S 89981 89984 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 15 0 75774320 19725520896 1785859 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
[pid=89984/tid=90003] ppid=89981 vsize=19263204 memory=-6000919477001808998 CPUtime=0 cores=1,3
/proc/89984/task/90003/stat : 90003 (Common-Cleaner) S 89981 89984 89864 0 -1 4194368 2726 0 0 0 0 0 0 0 20 0 15 0 75774321 19725520896 1785859 18446744073709551615 94748147851264 94748147854960 140723973139152 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94748147862776 94748147863568 94748151148544 140723973142832 140723973143014 140723973143014 140723973148616 0
Current children cumulated CPU time: 3600.23 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 7143436 KiB

[startup+3548.4 s]
/proc/loadavg: 4.32 4.31 4.19 4/325 90275
/proc/meminfo: memFree=58505636/131249996 swapFree=33010672/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3548.6 s]
/proc/loadavg: 4.32 4.31 4.19 4/325 90275
/proc/meminfo: memFree=58505636/131249996 swapFree=33010672/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3548.67
CPU time (s): 3600.33
CPU user time (s): 3580.45
CPU system time (s): 19.8817
CPU usage (%): 101.456
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 10233212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3580.45
system time used= 19.8817
maximum resident set size= 10233212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 420208
page faults= 0
swaps= 0
block input operations= 0
block output operations= 33308376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 144559
involuntary context switches= 15585


# summary of solver processes directly reported to runsolver:
#   pid: 89984
#   total CPU time (s): 3600.33
#   total CPU user time (s): 3580.45
#   total CPU system time (s): 19.8817

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.41164 second user time and 18.3964 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-07-04 05:49:26
IDJOB=4522421
IDBENCH=178803
IDSOLVER=3364
FILE ID=nodeC017/4522421-1751600965
RUNJOBID= nodeC017-1751600965-89876
SLURM_JOB_ID= 9598879
Free space on /tmp= 432428 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/MIPLIB01/opt/miplib2010/normalized-bab3.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4522421-1751600965/watcher-4522421-1751600965 -o /tmp/evaluation-result-4522421-1751600965/solver-4522421-1751600965 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751600965-89876 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4522421-1751600965 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4522421-1751600965.opb

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

MD5SUM BENCH= 5650d49d55a36e62ab842bae231a0f3b
RANDOM SEED=188647389

nodeC017 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/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	: 0xb00002a
cpu MHz		: 3600.057
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
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	: 0xb00002a
cpu MHz		: 3600.056
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
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	: 0xb00002a
cpu MHz		: 3600.064
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
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	: 0xb00002a
cpu MHz		: 3608.775
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
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	: 0xb00002a
cpu MHz		: 3600.055
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
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	: 0xb00002a
cpu MHz		: 3600.056
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
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	: 0xb00002a
cpu MHz		: 3600.063
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
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	: 0xb00002a
cpu MHz		: 3600.052
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        125832384 kB
MemAvailable:   129586580 kB
Buffers:            1688 kB
Cached:          4522244 kB
SwapCached:            8 kB
Active:           485400 kB
Inactive:        4232868 kB
Active(anon):     196280 kB
Inactive(anon):    16128 kB
Active(file):     289120 kB
Inactive(file):  4216740 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             42184 kB
Writeback:             0 kB
AnonPages:        198124 kB
Mapped:           123544 kB
Shmem:             18072 kB
KReclaimable:     174752 kB
Slab:             265952 kB
SReclaimable:     174752 kB
SUnreclaim:        91200 kB
KernelStack:        5104 kB
PageTables:         3944 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    6982948 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151304 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     63488 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432424 MiB
End job on nodeC017 at 2025-07-04 06:48:34