Trace number 4544968

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.15 3596.9

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/koops/
normalized-mat20_19_identity_complement.opb
MD5SUM6b62b1f0af3a4b117c91c07257537aad
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 benchmark14.7305
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7600
Total number of constraints700360
Number of constraints which are clauses685920
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints14440
Minimum length of a constraint2
Maximum length of a constraint19
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 18
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 37
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.12/0.10	c Number of processors 	2
0.12/0.14	c Pseudo Boolean Optimization by upper bound
0.12/0.14	c --- Begin Solver configuration ---
0.12/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.14	c Learn all clauses as in MiniSAT
0.12/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.14	c Expensive reason simplification
0.12/0.14	c Glucose 2.1 dynamic restart strategy
0.12/0.14	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.14	c timeout=2147483s
0.12/0.14	c DB Simplification allowed=false
0.12/0.14	c Listener: none
0.12/0.14	c --- End Solver configuration ---
0.12/0.14	c solving HOME/instance-4544968-1753236838.opb
0.12/0.14	c reading problem ... 
0.12/0.14	c using VERIPB proof format
0.12/0.14	c  no objective function found
3.05/1.68	c ... done. Wall clock time 1.535s.
3.05/1.68	c declared #vars     7600
3.05/1.68	c #constraints  700360
3.05/1.68	c constraints type 
3.05/1.68	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 552330
3.05/1.68	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 7220
3.05/1.68	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 140810
3.05/1.68	c 700360 constraints processed.
10.34/7.18	c cleaning 2480 clauses out of 5001 with flag 41447/5001
17.20/13.75	c cleaning 4258 clauses out of 8521 with flag 97470/11001
25.10/21.54	c cleaning 5625 clauses out of 11262 with flag 153882/18000
34.95/31.28	c cleaning 6819 clauses out of 13637 with flag 222906/26000
43.98/40.26	c cleaning 7912 clauses out of 15824 with flag 299018/35006
55.59/51.82	c cleaning 8950 clauses out of 17906 with flag 375389/45000
67.42/63.60	c cleaning 9976 clauses out of 19959 with flag 463593/56003
80.39/76.64	c cleaning 10989 clauses out of 21981 with flag 563791/68001
96.65/92.83	c cleaning 11987 clauses out of 23993 with flag 673940/81002
113.44/109.63	c cleaning 12997 clauses out of 26005 with flag 773701/95001
131.00/127.27	c cleaning 13999 clauses out of 28007 with flag 876133/110000
151.66/147.80	c cleaning 14998 clauses out of 30008 with flag 989428/126000
172.12/168.35	c cleaning 15997 clauses out of 32012 with flag 1128125/143002
195.48/191.69	c cleaning 17004 clauses out of 34018 with flag 1253928/161005
223.31/219.48	c cleaning 18000 clauses out of 36009 with flag 1425323/180000
250.14/246.33	c cleaning 19000 clauses out of 38009 with flag 1607594/200000
280.07/276.35	c cleaning 19997 clauses out of 40009 with flag 1816875/221000
315.57/311.69	c cleaning 20995 clauses out of 42014 with flag 2019583/243002
346.11/342.22	c cleaning 22006 clauses out of 44018 with flag 2213732/266001
373.33/369.45	c cleaning 22997 clauses out of 46011 with flag 2415801/290000
403.16/399.35	c cleaning 24003 clauses out of 48015 with flag 2641099/315001
434.07/430.26	c cleaning 24987 clauses out of 50011 with flag 2848915/341000
477.38/473.70	c cleaning 26004 clauses out of 52024 with flag 3090889/368000
521.71/517.95	c cleaning 27005 clauses out of 54021 with flag 3379609/396001
572.08/568.24	c cleaning 28001 clauses out of 56016 with flag 3648701/425001
623.69/619.87	c cleaning 29003 clauses out of 58014 with flag 3925801/455000
674.64/670.78	c cleaning 29998 clauses out of 60011 with flag 4246852/486000
730.01/726.23	c cleaning 31002 clauses out of 62013 with flag 4574142/518000
786.42/782.41	c cleaning 32002 clauses out of 64013 with flag 4872162/551002
846.39/842.53	c cleaning 33000 clauses out of 66010 with flag 5234000/585001
907.60/903.76	c cleaning 33995 clauses out of 68010 with flag 5614459/620001
968.92/965.01	c cleaning 34998 clauses out of 70014 with flag 6117209/656000
1037.30/1033.42	c cleaning 36002 clauses out of 72021 with flag 6786302/693005
1103.43/1099.54	c cleaning 36985 clauses out of 74014 with flag 7480336/731000
1168.89/1165.18	c cleaning 38008 clauses out of 76031 with flag 8103603/770002
1233.05/1229.37	c cleaning 39002 clauses out of 78021 with flag 8651065/810000
1293.72/1289.97	c cleaning 40003 clauses out of 80020 with flag 9153500/851001
1360.36/1356.56	c cleaning 41000 clauses out of 82016 with flag 9582738/893000
1429.19/1425.18	c cleaning 42001 clauses out of 84017 with flag 10022602/936001
1504.31/1500.45	c cleaning 43000 clauses out of 86015 with flag 10375737/980000
1583.68/1579.80	c cleaning 43976 clauses out of 88015 with flag 10792974/1025000
1670.38/1666.59	c cleaning 45015 clauses out of 90040 with flag 11281510/1071001
1748.45/1744.45	c cleaning 46003 clauses out of 92025 with flag 11796058/1118001
1828.18/1824.39	c cleaning 47005 clauses out of 94021 with flag 12300581/1166000
1911.51/1907.57	c cleaning 47986 clauses out of 96016 with flag 12770589/1215000
1994.36/1990.53	c cleaning 49012 clauses out of 98034 with flag 13262247/1265004
2075.80/2071.89	c cleaning 50002 clauses out of 100020 with flag 13818007/1316002
2175.47/2171.04	c cleaning 51005 clauses out of 102020 with flag 14257015/1368004
2290.32/2286.18	c cleaning 52002 clauses out of 104015 with flag 14742071/1421004
2401.78/2397.55	c cleaning 52996 clauses out of 106009 with flag 15192558/1475000
2506.46/2502.46	c cleaning 53997 clauses out of 108013 with flag 15695686/1530000
2620.44/2616.42	c cleaning 54997 clauses out of 110017 with flag 16318184/1586001
2736.90/2733.09	c cleaning 56002 clauses out of 112020 with flag 16924079/1643001
2833.70/2829.90	c cleaning 57001 clauses out of 114017 with flag 17550578/1701000
2939.66/2936.08	c cleaning 58003 clauses out of 116016 with flag 18185295/1760000
3056.89/3053.44	c cleaning 58998 clauses out of 118014 with flag 18730620/1820001
3182.43/3179.06	c cleaning 60001 clauses out of 120015 with flag 19350078/1881000
3310.13/3306.81	c cleaning 61001 clauses out of 122016 with flag 19992488/1943002
3438.17/3435.03	c cleaning 62000 clauses out of 124014 with flag 20631998/2006001
3558.89/3555.64	c cleaning 62996 clauses out of 126013 with flag 21288723/2070000
3600.01/3596.81	c starts		: 445
3600.01/3596.81	c conflicts		: 2095644
3600.01/3596.81	c decisions		: 2722898
3600.01/3596.81	c propagations		: 1056963164
3600.01/3596.81	c inspects		: 44327633754
3600.01/3596.81	c shortcuts		: 0
3600.01/3596.81	c learnt literals	: 0
3600.01/3596.81	c learnt binary clauses	: 0
3600.01/3596.81	c learnt ternary clauses	: 0
3600.01/3596.81	c learnt constraints	: 2095644
3600.01/3596.81	c ignored constraints	: 0
3600.01/3596.81	c root simplifications	: 0
3600.01/3596.81	c removed literals (reason simplification)	: 3202086
3600.01/3596.81	c reason swapping (by a shorter reason)	: 0
3600.01/3596.81	c Calls to reduceDB	: 60
3600.01/3596.81	c Number of update (reduction) of LBD	: 1474722
3600.01/3596.81	c Imported unit clauses	: 0
3600.01/3596.81	c No decision after first conflict	: false
3600.01/3596.81	c number of reductions to clauses (during analyze)	: 0
3600.01/3596.81	c number of learned constraints concerned by reduction	: 0
3600.01/3596.81	c number of learning phase by resolution	: 0
3600.01/3596.81	c number of learning phase by cutting planes	: 0
3600.01/3596.81	c number of rounding to 1 operations	: 0
3600.01/3596.81	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3596.81	c number of reductions of the coefficients by power 2 	: 0
3600.01/3596.81	c number of right shift for reduction by power 2 	: 0
3600.01/3596.81	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3596.81	c number of ending skipping 	: 0
3600.01/3596.81	c number of internal skipping 	: 0
3600.01/3596.81	c number of derivation steps 	: 0
3600.01/3596.81	c number of skipped derivation steps 	: 0
3600.01/3596.81	c number of remaining unassigned 	: 0
3600.01/3596.81	c number of remaining assigned 	: 0
3600.01/3596.81	c number of falsified literals weakened from reason	: 0
3600.01/3596.81	c number of falsified literals weakened from conflict	: 0
3600.01/3596.81	c time for arithmetic operations	: 0
3600.01/3596.81	c minimum degree of deleted constraints	: null
3600.01/3596.81	c maximum degree of deleted constraints	: null
3600.01/3596.81	c number of deleted constraints	: 0
3600.01/3596.82	c speed (assignments/second)	: 293998.5936530807
3600.01/3596.82	c non guided choices	: 129
3600.01/3596.83	c timeout
3600.01/3596.86	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 88661
3600.01/3596.86	s UNKNOWN
3600.01/3596.86	c Total wall clock time (in seconds): 3596.724

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (6133 MiB free)
  memory of node 1: 64507 MiB (33205 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4544968-1753236838/watcher-4544968-1753236838 -o /tmp/evaluation-result-4544968-1753236838/solver-4544968-1753236838 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1753233633-178285 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4544968-1753236838 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4544968-1753236838.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=178861, runsolver pid=178858

[startup+0.100047 s]*
/proc/loadavg: 4.72 4.89 4.83 5/345 178879
/proc/meminfo: memFree=40247644/131250000 swapFree=33009904/33010684
[pid=178861] ppid=178858 vsize=18930384 memory=53316 CPUtime=0.12 cores=1,3
/proc/178861/stat : 178861 (java) S 178858 178861 178273 0 -1 4194304 6477 0 0 0 10 2 0 0 20 0 18 0 239363747 19384713216 13329 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
/proc/178861/statm: 4732596 13329 5370 1 0 547567 0
[pid=178861/tid=178863] ppid=178858 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/178861/task/178863/stat : 178863 (java) R 178858 178861 178273 0 -1 4194368 4991 0 0 0 6 1 0 0 20 0 18 0 239363749 19384713216 13329 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
[pid=178861/tid=178872] ppid=178858 vsize=18930384 memory=241407623509 CPUtime=0 cores=1,3
/proc/178861/task/178872/stat : 178872 (Finalizer) S 178858 178861 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239363751 19384713216 13329 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
[pid=178861/tid=178879] ppid=178858 vsize=18930384 memory=61784027586760 CPUtime=0 cores=1,3
/proc/178861/task/178879/stat : 178879 (Common-Cleaner) S 178858 178861 178273 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 239363751 19384713216 13329 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53316 KiB

[startup+0.205892 s]*
/proc/loadavg: 4.72 4.89 4.83 7/345 178879
/proc/meminfo: memFree=40238444/131250000 swapFree=33009904/33010684
[pid=178861] ppid=178858 vsize=18930384 memory=66392 CPUtime=0.31 cores=1,3
/proc/178861/stat : 178861 (java) S 178858 178861 178273 0 -1 4194304 7104 0 0 0 29 2 0 0 20 0 18 0 239363747 19384713216 16598 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
/proc/178861/statm: 4732596 16598 5434 1 0 547991 0
[pid=178861/tid=178863] ppid=178858 vsize=18930384 memory=4026990876 CPUtime=0.17 cores=1,3
/proc/178861/task/178863/stat : 178863 (java) R 178858 178861 178273 0 -1 4194368 5301 0 0 0 16 1 0 0 20 0 18 0 239363749 19384713216 16598 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
[pid=178861/tid=178872] ppid=178858 vsize=18930384 memory=18954 CPUtime=0 cores=1,3
/proc/178861/task/178872/stat : 178872 (Finalizer) S 178858 178861 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239363751 19384713216 16598 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
[pid=178861/tid=178879] ppid=178858 vsize=18930384 memory=60684515935208 CPUtime=0 cores=1,3
/proc/178861/task/178879/stat : 178879 (Common-Cleaner) S 178858 178861 178273 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 239363751 19384713216 16598 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 66392 KiB

[startup+0.305794 s]*
/proc/loadavg: 4.72 4.89 4.83 6/345 178879
/proc/meminfo: memFree=40210340/131250000 swapFree=33009904/33010684
[pid=178861] ppid=178858 vsize=18930384 memory=94984 CPUtime=0.5 cores=1,3
/proc/178861/stat : 178861 (java) S 178858 178861 178273 0 -1 4194304 8569 0 0 0 48 2 0 0 20 0 18 0 239363747 19384713216 23746 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
/proc/178861/statm: 4732596 23746 5434 1 0 548953 0
[pid=178861/tid=178863] ppid=178858 vsize=18930384 memory=-8599731671834337980 CPUtime=0.26 cores=1,3
/proc/178861/task/178863/stat : 178863 (java) R 178858 178861 178273 0 -1 4194368 5321 0 0 0 25 1 0 0 20 0 18 0 239363749 19384713216 23746 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
[pid=178861/tid=178872] ppid=178858 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/178861/task/178872/stat : 178872 (Finalizer) S 178858 178861 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239363751 19384713216 23746 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
[pid=178861/tid=178879] ppid=178858 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/178861/task/178879/stat : 178879 (Common-Cleaner) S 178858 178861 178273 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 239363751 19384713216 23746 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 94984 KiB

[startup+0.700243 s]
/proc/loadavg: 4.72 4.89 4.83 7/346 178880
/proc/meminfo: memFree=40131644/131250000 swapFree=33009904/33010684
[pid=178861] ppid=178858 vsize=18996948 memory=183552 CPUtime=1.26 cores=1,3
/proc/178861/stat : 178861 (java) S 178858 178861 178273 0 -1 4194304 12825 0 0 0 121 5 0 0 20 0 19 0 239363747 19452874752 45888 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
/proc/178861/statm: 4749237 45888 5466 1 0 551703 0
[pid=178861/tid=178863] ppid=178858 vsize=18996948 memory=27264 CPUtime=0.62 cores=1,3
/proc/178861/task/178863/stat : 178863 (java) R 178858 178861 178273 0 -1 4194368 5357 0 0 0 59 3 0 0 20 0 19 0 239363749 19452874752 45888 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
[pid=178861/tid=178872] ppid=178858 vsize=18996948 memory=10880 CPUtime=0 cores=1,3
/proc/178861/task/178872/stat : 178872 (Finalizer) S 178858 178861 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239363751 19452874752 45888 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
[pid=178861/tid=178879] ppid=178858 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/178861/task/178879/stat : 178879 (Common-Cleaner) S 178858 178861 178273 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 239363751 19452874752 45888 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 183552 KiB

[startup+1.50024 s]
/proc/loadavg: 4.72 4.89 4.83 8/346 178880
/proc/meminfo: memFree=40065676/131250000 swapFree=33009904/33010684
[pid=178861] ppid=178858 vsize=18996948 memory=410820 CPUtime=2.85 cores=1,3
/proc/178861/stat : 178861 (java) S 178858 178861 178273 0 -1 4194304 16949 0 0 0 275 10 0 0 20 0 19 0 239363747 19452874752 102705 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
/proc/178861/statm: 4749237 102705 5466 1 0 961495 0
[pid=178861/tid=178863] ppid=178858 vsize=18996948 memory=3328 CPUtime=1.26 cores=1,3
/proc/178861/task/178863/stat : 178863 (java) R 178858 178861 178273 0 -1 4194368 5446 0 0 0 120 6 0 0 20 0 19 0 239363749 19452874752 102705 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
[pid=178861/tid=178872] ppid=178858 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/178861/task/178872/stat : 178872 (Finalizer) S 178858 178861 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239363751 19452874752 102705 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
[pid=178861/tid=178879] ppid=178858 vsize=18996948 memory=10880 CPUtime=0 cores=1,3
/proc/178861/task/178879/stat : 178879 (Common-Cleaner) S 178858 178861 178273 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 239363751 19452874752 102705 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 410820 KiB

[startup+3.10574 s]
/proc/loadavg: 4.99 4.94 4.85 6/347 178881
/proc/meminfo: memFree=39787932/131250000 swapFree=33009904/33010684
[pid=178861] ppid=178858 vsize=19063512 memory=431408 CPUtime=5.78 cores=1,3
/proc/178861/stat : 178861 (java) S 178858 178861 178273 0 -1 4194304 17503 0 0 0 565 13 0 0 20 0 20 0 239363747 19521036288 107852 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
/proc/178861/statm: 4765878 107852 5466 1 0 961913 0
[pid=178861/tid=178863] ppid=178858 vsize=19063512 memory=10880 CPUtime=2.79 cores=1,3
/proc/178861/task/178863/stat : 178863 (java) R 178858 178861 178273 0 -1 4194368 5552 0 0 0 272 7 0 0 20 0 20 0 239363749 19521036288 107852 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
[pid=178861/tid=178872] ppid=178858 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/178861/task/178872/stat : 178872 (Finalizer) S 178858 178861 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239363751 19521036288 107852 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
[pid=178861/tid=178879] ppid=178858 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/178861/task/178879/stat : 178879 (Common-Cleaner) S 178858 178861 178273 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 239363751 19521036288 107852 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
[pid=178861/tid=178881] ppid=178858 vsize=19063512 memory=5276 CPUtime=0 cores=1,3
/proc/178861/task/178881/stat : 178881 (Timer-0) S 178858 178861 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239363916 19521036288 107852 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
Current children cumulated CPU time: 5.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 431408 KiB

[startup+6.30024 s]
/proc/loadavg: 4.99 4.94 4.85 5/347 178881
/proc/meminfo: memFree=39597316/131250000 swapFree=33009904/33010684
[pid=178861] ppid=178858 vsize=19063512 memory=548908 CPUtime=9.4 cores=1,3
/proc/178861/stat : 178861 (java) S 178858 178861 178273 0 -1 4194304 23887 0 0 0 924 16 0 0 20 0 20 0 239363747 19521036288 137227 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
/proc/178861/statm: 4765878 137227 5466 1 0 1586490 0
[pid=178861/tid=178863] ppid=178858 vsize=19063512 memory=0 CPUtime=5.93 cores=1,3
/proc/178861/task/178863/stat : 178863 (java) R 178858 178861 178273 0 -1 4194368 6146 0 0 0 583 10 0 0 20 0 20 0 239363749 19521036288 137227 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
[pid=178861/tid=178872] ppid=178858 vsize=19063512 memory=-8599731671834337980 CPUtime=0 cores=1,3
/proc/178861/task/178872/stat : 178872 (Finalizer) S 178858 178861 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239363751 19521036288 137227 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
[pid=178861/tid=178879] ppid=178858 vsize=19063512 memory=10880 CPUtime=0 cores=1,3
/proc/178861/task/178879/stat : 178879 (Common-Cleaner) S 178858 178861 178273 0 -1 4194368 65 0 0 0 0 0 0 0 20 0 20 0 239363751 19521036288 137227 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
[pid=178861/tid=178881] ppid=178858 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/178861/task/178881/stat : 178881 (Timer-0) S 178858 178861 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239363916 19521036288 137227 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
Current children cumulated CPU time: 9.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 548908 KiB

[startup+12.7002 s]
/proc/loadavg: 4.91 4.93 4.85 5/347 178881
/proc/meminfo: memFree=39086884/131250000 swapFree=33009904/33010684
[pid=178861] ppid=178858 vsize=19063512 memory=781192 CPUtime=16.2 cores=1,3
/proc/178861/stat : 178861 (java) S 178858 178861 178273 0 -1 4194304 27267 0 0 0 1596 24 0 0 20 0 20 0 239363747 19521036288 195298 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
/proc/178861/statm: 4765878 195298 5466 1 0 1586613 0
[pid=178861/tid=178863] ppid=178858 vsize=19063512 memory=781192 CPUtime=12.28 cores=1,3
/proc/178861/task/178863/stat : 178863 (java) R 178858 178861 178273 0 -1 4194368 7269 0 0 0 1212 16 0 0 20 0 20 0 239363749 19521036288 195298 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
[pid=178861/tid=178872] ppid=178858 vsize=19063512 memory=781192 CPUtime=0 cores=1,3
/proc/178861/task/178872/stat : 178872 (Finalizer) S 178858 178861 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239363751 19521036288 195298 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
[pid=178861/tid=178879] ppid=178858 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/178861/task/178879/stat : 178879 (Common-Cleaner) S 178858 178861 178273 0 -1 4194368 70 0 0 0 0 0 0 0 20 0 20 0 239363751 19521036288 195298 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
[pid=178861/tid=178881] ppid=178858 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/178861/task/178881/stat : 178881 (Timer-0) S 178858 178861 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239363916 19521036288 195298 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
Current children cumulated CPU time: 16.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 781192 KiB

[startup+25.5002 s]
/proc/loadavg: 4.77 4.90 4.84 5/347 178881
/proc/meminfo: memFree=38414844/131250000 swapFree=33009904/33010684
[pid=178861] ppid=178858 vsize=19063512 memory=943084 CPUtime=29.22 cores=1,3
/proc/178861/stat : 178861 (java) S 178858 178861 178273 0 -1 4194304 34851 0 0 0 2889 33 0 0 20 0 20 0 239363747 19521036288 235771 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
/proc/178861/statm: 4765878 235771 5466 1 0 1586615 0
[pid=178861/tid=178863] ppid=178858 vsize=19063512 memory=27264 CPUtime=25.01 cores=1,3
/proc/178861/task/178863/stat : 178863 (java) R 178858 178861 178273 0 -1 4194368 8904 0 0 0 2479 22 0 0 20 0 20 0 239363749 19521036288 235771 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
[pid=178861/tid=178872] ppid=178858 vsize=19063512 memory=928744 CPUtime=0 cores=1,3
/proc/178861/task/178872/stat : 178872 (Finalizer) S 178858 178861 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239363751 19521036288 235771 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
[pid=178861/tid=178879] ppid=178858 vsize=19063512 memory=-8599731671834337980 CPUtime=0 cores=1,3
/proc/178861/task/178879/stat : 178879 (Common-Cleaner) S 178858 178861 178273 0 -1 4194368 70 0 0 0 0 0 0 0 20 0 20 0 239363751 19521036288 235771 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
[pid=178861/tid=178881] ppid=178858 vsize=19063512 memory=928744 CPUtime=0 cores=1,3
/proc/178861/task/178881/stat : 178881 (Timer-0) S 178858 178861 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239363916 19521036288 235771 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
Current children cumulated CPU time: 29.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 943084 KiB

[startup+51.1058 s]
/proc/loadavg: 4.88 4.91 4.84 6/347 178882
/proc/meminfo: memFree=37138056/131250000 swapFree=33009904/33010684
[pid=178861] ppid=178858 vsize=19063512 memory=1232072 CPUtime=54.9 cores=1,3
/proc/178861/stat : 178861 (java) S 178858 178861 178273 0 -1 4194304 41091 0 0 0 5443 47 0 0 20 0 20 0 239363747 19521036288 308018 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
/proc/178861/statm: 4765878 308018 5498 1 0 1586616 0
[pid=178861/tid=178863] ppid=178858 vsize=19063512 memory=1166528 CPUtime=50.4 cores=1,3
/proc/178861/task/178863/stat : 178863 (java) R 178858 178861 178273 0 -1 4194368 10409 0 0 0 5007 33 0 0 20 0 20 0 239363749 19521036288 308018 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
[pid=178861/tid=178872] ppid=178858 vsize=19063512 memory=10880 CPUtime=0 cores=1,3
/proc/178861/task/178872/stat : 178872 (Finalizer) S 178858 178861 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239363751 19521036288 308018 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
[pid=178861/tid=178879] ppid=178858 vsize=19063512 memory=781192 CPUtime=0 cores=1,3
/proc/178861/task/178879/stat : 178879 (Common-Cleaner) S 178858 178861 178273 0 -1 4194368 70 0 0 0 0 0 0 0 20 0 20 0 239363751 19521036288 308018 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
[pid=178861/tid=178881] ppid=178858 vsize=19063512 memory=1166528 CPUtime=0 cores=1,3
/proc/178861/task/178881/stat : 178881 (Timer-0) S 178858 178861 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239363916 19521036288 308018 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0

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

/proc/meminfo: memFree=66380984/131250000 swapFree=33009904/33010684
[pid=178861] ppid=178858 vsize=19063512 memory=6289776 CPUtime=3225.8 cores=1,3
/proc/178861/stat : 178861 (java) S 178858 178861 178273 0 -1 4194304 213371 0 0 0 321687 893 0 0 20 0 20 0 239363747 19521036288 1572444 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
/proc/178861/statm: 4765878 1572444 5530 1 0 1589984 0
[pid=178861/tid=178863] ppid=178858 vsize=19063512 memory=6289776 CPUtime=3206.93 cores=1,3
/proc/178861/task/178863/stat : 178863 (java) R 178858 178861 178273 0 -1 4194368 104632 0 0 0 319958 735 0 0 20 0 20 0 239363749 19521036288 1572444 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
[pid=178861/tid=178872] ppid=178858 vsize=19063512 memory=27264 CPUtime=0 cores=1,3
/proc/178861/task/178872/stat : 178872 (Finalizer) S 178858 178861 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239363751 19521036288 1572444 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
[pid=178861/tid=178879] ppid=178858 vsize=19063512 memory=6289776 CPUtime=0 cores=1,3
/proc/178861/task/178879/stat : 178879 (Common-Cleaner) S 178858 178861 178273 0 -1 4194368 3479 0 0 0 0 0 0 0 20 0 20 0 239363751 19521036288 1572444 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
[pid=178861/tid=178881] ppid=178858 vsize=19063512 memory=6289776 CPUtime=0 cores=1,3
/proc/178861/task/178881/stat : 178881 (Timer-0) S 178858 178861 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239363916 19521036288 1572444 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
Current children cumulated CPU time: 3225.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6289776 KiB

[startup+3282.3 s]
/proc/loadavg: 4.26 4.22 4.24 5/339 179330
/proc/meminfo: memFree=65754732/131250000 swapFree=33009904/33010684
[pid=178861] ppid=178858 vsize=19063512 memory=6289776 CPUtime=3285.68 cores=1,3
/proc/178861/stat : 178861 (java) S 178858 178861 178273 0 -1 4194304 215063 0 0 0 327661 907 0 0 20 0 20 0 239363747 19521036288 1572444 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
/proc/178861/statm: 4765878 1572444 5530 1 0 1589984 0
[pid=178861/tid=178863] ppid=178858 vsize=19063512 memory=6289776 CPUtime=3266.78 cores=1,3
/proc/178861/task/178863/stat : 178863 (java) R 178858 178861 178273 0 -1 4194368 106312 0 0 0 325931 747 0 0 20 0 20 0 239363749 19521036288 1572444 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
[pid=178861/tid=178872] ppid=178858 vsize=19063512 memory=4352 CPUtime=0 cores=1,3
/proc/178861/task/178872/stat : 178872 (Finalizer) S 178858 178861 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239363751 19521036288 1572444 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
[pid=178861/tid=178879] ppid=178858 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/178861/task/178879/stat : 178879 (Common-Cleaner) S 178858 178861 178273 0 -1 4194368 3484 0 0 0 0 0 0 0 20 0 20 0 239363751 19521036288 1572444 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
[pid=178861/tid=178881] ppid=178858 vsize=19063512 memory=6289776 CPUtime=0 cores=1,3
/proc/178861/task/178881/stat : 178881 (Timer-0) S 178858 178861 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239363916 19521036288 1572444 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
Current children cumulated CPU time: 3285.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6289776 KiB

[startup+3342.3 s]
/proc/loadavg: 4.25 4.22 4.24 5/338 179334
/proc/meminfo: memFree=65110596/131250000 swapFree=33009904/33010684
[pid=178861] ppid=178858 vsize=19063512 memory=6289776 CPUtime=3345.66 cores=1,3
/proc/178861/stat : 178861 (java) S 178858 178861 178273 0 -1 4194304 217304 0 0 0 333646 920 0 0 20 0 20 0 239363747 19521036288 1572444 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
/proc/178861/statm: 4765878 1572444 5530 1 0 1589984 0
[pid=178861/tid=178863] ppid=178858 vsize=19063512 memory=6289776 CPUtime=3326.52 cores=1,3
/proc/178861/task/178863/stat : 178863 (java) R 178858 178861 178273 0 -1 4194368 107961 0 0 0 331893 759 0 0 20 0 20 0 239363749 19521036288 1572444 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
[pid=178861/tid=178872] ppid=178858 vsize=19063512 memory=6289776 CPUtime=0 cores=1,3
/proc/178861/task/178872/stat : 178872 (Finalizer) S 178858 178861 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239363751 19521036288 1572444 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
[pid=178861/tid=178879] ppid=178858 vsize=19063512 memory=-8599731671834337980 CPUtime=0 cores=1,3
/proc/178861/task/178879/stat : 178879 (Common-Cleaner) S 178858 178861 178273 0 -1 4194368 3484 0 0 0 0 0 0 0 20 0 20 0 239363751 19521036288 1572444 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
[pid=178861/tid=178881] ppid=178858 vsize=19063512 memory=4352 CPUtime=0 cores=1,3
/proc/178861/task/178881/stat : 178881 (Timer-0) S 178858 178861 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239363916 19521036288 1572444 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
Current children cumulated CPU time: 3345.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6289776 KiB

[startup+3402.3 s]
/proc/loadavg: 4.25 4.23 4.24 5/340 179338
/proc/meminfo: memFree=64621140/131250000 swapFree=33009904/33010684
[pid=178861] ppid=178858 vsize=19063512 memory=6289776 CPUtime=3405.53 cores=1,3
/proc/178861/stat : 178861 (java) S 178858 178861 178273 0 -1 4194304 219674 0 0 0 339621 932 0 0 20 0 20 0 239363747 19521036288 1572444 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
/proc/178861/statm: 4765878 1572444 5530 1 0 1589984 0
[pid=178861/tid=178863] ppid=178858 vsize=19063512 memory=6289776 CPUtime=3386.36 cores=1,3
/proc/178861/task/178863/stat : 178863 (java) R 178858 178861 178273 0 -1 4194368 110199 0 0 0 337867 769 0 0 20 0 20 0 239363749 19521036288 1572444 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
[pid=178861/tid=178872] ppid=178858 vsize=19063512 memory=6289776 CPUtime=0 cores=1,3
/proc/178861/task/178872/stat : 178872 (Finalizer) S 178858 178861 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239363751 19521036288 1572444 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
[pid=178861/tid=178879] ppid=178858 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/178861/task/178879/stat : 178879 (Common-Cleaner) S 178858 178861 178273 0 -1 4194368 3609 0 0 0 0 0 0 0 20 0 20 0 239363751 19521036288 1572444 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
[pid=178861/tid=178881] ppid=178858 vsize=19063512 memory=6289776 CPUtime=0 cores=1,3
/proc/178861/task/178881/stat : 178881 (Timer-0) S 178858 178861 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239363916 19521036288 1572444 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
Current children cumulated CPU time: 3405.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6289776 KiB

[startup+3462.3 s]
/proc/loadavg: 4.26 4.23 4.24 5/340 179340
/proc/meminfo: memFree=64175072/131250000 swapFree=33009904/33010684
[pid=178861] ppid=178858 vsize=19063512 memory=6289776 CPUtime=3465.58 cores=1,3
/proc/178861/stat : 178861 (java) S 178858 178861 178273 0 -1 4194304 222991 0 0 0 345609 949 0 0 20 0 20 0 239363747 19521036288 1572444 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
/proc/178861/statm: 4765878 1572444 5530 1 0 1589984 0
[pid=178861/tid=178863] ppid=178858 vsize=19063512 memory=6289776 CPUtime=3446.03 cores=1,3
/proc/178861/task/178863/stat : 178863 (java) R 178858 178861 178273 0 -1 4194368 111954 0 0 0 343820 783 0 0 20 0 20 0 239363749 19521036288 1572444 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
[pid=178861/tid=178872] ppid=178858 vsize=19063512 memory=6289776 CPUtime=0 cores=1,3
/proc/178861/task/178872/stat : 178872 (Finalizer) S 178858 178861 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239363751 19521036288 1572444 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
[pid=178861/tid=178879] ppid=178858 vsize=19063512 memory=6289776 CPUtime=0 cores=1,3
/proc/178861/task/178879/stat : 178879 (Common-Cleaner) S 178858 178861 178273 0 -1 4194368 3701 0 0 0 0 0 0 0 20 0 20 0 239363751 19521036288 1572444 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
[pid=178861/tid=178881] ppid=178858 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/178861/task/178881/stat : 178881 (Timer-0) S 178858 178861 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239363916 19521036288 1572444 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
Current children cumulated CPU time: 3465.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6289776 KiB

[startup+3522.3 s]
/proc/loadavg: 4.28 4.25 4.25 5/341 179343
/proc/meminfo: memFree=63627404/131250000 swapFree=33009904/33010684
[pid=178861] ppid=178858 vsize=19063512 memory=6291972 CPUtime=3525.66 cores=1,3
/proc/178861/stat : 178861 (java) S 178858 178861 178273 0 -1 4194304 225707 0 0 0 351603 963 0 0 20 0 20 0 239363747 19521036288 1572993 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
/proc/178861/statm: 4765878 1572993 5530 1 0 1589984 0
[pid=178861/tid=178863] ppid=178858 vsize=19063512 memory=-8599731671834337980 CPUtime=3505.65 cores=1,3
/proc/178861/task/178863/stat : 178863 (java) R 178858 178861 178273 0 -1 4194368 113394 0 0 0 349769 796 0 0 20 0 20 0 239363749 19521036288 1572993 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
[pid=178861/tid=178872] ppid=178858 vsize=19063512 memory=6289776 CPUtime=0 cores=1,3
/proc/178861/task/178872/stat : 178872 (Finalizer) S 178858 178861 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239363751 19521036288 1572993 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
[pid=178861/tid=178879] ppid=178858 vsize=19063512 memory=6289776 CPUtime=0 cores=1,3
/proc/178861/task/178879/stat : 178879 (Common-Cleaner) S 178858 178861 178273 0 -1 4194368 3702 0 0 0 0 0 0 0 20 0 20 0 239363751 19521036288 1572993 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
[pid=178861/tid=178881] ppid=178858 vsize=19063512 memory=27264 CPUtime=0 cores=1,3
/proc/178861/task/178881/stat : 178881 (Timer-0) S 178858 178861 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239363916 19521036288 1572993 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
Current children cumulated CPU time: 3525.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6291972 KiB

[startup+3582.3 s]
/proc/loadavg: 4.35 4.26 4.25 6/340 179345
/proc/meminfo: memFree=63069200/131250000 swapFree=33009904/33010684
[pid=178861] ppid=178858 vsize=19063512 memory=6291972 CPUtime=3585.54 cores=1,3
/proc/178861/stat : 178861 (java) S 178858 178861 178273 0 -1 4194304 227371 0 0 0 357576 978 0 0 20 0 20 0 239363747 19521036288 1572993 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
/proc/178861/statm: 4765878 1572993 5530 1 0 1589984 0
[pid=178861/tid=178863] ppid=178858 vsize=19063512 memory=6291972 CPUtime=3565.49 cores=1,3
/proc/178861/task/178863/stat : 178863 (java) R 178858 178861 178273 0 -1 4194368 114941 0 0 0 355740 809 0 0 20 0 20 0 239363749 19521036288 1572993 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
[pid=178861/tid=178872] ppid=178858 vsize=19063512 memory=21968 CPUtime=0 cores=1,3
/proc/178861/task/178872/stat : 178872 (Finalizer) S 178858 178861 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239363751 19521036288 1572993 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
[pid=178861/tid=178879] ppid=178858 vsize=19063512 memory=6291972 CPUtime=0 cores=1,3
/proc/178861/task/178879/stat : 178879 (Common-Cleaner) S 178858 178861 178273 0 -1 4194368 3790 0 0 0 0 0 0 0 20 0 20 0 239363751 19521036288 1572993 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
[pid=178861/tid=178881] ppid=178858 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/178861/task/178881/stat : 178881 (Timer-0) S 178858 178861 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239363916 19521036288 1572993 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
Current children cumulated CPU time: 3585.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6291972 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3596.8 s]
/proc/loadavg: 4.30 4.25 4.25 5/340 179351
/proc/meminfo: memFree=62915880/131250000 swapFree=33009904/33010684
[pid=178861] ppid=178858 vsize=19063512 memory=6291972 CPUtime=3600.01 cores=1,3
/proc/178861/stat : 178861 (java) S 178858 178861 178273 0 -1 4194304 227732 0 0 0 359020 981 0 0 20 0 20 0 239363747 19521036288 1572993 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
/proc/178861/statm: 4765878 1572993 5530 1 0 1589984 0
[pid=178861/tid=178863] ppid=178858 vsize=19063512 memory=-8599731671834337980 CPUtime=3579.96 cores=1,3
/proc/178861/task/178863/stat : 178863 (java) R 178858 178861 178273 0 -1 4194368 115302 0 0 0 357184 812 0 0 20 0 20 0 239363749 19521036288 1572993 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
[pid=178861/tid=178872] ppid=178858 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/178861/task/178872/stat : 178872 (Finalizer) S 178858 178861 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239363751 19521036288 1572993 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
[pid=178861/tid=178879] ppid=178858 vsize=19063512 memory=6289776 CPUtime=0 cores=1,3
/proc/178861/task/178879/stat : 178879 (Common-Cleaner) S 178858 178861 178273 0 -1 4194368 3790 0 0 0 0 0 0 0 20 0 20 0 239363751 19521036288 1572993 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
[pid=178861/tid=178881] ppid=178858 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/178861/task/178881/stat : 178881 (Timer-0) S 178858 178861 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239363916 19521036288 1572993 18446744073709551615 94602771644416 94602771648112 140735904546992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94602771655928 94602771656720 94602790555648 140735904549204 140735904549348 140735904549348 140735904554952 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6291972 KiB

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

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

# cumulated CPU time of all completed processes:  user=3590.31 s, system=9.83676 s

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

Child status: 143

Real time (s): 3596.9
CPU time (s): 3600.15
CPU user time (s): 3590.31
CPU system time (s): 9.83676
CPU usage (%): 100.09
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 6291972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.31
system time used= 9.83676
maximum resident set size= 6292996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 230567
page faults= 0
swaps= 0
block input operations= 0
block output operations= 6721192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 106894
involuntary context switches= 6678


# summary of solver processes directly reported to runsolver:
#   pid: 178861
#   total CPU time (s): 3600.15
#   total CPU user time (s): 3590.31
#   total CPU system time (s): 9.83676

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.44272 second user time and 17.1853 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-23 04:13:59
IDJOB=4544968
IDBENCH=180687
IDSOLVER=3364
FILE ID=nodeC027/4544968-1753236838
RUNJOBID= nodeC027-1753233633-178285
SLURM_JOB_ID= 9687850
Free space on /tmp= 306000 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB25/normalized-PB25/DEC-LIN/koops/normalized-mat20_19_identity_complement.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4544968-1753236838/watcher-4544968-1753236838 -o /tmp/evaluation-result-4544968-1753236838/solver-4544968-1753236838 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1753233633-178285 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4544968-1753236838 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4544968-1753236838.opb

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

MD5SUM BENCH= 6b62b1f0af3a4b117c91c07257537aad
RANDOM SEED=1247966121

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.438
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.643
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.550
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3550.494
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.636
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.574
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3597.920
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.918
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        40282656 kB
MemAvailable:   80822364 kB
Buffers:            1204 kB
Cached:         41179220 kB
SwapCached:            8 kB
Active:         49172880 kB
Inactive:       40765704 kB
Active(anon):   48737144 kB
Inactive(anon):    47340 kB
Active(file):     435736 kB
Inactive(file): 40718364 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            398932 kB
Writeback:         16388 kB
AnonPages:      48761644 kB
Mapped:           128824 kB
Shmem:             26224 kB
KReclaimable:     446208 kB
Slab:             547004 kB
SReclaimable:     446208 kB
SUnreclaim:       100796 kB
KernelStack:        5296 kB
PageTables:        99068 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   49347972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151560 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:  47773696 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:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 387648 MiB
End job on nodeC027 at 2025-07-23 05:13:56