Trace number 4544227

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.4 3354.99

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
extended-even-colouring/grids_norational_opb/normalized-ec_grid_norational_04_250.opb
MD5SUM4a59e763ae88014143ab229bcecf86f5
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.121812
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6003
Total number of constraints5004
Number of constraints which are clauses4002
Number of constraints which are cardinality constraints (but not clauses)1001
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint4002
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 4001
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 12005
Number of bits of the biggest sum of numbers14
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB25.v20250606
0.10/0.10	c java.runtime.name	OpenJDK Runtime Environment
0.10/0.10	c java.vm.name		OpenJDK 64-Bit Server VM
0.10/0.10	c java.vm.version	22.0.1+8-16
0.10/0.10	c java.vm.vendor	Oracle Corporation
0.10/0.10	c sun.arch.data.model	64
0.10/0.10	c java.version		22.0.1
0.10/0.10	c os.name		Linux
0.10/0.11	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.10/0.11	c os.arch		amd64
0.10/0.11	c Free memory 		2104792832
0.10/0.11	c Max memory 		16282288128
0.10/0.11	c Total memory 		2113929216
0.10/0.11	c Number of processors 	2
0.10/0.16	c Pseudo Boolean Optimization by upper bound
0.10/0.16	c --- Begin Solver configuration ---
0.10/0.16	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.10/0.16	c Learn all clauses as in MiniSAT
0.10/0.16	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.16	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.16	c Expensive reason simplification
0.10/0.16	c Glucose 2.1 dynamic restart strategy
0.10/0.16	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.10/0.16	c timeout=2147483s
0.10/0.16	c DB Simplification allowed=false
0.10/0.16	c Listener: none
0.10/0.16	c --- End Solver configuration ---
0.10/0.16	c solving HOME/instance-4544227-1753233633.opb
0.10/0.16	c reading problem ... 
0.10/0.16	c using VERIPB proof format
0.10/0.16	c  no objective function found
0.28/0.29	c ... done. Wall clock time 0.133s.
0.28/0.29	c declared #vars     6003
0.28/0.29	c #constraints  6005
0.28/0.29	c constraints type 
0.28/0.29	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4004
0.28/0.29	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2000
0.28/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.28/0.30	c 6005 constraints processed.
6.44/4.87	c cleaning 2500 clauses out of 5000 with flag 10792/5000
12.73/10.39	c cleaning 4250 clauses out of 8500 with flag 23529/11000
20.01/16.68	c cleaning 5624 clauses out of 11251 with flag 38796/18001
27.61/23.67	c cleaning 6813 clauses out of 13626 with flag 56053/26000
36.73/32.12	c cleaning 7907 clauses out of 15815 with flag 76010/35002
47.76/42.45	c cleaning 8953 clauses out of 17906 with flag 98457/45000
58.84/52.73	c cleaning 9974 clauses out of 19954 with flag 122183/56001
71.98/65.01	c cleaning 10987 clauses out of 21979 with flag 149980/68000
87.83/80.29	c cleaning 11995 clauses out of 23992 with flag 180882/81000
104.16/95.44	c cleaning 12997 clauses out of 25997 with flag 214431/95000
121.01/111.24	c cleaning 13998 clauses out of 28003 with flag 250025/110003
140.51/129.87	c cleaning 15002 clauses out of 30003 with flag 288954/126001
161.11/149.39	c cleaning 15999 clauses out of 32000 with flag 330062/143000
184.52/170.71	c cleaning 16998 clauses out of 34002 with flag 371093/161001
214.00/197.09	c cleaning 18002 clauses out of 36004 with flag 417989/180001
237.31/219.09	c cleaning 19001 clauses out of 38003 with flag 467839/200002
262.22/242.84	c cleaning 19997 clauses out of 40001 with flag 520421/221001
289.24/268.34	c cleaning 21000 clauses out of 42003 with flag 575025/243000
315.84/293.46	c cleaning 21996 clauses out of 44003 with flag 629867/266000
344.94/318.07	c cleaning 23001 clauses out of 46008 with flag 688792/290001
373.44/344.89	c cleaning 24004 clauses out of 48007 with flag 749985/315001
399.56/369.10	c cleaning 24997 clauses out of 50003 with flag 809960/341001
427.30/395.24	c cleaning 25999 clauses out of 52006 with flag 872021/368001
458.05/424.32	c cleaning 27000 clauses out of 54006 with flag 940193/396000
494.67/456.58	c cleaning 28001 clauses out of 56006 with flag 1012574/425000
529.03/489.21	c cleaning 28999 clauses out of 58006 with flag 1085799/455001
565.99/524.26	c cleaning 30001 clauses out of 60007 with flag 1159310/486001
605.66/561.87	c cleaning 31000 clauses out of 62005 with flag 1233670/518000
646.03/600.33	c cleaning 32001 clauses out of 64007 with flag 1313023/551002
694.12/641.93	c cleaning 33002 clauses out of 66006 with flag 1391750/585002
743.11/688.53	c cleaning 34002 clauses out of 68004 with flag 1478126/620002
795.85/739.04	c cleaning 34993 clauses out of 70000 with flag 1566633/656000
855.42/796.38	c cleaning 36000 clauses out of 72007 with flag 1659790/693000
912.91/851.52	c cleaning 36999 clauses out of 74008 with flag 1756762/731001
984.46/916.72	c cleaning 38005 clauses out of 76011 with flag 1856653/770003
1047.31/977.40	c cleaning 38995 clauses out of 78004 with flag 1963917/810001
1110.68/1038.39	c cleaning 40001 clauses out of 80009 with flag 2069519/851001
1182.16/1107.33	c cleaning 40998 clauses out of 82007 with flag 2169759/893000
1264.81/1182.10	c cleaning 42001 clauses out of 84009 with flag 2282086/936000
1335.20/1249.69	c cleaning 43004 clauses out of 86008 with flag 2395480/980000
1399.54/1311.12	c cleaning 44002 clauses out of 88006 with flag 2510397/1025002
1458.44/1367.59	c cleaning 44999 clauses out of 90002 with flag 2630616/1071000
1539.22/1440.90	c cleaning 45999 clauses out of 92003 with flag 2743092/1118000
1624.84/1523.51	c cleaning 47001 clauses out of 94004 with flag 2866954/1166000
1703.46/1599.17	c cleaning 47996 clauses out of 96003 with flag 2991823/1215000
1777.09/1663.71	c cleaning 48996 clauses out of 98010 with flag 3115266/1265003
1845.63/1729.10	c cleaning 50003 clauses out of 100011 with flag 3244234/1316000
1914.77/1795.29	c cleaning 51000 clauses out of 102008 with flag 3374609/1368000
1994.60/1867.19	c cleaning 51999 clauses out of 104009 with flag 3517479/1421001
2072.82/1942.20	c cleaning 53001 clauses out of 106009 with flag 3662104/1475000
2152.36/2018.42	c cleaning 54002 clauses out of 108009 with flag 3813534/1530001
2234.18/2092.18	c cleaning 55000 clauses out of 110007 with flag 3951927/1586001
2315.96/2170.34	c cleaning 56000 clauses out of 112007 with flag 4094428/1643001
2419.86/2262.66	c cleaning 57002 clauses out of 114007 with flag 4242340/1701001
2511.36/2350.36	c cleaning 58003 clauses out of 116007 with flag 4402430/1760003
2618.81/2446.39	c cleaning 58998 clauses out of 118002 with flag 4550259/1820001
2732.05/2555.62	c cleaning 59999 clauses out of 120004 with flag 4711110/1881001
2842.45/2654.27	c cleaning 60999 clauses out of 122004 with flag 4869109/1943000
2946.97/2754.53	c cleaning 61999 clauses out of 124005 with flag 5036374/2006000
3047.38/2843.51	c cleaning 62998 clauses out of 126006 with flag 5197592/2070000
3152.63/2944.97	c cleaning 64002 clauses out of 128008 with flag 5362553/2135000
3260.17/3041.65	c cleaning 65000 clauses out of 130006 with flag 5527166/2201000
3366.66/3143.94	c cleaning 65999 clauses out of 132006 with flag 5695269/2268000
3479.96/3247.49	c cleaning 66999 clauses out of 134007 with flag 5877700/2336000
3599.69/3354.64	c cleaning 68000 clauses out of 136011 with flag 6071587/2405003
3600.09/3354.85	c starts		: 5
3600.09/3354.86	c conflicts		: 2405170
3600.09/3354.86	c decisions		: 3370740
3600.09/3354.86	c propagations		: 1677901411
3600.09/3354.86	c inspects		: 4857243864
3600.09/3354.86	c shortcuts		: 0
3600.09/3354.86	c learnt literals	: 0
3600.09/3354.86	c learnt binary clauses	: 0
3600.09/3354.86	c learnt ternary clauses	: 0
3600.09/3354.86	c learnt constraints	: 2405170
3600.09/3354.86	c ignored constraints	: 0
3600.09/3354.86	c root simplifications	: 0
3600.09/3354.86	c removed literals (reason simplification)	: 16998640
3600.09/3354.86	c reason swapping (by a shorter reason)	: 0
3600.09/3354.86	c Calls to reduceDB	: 65
3600.09/3354.86	c Number of update (reduction) of LBD	: 74004
3600.09/3354.86	c Imported unit clauses	: 0
3600.09/3354.86	c No decision after first conflict	: false
3600.09/3354.86	c number of reductions to clauses (during analyze)	: 0
3600.09/3354.86	c number of learned constraints concerned by reduction	: 0
3600.09/3354.86	c number of learning phase by resolution	: 0
3600.09/3354.86	c number of learning phase by cutting planes	: 0
3600.09/3354.86	c number of rounding to 1 operations	: 0
3600.09/3354.86	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3354.86	c number of reductions of the coefficients by power 2 	: 0
3600.09/3354.86	c number of right shift for reduction by power 2 	: 0
3600.09/3354.86	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3354.86	c number of ending skipping 	: 0
3600.09/3354.86	c number of internal skipping 	: 0
3600.09/3354.86	c number of derivation steps 	: 0
3600.09/3354.86	c number of skipped derivation steps 	: 0
3600.09/3354.86	c number of remaining unassigned 	: 0
3600.09/3354.87	c number of remaining assigned 	: 0
3600.09/3354.87	c number of falsified literals weakened from reason	: 0
3600.09/3354.87	c number of falsified literals weakened from conflict	: 0
3600.09/3354.87	c time for arithmetic operations	: 0
3600.09/3354.87	c minimum degree of deleted constraints	: null
3600.09/3354.87	c maximum degree of deleted constraints	: null
3600.09/3354.87	c number of deleted constraints	: 0
3600.09/3354.87	c speed (assignments/second)	: 500184.1999280384
3600.09/3354.87	c non guided choices	: 2362
3600.09/3354.88	c timeout
3600.29/3354.92	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 68178
3600.29/3354.93	s UNKNOWN
3600.29/3354.93	c Total wall clock time (in seconds): 3354.771

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4544227-1753233633/watcher-4544227-1753233633 -o /tmp/evaluation-result-4544227-1753233633/solver-4544227-1753233633 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1753233633-178286 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4544227-1753233633 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4544227-1753233633.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=178350, runsolver pid=178326

[startup+0.100059 s]*
/proc/loadavg: 1.06 1.12 1.79 11/333 178410
/proc/meminfo: memFree=115667808/131250000 swapFree=33010416/33010684
[pid=178350] ppid=178326 vsize=18930384 memory=51932 CPUtime=0.1 cores=5,7
/proc/178350/stat : 178350 (java) S 178326 178350 178273 0 -1 4194304 5970 0 242 0 8 2 0 0 20 0 18 0 239043196 19384713216 12983 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
/proc/178350/statm: 4732596 12983 5344 1 0 547241 0
[pid=178350/tid=178378] ppid=178326 vsize=18930384 memory=4026531960 CPUtime=0.05 cores=5,7
/proc/178350/task/178378/stat : 178378 (java) R 178326 178350 178273 0 -1 4194368 4819 0 193 0 4 1 0 0 20 0 18 0 239043198 19384713216 12983 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
[pid=178350/tid=178396] ppid=178326 vsize=18930384 memory=241407623509 CPUtime=0 cores=5,7
/proc/178350/task/178396/stat : 178396 (Finalizer) S 178326 178350 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239043201 19384713216 12983 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
[pid=178350/tid=178409] ppid=178326 vsize=18930384 memory=61784027586760 CPUtime=0 cores=5,7
/proc/178350/task/178409/stat : 178409 (Common-Cleaner) S 178326 178350 178273 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 239043201 19384713216 12983 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51932 KiB

[startup+0.205423 s]*
/proc/loadavg: 1.06 1.12 1.79 13/336 178413
/proc/meminfo: memFree=115509148/131250000 swapFree=33010416/33010684
[pid=178350] ppid=178326 vsize=18930384 memory=98864 CPUtime=0.28 cores=5,7
/proc/178350/stat : 178350 (java) S 178326 178350 178273 0 -1 4194304 6865 0 242 0 25 3 0 0 20 0 18 0 239043196 19384713216 24716 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
/proc/178350/statm: 4732596 24716 5440 1 0 547922 0
[pid=178350/tid=178378] ppid=178326 vsize=18930384 memory=4026990876 CPUtime=0.14 cores=5,7
/proc/178350/task/178378/stat : 178378 (java) S 178326 178350 178273 0 -1 4194368 5154 0 193 0 12 2 0 0 20 0 18 0 239043198 19384713216 24716 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
[pid=178350/tid=178396] ppid=178326 vsize=18930384 memory=18954 CPUtime=0 cores=5,7
/proc/178350/task/178396/stat : 178396 (Finalizer) S 178326 178350 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239043201 19384713216 24716 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
[pid=178350/tid=178409] ppid=178326 vsize=18930384 memory=60684515935208 CPUtime=0 cores=5,7
/proc/178350/task/178409/stat : 178409 (Common-Cleaner) S 178326 178350 178273 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 239043201 19384713216 24716 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 98864 KiB

[startup+0.305962 s]*
/proc/loadavg: 1.06 1.12 1.79 12/338 178415
/proc/meminfo: memFree=115427168/131250000 swapFree=33010416/33010684
[pid=178350] ppid=178326 vsize=19063512 memory=155244 CPUtime=0.46 cores=5,7
/proc/178350/stat : 178350 (java) S 178326 178350 178273 0 -1 4194304 8598 0 242 0 41 5 0 0 20 0 20 0 239043196 19521036288 38811 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
/proc/178350/statm: 4765878 38811 5472 1 0 549641 0
[pid=178350/tid=178378] ppid=178326 vsize=19063512 memory=-8744696782398464700 CPUtime=0.22 cores=5,7
/proc/178350/task/178378/stat : 178378 (java) R 178326 178350 178273 0 -1 4194368 5222 0 193 0 19 3 0 0 20 0 20 0 239043198 19521036288 38811 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
[pid=178350/tid=178396] ppid=178326 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/178350/task/178396/stat : 178396 (Finalizer) S 178326 178350 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239043201 19521036288 38811 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
[pid=178350/tid=178409] ppid=178326 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/178350/task/178409/stat : 178409 (Common-Cleaner) S 178326 178350 178273 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239043201 19521036288 38811 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
[pid=178350/tid=178416] ppid=178326 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/178350/task/178416/stat : 178416 (java) R 178326 178350 178273 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 20 0 239043227 19521036288 38811 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 155244 KiB

[startup+0.700241 s]
/proc/loadavg: 1.06 1.12 1.79 10/339 178416
/proc/meminfo: memFree=115290120/131250000 swapFree=33010416/33010684
[pid=178350] ppid=178326 vsize=19063512 memory=163984 CPUtime=1.22 cores=5,7
/proc/178350/stat : 178350 (java) S 178326 178350 178273 0 -1 4194304 11650 0 242 0 116 6 0 0 20 0 20 0 239043196 19521036288 40996 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
/proc/178350/statm: 4765878 40996 5472 1 0 551632 0
[pid=178350/tid=178378] ppid=178326 vsize=19063512 memory=27264 CPUtime=0.55 cores=5,7
/proc/178350/task/178378/stat : 178378 (java) R 178326 178350 178273 0 -1 4194368 5272 0 193 0 51 4 0 0 20 0 20 0 239043198 19521036288 40996 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
[pid=178350/tid=178396] ppid=178326 vsize=19063512 memory=10880 CPUtime=0 cores=5,7
/proc/178350/task/178396/stat : 178396 (Finalizer) S 178326 178350 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239043201 19521036288 40996 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
[pid=178350/tid=178409] ppid=178326 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/178350/task/178409/stat : 178409 (Common-Cleaner) S 178326 178350 178273 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239043201 19521036288 40996 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
[pid=178350/tid=178416] ppid=178326 vsize=19063512 memory=4760 CPUtime=0 cores=5,7
/proc/178350/task/178416/stat : 178416 (Timer-0) S 178326 178350 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239043227 19521036288 40996 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 163984 KiB

[startup+1.5002 s]
/proc/loadavg: 1.06 1.12 1.79 12/341 178418
/proc/meminfo: memFree=115106852/131250000 swapFree=33010416/33010684
[pid=178350] ppid=178326 vsize=19063512 memory=365168 CPUtime=2.68 cores=5,7
/proc/178350/stat : 178350 (java) S 178326 178350 178273 0 -1 4194304 12628 0 242 0 257 11 0 0 20 0 20 0 239043196 19521036288 91292 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
/proc/178350/statm: 4765878 91292 5472 1 0 852632 0
[pid=178350/tid=178378] ppid=178326 vsize=19063512 memory=0 CPUtime=1.21 cores=5,7
/proc/178350/task/178378/stat : 178378 (java) R 178326 178350 178273 0 -1 4194368 5348 0 193 0 114 7 0 0 20 0 20 0 239043198 19521036288 91292 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
[pid=178350/tid=178396] ppid=178326 vsize=19063512 memory=10880 CPUtime=0 cores=5,7
/proc/178350/task/178396/stat : 178396 (Finalizer) S 178326 178350 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239043201 19521036288 91292 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
[pid=178350/tid=178409] ppid=178326 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/178350/task/178409/stat : 178409 (Common-Cleaner) S 178326 178350 178273 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239043201 19521036288 91292 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
[pid=178350/tid=178416] ppid=178326 vsize=19063512 memory=4760 CPUtime=0 cores=5,7
/proc/178350/task/178416/stat : 178416 (Timer-0) S 178326 178350 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239043227 19521036288 91292 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
Current children cumulated CPU time: 2.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 365168 KiB

[startup+3.10542 s]
/proc/loadavg: 1.69 1.26 1.83 6/341 178418
/proc/meminfo: memFree=112733236/131250000 swapFree=33010416/33010684
[pid=178350] ppid=178326 vsize=19063512 memory=807360 CPUtime=4.56 cores=5,7
/proc/178350/stat : 178350 (java) S 178326 178350 178273 0 -1 4194304 13815 0 242 0 434 22 0 0 20 0 20 0 239043196 19521036288 201840 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
/proc/178350/statm: 4765878 201840 5472 1 0 1644333 0
[pid=178350/tid=178378] ppid=178326 vsize=19063512 memory=10880 CPUtime=2.62 cores=5,7
/proc/178350/task/178378/stat : 178378 (java) R 178326 178350 178273 0 -1 4194368 5488 0 193 0 247 15 0 0 20 0 20 0 239043198 19521036288 201840 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
[pid=178350/tid=178396] ppid=178326 vsize=19063512 memory=-8744696782398464700 CPUtime=0 cores=5,7
/proc/178350/task/178396/stat : 178396 (Finalizer) S 178326 178350 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239043201 19521036288 201840 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
[pid=178350/tid=178409] ppid=178326 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/178350/task/178409/stat : 178409 (Common-Cleaner) S 178326 178350 178273 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239043201 19521036288 201840 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
[pid=178350/tid=178416] ppid=178326 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/178350/task/178416/stat : 178416 (Timer-0) S 178326 178350 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239043227 19521036288 201840 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
Current children cumulated CPU time: 4.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 807360 KiB

[startup+6.30018 s]
/proc/loadavg: 1.69 1.26 1.83 6/341 178418
/proc/meminfo: memFree=108788528/131250000 swapFree=33010416/33010684
[pid=178350] ppid=178326 vsize=19063512 memory=1682980 CPUtime=8.23 cores=5,7
/proc/178350/stat : 178350 (java) S 178326 178350 178273 0 -1 4194304 15228 0 242 0 781 42 0 0 20 0 20 0 239043196 19521036288 420745 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
/proc/178350/statm: 4765878 420745 5472 1 0 1972357 0
[pid=178350/tid=178378] ppid=178326 vsize=19063512 memory=0 CPUtime=5.5 cores=5,7
/proc/178350/task/178378/stat : 178378 (java) R 178326 178350 178273 0 -1 4194368 5812 0 193 0 523 27 0 0 20 0 20 0 239043198 19521036288 420745 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
[pid=178350/tid=178396] ppid=178326 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/178350/task/178396/stat : 178396 (Finalizer) S 178326 178350 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239043201 19521036288 420745 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
[pid=178350/tid=178409] ppid=178326 vsize=19063512 memory=10880 CPUtime=0 cores=5,7
/proc/178350/task/178409/stat : 178409 (Common-Cleaner) S 178326 178350 178273 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239043201 19521036288 420745 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
[pid=178350/tid=178416] ppid=178326 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/178350/task/178416/stat : 178416 (Timer-0) S 178326 178350 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239043227 19521036288 420745 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
Current children cumulated CPU time: 8.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1682980 KiB

[startup+12.7002 s]
/proc/loadavg: 2.20 1.38 1.86 7/341 178418
/proc/meminfo: memFree=104097900/131250000 swapFree=33010416/33010684
[pid=178350] ppid=178326 vsize=19063512 memory=3241392 CPUtime=15.7 cores=5,7
/proc/178350/stat : 178350 (java) S 178326 178350 178273 0 -1 4194304 17008 0 242 0 1488 82 0 0 20 0 20 0 239043196 19521036288 810348 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
/proc/178350/statm: 4765878 810348 5472 1 0 2229521 0
[pid=178350/tid=178378] ppid=178326 vsize=19063512 memory=0 CPUtime=11.39 cores=5,7
/proc/178350/task/178378/stat : 178378 (java) R 178326 178350 178273 0 -1 4194368 6407 0 193 0 1081 58 0 0 20 0 20 0 239043198 19521036288 810348 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
[pid=178350/tid=178396] ppid=178326 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/178350/task/178396/stat : 178396 (Finalizer) S 178326 178350 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239043201 19521036288 810348 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
[pid=178350/tid=178409] ppid=178326 vsize=19063512 memory=10880 CPUtime=0 cores=5,7
/proc/178350/task/178409/stat : 178409 (Common-Cleaner) S 178326 178350 178273 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239043201 19521036288 810348 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
[pid=178350/tid=178416] ppid=178326 vsize=19063512 memory=-8744696782398464700 CPUtime=0 cores=5,7
/proc/178350/task/178416/stat : 178416 (Timer-0) S 178326 178350 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239043227 19521036288 810348 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
Current children cumulated CPU time: 15.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3241392 KiB

[startup+25.5002 s]
/proc/loadavg: 2.56 1.48 1.89 6/341 178418
/proc/meminfo: memFree=98456384/131250000 swapFree=33010416/33010684
[pid=178350] ppid=178326 vsize=19063512 memory=4342572 CPUtime=29.66 cores=5,7
/proc/178350/stat : 178350 (java) S 178326 178350 178273 0 -1 4194304 27404 0 242 0 2848 118 0 0 20 0 20 0 239043196 19521036288 1085643 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
/proc/178350/statm: 4765878 1085643 5472 1 0 2382343 0
[pid=178350/tid=178378] ppid=178326 vsize=19063512 memory=14720 CPUtime=23.17 cores=5,7
/proc/178350/task/178378/stat : 178378 (java) S 178326 178350 178273 0 -1 4194368 8487 0 193 0 2233 84 0 0 20 0 20 0 239043198 19521036288 1085643 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
[pid=178350/tid=178396] ppid=178326 vsize=19063512 memory=3526072 CPUtime=0 cores=5,7
/proc/178350/task/178396/stat : 178396 (Finalizer) S 178326 178350 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239043201 19521036288 1085643 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
[pid=178350/tid=178409] ppid=178326 vsize=19063512 memory=4337100 CPUtime=0 cores=5,7
/proc/178350/task/178409/stat : 178409 (Common-Cleaner) S 178326 178350 178273 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239043201 19521036288 1085643 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
[pid=178350/tid=178416] ppid=178326 vsize=19063512 memory=4337100 CPUtime=0 cores=5,7
/proc/178350/task/178416/stat : 178416 (Timer-0) S 178326 178350 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239043227 19521036288 1085643 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
Current children cumulated CPU time: 29.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4342572 KiB

[startup+51.1056 s]
/proc/loadavg: 3.46 1.78 1.98 6/342 178420
/proc/meminfo: memFree=87928144/131250000 swapFree=33010416/33010684
[pid=178350] ppid=178326 vsize=19063512 memory=6764688 CPUtime=57.09 cores=5,7
/proc/178350/stat : 178350 (java) S 178326 178350 178273 0 -1 4194304 31108 0 242 0 5518 191 0 0 20 0 20 0 239043196 19521036288 1691172 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
/proc/178350/statm: 4765878 1691172 5504 1 0 2722835 0
[pid=178350/tid=178378] ppid=178326 vsize=19063512 memory=14720 CPUtime=46.78 cores=5,7

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

[startup+3042.3 s]
/proc/loadavg: 4.91 4.99 4.85 6/343 178598
/proc/meminfo: memFree=1021400/131250000 swapFree=33009904/33010684
[pid=178350] ppid=178326 vsize=19063512 memory=16272132 CPUtime=3260.87 cores=5,7
/proc/178350/stat : 178350 (java) S 178326 178350 178273 0 -1 4194304 503421 0 242 0 322736 3351 0 0 20 0 20 0 239043196 19521036288 4068033 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
/proc/178350/statm: 4765878 4068033 5504 1 0 4082866 0
[pid=178350/tid=178378] ppid=178326 vsize=19063512 memory=16272132 CPUtime=2880.72 cores=5,7
/proc/178350/task/178378/stat : 178378 (java) R 178326 178350 178273 0 -1 4194368 270787 0 193 0 285028 3044 0 0 20 0 20 0 239043198 19521036288 4068033 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
[pid=178350/tid=178396] ppid=178326 vsize=19063512 memory=27264 CPUtime=0 cores=5,7
/proc/178350/task/178396/stat : 178396 (Finalizer) S 178326 178350 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239043201 19521036288 4068033 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
[pid=178350/tid=178409] ppid=178326 vsize=19063512 memory=-8744696782398464700 CPUtime=0 cores=5,7
/proc/178350/task/178409/stat : 178409 (Common-Cleaner) S 178326 178350 178273 0 -1 4194368 3070 0 0 0 0 0 0 0 20 0 20 0 239043201 19521036288 4068033 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
[pid=178350/tid=178416] ppid=178326 vsize=19063512 memory=16272132 CPUtime=0 cores=5,7
/proc/178350/task/178416/stat : 178416 (Timer-0) S 178326 178350 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239043227 19521036288 4068033 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
Current children cumulated CPU time: 3260.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16272132 KiB

[startup+3102.3 s]
/proc/loadavg: 5.07 5.02 4.87 7/341 178665
/proc/meminfo: memFree=43200444/131250000 swapFree=33009904/33010684
[pid=178350] ppid=178326 vsize=19063512 memory=16272132 CPUtime=3323.5 cores=5,7
/proc/178350/stat : 178350 (java) S 178326 178350 178273 0 -1 4194304 511048 0 242 0 328940 3410 0 0 20 0 20 0 239043196 19521036288 4068033 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
/proc/178350/statm: 4765878 4068033 5504 1 0 4082866 0
[pid=178350/tid=178378] ppid=178326 vsize=19063512 memory=0 CPUtime=2937.62 cores=5,7
/proc/178350/task/178378/stat : 178378 (java) R 178326 178350 178273 0 -1 4194368 276336 0 193 0 290661 3101 0 0 20 0 20 0 239043198 19521036288 4068033 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
[pid=178350/tid=178396] ppid=178326 vsize=19063512 memory=16272132 CPUtime=0 cores=5,7
/proc/178350/task/178396/stat : 178396 (Finalizer) S 178326 178350 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239043201 19521036288 4068033 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
[pid=178350/tid=178409] ppid=178326 vsize=19063512 memory=27264 CPUtime=0 cores=5,7
/proc/178350/task/178409/stat : 178409 (Common-Cleaner) S 178326 178350 178273 0 -1 4194368 3131 0 0 0 0 0 0 0 20 0 20 0 239043201 19521036288 4068033 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
[pid=178350/tid=178416] ppid=178326 vsize=19063512 memory=16272132 CPUtime=0 cores=5,7
/proc/178350/task/178416/stat : 178416 (Timer-0) S 178326 178350 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239043227 19521036288 4068033 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
Current children cumulated CPU time: 3323.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16272132 KiB

[startup+3162.3 s]
/proc/loadavg: 4.62 4.90 4.83 5/344 178674
/proc/meminfo: memFree=40799800/131250000 swapFree=33009904/33010684
[pid=178350] ppid=178326 vsize=19063512 memory=16272132 CPUtime=3391.27 cores=5,7
/proc/178350/stat : 178350 (java) S 178326 178350 178273 0 -1 4194304 521543 0 242 0 335666 3461 0 0 20 0 20 0 239043196 19521036288 4068033 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
/proc/178350/statm: 4765878 4068033 5504 1 0 4082866 0
[pid=178350/tid=178378] ppid=178326 vsize=19063512 memory=5276 CPUtime=2994.97 cores=5,7
/proc/178350/task/178378/stat : 178378 (java) R 178326 178350 178273 0 -1 4194368 282172 0 193 0 296349 3148 0 0 20 0 20 0 239043198 19521036288 4068033 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
[pid=178350/tid=178396] ppid=178326 vsize=19063512 memory=16272132 CPUtime=0 cores=5,7
/proc/178350/task/178396/stat : 178396 (Finalizer) S 178326 178350 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239043201 19521036288 4068033 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
[pid=178350/tid=178409] ppid=178326 vsize=19063512 memory=16272132 CPUtime=0 cores=5,7
/proc/178350/task/178409/stat : 178409 (Common-Cleaner) S 178326 178350 178273 0 -1 4194368 3225 0 0 0 0 0 0 0 20 0 20 0 239043201 19521036288 4068033 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
[pid=178350/tid=178416] ppid=178326 vsize=19063512 memory=16272132 CPUtime=0 cores=5,7
/proc/178350/task/178416/stat : 178416 (Timer-0) S 178326 178350 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239043227 19521036288 4068033 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
Current children cumulated CPU time: 3391.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16272132 KiB

[startup+3222.3 s]
/proc/loadavg: 4.84 4.91 4.84 5/347 178881
/proc/meminfo: memFree=38831768/131250000 swapFree=33009904/33010684
[pid=178350] ppid=178326 vsize=19063512 memory=16272132 CPUtime=3454.08 cores=5,7
/proc/178350/stat : 178350 (java) S 178326 178350 178273 0 -1 4194304 530312 0 242 0 341890 3518 0 0 20 0 20 0 239043196 19521036288 4068033 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
/proc/178350/statm: 4765878 4068033 5504 1 0 4082866 0
[pid=178350/tid=178378] ppid=178326 vsize=19063512 memory=16272132 CPUtime=3051.75 cores=5,7
/proc/178350/task/178378/stat : 178378 (java) R 178326 178350 178273 0 -1 4194368 287872 0 193 0 301971 3204 0 0 20 0 20 0 239043198 19521036288 4068033 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
[pid=178350/tid=178396] ppid=178326 vsize=19063512 memory=-8744696782398464700 CPUtime=0 cores=5,7
/proc/178350/task/178396/stat : 178396 (Finalizer) S 178326 178350 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239043201 19521036288 4068033 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
[pid=178350/tid=178409] ppid=178326 vsize=19063512 memory=16272132 CPUtime=0 cores=5,7
/proc/178350/task/178409/stat : 178409 (Common-Cleaner) S 178326 178350 178273 0 -1 4194368 3241 0 0 0 0 0 0 0 20 0 20 0 239043201 19521036288 4068033 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
[pid=178350/tid=178416] ppid=178326 vsize=19063512 memory=16272132 CPUtime=0 cores=5,7
/proc/178350/task/178416/stat : 178416 (Timer-0) S 178326 178350 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239043227 19521036288 4068033 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
Current children cumulated CPU time: 3454.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16272132 KiB

[startup+3282.3 s]
/proc/loadavg: 4.72 4.87 4.83 5/345 178883
/proc/meminfo: memFree=36191688/131250000 swapFree=33009904/33010684
[pid=178350] ppid=178326 vsize=19063512 memory=16272132 CPUtime=3516.12 cores=5,7
/proc/178350/stat : 178350 (java) S 178326 178350 178273 0 -1 4194304 537001 0 242 0 348039 3573 0 0 20 0 20 0 239043196 19521036288 4068033 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
/proc/178350/statm: 4765878 4068033 5504 1 0 4082866 0
[pid=178350/tid=178378] ppid=178326 vsize=19063512 memory=16272132 CPUtime=3109.38 cores=5,7
/proc/178350/task/178378/stat : 178378 (java) R 178326 178350 178273 0 -1 4194368 292238 0 193 0 307682 3256 0 0 20 0 20 0 239043198 19521036288 4068033 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
[pid=178350/tid=178396] ppid=178326 vsize=19063512 memory=27264 CPUtime=0 cores=5,7
/proc/178350/task/178396/stat : 178396 (Finalizer) S 178326 178350 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239043201 19521036288 4068033 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
[pid=178350/tid=178409] ppid=178326 vsize=19063512 memory=16272132 CPUtime=0 cores=5,7
/proc/178350/task/178409/stat : 178409 (Common-Cleaner) S 178326 178350 178273 0 -1 4194368 3334 0 0 0 0 0 0 0 20 0 20 0 239043201 19521036288 4068033 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
[pid=178350/tid=178416] ppid=178326 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/178350/task/178416/stat : 178416 (Timer-0) S 178326 178350 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239043227 19521036288 4068033 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
Current children cumulated CPU time: 3516.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16272132 KiB

[startup+3342.3 s]
/proc/loadavg: 4.76 4.86 4.83 5/345 178886
/proc/meminfo: memFree=32629696/131250000 swapFree=33009904/33010684
[pid=178350] ppid=178326 vsize=19063512 memory=16272132 CPUtime=3578.85 cores=5,7
/proc/178350/stat : 178350 (java) S 178326 178350 178273 0 -1 4194304 545351 0 242 0 354257 3628 0 0 20 0 20 0 239043196 19521036288 4068033 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
/proc/178350/statm: 4765878 4068033 5504 1 0 4082866 0
[pid=178350/tid=178378] ppid=178326 vsize=19063512 memory=16272132 CPUtime=3166.27 cores=5,7
/proc/178350/task/178378/stat : 178378 (java) R 178326 178350 178273 0 -1 4194368 298482 0 193 0 313318 3309 0 0 20 0 20 0 239043198 19521036288 4068033 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
[pid=178350/tid=178396] ppid=178326 vsize=19063512 memory=16272132 CPUtime=0 cores=5,7
/proc/178350/task/178396/stat : 178396 (Finalizer) S 178326 178350 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239043201 19521036288 4068033 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
[pid=178350/tid=178409] ppid=178326 vsize=19063512 memory=16272132 CPUtime=0 cores=5,7
/proc/178350/task/178409/stat : 178409 (Common-Cleaner) S 178326 178350 178273 0 -1 4194368 3428 0 0 0 0 0 0 0 20 0 20 0 239043201 19521036288 4068033 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
[pid=178350/tid=178416] ppid=178326 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/178350/task/178416/stat : 178416 (Timer-0) S 178326 178350 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239043227 19521036288 4068033 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
Current children cumulated CPU time: 3578.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16272132 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3354.8 s]
/proc/loadavg: 4.88 4.88 4.83 7/345 178886
/proc/meminfo: memFree=32015824/131250000 swapFree=33009904/33010684
[pid=178350] ppid=178326 vsize=19063512 memory=16272132 CPUtime=3600.09 cores=5,7
/proc/178350/stat : 178350 (java) S 178326 178350 178273 0 -1 4194304 549316 0 242 0 356371 3638 0 0 20 0 20 0 239043196 19521036288 4068033 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
/proc/178350/statm: 4765878 4068033 5504 1 0 4082866 0
[pid=178350/tid=178378] ppid=178326 vsize=19063512 memory=-8744696782398464700 CPUtime=3178.3 cores=5,7
/proc/178350/task/178378/stat : 178378 (java) R 178326 178350 178273 0 -1 4194368 300472 0 193 0 314516 3314 0 0 20 0 20 0 239043198 19521036288 4068033 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
[pid=178350/tid=178396] ppid=178326 vsize=19063512 memory=2688 CPUtime=0 cores=5,7
/proc/178350/task/178396/stat : 178396 (Finalizer) S 178326 178350 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239043201 19521036288 4068033 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
[pid=178350/tid=178409] ppid=178326 vsize=19063512 memory=2116 CPUtime=0 cores=5,7
/proc/178350/task/178409/stat : 178409 (Common-Cleaner) S 178326 178350 178273 0 -1 4194368 3428 0 0 0 0 0 0 0 20 0 20 0 239043201 19521036288 4068033 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
[pid=178350/tid=178416] ppid=178326 vsize=19063512 memory=2432 CPUtime=0 cores=5,7
/proc/178350/task/178416/stat : 178416 (Timer-0) S 178326 178350 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239043227 19521036288 4068033 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16272132 KiB

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

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

# cumulated CPU time of all completed processes:  user=3563.97 s, system=36.4303 s

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

[startup+3354.9 s]
/proc/loadavg: 4.88 4.88 4.83 7/345 178886
/proc/meminfo: memFree=32015824/131250000 swapFree=33009904/33010684
[pid=178350] ppid=178326 vsize=19263204 memory=16273156 CPUtime=3600.29 cores=5,7
/proc/178350/stat : 178350 (java) S 178326 178350 178273 0 -1 4194304 550867 0 242 0 356391 3638 0 0 20 0 21 0 239043196 19725520896 4068289 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
/proc/178350/statm: 4815801 4068289 5536 1 0 4083801 0
[pid=178350/tid=178378] ppid=178326 vsize=19263204 memory=16272132 CPUtime=3178.37 cores=5,7
/proc/178350/task/178378/stat : 178378 (java) S 178326 178350 178273 0 -1 4194368 300645 0 193 0 314522 3315 0 0 20 0 21 0 239043198 19725520896 4068289 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
[pid=178350/tid=178396] ppid=178326 vsize=19263204 memory=16272132 CPUtime=0 cores=5,7
/proc/178350/task/178396/stat : 178396 (Finalizer) S 178326 178350 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 239043201 19725520896 4068289 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
[pid=178350/tid=178409] ppid=178326 vsize=19263204 memory=14720 CPUtime=0 cores=5,7
/proc/178350/task/178409/stat : 178409 (Common-Cleaner) S 178326 178350 178273 0 -1 4194368 3428 0 0 0 0 0 0 0 20 0 21 0 239043201 19725520896 4068289 18446744073709551615 94650563391488 94650563395184 140734514412048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94650563403000 94650563403792 94650596155392 140734514420052 140734514420196 140734514420196 140734514425800 0
Current children cumulated CPU time: 3600.29 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 16273156 KiB

Child status: 143

Real time (s): 3354.99
CPU time (s): 3600.4
CPU user time (s): 3563.97
CPU system time (s): 36.4303
CPU usage (%): 107.315
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 16273156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3563.97
system time used= 36.4303
maximum resident set size= 16273284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 551034
page faults= 242
swaps= 0
block input operations= 8
block output operations= 85380464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 135544
involuntary context switches= 28173


# summary of solver processes directly reported to runsolver:
#   pid: 178350
#   total CPU time (s): 3600.4
#   total CPU user time (s): 3563.97
#   total CPU system time (s): 36.4303

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.64404 second user time and 15.3855 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-23 03:20:33
IDJOB=4544227
IDBENCH=175047
IDSOLVER=3364
FILE ID=nodeC027/4544227-1753233633
RUNJOBID= nodeC027-1753233633-178286
SLURM_JOB_ID= 9687850
Free space on /tmp= 432996 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/extended-even-colouring/grids_norational_opb/normalized-ec_grid_norational_04_250.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4544227-1753233633/watcher-4544227-1753233633 -o /tmp/evaluation-result-4544227-1753233633/solver-4544227-1753233633 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1753233633-178286 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4544227-1753233633 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4544227-1753233633.opb

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

MD5SUM BENCH= 4a59e763ae88014143ab229bcecf86f5
RANDOM SEED=377310218

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.706
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.754
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		: 3599.960
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		: 3599.719
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.620
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.630
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		: 3599.679
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		: 3600.296
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:        115753552 kB
MemAvailable:   129679608 kB
Buffers:            2488 kB
Cached:         14691776 kB
SwapCached:            8 kB
Active:          1172112 kB
Inactive:       13595044 kB
Active(anon):      96356 kB
Inactive(anon):     2788 kB
Active(file):    1075756 kB
Inactive(file): 13592256 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2728 kB
Writeback:             0 kB
AnonPages:         76732 kB
Mapped:           108560 kB
Shmem:             26252 kB
KReclaimable:     194164 kB
Slab:             290080 kB
SReclaimable:     194164 kB
SUnreclaim:        95916 kB
KernelStack:        4128 kB
PageTables:         2996 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     347684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150424 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 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= 309112 MiB
End job on nodeC027 at 2025-07-23 04:16:28