Trace number 4542082

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06? (TO) 3600.45 3563.71

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
equalities/diag_comm/normalized-27diagcomm_less_teq.opb
MD5SUMe80427fd7184340cbc2fb1b3fd72520e
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.750604
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4482
Total number of constraints6670
Number of constraints which are clauses4374
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2296
Minimum length of a constraint2
Maximum length of a constraint108
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 9007199254740992
Number of bits of the biggest number in a constraint 54
Biggest sum of numbers in a constraint 36028797018963967
Number of bits of the biggest sum of numbers55
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.13	c See www.sat4j.org for details.
0.12/0.14	c version PB25.v20250606
0.12/0.17	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.17	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.17	c java.vm.version	22.0.1+8-16
0.12/0.17	c java.vm.vendor	Oracle Corporation
0.12/0.17	c sun.arch.data.model	64
0.12/0.17	c java.version		22.0.1
0.12/0.17	c os.name		Linux
0.12/0.17	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.17	c os.arch		amd64
0.12/0.18	c Free memory 		2104792832
0.12/0.18	c Max memory 		16282288128
0.12/0.18	c Total memory 		2113929216
0.12/0.18	c Number of processors 	2
0.27/0.28	c Pseudo Boolean Optimization by upper bound
0.27/0.28	c --- Begin Solver configuration ---
0.27/0.28	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.27/0.28	c Learn all clauses as in MiniSAT
0.27/0.28	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.27/0.28	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.27/0.28	c Expensive reason simplification
0.27/0.28	c Glucose 2.1 dynamic restart strategy
0.27/0.28	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.27/0.28	c timeout=2147483s
0.27/0.28	c DB Simplification allowed=false
0.27/0.28	c Listener: none
0.27/0.28	c --- End Solver configuration ---
0.27/0.28	c solving HOME/instance-4542082-1753214231.opb
0.27/0.28	c reading problem ... 
0.27/0.28	c using VERIPB proof format
0.27/0.28	c  no objective function found
0.61/0.50	c ... done. Wall clock time 0.215s.
0.61/0.50	c declared #vars     4482
0.61/0.50	c #constraints  8965
0.61/0.50	c constraints type 
0.61/0.50	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4698
0.61/0.50	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2809
0.61/0.50	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1458
0.61/0.50	c 8965 constraints processed.
3.35/1.85	c cleaning 2496 clauses out of 5001 with flag 22349/5001
6.63/4.05	c cleaning 4250 clauses out of 8505 with flag 60100/11001
17.19/13.81	c cleaning 5619 clauses out of 11254 with flag 142874/18000
28.81/25.07	c cleaning 6810 clauses out of 13636 with flag 261862/26001
40.51/36.44	c cleaning 7907 clauses out of 15825 with flag 413331/35000
55.24/50.84	c cleaning 8957 clauses out of 17919 with flag 581460/45001
71.63/66.74	c cleaning 9971 clauses out of 19962 with flag 776161/56001
88.07/82.75	c cleaning 10991 clauses out of 21990 with flag 1015478/68000
105.28/99.77	c cleaning 11998 clauses out of 24000 with flag 1310059/81001
124.31/118.39	c cleaning 12994 clauses out of 26001 with flag 1628474/95000
149.45/142.85	c cleaning 13999 clauses out of 28008 with flag 1973976/110001
176.28/169.08	c cleaning 14997 clauses out of 30009 with flag 2293201/126001
203.74/196.18	c cleaning 16002 clauses out of 32012 with flag 2648086/143001
232.92/224.68	c cleaning 16997 clauses out of 34009 with flag 3071343/161000
264.80/256.03	c cleaning 17998 clauses out of 36013 with flag 3503603/180001
299.63/290.35	c cleaning 18998 clauses out of 38014 with flag 3957158/200000
332.65/322.42	c cleaning 20001 clauses out of 40016 with flag 4470242/221000
373.94/362.99	c cleaning 20996 clauses out of 42016 with flag 5029859/243001
413.14/401.56	c cleaning 22006 clauses out of 44020 with flag 5662188/266001
453.72/441.51	c cleaning 23002 clauses out of 46013 with flag 6214120/290000
496.27/483.45	c cleaning 23996 clauses out of 48012 with flag 6758160/315001
541.50/527.99	c cleaning 25000 clauses out of 50015 with flag 7370362/341000
593.44/579.01	c cleaning 26001 clauses out of 52015 with flag 7985347/368000
642.57/627.56	c cleaning 27003 clauses out of 54015 with flag 8647172/396001
692.88/677.13	c cleaning 27998 clauses out of 56012 with flag 9364916/425001
747.57/730.26	c cleaning 28996 clauses out of 58014 with flag 10159022/455001
806.68/787.27	c cleaning 29999 clauses out of 60018 with flag 11025230/486001
861.59/841.28	c cleaning 31004 clauses out of 62020 with flag 11803912/518002
917.96/896.84	c cleaning 32001 clauses out of 64015 with flag 12596270/551001
986.37/964.45	c cleaning 33003 clauses out of 66014 with flag 13630445/585001
1048.64/1025.63	c cleaning 34001 clauses out of 68010 with flag 14433786/620000
1094.99/1071.10	c cleaning 35001 clauses out of 70010 with flag 14880996/656001
1142.30/1117.92	c cleaning 35998 clauses out of 72009 with flag 15421719/693001
1193.40/1168.57	c cleaning 36994 clauses out of 74011 with flag 16038391/731001
1247.23/1221.60	c cleaning 38002 clauses out of 76017 with flag 16745524/770001
1302.35/1276.26	c cleaning 39004 clauses out of 78016 with flag 17465439/810002
1360.48/1334.11	c cleaning 39996 clauses out of 80010 with flag 18261347/851000
1420.82/1394.09	c cleaning 40996 clauses out of 82014 with flag 19104534/893000
1482.05/1454.86	c cleaning 41999 clauses out of 84018 with flag 19986181/936000
1541.78/1514.07	c cleaning 43005 clauses out of 86019 with flag 20897208/980000
1605.67/1577.70	c cleaning 43994 clauses out of 88014 with flag 21859678/1025000
1674.05/1645.63	c cleaning 45000 clauses out of 90020 with flag 22903062/1071000
1734.01/1705.26	c cleaning 46002 clauses out of 92021 with flag 23902972/1118001
1803.95/1774.82	c cleaning 46998 clauses out of 94019 with flag 24896999/1166001
1874.45/1845.05	c cleaning 47998 clauses out of 96020 with flag 25986431/1215000
1965.51/1935.89	c cleaning 49001 clauses out of 98022 with flag 27173579/1265000
2054.97/2024.89	c cleaning 50003 clauses out of 100021 with flag 28408647/1316000
2151.26/2120.70	c cleaning 50998 clauses out of 102018 with flag 29682003/1368000
2237.91/2207.08	c cleaning 52003 clauses out of 104020 with flag 30891486/1421000
2340.44/2309.19	c cleaning 52995 clauses out of 106017 with flag 32343030/1475000
2431.31/2399.52	c cleaning 53995 clauses out of 108022 with flag 33663549/1530000
2525.64/2493.45	c cleaning 55003 clauses out of 110028 with flag 35138668/1586001
2615.25/2582.69	c cleaning 56006 clauses out of 112024 with flag 36414517/1643000
2695.51/2661.85	c cleaning 57003 clauses out of 114019 with flag 37192223/1701001
2768.83/2735.04	c cleaning 58003 clauses out of 116017 with flag 37968761/1760002
2851.54/2817.66	c cleaning 58999 clauses out of 118013 with flag 38900187/1820001
2931.01/2896.87	c cleaning 60003 clauses out of 120015 with flag 39759693/1881002
3020.10/2985.28	c cleaning 60995 clauses out of 122011 with flag 40939054/1943001
3098.86/3063.43	c cleaning 61997 clauses out of 124016 with flag 42121210/2006001
3183.19/3147.23	c cleaning 63004 clauses out of 126018 with flag 43364189/2070000
3277.79/3241.70	c cleaning 64003 clauses out of 128015 with flag 44259143/2135001
3372.12/3335.93	c cleaning 64999 clauses out of 130012 with flag 45202080/2201001
3478.12/3441.55	c cleaning 66001 clauses out of 132014 with flag 46249682/2268002
3576.10/3539.48	c cleaning 66997 clauses out of 134012 with flag 47611477/2336001
3600.08/3563.42	c timeout
3600.08/3563.43	c starts		: 491
3600.08/3563.44	c conflicts		: 2356140
3600.08/3563.44	c decisions		: 2581447
3600.08/3563.44	c propagations		: 2765590002
3600.08/3563.44	c inspects		: 18903047249
3600.08/3563.44	c shortcuts		: 0
3600.08/3563.44	c learnt literals	: 0
3600.08/3563.44	c learnt binary clauses	: 327
3600.08/3563.44	c learnt ternary clauses	: 560
3600.08/3563.44	c learnt constraints	: 2356140
3600.08/3563.44	c ignored constraints	: 0
3600.08/3563.44	c root simplifications	: 0
3600.08/3563.44	c removed literals (reason simplification)	: 454319320
3600.08/3563.44	c reason swapping (by a shorter reason)	: 0
3600.08/3563.44	c Calls to reduceDB	: 64
3600.08/3563.44	c Number of update (reduction) of LBD	: 549503
3600.08/3563.44	c Imported unit clauses	: 0
3600.08/3563.44	c No decision after first conflict	: false
3600.08/3563.44	c number of reductions to clauses (during analyze)	: 0
3600.08/3563.44	c number of learned constraints concerned by reduction	: 0
3600.08/3563.44	c number of learning phase by resolution	: 0
3600.08/3563.45	c number of learning phase by cutting planes	: 0
3600.08/3563.45	c number of rounding to 1 operations	: 0
3600.08/3563.45	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3563.45	c number of reductions of the coefficients by power 2 	: 0
3600.08/3563.45	c number of right shift for reduction by power 2 	: 0
3600.08/3563.45	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3563.45	c number of ending skipping 	: 0
3600.08/3563.45	c number of internal skipping 	: 0
3600.08/3563.45	c number of derivation steps 	: 0
3600.08/3563.45	c number of skipped derivation steps 	: 0
3600.08/3563.45	c number of remaining unassigned 	: 0
3600.08/3563.45	c number of remaining assigned 	: 0
3600.08/3563.45	c number of falsified literals weakened from reason	: 0
3600.08/3563.45	c number of falsified literals weakened from conflict	: 0
3600.08/3563.45	c time for arithmetic operations	: 0
3600.08/3563.45	c minimum degree of deleted constraints	: null
3600.08/3563.45	c maximum degree of deleted constraints	: null
3600.08/3563.45	c number of deleted constraints	: 0
3600.08/3563.45	c speed (assignments/second)	: 776211.4038598526
3600.08/3563.45	c non guided choices	: 53
3600.24/3563.57	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 86827
3600.24/3563.57	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 327
3600.24/3563.57	s UNKNOWN
3600.24/3563.57	c Total wall clock time (in seconds): 3563.294

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: 63794 MiB (21213 MiB free)
  memory of node 1: 64507 MiB (14030 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing 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
solver pid=160590, runsolver pid=160587
Current StackSize limit: 8192 KiB


[startup+0.100063 s]*
/proc/loadavg: 4.58 4.69 4.37 8/326 160608
/proc/meminfo: memFree=36052180/131382112 swapFree=33009904/33010684
[pid=160590] ppid=160587 vsize=18930384 memory=48916 CPUtime=0.12 cores=5,7
/proc/160590/stat : 160590 (java) S 160587 160590 160073 0 -1 4194304 5935 0 0 0 10 2 0 0 20 0 18 0 237101975 19384713216 12229 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
/proc/160590/statm: 4732596 12229 5308 1 0 547123 0
[pid=160590/tid=160592] ppid=160587 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/160590/task/160592/stat : 160592 (java) R 160587 160590 160073 0 -1 4194368 4786 0 0 0 6 1 0 0 20 0 18 0 237101977 19384713216 12229 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
[pid=160590/tid=160601] ppid=160587 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/160590/task/160601/stat : 160601 (Finalizer) S 160587 160590 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237101980 19384713216 12229 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
[pid=160590/tid=160608] ppid=160587 vsize=18930384 memory=61792617516369 CPUtime=0 cores=5,7
/proc/160590/task/160608/stat : 160608 (Common-Cleaner) S 160587 160590 160073 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 237101980 19384713216 12261 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48916 KiB

[startup+0.20785 s]*
/proc/loadavg: 4.58 4.69 4.37 6/326 160608
/proc/meminfo: memFree=36044052/131382112 swapFree=33009904/33010684
[pid=160590] ppid=160587 vsize=18930384 memory=57804 CPUtime=0.27 cores=5,7
/proc/160590/stat : 160590 (java) S 160587 160590 160073 0 -1 4194304 6585 0 0 0 24 3 0 0 20 0 18 0 237101975 19384713216 14451 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
/proc/160590/statm: 4732596 14451 5340 1 0 547619 0
[pid=160590/tid=160592] ppid=160587 vsize=18930384 memory=4026990876 CPUtime=0.18 cores=5,7
/proc/160590/task/160592/stat : 160592 (java) S 160587 160590 160073 0 -1 4194368 5065 0 0 0 16 2 0 0 20 0 18 0 237101977 19384713216 14451 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
[pid=160590/tid=160601] ppid=160587 vsize=18930384 memory=1593 CPUtime=0 cores=5,7
/proc/160590/task/160601/stat : 160601 (Finalizer) S 160587 160590 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237101980 19384713216 14451 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
[pid=160590/tid=160608] ppid=160587 vsize=18930384 memory=60693105869820 CPUtime=0 cores=5,7
/proc/160590/task/160608/stat : 160608 (Common-Cleaner) S 160587 160590 160073 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 237101980 19384713216 14451 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57804 KiB

[startup+0.311177 s]*
/proc/loadavg: 4.58 4.69 4.37 8/327 160611
/proc/meminfo: memFree=36025276/131382112 swapFree=33009904/33010684
[pid=160590] ppid=160587 vsize=18930384 memory=59468 CPUtime=0.43 cores=5,7
/proc/160590/stat : 160590 (java) S 160587 160590 160073 0 -1 4194304 6922 0 0 0 40 3 0 0 20 0 18 0 237101975 19384713216 14867 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
/proc/160590/statm: 4732596 14867 5436 1 0 547853 0
[pid=160590/tid=160592] ppid=160587 vsize=18930384 memory=-8670948173853532860 CPUtime=0.28 cores=5,7
/proc/160590/task/160592/stat : 160592 (java) R 160587 160590 160073 0 -1 4194368 5266 0 0 0 26 2 0 0 20 0 18 0 237101977 19384713216 14867 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
[pid=160590/tid=160601] ppid=160587 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/160590/task/160601/stat : 160601 (Finalizer) S 160587 160590 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237101980 19384713216 14867 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
[pid=160590/tid=160608] ppid=160587 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/160590/task/160608/stat : 160608 (Common-Cleaner) S 160587 160590 160073 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 237101980 19384713216 14867 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59468 KiB

[startup+0.70023 s]
/proc/loadavg: 4.58 4.69 4.37 6/305 160611
/proc/meminfo: memFree=40403284/131382112 swapFree=33009904/33010684
[pid=160590] ppid=160587 vsize=18996948 memory=92656 CPUtime=1.17 cores=5,7
/proc/160590/stat : 160590 (java) S 160587 160590 160073 0 -1 4194304 8992 0 0 0 113 4 0 0 20 0 19 0 237101975 19452874752 23164 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
/proc/160590/statm: 4749237 23164 5436 1 0 549493 0
[pid=160590/tid=160592] ppid=160587 vsize=18996948 memory=27136 CPUtime=0.59 cores=5,7
/proc/160590/task/160592/stat : 160592 (java) R 160587 160590 160073 0 -1 4194368 5356 0 0 0 56 3 0 0 20 0 19 0 237101977 19452874752 23164 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
[pid=160590/tid=160601] ppid=160587 vsize=18996948 memory=11264 CPUtime=0 cores=5,7
/proc/160590/task/160601/stat : 160601 (Finalizer) S 160587 160590 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237101980 19452874752 23164 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
[pid=160590/tid=160608] ppid=160587 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/160590/task/160608/stat : 160608 (Common-Cleaner) S 160587 160590 160073 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 237101980 19452874752 23164 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 92656 KiB

[startup+1.50024 s]
/proc/loadavg: 4.58 4.69 4.37 7/304 160620
/proc/meminfo: memFree=40146284/131382112 swapFree=33009904/33010684
[pid=160590] ppid=160587 vsize=19063512 memory=173768 CPUtime=2.75 cores=5,7
/proc/160590/stat : 160590 (java) S 160587 160590 160073 0 -1 4194304 19921 0 0 0 266 9 0 0 20 0 20 0 237101975 19521036288 43442 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
/proc/160590/statm: 4765878 43442 5500 1 0 552839 0
[pid=160590/tid=160592] ppid=160587 vsize=19063512 memory=3200 CPUtime=1.31 cores=5,7
/proc/160590/task/160592/stat : 160592 (java) R 160587 160590 160073 0 -1 4194368 5690 0 0 0 126 5 0 0 20 0 20 0 237101977 19521036288 43442 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
[pid=160590/tid=160601] ppid=160587 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/160590/task/160601/stat : 160601 (Finalizer) S 160587 160590 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237101980 19521036288 43442 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
[pid=160590/tid=160608] ppid=160587 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/160590/task/160608/stat : 160608 (Common-Cleaner) S 160587 160590 160073 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 237101980 19521036288 43442 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
[pid=160590/tid=160612] ppid=160587 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/160590/task/160612/stat : 160612 (Timer-0) S 160587 160590 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237102027 19521036288 43442 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
Current children cumulated CPU time: 2.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 173768 KiB

[startup+3.10861 s]
/proc/loadavg: 4.58 4.69 4.37 5/305 160649
/proc/meminfo: memFree=45565916/131382112 swapFree=33009904/33010684
[pid=160590] ppid=160587 vsize=19063512 memory=206120 CPUtime=5.7 cores=5,7
/proc/160590/stat : 160590 (java) S 160587 160590 160073 0 -1 4194304 24207 0 0 0 559 11 0 0 20 0 20 0 237101975 19521036288 51530 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
/proc/160590/statm: 4765878 51530 5500 1 0 552992 0
[pid=160590/tid=160592] ppid=160587 vsize=19063512 memory=11264 CPUtime=2.87 cores=5,7
/proc/160590/task/160592/stat : 160592 (java) S 160587 160590 160073 0 -1 4194368 6657 0 0 0 281 6 0 0 20 0 20 0 237101977 19521036288 51530 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
[pid=160590/tid=160601] ppid=160587 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/160590/task/160601/stat : 160601 (Finalizer) S 160587 160590 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237101980 19521036288 51530 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
[pid=160590/tid=160608] ppid=160587 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/160590/task/160608/stat : 160608 (Common-Cleaner) S 160587 160590 160073 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 237101980 19521036288 51530 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
[pid=160590/tid=160612] ppid=160587 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/160590/task/160612/stat : 160612 (Timer-0) S 160587 160590 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237102027 19521036288 51530 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
Current children cumulated CPU time: 5.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 206120 KiB

[startup+6.30039 s]
/proc/loadavg: 4.69 4.71 4.38 5/328 160677
/proc/meminfo: memFree=43277892/131382112 swapFree=33009904/33010684
[pid=160590] ppid=160587 vsize=19063512 memory=450792 CPUtime=9.55 cores=5,7
/proc/160590/stat : 160590 (java) S 160587 160590 160073 0 -1 4194304 26177 0 0 0 937 18 0 0 20 0 20 0 237101975 19521036288 112698 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
/proc/160590/statm: 4765878 112698 5500 1 0 666429 0
[pid=160590/tid=160592] ppid=160587 vsize=19063512 memory=0 CPUtime=5.89 cores=5,7
/proc/160590/task/160592/stat : 160592 (java) R 160587 160590 160073 0 -1 4194368 6768 0 0 0 577 12 0 0 20 0 20 0 237101977 19521036288 112698 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
[pid=160590/tid=160601] ppid=160587 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/160590/task/160601/stat : 160601 (Finalizer) S 160587 160590 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237101980 19521036288 112698 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
[pid=160590/tid=160608] ppid=160587 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/160590/task/160608/stat : 160608 (Common-Cleaner) S 160587 160590 160073 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 237101980 19521036288 112698 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
[pid=160590/tid=160612] ppid=160587 vsize=19063512 memory=179276 CPUtime=0 cores=5,7
/proc/160590/task/160612/stat : 160612 (Timer-0) S 160587 160590 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237102027 19521036288 112698 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
Current children cumulated CPU time: 9.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 450792 KiB

[startup+12.7003 s]
/proc/loadavg: 4.71 4.72 4.38 5/328 160677
/proc/meminfo: memFree=41152948/131382112 swapFree=33009904/33010684
[pid=160590] ppid=160587 vsize=19063512 memory=944784 CPUtime=16.1 cores=5,7
/proc/160590/stat : 160590 (java) S 160587 160590 160073 0 -1 4194304 27206 0 0 0 1579 31 0 0 20 0 20 0 237101975 19521036288 236196 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
/proc/160590/statm: 4765878 236196 5500 1 0 912921 0
[pid=160590/tid=160592] ppid=160587 vsize=19063512 memory=179276 CPUtime=11.86 cores=5,7
/proc/160590/task/160592/stat : 160592 (java) R 160587 160590 160073 0 -1 4194368 7080 0 0 0 1165 21 0 0 20 0 20 0 237101977 19521036288 236196 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
[pid=160590/tid=160601] ppid=160587 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/160590/task/160601/stat : 160601 (Finalizer) S 160587 160590 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237101980 19521036288 236196 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
[pid=160590/tid=160608] ppid=160587 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/160590/task/160608/stat : 160608 (Common-Cleaner) S 160587 160590 160073 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 237101980 19521036288 236196 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
[pid=160590/tid=160612] ppid=160587 vsize=19063512 memory=744064 CPUtime=0 cores=5,7
/proc/160590/task/160612/stat : 160612 (Timer-0) S 160587 160590 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237102027 19521036288 236196 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
Current children cumulated CPU time: 16.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 944784 KiB

[startup+25.5004 s]
/proc/loadavg: 4.56 4.68 4.37 5/328 160677
/proc/meminfo: memFree=35980364/131382112 swapFree=33009904/33010684
[pid=160590] ppid=160587 vsize=19063512 memory=1672780 CPUtime=29.32 cores=5,7
/proc/160590/stat : 160590 (java) S 160587 160590 160073 0 -1 4194304 32647 0 0 0 2878 54 0 0 20 0 20 0 237101975 19521036288 418195 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
/proc/160590/statm: 4765878 418195 5500 1 0 1433083 0
[pid=160590/tid=160592] ppid=160587 vsize=19063512 memory=11264 CPUtime=24.11 cores=5,7
/proc/160590/task/160592/stat : 160592 (java) R 160587 160590 160073 0 -1 4194368 8613 0 0 0 2375 36 0 0 20 0 20 0 237101977 19521036288 418195 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
[pid=160590/tid=160601] ppid=160587 vsize=19063512 memory=450792 CPUtime=0 cores=5,7
/proc/160590/task/160601/stat : 160601 (Finalizer) S 160587 160590 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237101980 19521036288 418195 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
[pid=160590/tid=160608] ppid=160587 vsize=19063512 memory=1165992 CPUtime=0 cores=5,7
/proc/160590/task/160608/stat : 160608 (Common-Cleaner) S 160587 160590 160073 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 237101980 19521036288 418195 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
[pid=160590/tid=160612] ppid=160587 vsize=19063512 memory=5240 CPUtime=0 cores=5,7
/proc/160590/task/160612/stat : 160612 (Timer-0) S 160587 160590 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237102027 19521036288 418195 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
Current children cumulated CPU time: 29.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1672780 KiB

[startup+51.1134 s]
/proc/loadavg: 4.48 4.66 4.37 5/328 160678
/proc/meminfo: memFree=29247188/131382112 swapFree=33009904/33010684
[pid=160590] ppid=160587 vsize=19063512 memory=2873220 CPUtime=55.55 cores=5,7
/proc/160590/stat : 160590 (java) S 160587 160590 160073 0 -1 4194304 36536 0 0 0 5465 90 0 0 20 0 20 0 237101975 19521036288 718305 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
/proc/160590/statm: 4765878 718305 5532 1 0 1433088 0
[pid=160590/tid=160592] ppid=160587 vsize=19063512 memory=-8670948173853532860 CPUtime=48.82 cores=5,7
/proc/160590/task/160592/stat : 160592 (java) R 160587 160590 160073 0 -1 4194368 10088 0 0 0 4820 62 0 0 20 0 20 0 237101977 19521036288 718305 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
[pid=160590/tid=160601] ppid=160587 vsize=19063512 memory=2758364 CPUtime=0 cores=5,7
/proc/160590/task/160601/stat : 160601 (Finalizer) S 160587 160590 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237101980 19521036288 718305 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
[pid=160590/tid=160608] ppid=160587 vsize=19063512 memory=2240204 CPUtime=0 cores=5,7
/proc/160590/task/160608/stat : 160608 (Common-Cleaner) S 160587 160590 160073 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 237101980 19521036288 718305 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0

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

/proc/160590/task/160601/stat : 160601 (Finalizer) S 160587 160590 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237101980 19521036288 2329044 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
[pid=160590/tid=160608] ppid=160587 vsize=19063512 memory=9316176 CPUtime=0 cores=5,7
/proc/160590/task/160608/stat : 160608 (Common-Cleaner) S 160587 160590 160073 0 -1 4194368 3152 0 0 0 0 0 0 0 20 0 20 0 237101980 19521036288 2329044 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
[pid=160590/tid=160612] ppid=160587 vsize=19063512 memory=9316176 CPUtime=0 cores=5,7
/proc/160590/task/160612/stat : 160612 (Timer-0) S 160587 160590 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237102027 19521036288 2329044 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
Current children cumulated CPU time: 3198.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9316176 KiB

[startup+3222.3 s]
/proc/loadavg: 4.40 4.46 4.45 5/328 160850
/proc/meminfo: memFree=1724228/131382112 swapFree=33009904/33010684
[pid=160590] ppid=160587 vsize=19063512 memory=9316176 CPUtime=3258.43 cores=5,7
/proc/160590/stat : 160590 (java) S 160587 160590 160073 0 -1 4194304 7784342 0 0 0 323696 2147 0 0 20 0 20 0 237101975 19521036288 2329044 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
/proc/160590/statm: 4765878 2329044 5532 1 0 2343388 0
[pid=160590/tid=160592] ppid=160587 vsize=19063512 memory=9316176 CPUtime=3168.59 cores=5,7
/proc/160590/task/160592/stat : 160592 (java) R 160587 160590 160073 0 -1 4194368 7259467 0 0 0 315028 1831 0 0 20 0 20 0 237101977 19521036288 2329044 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
[pid=160590/tid=160601] ppid=160587 vsize=19063512 memory=9316176 CPUtime=0 cores=5,7
/proc/160590/task/160601/stat : 160601 (Finalizer) S 160587 160590 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237101980 19521036288 2329044 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
[pid=160590/tid=160608] ppid=160587 vsize=19063512 memory=9316176 CPUtime=0 cores=5,7
/proc/160590/task/160608/stat : 160608 (Common-Cleaner) S 160587 160590 160073 0 -1 4194368 3236 0 0 0 0 0 0 0 20 0 20 0 237101980 19521036288 2329044 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
[pid=160590/tid=160612] ppid=160587 vsize=19063512 memory=9316176 CPUtime=0 cores=5,7
/proc/160590/task/160612/stat : 160612 (Timer-0) S 160587 160590 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237102027 19521036288 2329044 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
Current children cumulated CPU time: 3258.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9316176 KiB

[startup+3282.3 s]
/proc/loadavg: 4.52 4.47 4.45 5/327 160852
/proc/meminfo: memFree=1666928/131382112 swapFree=33009904/33010684
[pid=160590] ppid=160587 vsize=19063512 memory=9316176 CPUtime=3318.34 cores=5,7
/proc/160590/stat : 160590 (java) S 160587 160590 160073 0 -1 4194304 7958406 0 0 0 329653 2181 0 0 20 0 20 0 237101975 19521036288 2329044 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
/proc/160590/statm: 4765878 2329044 5532 1 0 2343388 0
[pid=160590/tid=160592] ppid=160587 vsize=19063512 memory=-8670948173853532860 CPUtime=3228.26 cores=5,7
/proc/160590/task/160592/stat : 160592 (java) R 160587 160590 160073 0 -1 4194368 7427187 0 0 0 320965 1861 0 0 20 0 20 0 237101977 19521036288 2329044 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
[pid=160590/tid=160601] ppid=160587 vsize=19063512 memory=23532 CPUtime=0 cores=5,7
/proc/160590/task/160601/stat : 160601 (Finalizer) S 160587 160590 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237101980 19521036288 2329044 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
[pid=160590/tid=160608] ppid=160587 vsize=19063512 memory=9316176 CPUtime=0 cores=5,7
/proc/160590/task/160608/stat : 160608 (Common-Cleaner) S 160587 160590 160073 0 -1 4194368 3260 0 0 0 0 0 0 0 20 0 20 0 237101980 19521036288 2329044 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
[pid=160590/tid=160612] ppid=160587 vsize=19063512 memory=5888 CPUtime=0 cores=5,7
/proc/160590/task/160612/stat : 160612 (Timer-0) S 160587 160590 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237102027 19521036288 2329044 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
Current children cumulated CPU time: 3318.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9316176 KiB

[startup+3342.3 s]
/proc/loadavg: 4.80 4.57 4.49 5/327 160988
/proc/meminfo: memFree=65760976/131382112 swapFree=33009904/33010684
[pid=160590] ppid=160587 vsize=19063512 memory=9316176 CPUtime=3378.5 cores=5,7
/proc/160590/stat : 160590 (java) S 160587 160590 160073 0 -1 4194304 8111759 0 0 0 335638 2212 0 0 20 0 20 0 237101975 19521036288 2329044 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
/proc/160590/statm: 4765878 2329044 5532 1 0 2343388 0
[pid=160590/tid=160592] ppid=160587 vsize=19063512 memory=14720 CPUtime=3287.63 cores=5,7
/proc/160590/task/160592/stat : 160592 (java) R 160587 160590 160073 0 -1 4194368 7580336 0 0 0 326874 1889 0 0 20 0 20 0 237101977 19521036288 2329044 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
[pid=160590/tid=160601] ppid=160587 vsize=19063512 memory=9316176 CPUtime=0 cores=5,7
/proc/160590/task/160601/stat : 160601 (Finalizer) S 160587 160590 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237101980 19521036288 2329044 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
[pid=160590/tid=160608] ppid=160587 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/160590/task/160608/stat : 160608 (Common-Cleaner) S 160587 160590 160073 0 -1 4194368 3260 0 0 0 0 0 0 0 20 0 20 0 237101980 19521036288 2329044 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
[pid=160590/tid=160612] ppid=160587 vsize=19063512 memory=6943526294502006880 CPUtime=0 cores=5,7
/proc/160590/task/160612/stat : 160612 (Timer-0) S 160587 160590 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237102027 19521036288 2329044 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
Current children cumulated CPU time: 3378.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9316176 KiB

[startup+3402.3 s]
/proc/loadavg: 4.43 4.51 4.47 5/326 160990
/proc/meminfo: memFree=65071788/131382112 swapFree=33009904/33010684
[pid=160590] ppid=160587 vsize=19063512 memory=9316176 CPUtime=3438.69 cores=5,7
/proc/160590/stat : 160590 (java) S 160587 160590 160073 0 -1 4194304 8327166 0 0 0 341623 2246 0 0 20 0 20 0 237101975 19521036288 2329044 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
/proc/160590/statm: 4765878 2329044 5532 1 0 2343388 0
[pid=160590/tid=160592] ppid=160587 vsize=19063512 memory=14720 CPUtime=3347.09 cores=5,7
/proc/160590/task/160592/stat : 160592 (java) R 160587 160590 160073 0 -1 4194368 7784429 0 0 0 332789 1920 0 0 20 0 20 0 237101977 19521036288 2329044 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
[pid=160590/tid=160601] ppid=160587 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/160590/task/160601/stat : 160601 (Finalizer) S 160587 160590 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237101980 19521036288 2329044 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
[pid=160590/tid=160608] ppid=160587 vsize=19063512 memory=9316176 CPUtime=0 cores=5,7
/proc/160590/task/160608/stat : 160608 (Common-Cleaner) S 160587 160590 160073 0 -1 4194368 3315 0 0 0 0 0 0 0 20 0 20 0 237101980 19521036288 2329044 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
[pid=160590/tid=160612] ppid=160587 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/160590/task/160612/stat : 160612 (Timer-0) S 160587 160590 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237102027 19521036288 2329044 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
Current children cumulated CPU time: 3438.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9316176 KiB

[startup+3462.3 s]
/proc/loadavg: 4.20 4.43 4.44 5/325 160992
/proc/meminfo: memFree=64305228/131382112 swapFree=33009904/33010684
[pid=160590] ppid=160587 vsize=19063512 memory=9316176 CPUtime=3498.87 cores=5,7
/proc/160590/stat : 160590 (java) S 160587 160590 160073 0 -1 4194304 8331903 0 0 0 347617 2270 0 0 20 0 20 0 237101975 19521036288 2329044 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
/proc/160590/statm: 4765878 2329044 5532 1 0 2343388 0
[pid=160590/tid=160592] ppid=160587 vsize=19063512 memory=14720 CPUtime=3406.42 cores=5,7
/proc/160590/task/160592/stat : 160592 (java) R 160587 160590 160073 0 -1 4194368 7788819 0 0 0 338703 1939 0 0 20 0 20 0 237101977 19521036288 2329044 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
[pid=160590/tid=160601] ppid=160587 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/160590/task/160601/stat : 160601 (Finalizer) S 160587 160590 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237101980 19521036288 2329044 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
[pid=160590/tid=160608] ppid=160587 vsize=19063512 memory=9316176 CPUtime=0 cores=5,7
/proc/160590/task/160608/stat : 160608 (Common-Cleaner) S 160587 160590 160073 0 -1 4194368 3405 0 0 0 0 0 0 0 20 0 20 0 237101980 19521036288 2329044 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
[pid=160590/tid=160612] ppid=160587 vsize=19063512 memory=9316176 CPUtime=0 cores=5,7
/proc/160590/task/160612/stat : 160612 (Timer-0) S 160587 160590 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237102027 19521036288 2329044 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
Current children cumulated CPU time: 3498.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9316176 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.36 4.42 4/302 161005
/proc/meminfo: memFree=65154036/131382112 swapFree=33009904/33010684
[pid=160590] ppid=160587 vsize=19063512 memory=9316176 CPUtime=3559.04 cores=5,7
/proc/160590/stat : 160590 (java) S 160587 160590 160073 0 -1 4194304 8526339 0 0 0 353601 2303 0 0 20 0 20 0 237101975 19521036288 2329044 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
/proc/160590/statm: 4765878 2329044 5532 1 0 2343388 0
[pid=160590/tid=160592] ppid=160587 vsize=19063512 memory=9316176 CPUtime=3465.85 cores=5,7
/proc/160590/task/160592/stat : 160592 (java) R 160587 160590 160073 0 -1 4194368 7973247 0 0 0 344617 1968 0 0 20 0 20 0 237101977 19521036288 2329044 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
[pid=160590/tid=160601] ppid=160587 vsize=19063512 memory=9316176 CPUtime=0 cores=5,7
/proc/160590/task/160601/stat : 160601 (Finalizer) S 160587 160590 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237101980 19521036288 2329044 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
[pid=160590/tid=160608] ppid=160587 vsize=19063512 memory=9316176 CPUtime=0 cores=5,7
/proc/160590/task/160608/stat : 160608 (Common-Cleaner) S 160587 160590 160073 0 -1 4194368 3496 0 0 0 0 0 0 0 20 0 20 0 237101980 19521036288 2329044 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
[pid=160590/tid=160612] ppid=160587 vsize=19063512 memory=9316176 CPUtime=0 cores=5,7
/proc/160590/task/160612/stat : 160612 (Timer-0) S 160587 160590 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237102027 19521036288 2329044 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
Current children cumulated CPU time: 3559.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9316176 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3563.4 s]
/proc/loadavg: 4.29 4.38 4.42 5/325 161062
/proc/meminfo: memFree=71901208/131382112 swapFree=33009904/33010684
[pid=160590] ppid=160587 vsize=19063512 memory=9316176 CPUtime=3600.08 cores=5,7
/proc/160590/stat : 160590 (java) S 160587 160590 160073 0 -1 4194304 8635838 0 0 0 357686 2322 0 0 20 0 20 0 237101975 19521036288 2329044 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
/proc/160590/statm: 4765878 2329044 5532 1 0 2343388 0
[pid=160590/tid=160592] ppid=160587 vsize=19063512 memory=27136 CPUtime=3506.72 cores=5,7
/proc/160590/task/160592/stat : 160592 (java) R 160587 160590 160073 0 -1 4194368 8079674 0 0 0 348686 1986 0 0 20 0 20 0 237101977 19521036288 2329044 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
[pid=160590/tid=160601] ppid=160587 vsize=19063512 memory=-8670948173853532860 CPUtime=0 cores=5,7
/proc/160590/task/160601/stat : 160601 (Finalizer) S 160587 160590 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237101980 19521036288 2329044 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
[pid=160590/tid=160608] ppid=160587 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/160590/task/160608/stat : 160608 (Common-Cleaner) S 160587 160590 160073 0 -1 4194368 3582 0 0 0 0 0 0 0 20 0 20 0 237101980 19521036288 2329044 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
[pid=160590/tid=160612] ppid=160587 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/160590/task/160612/stat : 160612 (Timer-0) S 160587 160590 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237102027 19521036288 2329044 18446744073709551615 94029661020160 94029661023856 140727658994304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94029661031672 94029661032464 94029664485376 140727658998100 140727658998244 140727658998244 140727659003848 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9316176 KiB

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

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

# cumulated CPU time of all completed processes:  user=3577.09 s, system=23.3598 s

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

[startup+3563.6 s]*
/proc/loadavg: 4.29 4.38 4.42 6/307 161065
/proc/meminfo: memFree=78178076/131382112 swapFree=33009904/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): 3563.71
CPU time (s): 3600.45
CPU user time (s): 3577.09
CPU system time (s): 23.3598
CPU usage (%): 101.031
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 9316944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3577.09
system time used= 23.3598
maximum resident set size= 9317200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8638450
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16227872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 116519
involuntary context switches= 13552


# summary of solver processes directly reported to runsolver:
#   pid: 160590
#   total CPU time (s): 3600.45
#   total CPU user time (s): 3577.09
#   total CPU system time (s): 23.3598

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.3527 second user time and 36.0768 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-07-22 21:57:11
IDJOB=4542082
IDBENCH=163785
IDSOLVER=3364
FILE ID=nodeC001/4542082-1753214231
RUNJOBID= nodeC001-1753210643-160087
SLURM_JOB_ID= 9687785
Free space on /tmp= 424340 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/equalities/diag_comm/normalized-27diagcomm_less_teq.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542082-1753214231/watcher-4542082-1753214231 -o /tmp/evaluation-result-4542082-1753214231/solver-4542082-1753214231 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1753210643-160087 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4542082-1753214231 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4542082-1753214231.opb

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

MD5SUM BENCH= e80427fd7184340cbc2fb1b3fd72520e
RANDOM SEED=1251762740

nodeC001 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.510
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.49
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		: 3643.281
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.49
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.786
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.193
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.49
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		: 2294.578
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.174
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.49
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		: 3491.735
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.49
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		: 1795.893
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        36096924 kB
MemAvailable:   123804752 kB
Buffers:            1668 kB
Cached:         86272884 kB
SwapCached:          136 kB
Active:          6871968 kB
Inactive:       85397068 kB
Active(anon):    5993320 kB
Inactive(anon):    27564 kB
Active(file):     878648 kB
Inactive(file): 85369504 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            102088 kB
Writeback:             0 kB
AnonPages:       5997880 kB
Mapped:           128308 kB
Shmem:             25972 kB
KReclaimable:    2520804 kB
Slab:            2652296 kB
SReclaimable:    2520804 kB
SUnreclaim:       131492 kB
KernelStack:        5024 kB
PageTables:        15460 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   10847204 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150280 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5801984 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 419560 MiB
End job on nodeC001 at 2025-07-22 22:56:35