Trace number 4523985

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.35 3563.1

General information on the benchmark

NamePB25/normalized-PB25/OPT-LIN/wallon/
normalized-AztecDiamondSym-mini-07_c24.opb
MD5SUM7b7d352a7105ac7993395b7f6c3b04bc
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 benchmark306
Best CPU time to get the best result obtained on this benchmark72000.6
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables35169
Total number of constraints28729
Number of constraints which are clauses6441
Number of constraints which are cardinality constraints (but not clauses)112
Number of constraints which are nor clauses,nor cardinality constraints22176
Minimum length of a constraint1
Maximum length of a constraint224
Number of terms in the objective function 216
Biggest coefficient in the objective function 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 2268
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 55
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 2268
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.16	c See www.sat4j.org for details.
0.11/0.17	c version PB25.v20250606
0.11/0.19	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.19	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.19	c java.vm.version	22.0.1+8-16
0.11/0.19	c java.vm.vendor	Oracle Corporation
0.11/0.19	c sun.arch.data.model	64
0.11/0.19	c java.version		22.0.1
0.11/0.19	c os.name		Linux
0.11/0.19	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.19	c os.arch		amd64
0.11/0.20	c Free memory 		2104792832
0.11/0.20	c Max memory 		16282288128
0.11/0.20	c Total memory 		2113929216
0.11/0.21	c Number of processors 	2
0.28/0.30	c Pseudo Boolean Optimization by upper bound
0.28/0.30	c --- Begin Solver configuration ---
0.28/0.30	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.28/0.30	c Learn all clauses as in MiniSAT
0.28/0.30	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.30	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.28/0.30	c Expensive reason simplification
0.28/0.30	c Glucose 2.1 dynamic restart strategy
0.28/0.30	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.28/0.30	c timeout=2147483s
0.28/0.30	c DB Simplification allowed=false
0.28/0.30	c Listener: none
0.28/0.30	c --- End Solver configuration ---
0.28/0.30	c solving HOME/instance-4523985-1751609306.opb
0.28/0.30	c reading problem ... 
0.28/0.31	c using VERIPB proof format
0.28/0.32	c  objective function found
1.56/0.96	c ... done. Wall clock time 0.654s.
1.56/0.96	c declared #vars     35169
1.56/0.96	c #constraints  28953
1.56/0.96	c constraints type 
1.56/0.96	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6272
1.56/0.96	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 112
1.56/0.97	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22288
1.56/0.97	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
1.56/0.97	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 280
1.56/0.97	c 28953 constraints processed.
1.56/0.99	c objective function length is 216 literals
9.74/6.36	c cleaning 2479 clauses out of 5004 with flag 48870/5004
16.43/11.05	c cleaning 4246 clauses out of 8523 with flag 103630/11002
22.25/16.37	c cleaning 5617 clauses out of 11276 with flag 182435/18001
28.78/22.50	c cleaning 6824 clauses out of 13658 with flag 298263/26000
36.87/30.27	c cleaning 7873 clauses out of 15834 with flag 466828/35000
45.91/38.83	c cleaning 8974 clauses out of 17961 with flag 667572/45000
56.08/48.71	c cleaning 9892 clauses out of 19990 with flag 898459/56003
74.97/66.68	c cleaning 11013 clauses out of 22095 with flag 1145120/68000
101.49/91.62	c cleaning 12015 clauses out of 24082 with flag 1487208/81000
138.91/127.60	c cleaning 13013 clauses out of 26069 with flag 1892626/95002
173.09/160.20	c cleaning 14010 clauses out of 28057 with flag 2276139/110003
216.53/201.75	c cleaning 14994 clauses out of 30044 with flag 2740036/126000
268.31/251.45	c cleaning 16000 clauses out of 32053 with flag 3150033/143003
308.89/290.04	c cleaning 17003 clauses out of 34050 with flag 3584431/161000
360.97/339.64	c cleaning 18003 clauses out of 36048 with flag 4060321/180001
410.44/387.48	c cleaning 19002 clauses out of 38044 with flag 4641058/200000
463.68/438.53	c cleaning 19996 clauses out of 40042 with flag 5242629/221000
538.60/510.88	c cleaning 21000 clauses out of 42046 with flag 5896645/243000
604.77/575.09	c cleaning 22001 clauses out of 44049 with flag 6529716/266003
690.12/656.28	c cleaning 22998 clauses out of 46046 with flag 7250575/290001
762.59/731.83	c cleaning 24002 clauses out of 48049 with flag 7962388/315002
836.71/806.17	c cleaning 25000 clauses out of 50046 with flag 8695772/341001
912.41/879.69	c cleaning 26004 clauses out of 52056 with flag 9435767/368011
979.30/942.97	c cleaning 27019 clauses out of 54043 with flag 10147655/396002
1023.55/985.92	c cleaning 28007 clauses out of 56022 with flag 11276579/425000
1073.32/1034.73	c cleaning 28897 clauses out of 58015 with flag 12820733/455000
1122.96/1083.83	c cleaning 29911 clauses out of 60119 with flag 14481234/486001
1173.79/1133.89	c cleaning 30919 clauses out of 62207 with flag 16294883/518000
1230.87/1190.10	c cleaning 31874 clauses out of 64288 with flag 18295818/551000
1284.59/1242.60	c cleaning 32960 clauses out of 66414 with flag 20396788/585000
1340.84/1297.81	c cleaning 34016 clauses out of 68454 with flag 22611198/620000
1392.15/1348.14	c cleaning 34946 clauses out of 70438 with flag 24924226/656000
1453.42/1408.05	c cleaning 36228 clauses out of 72492 with flag 27473945/693000
1512.84/1466.52	c cleaning 37027 clauses out of 74264 with flag 29681021/731000
1576.98/1529.37	c cleaning 37834 clauses out of 76237 with flag 32371155/770000
1652.95/1610.75	c cleaning 38973 clauses out of 78403 with flag 35256875/810000
1726.29/1697.39	c cleaning 39902 clauses out of 80431 with flag 38256013/851001
1802.33/1772.12	c cleaning 41083 clauses out of 82528 with flag 41263542/893000
1875.32/1843.58	c cleaning 42215 clauses out of 84447 with flag 44268998/936002
1944.26/1915.90	c cleaning 42785 clauses out of 86230 with flag 47359357/980000
2022.41/1997.61	c cleaning 43885 clauses out of 88447 with flag 50788721/1025002
2105.30/2078.32	c cleaning 44947 clauses out of 90562 with flag 54501885/1071002
2190.94/2161.87	c cleaning 46241 clauses out of 92614 with flag 58310016/1118001
2280.28/2248.77	c cleaning 46944 clauses out of 94372 with flag 61797447/1166000
2380.66/2352.12	c cleaning 47985 clauses out of 96428 with flag 65872798/1215000
2475.45/2444.91	c cleaning 49017 clauses out of 98443 with flag 69784927/1265000
2577.29/2546.47	c cleaning 49890 clauses out of 100426 with flag 73993584/1316000
2684.25/2651.11	c cleaning 50920 clauses out of 102536 with flag 78569361/1368000
2784.91/2749.16	c cleaning 51964 clauses out of 104618 with flag 82600251/1421002
2895.57/2868.54	c cleaning 53296 clauses out of 106652 with flag 87279028/1475000
3009.31/2977.75	c cleaning 53917 clauses out of 108356 with flag 91461913/1530000
3124.48/3090.82	c cleaning 55002 clauses out of 110439 with flag 96260023/1586000
3309.39/3278.00	c cleaning 56211 clauses out of 112440 with flag 98969169/1643003
3439.66/3405.67	c cleaning 56760 clauses out of 114226 with flag 103735269/1701000
3572.67/3536.48	c cleaning 57833 clauses out of 116466 with flag 108814262/1760000
3600.09/3562.92	c timeout
3600.09/3562.95	c starts		: 19804
3600.09/3562.96	c conflicts		: 1780131
3600.09/3562.96	c decisions		: 228285166
3600.09/3562.96	c propagations		: 1727288930
3600.09/3562.96	c inspects		: 9982386568
3600.09/3562.96	c shortcuts		: 0
3600.09/3562.96	c learnt literals	: 0
3600.09/3562.96	c learnt binary clauses	: 7
3600.09/3562.96	c learnt ternary clauses	: 135
3600.09/3562.96	c learnt constraints	: 1780131
3600.09/3562.96	c ignored constraints	: 0
3600.09/3562.96	c root simplifications	: 0
3600.09/3562.96	c removed literals (reason simplification)	: 6824421
3600.09/3562.97	c reason swapping (by a shorter reason)	: 0
3600.09/3562.97	c Calls to reduceDB	: 55
3600.09/3562.97	c Number of update (reduction) of LBD	: 1658849
3600.09/3562.97	c Imported unit clauses	: 0
3600.09/3562.97	c No decision after first conflict	: false
3600.09/3562.97	c number of reductions to clauses (during analyze)	: 0
3600.09/3562.97	c number of learned constraints concerned by reduction	: 0
3600.09/3562.97	c number of learning phase by resolution	: 0
3600.09/3562.97	c number of learning phase by cutting planes	: 0
3600.09/3562.97	c number of rounding to 1 operations	: 0
3600.09/3562.97	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3562.97	c number of reductions of the coefficients by power 2 	: 0
3600.09/3562.97	c number of right shift for reduction by power 2 	: 0
3600.09/3562.97	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3562.97	c number of ending skipping 	: 0
3600.09/3562.97	c number of internal skipping 	: 0
3600.09/3562.97	c number of derivation steps 	: 0
3600.09/3562.97	c number of skipped derivation steps 	: 0
3600.09/3562.97	c number of remaining unassigned 	: 0
3600.09/3562.97	c number of remaining assigned 	: 0
3600.09/3562.97	c number of falsified literals weakened from reason	: 0
3600.09/3562.97	c number of falsified literals weakened from conflict	: 0
3600.09/3562.97	c time for arithmetic operations	: 0
3600.09/3562.97	c minimum degree of deleted constraints	: null
3600.09/3562.97	c maximum degree of deleted constraints	: null
3600.09/3562.97	c number of deleted constraints	: 0
3600.09/3562.97	c speed (assignments/second)	: 484928.17132647644
3600.09/3562.97	c non guided choices	: 400059
3600.27/3563.03	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 78757
3600.27/3563.03	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 7
3600.27/3563.03	s UNKNOWN
3600.27/3563.03	c Total wall clock time (in seconds): 3562.727

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: 63837 MiB (38511 MiB free)
  memory of node 1: 64465 MiB (38306 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4523985-1751609306/watcher-4523985-1751609306 -o /tmp/evaluation-result-4523985-1751609306/solver-4523985-1751609306 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751603369-95032 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4523985-1751609306 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4523985-1751609306.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=96017, runsolver pid=96014

[startup+0.100072 s]*
/proc/loadavg: 4.12 4.20 4.25 6/331 96035
/proc/meminfo: memFree=78654536/131382112 swapFree=33005784/33010684
[pid=96017] ppid=96014 vsize=18930384 memory=48292 CPUtime=0.11 cores=1,3
/proc/96017/stat : 96017 (java) S 96014 96017 95020 0 -1 4194304 5748 0 0 0 8 3 0 0 20 0 18 0 76609718 19384713216 12073 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
/proc/96017/statm: 4732596 12073 5324 1 0 546955 0
[pid=96017/tid=96019] ppid=96014 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=1,3
/proc/96017/task/96019/stat : 96019 (java) R 96014 96017 95020 0 -1 4194368 4645 0 0 0 4 2 0 0 20 0 18 0 76609719 19384713216 12073 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
[pid=96017/tid=96028] ppid=96014 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/96017/task/96028/stat : 96028 (Finalizer) S 96014 96017 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 76609723 19384713216 12073 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
[pid=96017/tid=96035] ppid=96014 vsize=18930384 memory=58494082638250 CPUtime=0 cores=1,3
/proc/96017/task/96035/stat : 96035 (Common-Cleaner) S 96014 96017 95020 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 76609725 19384713216 12073 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48292 KiB

[startup+0.2121 s]*
/proc/loadavg: 4.12 4.20 4.25 6/331 96035
/proc/meminfo: memFree=78633744/131382112 swapFree=33005784/33010684
[pid=96017] ppid=96014 vsize=18930384 memory=55336 CPUtime=0.28 cores=1,3
/proc/96017/stat : 96017 (java) S 96014 96017 95020 0 -1 4194304 6475 0 0 0 25 3 0 0 20 0 18 0 76609718 19384713216 13834 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
/proc/96017/statm: 4732596 13834 5356 1 0 547564 0
[pid=96017/tid=96019] ppid=96014 vsize=18930384 memory=4026794268 CPUtime=0.16 cores=1,3
/proc/96017/task/96019/stat : 96019 (java) R 96014 96017 95020 0 -1 4194368 5013 0 0 0 14 2 0 0 20 0 18 0 76609719 19384713216 13834 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
[pid=96017/tid=96028] ppid=96014 vsize=18930384 memory=17127 CPUtime=0 cores=1,3
/proc/96017/task/96028/stat : 96028 (Finalizer) S 96014 96017 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 76609723 19384713216 13834 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
[pid=96017/tid=96035] ppid=96014 vsize=18930384 memory=57394570986489 CPUtime=0 cores=1,3
/proc/96017/task/96035/stat : 96035 (Common-Cleaner) S 96014 96017 95020 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 76609725 19384713216 13834 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55336 KiB

[startup+0.312094 s]*
/proc/loadavg: 4.12 4.20 4.25 4/331 96035
/proc/meminfo: memFree=78623664/131382112 swapFree=33005784/33010684
[pid=96017] ppid=96014 vsize=18930384 memory=60716 CPUtime=0.44 cores=1,3
/proc/96017/stat : 96017 (java) S 96014 96017 95020 0 -1 4194304 6796 0 0 0 40 4 0 0 20 0 18 0 76609718 19384713216 15179 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
/proc/96017/statm: 4732596 15179 5356 1 0 547801 0
[pid=96017/tid=96019] ppid=96014 vsize=18930384 memory=-6000919489953818214 CPUtime=0.24 cores=1,3
/proc/96017/task/96019/stat : 96019 (java) R 96014 96017 95020 0 -1 4194368 5224 0 0 0 22 2 0 0 20 0 18 0 76609719 19384713216 15179 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
[pid=96017/tid=96028] ppid=96014 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/96017/task/96028/stat : 96028 (Finalizer) S 96014 96017 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 76609723 19384713216 15179 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
[pid=96017/tid=96035] ppid=96014 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/96017/task/96035/stat : 96035 (Common-Cleaner) S 96014 96017 95020 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 76609725 19384713216 15179 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 60716 KiB

[startup+0.700287 s]
/proc/loadavg: 4.12 4.20 4.25 7/331 96035
/proc/meminfo: memFree=78607280/131382112 swapFree=33005784/33010684
[pid=96017] ppid=96014 vsize=18930384 memory=125640 CPUtime=1.16 cores=1,3
/proc/96017/stat : 96017 (java) S 96014 96017 95020 0 -1 4194304 8560 0 0 0 110 6 0 0 20 0 18 0 76609718 19384713216 31410 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
/proc/96017/statm: 4732596 31410 5420 1 0 548935 0
[pid=96017/tid=96019] ppid=96014 vsize=18930384 memory=14208 CPUtime=0.61 cores=1,3
/proc/96017/task/96019/stat : 96019 (java) R 96014 96017 95020 0 -1 4194368 5343 0 0 0 57 4 0 0 20 0 18 0 76609719 19384713216 31410 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
[pid=96017/tid=96028] ppid=96014 vsize=18930384 memory=11264 CPUtime=0 cores=1,3
/proc/96017/task/96028/stat : 96028 (Finalizer) S 96014 96017 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 76609723 19384713216 31410 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
[pid=96017/tid=96035] ppid=96014 vsize=18930384 memory=3328 CPUtime=0 cores=1,3
/proc/96017/task/96035/stat : 96035 (Common-Cleaner) S 96014 96017 95020 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 76609725 19384713216 31410 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 125640 KiB

[startup+1.50025 s]
/proc/loadavg: 4.12 4.20 4.25 6/332 96036
/proc/meminfo: memFree=78508916/131382112 swapFree=33005784/33010684
[pid=96017] ppid=96014 vsize=19063512 memory=183064 CPUtime=2.73 cores=1,3
/proc/96017/stat : 96017 (java) S 96014 96017 95020 0 -1 4194304 19543 0 0 0 263 10 0 0 20 0 20 0 76609718 19521036288 45766 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
/proc/96017/statm: 4765878 45766 5484 1 0 554469 0
[pid=96017/tid=96019] ppid=96014 vsize=19063512 memory=3328 CPUtime=1.31 cores=1,3
/proc/96017/task/96019/stat : 96019 (java) R 96014 96017 95020 0 -1 4194368 5958 0 0 0 126 5 0 0 20 0 20 0 76609719 19521036288 45766 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
[pid=96017/tid=96028] ppid=96014 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/96017/task/96028/stat : 96028 (Finalizer) S 96014 96017 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76609723 19521036288 45766 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
[pid=96017/tid=96035] ppid=96014 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/96017/task/96035/stat : 96035 (Common-Cleaner) S 96014 96017 95020 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 76609725 19521036288 45766 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
Current children cumulated CPU time: 2.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 183064 KiB

[startup+3.10565 s]
/proc/loadavg: 4.27 4.24 4.26 6/333 96037
/proc/meminfo: memFree=78276964/131382112 swapFree=33005784/33010684
[pid=96017] ppid=96014 vsize=19063512 memory=393152 CPUtime=5.89 cores=1,3
/proc/96017/stat : 96017 (java) S 96014 96017 95020 0 -1 4194304 23216 0 0 0 572 17 0 0 20 0 20 0 76609718 19521036288 98288 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
/proc/96017/statm: 4765878 98288 5516 1 0 842747 0
[pid=96017/tid=96019] ppid=96014 vsize=19063512 memory=11264 CPUtime=2.76 cores=1,3
/proc/96017/task/96019/stat : 96019 (java) R 96014 96017 95020 0 -1 4194368 6704 0 0 0 265 11 0 0 20 0 20 0 76609719 19521036288 98288 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
[pid=96017/tid=96028] ppid=96014 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/96017/task/96028/stat : 96028 (Finalizer) S 96014 96017 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76609723 19521036288 98288 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
[pid=96017/tid=96035] ppid=96014 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/96017/task/96035/stat : 96035 (Common-Cleaner) S 96014 96017 95020 0 -1 4194368 43 0 0 0 0 0 0 0 20 0 20 0 76609725 19521036288 98288 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
[pid=96017/tid=96037] ppid=96014 vsize=19063512 memory=5148 CPUtime=0 cores=1,3
/proc/96017/task/96037/stat : 96037 (Timer-0) S 96014 96017 95020 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76609821 19521036288 98288 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
Current children cumulated CPU time: 5.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 393152 KiB

[startup+6.3004 s]
/proc/loadavg: 4.27 4.24 4.26 5/333 96037
/proc/meminfo: memFree=77679488/131382112 swapFree=33005784/33010684
[pid=96017] ppid=96014 vsize=19063512 memory=921680 CPUtime=9.74 cores=1,3
/proc/96017/stat : 96017 (java) S 96014 96017 95020 0 -1 4194304 24407 0 0 0 941 33 0 0 20 0 20 0 76609718 19521036288 230420 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
/proc/96017/statm: 4765878 230420 5516 1 0 1227393 0
[pid=96017/tid=96019] ppid=96014 vsize=19063512 memory=0 CPUtime=5.66 cores=1,3
/proc/96017/task/96019/stat : 96019 (java) R 96014 96017 95020 0 -1 4194368 6959 0 0 0 545 21 0 0 20 0 20 0 76609719 19521036288 230420 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
[pid=96017/tid=96028] ppid=96014 vsize=19063512 memory=7100839887185286273 CPUtime=0 cores=1,3
/proc/96017/task/96028/stat : 96028 (Finalizer) S 96014 96017 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76609723 19521036288 230420 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
[pid=96017/tid=96035] ppid=96014 vsize=19063512 memory=-6000919489953818214 CPUtime=0 cores=1,3
/proc/96017/task/96035/stat : 96035 (Common-Cleaner) S 96014 96017 95020 0 -1 4194368 43 0 0 0 0 0 0 0 20 0 20 0 76609725 19521036288 230420 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
[pid=96017/tid=96037] ppid=96014 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/96017/task/96037/stat : 96037 (Timer-0) S 96014 96017 95020 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76609821 19521036288 230420 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
Current children cumulated CPU time: 9.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 921680 KiB

[startup+12.7005 s]
/proc/loadavg: 4.31 4.24 4.26 5/333 96037
/proc/meminfo: memFree=76720480/131382112 swapFree=33005784/33010684
[pid=96017] ppid=96014 vsize=19063512 memory=1902528 CPUtime=18.53 cores=1,3
/proc/96017/stat : 96017 (java) S 96014 96017 95020 0 -1 4194304 29688 0 0 0 1793 60 0 0 20 0 20 0 76609718 19521036288 475632 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
/proc/96017/statm: 4765878 475632 5548 1 0 1691724 0
[pid=96017/tid=96019] ppid=96014 vsize=19063512 memory=0 CPUtime=11.59 cores=1,3
/proc/96017/task/96019/stat : 96019 (java) R 96014 96017 95020 0 -1 4194368 7934 0 0 0 1121 38 0 0 20 0 20 0 76609719 19521036288 475632 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
[pid=96017/tid=96028] ppid=96014 vsize=19063512 memory=1754956 CPUtime=0 cores=1,3
/proc/96017/task/96028/stat : 96028 (Finalizer) S 96014 96017 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76609723 19521036288 475632 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
[pid=96017/tid=96035] ppid=96014 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/96017/task/96035/stat : 96035 (Common-Cleaner) S 96014 96017 95020 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 76609725 19521036288 475632 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
[pid=96017/tid=96037] ppid=96014 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/96017/task/96037/stat : 96037 (Timer-0) S 96014 96017 95020 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76609821 19521036288 475632 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
Current children cumulated CPU time: 18.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1902528 KiB

[startup+25.5004 s]
/proc/loadavg: 4.26 4.23 4.26 5/334 96039
/proc/meminfo: memFree=75789052/131382112 swapFree=33005784/33010684
[pid=96017] ppid=96014 vsize=19063512 memory=2459636 CPUtime=32.05 cores=1,3
/proc/96017/stat : 96017 (java) S 96014 96017 95020 0 -1 4194304 32799 0 0 0 3124 81 0 0 20 0 20 0 76609718 19521036288 614909 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
/proc/96017/statm: 4765878 614909 5548 1 0 1691727 0
[pid=96017/tid=96019] ppid=96014 vsize=19063512 memory=-6000919489953818214 CPUtime=23.63 cores=1,3
/proc/96017/task/96019/stat : 96019 (java) R 96014 96017 95020 0 -1 4194368 9202 0 0 0 2316 47 0 0 20 0 20 0 76609719 19521036288 614909 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
[pid=96017/tid=96028] ppid=96014 vsize=19063512 memory=3196 CPUtime=0 cores=1,3
/proc/96017/task/96028/stat : 96028 (Finalizer) S 96014 96017 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76609723 19521036288 614909 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
[pid=96017/tid=96035] ppid=96014 vsize=19063512 memory=2213868 CPUtime=0 cores=1,3
/proc/96017/task/96035/stat : 96035 (Common-Cleaner) S 96014 96017 95020 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 76609725 19521036288 614909 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
[pid=96017/tid=96037] ppid=96014 vsize=19063512 memory=2121700 CPUtime=0 cores=1,3
/proc/96017/task/96037/stat : 96037 (Timer-0) S 96014 96017 95020 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76609821 19521036288 614909 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
Current children cumulated CPU time: 32.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2459636 KiB

[startup+51.1135 s]
/proc/loadavg: 4.23 4.23 4.26 5/334 96039
/proc/meminfo: memFree=73818192/131382112 swapFree=33005784/33010684
[pid=96017] ppid=96014 vsize=19063512 memory=3923868 CPUtime=58.78 cores=1,3
/proc/96017/stat : 96017 (java) S 96014 96017 95020 0 -1 4194304 37612 0 0 0 5748 130 0 0 20 0 20 0 76609718 19521036288 980967 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
/proc/96017/statm: 4765878 980967 5548 1 0 1896442 0
[pid=96017/tid=96019] ppid=96014 vsize=19063512 memory=3800988 CPUtime=47.79 cores=1,3
/proc/96017/task/96019/stat : 96019 (java) R 96014 96017 95020 0 -1 4194368 11451 0 0 0 4698 81 0 0 20 0 20 0 76609719 19521036288 980967 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
[pid=96017/tid=96028] ppid=96014 vsize=19063512 memory=-6000919489953818214 CPUtime=0 cores=1,3
/proc/96017/task/96028/stat : 96028 (Finalizer) S 96014 96017 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76609723 19521036288 980967 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
[pid=96017/tid=96035] ppid=96014 vsize=19063512 memory=3547008 CPUtime=0 cores=1,3
/proc/96017/task/96035/stat : 96035 (Common-Cleaner) S 96014 96017 95020 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 76609725 19521036288 980967 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
[pid=96017/tid=96037] ppid=96014 vsize=19063512 memory=2213868 CPUtime=0 cores=1,3
/proc/96017/task/96037/stat : 96037 (Timer-0) S 96014 96017 95020 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76609821 19521036288 980967 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0

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

/proc/meminfo: memFree=1774768/131382112 swapFree=33000896/33010684
[pid=96017] ppid=96014 vsize=19063512 memory=16293500 CPUtime=3259.27 cores=1,3
/proc/96017/stat : 96017 (java) S 96014 96017 95020 0 -1 4194304 390059 0 0 0 323729 2198 0 0 20 0 20 0 76609718 19521036288 4073375 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
/proc/96017/statm: 4765878 4073375 5548 1 0 4088717 0
[pid=96017/tid=96019] ppid=96014 vsize=19063512 memory=2724 CPUtime=3032.27 cores=1,3
/proc/96017/task/96019/stat : 96019 (java) R 96014 96017 95020 0 -1 4194368 226500 0 0 0 301368 1859 0 0 20 0 20 0 76609719 19521036288 4073375 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
[pid=96017/tid=96028] ppid=96014 vsize=19063512 memory=16293500 CPUtime=0 cores=1,3
/proc/96017/task/96028/stat : 96028 (Finalizer) S 96014 96017 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76609723 19521036288 4073375 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
[pid=96017/tid=96035] ppid=96014 vsize=19063512 memory=16293500 CPUtime=0.01 cores=1,3
/proc/96017/task/96035/stat : 96035 (Common-Cleaner) S 96014 96017 95020 0 -1 4194368 3060 0 0 0 1 0 0 0 20 0 20 0 76609725 19521036288 4073375 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
[pid=96017/tid=96037] ppid=96014 vsize=19063512 memory=14468 CPUtime=0 cores=1,3
/proc/96017/task/96037/stat : 96037 (Timer-0) S 96014 96017 95020 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76609821 19521036288 4073375 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
Current children cumulated CPU time: 3259.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16293500 KiB

[startup+3282.3 s]
/proc/loadavg: 4.35 4.30 4.30 5/336 96428
/proc/meminfo: memFree=1958416/131382112 swapFree=33000640/33010684
[pid=96017] ppid=96014 vsize=19063512 memory=16293628 CPUtime=3313.89 cores=1,3
/proc/96017/stat : 96017 (java) S 96014 96017 95020 0 -1 4194304 396020 0 0 0 329160 2229 0 0 20 0 20 0 76609718 19521036288 4073407 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
/proc/96017/statm: 4765878 4073407 5548 1 0 4088727 0
[pid=96017/tid=96019] ppid=96014 vsize=19063512 memory=5632 CPUtime=3083.98 cores=1,3
/proc/96017/task/96019/stat : 96019 (java) R 96014 96017 95020 0 -1 4194368 230921 0 0 0 306511 1887 0 0 20 0 20 0 76609719 19521036288 4073407 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
[pid=96017/tid=96028] ppid=96014 vsize=19063512 memory=16293628 CPUtime=0 cores=1,3
/proc/96017/task/96028/stat : 96028 (Finalizer) S 96014 96017 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76609723 19521036288 4073407 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
[pid=96017/tid=96035] ppid=96014 vsize=19063512 memory=14468 CPUtime=0.01 cores=1,3
/proc/96017/task/96035/stat : 96035 (Common-Cleaner) S 96014 96017 95020 0 -1 4194368 3094 0 0 0 1 0 0 0 20 0 20 0 76609725 19521036288 4073407 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
[pid=96017/tid=96037] ppid=96014 vsize=19063512 memory=16293628 CPUtime=0 cores=1,3
/proc/96017/task/96037/stat : 96037 (Timer-0) S 96014 96017 95020 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76609821 19521036288 4073407 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
Current children cumulated CPU time: 3313.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16293628 KiB

[startup+3342.3 s]
/proc/loadavg: 4.28 4.29 4.30 5/336 96430
/proc/meminfo: memFree=1917908/131382112 swapFree=33000640/33010684
[pid=96017] ppid=96014 vsize=19063512 memory=16293628 CPUtime=3375.2 cores=1,3
/proc/96017/stat : 96017 (java) S 96014 96017 95020 0 -1 4194304 400187 0 0 0 335257 2263 0 0 20 0 20 0 76609718 19521036288 4073407 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
/proc/96017/statm: 4765878 4073407 5548 1 0 4088727 0
[pid=96017/tid=96019] ppid=96014 vsize=19063512 memory=13952 CPUtime=3141.69 cores=1,3
/proc/96017/task/96019/stat : 96019 (java) R 96014 96017 95020 0 -1 4194368 233598 0 0 0 312252 1917 0 0 20 0 20 0 76609719 19521036288 4073407 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
[pid=96017/tid=96028] ppid=96014 vsize=19063512 memory=14468 CPUtime=0 cores=1,3
/proc/96017/task/96028/stat : 96028 (Finalizer) S 96014 96017 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76609723 19521036288 4073407 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
[pid=96017/tid=96035] ppid=96014 vsize=19063512 memory=16293628 CPUtime=0.01 cores=1,3
/proc/96017/task/96035/stat : 96035 (Common-Cleaner) S 96014 96017 95020 0 -1 4194368 3148 0 0 0 1 0 0 0 20 0 20 0 76609725 19521036288 4073407 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
[pid=96017/tid=96037] ppid=96014 vsize=19063512 memory=16293628 CPUtime=0 cores=1,3
/proc/96017/task/96037/stat : 96037 (Timer-0) S 96014 96017 95020 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76609821 19521036288 4073407 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
Current children cumulated CPU time: 3375.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16293628 KiB

[startup+3402.3 s]
/proc/loadavg: 4.39 4.32 4.30 5/336 96431
/proc/meminfo: memFree=1928076/131382112 swapFree=33000372/33010684
[pid=96017] ppid=96014 vsize=19063512 memory=16293756 CPUtime=3436.52 cores=1,3
/proc/96017/stat : 96017 (java) S 96014 96017 95020 0 -1 4194304 404598 0 0 0 341363 2289 0 0 20 0 20 0 76609718 19521036288 4073439 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
/proc/96017/statm: 4765878 4073439 5548 1 0 4088735 0
[pid=96017/tid=96019] ppid=96014 vsize=19063512 memory=14468 CPUtime=3199.67 cores=1,3
/proc/96017/task/96019/stat : 96019 (java) R 96014 96017 95020 0 -1 4194368 236871 0 0 0 318027 1940 0 0 20 0 20 0 76609719 19521036288 4073439 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
[pid=96017/tid=96028] ppid=96014 vsize=19063512 memory=13952 CPUtime=0 cores=1,3
/proc/96017/task/96028/stat : 96028 (Finalizer) S 96014 96017 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76609723 19521036288 4073439 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
[pid=96017/tid=96035] ppid=96014 vsize=19063512 memory=16293756 CPUtime=0.01 cores=1,3
/proc/96017/task/96035/stat : 96035 (Common-Cleaner) S 96014 96017 95020 0 -1 4194368 3221 0 0 0 1 0 0 0 20 0 20 0 76609725 19521036288 4073439 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
[pid=96017/tid=96037] ppid=96014 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/96017/task/96037/stat : 96037 (Timer-0) S 96014 96017 95020 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76609821 19521036288 4073439 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
Current children cumulated CPU time: 3436.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16293756 KiB

[startup+3462.3 s]
/proc/loadavg: 4.24 4.29 4.29 9/336 96433
/proc/meminfo: memFree=1727192/131382112 swapFree=33000372/33010684
[pid=96017] ppid=96014 vsize=19063512 memory=16293756 CPUtime=3497.41 cores=1,3
/proc/96017/stat : 96017 (java) S 96014 96017 95020 0 -1 4194304 409038 0 0 0 347417 2324 0 0 20 0 20 0 76609718 19521036288 4073439 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
/proc/96017/statm: 4765878 4073439 5548 1 0 4088735 0
[pid=96017/tid=96019] ppid=96014 vsize=19063512 memory=14468 CPUtime=3257.01 cores=1,3
/proc/96017/task/96019/stat : 96019 (java) R 96014 96017 95020 0 -1 4194368 239975 0 0 0 323728 1973 0 0 20 0 20 0 76609719 19521036288 4073439 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
[pid=96017/tid=96028] ppid=96014 vsize=19063512 memory=13952 CPUtime=0 cores=1,3
/proc/96017/task/96028/stat : 96028 (Finalizer) S 96014 96017 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76609723 19521036288 4073439 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
[pid=96017/tid=96035] ppid=96014 vsize=19063512 memory=16293756 CPUtime=0.01 cores=1,3
/proc/96017/task/96035/stat : 96035 (Common-Cleaner) S 96014 96017 95020 0 -1 4194368 3236 0 0 0 1 0 0 0 20 0 20 0 76609725 19521036288 4073439 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
[pid=96017/tid=96037] ppid=96014 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/96017/task/96037/stat : 96037 (Timer-0) S 96014 96017 95020 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76609821 19521036288 4073439 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
Current children cumulated CPU time: 3497.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16293756 KiB

[startup+3522.3 s]
/proc/loadavg: 4.36 4.31 4.30 5/338 96437
/proc/meminfo: memFree=1889164/131382112 swapFree=33000116/33010684
[pid=96017] ppid=96014 vsize=19063512 memory=16293756 CPUtime=3558.25 cores=1,3
/proc/96017/stat : 96017 (java) S 96014 96017 95020 0 -1 4194304 412677 0 0 0 353477 2348 0 0 20 0 20 0 76609718 19521036288 4073439 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
/proc/96017/statm: 4765878 4073439 5548 1 0 4088735 0
[pid=96017/tid=96019] ppid=96014 vsize=19063512 memory=16293756 CPUtime=3314.78 cores=1,3
/proc/96017/task/96019/stat : 96019 (java) R 96014 96017 95020 0 -1 4194368 243145 0 0 0 329485 1993 0 0 20 0 20 0 76609719 19521036288 4073439 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
[pid=96017/tid=96028] ppid=96014 vsize=19063512 memory=-5155633680935826750 CPUtime=0 cores=1,3
/proc/96017/task/96028/stat : 96028 (Finalizer) S 96014 96017 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76609723 19521036288 4073439 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
[pid=96017/tid=96035] ppid=96014 vsize=19063512 memory=5632 CPUtime=0.01 cores=1,3
/proc/96017/task/96035/stat : 96035 (Common-Cleaner) S 96014 96017 95020 0 -1 4194368 3311 0 0 0 1 0 0 0 20 0 20 0 76609725 19521036288 4073439 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
[pid=96017/tid=96037] ppid=96014 vsize=19063512 memory=16293756 CPUtime=0 cores=1,3
/proc/96017/task/96037/stat : 96037 (Timer-0) S 96014 96017 95020 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76609821 19521036288 4073439 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
Current children cumulated CPU time: 3558.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16293756 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3562.9 s]
/proc/loadavg: 4.24 4.29 4.29 5/338 96439
/proc/meminfo: memFree=1877836/131382112 swapFree=33000116/33010684
[pid=96017] ppid=96014 vsize=19063512 memory=16293756 CPUtime=3600.09 cores=1,3
/proc/96017/stat : 96017 (java) S 96014 96017 95020 0 -1 4194304 416324 0 0 0 357638 2371 0 0 20 0 20 0 76609718 19521036288 4073439 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
/proc/96017/statm: 4765878 4073439 5548 1 0 4088735 0
[pid=96017/tid=96019] ppid=96014 vsize=19063512 memory=16293756 CPUtime=3353.63 cores=1,3
/proc/96017/task/96019/stat : 96019 (java) R 96014 96017 95020 0 -1 4194368 245807 0 0 0 333349 2014 0 0 20 0 20 0 76609719 19521036288 4073439 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
[pid=96017/tid=96028] ppid=96014 vsize=19063512 memory=5148 CPUtime=0 cores=1,3
/proc/96017/task/96028/stat : 96028 (Finalizer) S 96014 96017 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76609723 19521036288 4073439 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
[pid=96017/tid=96035] ppid=96014 vsize=19063512 memory=16293756 CPUtime=0.01 cores=1,3
/proc/96017/task/96035/stat : 96035 (Common-Cleaner) S 96014 96017 95020 0 -1 4194368 3323 0 0 0 1 0 0 0 20 0 20 0 76609725 19521036288 4073439 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
[pid=96017/tid=96037] ppid=96014 vsize=19063512 memory=16293756 CPUtime=0 cores=1,3
/proc/96017/task/96037/stat : 96037 (Timer-0) S 96014 96017 95020 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76609821 19521036288 4073439 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16293756 KiB

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

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

# cumulated CPU time of all completed processes:  user=3576.56 s, system=23.7848 s

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

[startup+3563 s]*
/proc/loadavg: 4.24 4.29 4.29 7/339 96442
/proc/meminfo: memFree=1863432/131382112 swapFree=33000116/33010684
[pid=96017] ppid=96014 vsize=19263204 memory=16294268 CPUtime=3600.27 cores=1,3
/proc/96017/stat : 96017 (java) S 96014 96017 95020 0 -1 4194304 418539 0 0 0 357654 2373 0 0 20 0 21 0 76609718 19725520896 4073567 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
/proc/96017/statm: 4815801 4073567 5548 1 0 4089662 0
[pid=96017/tid=96019] ppid=96014 vsize=19263204 memory=-6000919472656377446 CPUtime=3353.68 cores=1,3
/proc/96017/task/96019/stat : 96019 (java) D 96014 96017 95020 0 -1 4194368 246183 0 0 0 333352 2016 0 0 20 0 21 0 76609719 19725520896 4073567 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
[pid=96017/tid=96028] ppid=96014 vsize=19263204 memory=-4421386496247948638 CPUtime=0 cores=1,3
/proc/96017/task/96028/stat : 96028 (Finalizer) S 96014 96017 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 76609723 19725520896 4073567 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
[pid=96017/tid=96035] ppid=96014 vsize=19263204 memory=-4421386496247948638 CPUtime=0.01 cores=1,3
/proc/96017/task/96035/stat : 96035 (Common-Cleaner) S 96014 96017 95020 0 -1 4194368 3323 0 0 0 1 0 0 0 20 0 21 0 76609725 19725520896 4073567 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
[pid=96017/tid=96442] ppid=96014 vsize=19263204 memory=6896 CPUtime=0.05 cores=1,3
/proc/96017/task/96442/stat : 96442 (Thread-0) R 96014 96017 95020 0 -1 4194368 210 0 0 0 5 0 0 0 20 0 21 0 76966009 19725520896 4073567 18446744073709551615 94414969634816 94414969638512 140726996767664 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94414969646328 94414969647120 94414983639040 140726996769072 140726996769254 140726996769254 140726996774856 0
Current children cumulated CPU time: 3600.27 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 16294268 KiB

Child status: 143

Real time (s): 3563.1
CPU time (s): 3600.35
CPU user time (s): 3576.56
CPU system time (s): 23.7848
CPU usage (%): 101.045
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 16294268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3576.56
system time used= 23.7848
maximum resident set size= 16294524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 418627
page faults= 1
swaps= 0
block input operations= 192
block output operations= 36089832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 134970
involuntary context switches= 21389


# summary of solver processes directly reported to runsolver:
#   pid: 96017
#   total CPU time (s): 3600.35
#   total CPU user time (s): 3576.56
#   total CPU system time (s): 23.7848

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.3531 second user time and 36.6321 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-07-04 08:08:26
IDJOB=4523985
IDBENCH=180463
IDSOLVER=3364
FILE ID=nodeC007/4523985-1751609306
RUNJOBID= nodeC007-1751603369-95032
SLURM_JOB_ID= 9598885
Free space on /tmp= 431028 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB25/normalized-PB25/OPT-LIN/wallon/normalized-AztecDiamondSym-mini-07_c24.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4523985-1751609306/watcher-4523985-1751609306 -o /tmp/evaluation-result-4523985-1751609306/solver-4523985-1751609306 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751603369-95032 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4523985-1751609306 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4523985-1751609306.opb

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

MD5SUM BENCH= 7b7d352a7105ac7993395b7f6c3b04bc
RANDOM SEED=2125008607

nodeC007 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	: 0xb00001f
cpu MHz		: 3591.606
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 pti 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	: 6983.68
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.669
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 pti 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	: 6983.68
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.461
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 pti 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	: 6983.68
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		: 1795.803
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 pti 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	: 6983.68
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		: 3639.383
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 pti 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	: 6983.68
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		: 3591.603
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 pti 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	: 6983.68
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.233
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 pti 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	: 6983.68
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.486
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 pti 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	: 6983.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        78661152 kB
MemAvailable:   119818144 kB
Buffers:              16 kB
Cached:         41830888 kB
SwapCached:          252 kB
Active:         10390668 kB
Inactive:       41438008 kB
Active(anon):    9975992 kB
Inactive(anon):    35372 kB
Active(file):     414676 kB
Inactive(file): 41402636 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005784 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            322300 kB
Writeback:             0 kB
AnonPages:       9993596 kB
Mapped:           118500 kB
Shmem:             13504 kB
KReclaimable:     370900 kB
Slab:             472544 kB
SReclaimable:     370900 kB
SUnreclaim:       101644 kB
KernelStack:        5088 kB
PageTables:        23336 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   10577728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150488 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9627648 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:      201544 kB
DirectMap2M:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 430940 MiB
End job on nodeC007 at 2025-07-04 09:07:49