Trace number 4544343

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 2025-06-06? (TO) 3600.23 3238.95

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
extended-even-colouring/grids_rational_opb/normalized-ec_grid_rational_08_180.opb
MD5SUM5f9c71ef62aa1641b9bec64204b49f28
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.246393
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8643
Total number of constraints7204
Number of constraints which are clauses5762
Number of constraints which are cardinality constraints (but not clauses)1441
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint5762
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 5762
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 17286
Number of bits of the biggest sum of numbers15
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.08/0.10	c version PB25.v20250606
0.08/0.11	c java.runtime.name	OpenJDK Runtime Environment
0.08/0.11	c java.vm.name		OpenJDK 64-Bit Server VM
0.08/0.11	c java.vm.version	22.0.1+8-16
0.08/0.11	c java.vm.vendor	Oracle Corporation
0.08/0.11	c sun.arch.data.model	64
0.08/0.11	c java.version		22.0.1
0.08/0.11	c os.name		Linux
0.08/0.11	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.08/0.11	c os.arch		amd64
0.08/0.12	c Free memory 		2104792832
0.08/0.12	c Max memory 		16282288128
0.08/0.12	c Total memory 		2113929216
0.08/0.12	c Number of processors 	2
0.08/0.16	c Pseudo Boolean Optimization by upper bound
0.08/0.16	c --- Begin Solver configuration ---
0.08/0.16	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.08/0.16	c Learn all clauses as in MiniSAT
0.08/0.16	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.16	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.16	c Expensive reason simplification
0.08/0.16	c Glucose 2.1 dynamic restart strategy
0.08/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.08/0.16	c timeout=2147483s
0.08/0.16	c DB Simplification allowed=false
0.08/0.16	c Listener: none
0.08/0.16	c --- End Solver configuration ---
0.08/0.16	c solving HOME/instance-4544343-1753234778.opb
0.08/0.16	c reading problem ... 
0.08/0.16	c  no objective function found
0.45/0.31	c ... done. Wall clock time 0.144s.
0.45/0.31	c declared #vars     8643
0.45/0.31	c #constraints  8645
0.45/0.31	c constraints type 
0.45/0.31	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 5764
0.45/0.31	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2880
0.45/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.45/0.31	c 8645 constraints processed.
5.11/3.96	c cleaning 2500 clauses out of 5000 with flag 11550/5000
10.00/8.36	c cleaning 4251 clauses out of 8502 with flag 24849/11002
15.36/13.33	c cleaning 5622 clauses out of 11250 with flag 40186/18001
22.20/19.66	c cleaning 6814 clauses out of 13627 with flag 57567/26000
29.63/26.68	c cleaning 7904 clauses out of 15813 with flag 76794/35000
38.60/35.06	c cleaning 8955 clauses out of 17910 with flag 98645/45001
51.74/46.08	c cleaning 9977 clauses out of 19955 with flag 122476/56001
63.17/56.88	c cleaning 10984 clauses out of 21977 with flag 148821/68000
76.91/69.80	c cleaning 11995 clauses out of 23993 with flag 176440/81000
93.10/83.37	c cleaning 13000 clauses out of 25999 with flag 207402/95001
107.18/96.79	c cleaning 13989 clauses out of 27998 with flag 239646/110000
123.28/111.93	c cleaning 15005 clauses out of 30009 with flag 274210/126000
141.64/127.45	c cleaning 16003 clauses out of 32005 with flag 310793/143001
159.81/144.60	c cleaning 17001 clauses out of 34003 with flag 349456/161002
177.77/161.67	c cleaning 18000 clauses out of 36001 with flag 390740/180001
198.39/181.36	c cleaning 19000 clauses out of 38000 with flag 433904/200000
218.72/197.92	c cleaning 19995 clauses out of 40000 with flag 478784/221000
238.24/216.59	c cleaning 21004 clauses out of 42007 with flag 526574/243002
261.82/238.75	c cleaning 22000 clauses out of 44002 with flag 575654/266001
284.71/260.55	c cleaning 23000 clauses out of 46001 with flag 626359/290000
314.18/288.87	c cleaning 23997 clauses out of 48002 with flag 681354/315001
346.42/316.85	c cleaning 25001 clauses out of 50004 with flag 737482/341000
374.44/343.56	c cleaning 25997 clauses out of 52003 with flag 794933/368000
404.60/372.07	c cleaning 27001 clauses out of 54006 with flag 854864/396000
431.97/398.23	c cleaning 28003 clauses out of 56005 with flag 917312/425000
464.11/428.76	c cleaning 28998 clauses out of 58002 with flag 982293/455000
505.06/462.53	c cleaning 29997 clauses out of 60005 with flag 1049790/486001
538.82/494.90	c cleaning 31001 clauses out of 62007 with flag 1118424/518000
576.91/531.57	c cleaning 32001 clauses out of 64007 with flag 1189707/551001
616.07/568.66	c cleaning 33002 clauses out of 66005 with flag 1262467/585000
647.72/598.88	c cleaning 33999 clauses out of 68005 with flag 1337270/620002
694.46/637.58	c cleaning 35002 clauses out of 70005 with flag 1413099/656001
732.99/674.19	c cleaning 35996 clauses out of 72002 with flag 1492437/693000
776.09/714.93	c cleaning 36999 clauses out of 74006 with flag 1573391/731000
824.40/761.53	c cleaning 38001 clauses out of 76007 with flag 1659838/770000
874.00/802.67	c cleaning 39002 clauses out of 78007 with flag 1744711/810001
916.24/843.10	c cleaning 39996 clauses out of 80006 with flag 1831516/851002
964.31/888.82	c cleaning 40998 clauses out of 82008 with flag 1921863/893000
1022.22/944.91	c cleaning 42001 clauses out of 84010 with flag 2013208/936000
1090.66/1006.23	c cleaning 42997 clauses out of 86009 with flag 2108770/980000
1139.51/1052.46	c cleaning 44001 clauses out of 88012 with flag 2204658/1025000
1187.56/1098.33	c cleaning 45000 clauses out of 90012 with flag 2302440/1071001
1239.43/1139.94	c cleaning 45999 clauses out of 92011 with flag 2403214/1118000
1284.42/1182.72	c cleaning 47007 clauses out of 94014 with flag 2506095/1166002
1333.43/1228.86	c cleaning 48003 clauses out of 96005 with flag 2611075/1215000
1388.20/1274.82	c cleaning 48995 clauses out of 98003 with flag 2717666/1265001
1441.52/1325.16	c cleaning 50003 clauses out of 100008 with flag 2826105/1316001
1505.11/1375.77	c cleaning 50997 clauses out of 102004 with flag 2937089/1368000
1561.47/1429.50	c cleaning 52001 clauses out of 104010 with flag 3050291/1421003
1631.37/1487.57	c cleaning 52999 clauses out of 106006 with flag 3165766/1475000
1701.80/1552.72	c cleaning 53996 clauses out of 108007 with flag 3286637/1530000
1778.40/1615.03	c cleaning 54999 clauses out of 110013 with flag 3406747/1586002
1849.75/1683.64	c cleaning 56006 clauses out of 112012 with flag 3528394/1643000
1924.47/1744.36	c cleaning 57001 clauses out of 114007 with flag 3651949/1701001
1993.27/1810.27	c cleaning 58003 clauses out of 116005 with flag 3777593/1760000
2095.35/1899.41	c cleaning 58995 clauses out of 118002 with flag 3907052/1820000
2181.07/1981.82	c cleaning 60002 clauses out of 120008 with flag 4038120/1881001
2250.87/2040.36	c cleaning 60998 clauses out of 122005 with flag 4170504/1943000
2341.96/2114.56	c cleaning 62003 clauses out of 124008 with flag 4304956/2006001
2417.83/2187.06	c cleaning 62998 clauses out of 126005 with flag 4440969/2070001
2529.74/2281.45	c cleaning 63999 clauses out of 128006 with flag 4579455/2135000
2631.81/2380.30	c cleaning 65001 clauses out of 130008 with flag 4720442/2201001
2737.00/2474.10	c cleaning 66002 clauses out of 132006 with flag 4865083/2268000
2827.59/2547.36	c cleaning 66996 clauses out of 134004 with flag 5009079/2336000
2907.95/2623.88	c cleaning 68002 clauses out of 136009 with flag 5157992/2405001
3008.29/2712.02	c cleaning 69000 clauses out of 138006 with flag 5306275/2475000
3120.47/2809.11	c cleaning 70000 clauses out of 140008 with flag 5456921/2546002
3218.39/2900.63	c cleaning 71004 clauses out of 142007 with flag 5611888/2618001
3313.76/2983.68	c cleaning 71998 clauses out of 144003 with flag 5766807/2691001
3441.21/3093.89	c cleaning 72993 clauses out of 146004 with flag 5927719/2765000
3576.80/3215.98	c cleaning 74003 clauses out of 148012 with flag 6088314/2840001
3600.05/3238.82	c timeout
3600.05/3238.82	c starts		: 27
3600.05/3238.82	c conflicts		: 2857378
3600.05/3238.82	c decisions		: 4090409
3600.05/3238.82	c propagations		: 3505708331
3600.05/3238.82	c inspects		: 4832058177
3600.05/3238.82	c shortcuts		: 0
3600.05/3238.83	c learnt literals	: 0
3600.05/3238.83	c learnt binary clauses	: 0
3600.05/3238.83	c learnt ternary clauses	: 0
3600.05/3238.83	c learnt constraints	: 2857378
3600.05/3238.83	c ignored constraints	: 0
3600.05/3238.83	c root simplifications	: 0
3600.05/3238.83	c removed literals (reason simplification)	: 17133348
3600.05/3238.83	c reason swapping (by a shorter reason)	: 0
3600.05/3238.83	c Calls to reduceDB	: 71
3600.05/3238.83	c Number of update (reduction) of LBD	: 109575
3600.05/3238.83	c Imported unit clauses	: 0
3600.05/3238.83	c No decision after first conflict	: false
3600.05/3238.83	c number of reductions to clauses (during analyze)	: 0
3600.05/3238.83	c number of learned constraints concerned by reduction	: 0
3600.05/3238.83	c number of learning phase by resolution	: 0
3600.05/3238.83	c number of learning phase by cutting planes	: 0
3600.05/3238.83	c number of rounding to 1 operations	: 0
3600.05/3238.83	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3238.83	c number of reductions of the coefficients by power 2 	: 0
3600.05/3238.83	c number of right shift for reduction by power 2 	: 0
3600.05/3238.83	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3238.83	c number of ending skipping 	: 0
3600.05/3238.83	c number of internal skipping 	: 0
3600.05/3238.83	c number of derivation steps 	: 0
3600.05/3238.83	c number of skipped derivation steps 	: 0
3600.05/3238.83	c number of remaining unassigned 	: 0
3600.05/3238.83	c number of remaining assigned 	: 0
3600.05/3238.83	c number of falsified literals weakened from reason	: 0
3600.05/3238.83	c number of falsified literals weakened from conflict	: 0
3600.05/3238.83	c time for arithmetic operations	: 0
3600.05/3238.83	c minimum degree of deleted constraints	: null
3600.05/3238.83	c maximum degree of deleted constraints	: null
3600.05/3238.83	c number of deleted constraints	: 0
3600.05/3238.83	c speed (assignments/second)	: 1082505.5607311134
3600.05/3238.83	c non guided choices	: 9390
3600.05/3238.88	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 91386
3600.05/3238.88	s UNKNOWN
3600.05/3238.89	c Total wall clock time (in seconds): 3238.722

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4544343-1753234778/watcher-4544343-1753234778 -o /tmp/evaluation-result-4544343-1753234778/solver-4544343-1753234778 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1753234778-167710 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4544343-1753234778.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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 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=167758, runsolver pid=167750

[startup+0.100062 s]*
/proc/loadavg: 1.08 1.67 2.85 8/335 167838
/proc/meminfo: memFree=128978824/131250000 swapFree=33010416/33010684
[pid=167758] ppid=167750 vsize=18930384 memory=51724 CPUtime=0.08 cores=0,2
/proc/167758/stat : 167758 (java) S 167750 167758 167700 0 -1 4194304 6107 0 41 0 7 1 0 0 20 0 18 0 239155643 19384713216 12931 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
/proc/167758/statm: 4732596 12931 5316 1 0 547220 0
[pid=167758/tid=167771] ppid=167750 vsize=18930384 memory=4026532124 CPUtime=0.05 cores=0,2
/proc/167758/task/167771/stat : 167771 (java) S 167750 167758 167700 0 -1 4194368 4912 0 41 0 4 1 0 0 20 0 18 0 239155646 19384713216 12931 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
[pid=167758/tid=167801] ppid=167750 vsize=18930384 memory=16168 CPUtime=0 cores=0,2
/proc/167758/task/167801/stat : 167801 (Finalizer) S 167750 167758 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239155648 19384713216 12931 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
[pid=167758/tid=167816] ppid=167750 vsize=18930384 memory=59585004307431 CPUtime=0 cores=0,2
/proc/167758/task/167816/stat : 167816 (Common-Cleaner) S 167750 167758 167700 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 239155649 19384713216 12931 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51724 KiB

[startup+0.206033 s]*
/proc/loadavg: 1.08 1.67 2.85 14/335 167838
/proc/meminfo: memFree=128855704/131250000 swapFree=33010416/33010684
[pid=167758] ppid=167750 vsize=18930384 memory=118844 CPUtime=0.26 cores=0,2
/proc/167758/stat : 167758 (java) S 167750 167758 167700 0 -1 4194304 6981 0 41 0 23 3 0 0 20 0 18 0 239155643 19384713216 29711 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
/proc/167758/statm: 4732596 29711 5412 1 0 547839 0
[pid=167758/tid=167771] ppid=167750 vsize=18930384 memory=4026990876 CPUtime=0.14 cores=0,2
/proc/167758/task/167771/stat : 167771 (java) R 167750 167758 167700 0 -1 4194368 5283 0 41 0 12 2 0 0 20 0 18 0 239155646 19384713216 29711 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
[pid=167758/tid=167801] ppid=167750 vsize=18930384 memory=16168 CPUtime=0 cores=0,2
/proc/167758/task/167801/stat : 167801 (Finalizer) S 167750 167758 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239155648 19384713216 29711 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
[pid=167758/tid=167816] ppid=167750 vsize=18930384 memory=59585004307431 CPUtime=0 cores=0,2
/proc/167758/task/167816/stat : 167816 (Common-Cleaner) S 167750 167758 167700 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 239155649 19384713216 29711 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 118844 KiB

[startup+0.305984 s]*
/proc/loadavg: 1.08 1.67 2.85 11/340 167843
/proc/meminfo: memFree=128738120/131250000 swapFree=33010416/33010684
[pid=167758] ppid=167750 vsize=18996948 memory=154932 CPUtime=0.45 cores=0,2
/proc/167758/stat : 167758 (java) S 167750 167758 167700 0 -1 4194304 8730 0 41 0 41 4 0 0 20 0 19 0 239155643 19452874752 38733 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
/proc/167758/statm: 4749237 38733 5444 1 0 549307 0
[pid=167758/tid=167771] ppid=167750 vsize=18996948 memory=-8887963151809422012 CPUtime=0.23 cores=0,2
/proc/167758/task/167771/stat : 167771 (java) R 167750 167758 167700 0 -1 4194368 5338 0 41 0 20 3 0 0 20 0 19 0 239155646 19452874752 38733 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
[pid=167758/tid=167801] ppid=167750 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/167758/task/167801/stat : 167801 (Finalizer) S 167750 167758 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239155648 19452874752 38733 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
[pid=167758/tid=167816] ppid=167750 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/167758/task/167816/stat : 167816 (Common-Cleaner) S 167750 167758 167700 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 239155649 19452874752 38733 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 154932 KiB

[startup+0.700232 s]
/proc/loadavg: 1.08 1.67 2.85 10/341 167844
/proc/meminfo: memFree=128707360/131250000 swapFree=33010416/33010684
[pid=167758] ppid=167750 vsize=19063512 memory=166832 CPUtime=1.21 cores=0,2
/proc/167758/stat : 167758 (java) S 167750 167758 167700 0 -1 4194304 14584 0 41 0 115 6 0 0 20 0 20 0 239155643 19521036288 41708 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
/proc/167758/statm: 4765878 41708 5444 1 0 552547 0
[pid=167758/tid=167771] ppid=167750 vsize=19063512 memory=27264 CPUtime=0.58 cores=0,2
/proc/167758/task/167771/stat : 167771 (java) R 167750 167758 167700 0 -1 4194368 5385 0 41 0 55 3 0 0 20 0 20 0 239155646 19521036288 41708 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
[pid=167758/tid=167801] ppid=167750 vsize=19063512 memory=10496 CPUtime=0 cores=0,2
/proc/167758/task/167801/stat : 167801 (Finalizer) S 167750 167758 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239155648 19521036288 41708 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
[pid=167758/tid=167816] ppid=167750 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/167758/task/167816/stat : 167816 (Common-Cleaner) S 167750 167758 167700 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239155649 19521036288 41708 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
[pid=167758/tid=167844] ppid=167750 vsize=19063512 memory=4740 CPUtime=0 cores=0,2
/proc/167758/task/167844/stat : 167844 (Timer-0) S 167750 167758 167700 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239155675 19521036288 41708 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 166832 KiB

[startup+1.50023 s]
/proc/loadavg: 1.08 1.67 2.85 6/341 167844
/proc/meminfo: memFree=128636784/131250000 swapFree=33010416/33010684
[pid=167758] ppid=167750 vsize=19063512 memory=206220 CPUtime=2.34 cores=0,2
/proc/167758/stat : 167758 (java) S 167750 167758 167700 0 -1 4194304 15950 0 41 0 227 7 0 0 20 0 20 0 239155643 19521036288 51555 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
/proc/167758/statm: 4765878 51555 5444 1 0 552549 0
[pid=167758/tid=167771] ppid=167750 vsize=19063512 memory=10496 CPUtime=1.38 cores=0,2
/proc/167758/task/167771/stat : 167771 (java) R 167750 167758 167700 0 -1 4194368 5534 0 41 0 134 4 0 0 20 0 20 0 239155646 19521036288 51555 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
[pid=167758/tid=167801] ppid=167750 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/167758/task/167801/stat : 167801 (Finalizer) S 167750 167758 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239155648 19521036288 51555 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
[pid=167758/tid=167816] ppid=167750 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/167758/task/167816/stat : 167816 (Common-Cleaner) S 167750 167758 167700 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239155649 19521036288 51555 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
[pid=167758/tid=167844] ppid=167750 vsize=19063512 memory=4740 CPUtime=0 cores=0,2
/proc/167758/task/167844/stat : 167844 (Timer-0) S 167750 167758 167700 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239155675 19521036288 51555 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
Current children cumulated CPU time: 2.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 206220 KiB

[startup+3.10582 s]
/proc/loadavg: 1.48 1.74 2.87 6/343 167846
/proc/meminfo: memFree=127991548/131250000 swapFree=33010416/33010684
[pid=167758] ppid=167750 vsize=19063512 memory=399192 CPUtime=4.1 cores=0,2
/proc/167758/stat : 167758 (java) S 167750 167758 167700 0 -1 4194304 17980 0 41 0 399 11 0 0 20 0 20 0 239155643 19521036288 99798 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
/proc/167758/statm: 4765878 99798 5444 1 0 552549 0
[pid=167758/tid=167771] ppid=167750 vsize=19063512 memory=10496 CPUtime=2.82 cores=0,2
/proc/167758/task/167771/stat : 167771 (java) R 167750 167758 167700 0 -1 4194368 5784 0 41 0 278 4 0 0 20 0 20 0 239155646 19521036288 99798 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
[pid=167758/tid=167801] ppid=167750 vsize=19063512 memory=-9176193527961133756 CPUtime=0 cores=0,2
/proc/167758/task/167801/stat : 167801 (Finalizer) S 167750 167758 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239155648 19521036288 99798 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
[pid=167758/tid=167816] ppid=167750 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/167758/task/167816/stat : 167816 (Common-Cleaner) S 167750 167758 167700 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 239155649 19521036288 99798 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
[pid=167758/tid=167844] ppid=167750 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/167758/task/167844/stat : 167844 (Timer-0) S 167750 167758 167700 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239155675 19521036288 99798 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
Current children cumulated CPU time: 4.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 399192 KiB

[startup+6.30021 s]
/proc/loadavg: 1.48 1.74 2.87 7/343 167847
/proc/meminfo: memFree=126782908/131250000 swapFree=33010416/33010684
[pid=167758] ppid=167750 vsize=19063512 memory=911836 CPUtime=7.8 cores=0,2
/proc/167758/stat : 167758 (java) S 167750 167758 167700 0 -1 4194304 23091 0 41 0 759 21 0 0 20 0 20 0 239155643 19521036288 227959 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
/proc/167758/statm: 4765878 227959 5444 1 0 980801 0
[pid=167758/tid=167771] ppid=167750 vsize=19063512 memory=0 CPUtime=5.71 cores=0,2
/proc/167758/task/167771/stat : 167771 (java) R 167750 167758 167700 0 -1 4194368 6893 0 41 0 564 7 0 0 20 0 20 0 239155646 19521036288 227959 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
[pid=167758/tid=167801] ppid=167750 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/167758/task/167801/stat : 167801 (Finalizer) S 167750 167758 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239155648 19521036288 227959 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
[pid=167758/tid=167816] ppid=167750 vsize=19063512 memory=10496 CPUtime=0 cores=0,2
/proc/167758/task/167816/stat : 167816 (Common-Cleaner) S 167750 167758 167700 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 239155649 19521036288 227959 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
[pid=167758/tid=167844] ppid=167750 vsize=19063512 memory=224728 CPUtime=0 cores=0,2
/proc/167758/task/167844/stat : 167844 (Timer-0) S 167750 167758 167700 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239155675 19521036288 227959 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
Current children cumulated CPU time: 7.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 911836 KiB

[startup+12.7002 s]
/proc/loadavg: 1.87 1.82 2.88 6/343 167847
/proc/meminfo: memFree=124785460/131250000 swapFree=33010416/33010684
[pid=167758] ppid=167750 vsize=19063512 memory=1543288 CPUtime=14.77 cores=0,2
/proc/167758/stat : 167758 (java) S 167750 167758 167700 0 -1 4194304 24991 0 41 0 1443 34 0 0 20 0 20 0 239155643 19521036288 385822 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
/proc/167758/statm: 4765878 385822 5444 1 0 1319195 0
[pid=167758/tid=167771] ppid=167750 vsize=19063512 memory=224728 CPUtime=11.68 cores=0,2
/proc/167758/task/167771/stat : 167771 (java) R 167750 167758 167700 0 -1 4194368 7201 0 41 0 1159 9 0 0 20 0 20 0 239155646 19521036288 385822 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
[pid=167758/tid=167801] ppid=167750 vsize=19063512 memory=1434744 CPUtime=0 cores=0,2
/proc/167758/task/167801/stat : 167801 (Finalizer) S 167750 167758 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239155648 19521036288 385822 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
[pid=167758/tid=167816] ppid=167750 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/167758/task/167816/stat : 167816 (Common-Cleaner) S 167750 167758 167700 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 239155649 19521036288 385822 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
[pid=167758/tid=167844] ppid=167750 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/167758/task/167844/stat : 167844 (Timer-0) S 167750 167758 167700 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239155675 19521036288 385822 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
Current children cumulated CPU time: 14.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1543288 KiB

[startup+25.5002 s]
/proc/loadavg: 2.27 1.91 2.90 5/343 167847
/proc/meminfo: memFree=120677820/131250000 swapFree=33010416/33010684
[pid=167758] ppid=167750 vsize=19063512 memory=2888852 CPUtime=28.53 cores=0,2
/proc/167758/stat : 167758 (java) S 167750 167758 167700 0 -1 4194304 31169 0 41 0 2791 62 0 0 20 0 20 0 239155643 19521036288 722213 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
/proc/167758/statm: 4765878 722213 5476 1 0 1515561 0
[pid=167758/tid=167771] ppid=167750 vsize=19063512 memory=2724952 CPUtime=23.5 cores=0,2
/proc/167758/task/167771/stat : 167771 (java) R 167750 167758 167700 0 -1 4194368 8266 0 41 0 2335 15 0 0 20 0 20 0 239155646 19521036288 722213 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
[pid=167758/tid=167801] ppid=167750 vsize=19063512 memory=2671704 CPUtime=0 cores=0,2
/proc/167758/task/167801/stat : 167801 (Finalizer) S 167750 167758 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239155648 19521036288 722213 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
[pid=167758/tid=167816] ppid=167750 vsize=19063512 memory=16584 CPUtime=0 cores=0,2
/proc/167758/task/167816/stat : 167816 (Common-Cleaner) S 167750 167758 167700 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 239155649 19521036288 722213 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
[pid=167758/tid=167844] ppid=167750 vsize=19063512 memory=83 CPUtime=0 cores=0,2
/proc/167758/task/167844/stat : 167844 (Timer-0) S 167750 167758 167700 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239155675 19521036288 722213 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
Current children cumulated CPU time: 28.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2888852 KiB

[startup+51.1059 s]
/proc/loadavg: 3.01 2.11 2.94 6/344 167848
/proc/meminfo: memFree=114935108/131250000 swapFree=33010416/33010684
[pid=167758] ppid=167750 vsize=19063512 memory=4653828 CPUtime=57.03 cores=0,2
/proc/167758/stat : 167758 (java) S 167750 167758 167700 0 -1 4194304 49213 0 41 0 5605 98 0 0 20 0 20 0 239155643 19521036288 1163457 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
/proc/167758/statm: 4765878 1163457 5476 1 0 1621270 0
[pid=167758/tid=167771] ppid=167750 vsize=19063512 memory=4382908 CPUtime=47.56 cores=0,2
/proc/167758/task/167771/stat : 167771 (java) R 167750 167758 167700 0 -1 4194368 10647 0 41 0 4735 21 0 0 20 0 20 0 239155646 19521036288 1163457 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
[pid=167758/tid=167801] ppid=167750 vsize=19063512 memory=4653828 CPUtime=0 cores=0,2
/proc/167758/task/167801/stat : 167801 (Finalizer) S 167750 167758 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239155648 19521036288 1163457 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
[pid=167758/tid=167816] ppid=167750 vsize=19063512 memory=27264 CPUtime=0 cores=0,2

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

/proc/167758/task/167801/stat : 167801 (Finalizer) S 167750 167758 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239155648 19521036288 4075975 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
[pid=167758/tid=167816] ppid=167750 vsize=19063512 memory=16584 CPUtime=0 cores=0,2
/proc/167758/task/167816/stat : 167816 (Common-Cleaner) S 167750 167758 167700 0 -1 4194368 2280 0 0 0 0 0 0 0 20 0 20 0 239155649 19521036288 4075975 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
[pid=167758/tid=167844] ppid=167750 vsize=19063512 memory=16303900 CPUtime=0 cores=0,2
/proc/167758/task/167844/stat : 167844 (Timer-0) S 167750 167758 167700 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239155675 19521036288 4075975 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
Current children cumulated CPU time: 3178.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16303900 KiB

[startup+2922.3 s]
/proc/loadavg: 4.63 4.42 4.31 7/340 168012
/proc/meminfo: memFree=70075092/131250000 swapFree=33010416/33010684
[pid=167758] ppid=167750 vsize=19063512 memory=16303900 CPUtime=3246.78 cores=0,2
/proc/167758/stat : 167758 (java) S 167750 167758 167700 0 -1 4194304 509353 0 42 0 324165 513 0 0 20 0 20 0 239155643 19521036288 4075975 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
/proc/167758/statm: 4765878 4075975 5476 1 0 4088127 0
[pid=167758/tid=167771] ppid=167750 vsize=19063512 memory=27264 CPUtime=2752.66 cores=0,2
/proc/167758/task/167771/stat : 167771 (java) S 167750 167758 167700 0 -1 4194368 242759 0 41 0 275170 96 0 0 20 0 20 0 239155646 19521036288 4075975 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
[pid=167758/tid=167801] ppid=167750 vsize=19063512 memory=16303900 CPUtime=0 cores=0,2
/proc/167758/task/167801/stat : 167801 (Finalizer) S 167750 167758 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239155648 19521036288 4075975 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
[pid=167758/tid=167816] ppid=167750 vsize=19063512 memory=16303900 CPUtime=0 cores=0,2
/proc/167758/task/167816/stat : 167816 (Common-Cleaner) S 167750 167758 167700 0 -1 4194368 2368 0 0 0 0 0 0 0 20 0 20 0 239155649 19521036288 4075975 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
[pid=167758/tid=167844] ppid=167750 vsize=19063512 memory=16303900 CPUtime=0 cores=0,2
/proc/167758/task/167844/stat : 167844 (Timer-0) S 167750 167758 167700 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239155675 19521036288 4075975 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
Current children cumulated CPU time: 3246.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16303900 KiB

[startup+2982.3 s]
/proc/loadavg: 4.47 4.42 4.32 6/340 168015
/proc/meminfo: memFree=69091560/131250000 swapFree=33010416/33010684
[pid=167758] ppid=167750 vsize=19063512 memory=16303900 CPUtime=3312.46 cores=0,2
/proc/167758/stat : 167758 (java) S 167750 167758 167700 0 -1 4194304 517604 0 42 0 330731 515 0 0 20 0 20 0 239155643 19521036288 4075975 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
/proc/167758/statm: 4765878 4075975 5476 1 0 4088127 0
[pid=167758/tid=167771] ppid=167750 vsize=19063512 memory=16303900 CPUtime=2806.59 cores=0,2
/proc/167758/task/167771/stat : 167771 (java) R 167750 167758 167700 0 -1 4194368 243766 0 41 0 280562 97 0 0 20 0 20 0 239155646 19521036288 4075975 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
[pid=167758/tid=167801] ppid=167750 vsize=19063512 memory=16303900 CPUtime=0 cores=0,2
/proc/167758/task/167801/stat : 167801 (Finalizer) S 167750 167758 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239155648 19521036288 4075975 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
[pid=167758/tid=167816] ppid=167750 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/167758/task/167816/stat : 167816 (Common-Cleaner) S 167750 167758 167700 0 -1 4194368 2419 0 0 0 0 0 0 0 20 0 20 0 239155649 19521036288 4075975 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
[pid=167758/tid=167844] ppid=167750 vsize=19063512 memory=16303900 CPUtime=0 cores=0,2
/proc/167758/task/167844/stat : 167844 (Timer-0) S 167750 167758 167700 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239155675 19521036288 4075975 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
Current children cumulated CPU time: 3312.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16303900 KiB

[startup+3042.3 s]
/proc/loadavg: 4.31 4.37 4.31 6/341 168019
/proc/meminfo: memFree=69085420/131250000 swapFree=33010416/33010684
[pid=167758] ppid=167750 vsize=19063512 memory=16303900 CPUtime=3374.39 cores=0,2
/proc/167758/stat : 167758 (java) S 167750 167758 167700 0 -1 4194304 524039 0 42 0 336921 518 0 0 20 0 20 0 239155643 19521036288 4075975 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
/proc/167758/statm: 4765878 4075975 5476 1 0 4088127 0
[pid=167758/tid=167771] ppid=167750 vsize=19063512 memory=16303900 CPUtime=2864.31 cores=0,2
/proc/167758/task/167771/stat : 167771 (java) R 167750 167758 167700 0 -1 4194368 248729 0 41 0 286334 97 0 0 20 0 20 0 239155646 19521036288 4075975 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
[pid=167758/tid=167801] ppid=167750 vsize=19063512 memory=16584 CPUtime=0 cores=0,2
/proc/167758/task/167801/stat : 167801 (Finalizer) S 167750 167758 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239155648 19521036288 4075975 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
[pid=167758/tid=167816] ppid=167750 vsize=19063512 memory=16303900 CPUtime=0 cores=0,2
/proc/167758/task/167816/stat : 167816 (Common-Cleaner) S 167750 167758 167700 0 -1 4194368 2456 0 0 0 0 0 0 0 20 0 20 0 239155649 19521036288 4075975 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
[pid=167758/tid=167844] ppid=167750 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/167758/task/167844/stat : 167844 (Timer-0) S 167750 167758 167700 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239155675 19521036288 4075975 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
Current children cumulated CPU time: 3374.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16303900 KiB

[startup+3102.3 s]
/proc/loadavg: 4.30 4.37 4.31 5/342 168024
/proc/meminfo: memFree=69085932/131250000 swapFree=33010416/33010684
[pid=167758] ppid=167750 vsize=19063512 memory=16304028 CPUtime=3449.68 cores=0,2
/proc/167758/stat : 167758 (java) S 167750 167758 167700 0 -1 4194304 537825 0 42 0 344443 525 0 0 20 0 20 0 239155643 19521036288 4076007 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
/proc/167758/statm: 4765878 4076007 5476 1 0 4088138 0
[pid=167758/tid=167771] ppid=167750 vsize=19063512 memory=16303644 CPUtime=2922.34 cores=0,2
/proc/167758/task/167771/stat : 167771 (java) R 167750 167758 167700 0 -1 4194368 256577 0 41 0 292135 99 0 0 20 0 20 0 239155646 19521036288 4076007 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
[pid=167758/tid=167801] ppid=167750 vsize=19063512 memory=16303900 CPUtime=0 cores=0,2
/proc/167758/task/167801/stat : 167801 (Finalizer) S 167750 167758 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239155648 19521036288 4076007 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
[pid=167758/tid=167816] ppid=167750 vsize=19063512 memory=10496 CPUtime=0 cores=0,2
/proc/167758/task/167816/stat : 167816 (Common-Cleaner) S 167750 167758 167700 0 -1 4194368 2586 0 0 0 0 0 0 0 20 0 20 0 239155649 19521036288 4076007 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
[pid=167758/tid=167844] ppid=167750 vsize=19063512 memory=16304028 CPUtime=0 cores=0,2
/proc/167758/task/167844/stat : 167844 (Timer-0) S 167750 167758 167700 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239155675 19521036288 4076007 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
Current children cumulated CPU time: 3449.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16304028 KiB

[startup+3162.3 s]
/proc/loadavg: 4.24 4.33 4.30 6/342 168027
/proc/meminfo: memFree=69084952/131250000 swapFree=33010416/33010684
[pid=167758] ppid=167750 vsize=19063512 memory=16304028 CPUtime=3511.63 cores=0,2
/proc/167758/stat : 167758 (java) S 167750 167758 167700 0 -1 4194304 545371 0 42 0 350634 529 0 0 20 0 20 0 239155643 19521036288 4076007 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
/proc/167758/statm: 4765878 4076007 5476 1 0 4088138 0
[pid=167758/tid=167771] ppid=167750 vsize=19063512 memory=16303900 CPUtime=2980.09 cores=0,2
/proc/167758/task/167771/stat : 167771 (java) R 167750 167758 167700 0 -1 4194368 261431 0 41 0 297909 100 0 0 20 0 20 0 239155646 19521036288 4076007 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
[pid=167758/tid=167801] ppid=167750 vsize=19063512 memory=27264 CPUtime=0 cores=0,2
/proc/167758/task/167801/stat : 167801 (Finalizer) S 167750 167758 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239155648 19521036288 4076007 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
[pid=167758/tid=167816] ppid=167750 vsize=19063512 memory=16304028 CPUtime=0 cores=0,2
/proc/167758/task/167816/stat : 167816 (Common-Cleaner) S 167750 167758 167700 0 -1 4194368 2625 0 0 0 0 0 0 0 20 0 20 0 239155649 19521036288 4076007 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
[pid=167758/tid=167844] ppid=167750 vsize=19063512 memory=27264 CPUtime=0 cores=0,2
/proc/167758/task/167844/stat : 167844 (Timer-0) S 167750 167758 167700 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239155675 19521036288 4076007 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
Current children cumulated CPU time: 3511.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16304028 KiB

[startup+3222.3 s]
/proc/loadavg: 4.41 4.37 4.31 6/342 168029
/proc/meminfo: memFree=69085472/131250000 swapFree=33010416/33010684
[pid=167758] ppid=167750 vsize=19063512 memory=16304156 CPUtime=3583.18 cores=0,2
/proc/167758/stat : 167758 (java) S 167750 167758 167700 0 -1 4194304 558801 0 42 0 357786 532 0 0 20 0 20 0 239155643 19521036288 4076039 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
/proc/167758/statm: 4765878 4076039 5476 1 0 4088182 0
[pid=167758/tid=167771] ppid=167750 vsize=19063512 memory=27264 CPUtime=3028.1 cores=0,2
/proc/167758/task/167771/stat : 167771 (java) R 167750 167758 167700 0 -1 4194368 265123 0 41 0 302710 100 0 0 20 0 20 0 239155646 19521036288 4076039 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
[pid=167758/tid=167801] ppid=167750 vsize=19063512 memory=4198373884444939366 CPUtime=0 cores=0,2
/proc/167758/task/167801/stat : 167801 (Finalizer) S 167750 167758 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239155648 19521036288 4076039 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
[pid=167758/tid=167816] ppid=167750 vsize=19063512 memory=16584 CPUtime=0 cores=0,2
/proc/167758/task/167816/stat : 167816 (Common-Cleaner) S 167750 167758 167700 0 -1 4194368 2625 0 0 0 0 0 0 0 20 0 20 0 239155649 19521036288 4076039 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
[pid=167758/tid=167844] ppid=167750 vsize=19063512 memory=16304156 CPUtime=0 cores=0,2
/proc/167758/task/167844/stat : 167844 (Timer-0) S 167750 167758 167700 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239155675 19521036288 4076039 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
Current children cumulated CPU time: 3583.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16304156 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3238.8 s]
/proc/loadavg: 4.30 4.35 4.31 6/342 168029
/proc/meminfo: memFree=69085424/131250000 swapFree=33010416/33010684
[pid=167758] ppid=167750 vsize=19063512 memory=16304156 CPUtime=3600.05 cores=0,2
/proc/167758/stat : 167758 (java) S 167750 167758 167700 0 -1 4194304 559988 0 42 0 359472 533 0 0 20 0 20 0 239155643 19521036288 4076039 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
/proc/167758/statm: 4765878 4076039 5476 1 0 4088182 0
[pid=167758/tid=167771] ppid=167750 vsize=19063512 memory=5760 CPUtime=3044.15 cores=0,2
/proc/167758/task/167771/stat : 167771 (java) R 167750 167758 167700 0 -1 4194368 266136 0 41 0 304315 100 0 0 20 0 20 0 239155646 19521036288 4076039 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
[pid=167758/tid=167801] ppid=167750 vsize=19063512 memory=16304156 CPUtime=0 cores=0,2
/proc/167758/task/167801/stat : 167801 (Finalizer) S 167750 167758 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239155648 19521036288 4076039 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
[pid=167758/tid=167816] ppid=167750 vsize=19063512 memory=-9176193527961133756 CPUtime=0 cores=0,2
/proc/167758/task/167816/stat : 167816 (Common-Cleaner) S 167750 167758 167700 0 -1 4194368 2642 0 0 0 0 0 0 0 20 0 20 0 239155649 19521036288 4076039 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
[pid=167758/tid=167844] ppid=167750 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/167758/task/167844/stat : 167844 (Timer-0) S 167750 167758 167700 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239155675 19521036288 4076039 18446744073709551615 94002776547328 94002776551024 140726008029808 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94002776558840 94002776559632 94002778693632 140726008031615 140726008031716 140726008031716 140726008037320 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16304156 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.85 s, system=5.38183 s

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

[startup+3238.9 s]*
/proc/loadavg: 4.30 4.35 4.31 5/324 168032
/proc/meminfo: memFree=69092228/131250000 swapFree=33010416/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3238.95
CPU time (s): 3600.23
CPU user time (s): 3594.85
CPU system time (s): 5.38183
CPU usage (%): 111.154
Max. virtual memory (cumulated for all children) (KiB): 19067616
Max. memory (cumulated for all children) (KiB): 16304156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.85
system time used= 5.38183
maximum resident set size= 16305308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 562883
page faults= 42
swaps= 0
block input operations= 0
block output operations= 19440
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 111877
involuntary context switches= 38839


# summary of solver processes directly reported to runsolver:
#   pid: 167758
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3594.85
#   total CPU system time (s): 5.38183

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.51661 second user time and 16.4364 second system time

The end

Launcher Data

Begin job on nodeC018 at 2025-07-23 03:39:38
IDJOB=4544343
IDBENCH=175302
IDSOLVER=3363
FILE ID=nodeC018/4544343-1753234778
RUNJOBID= nodeC018-1753234778-167710
SLURM_JOB_ID= 9687862
Free space on /tmp= 433016 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/extended-even-colouring/grids_rational_opb/normalized-ec_grid_rational_08_180.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4544343-1753234778/watcher-4544343-1753234778 -o /tmp/evaluation-result-4544343-1753234778/solver-4544343-1753234778 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1753234778-167710 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4544343-1753234778.opb

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

MD5SUM BENCH= 5f9c71ef62aa1641b9bec64204b49f28
RANDOM SEED=1117295114

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.337
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.66
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		: 1199.931
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.66
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.820
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.66
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		: 1200.210
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.66
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.965
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.66
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		: 1328.195
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.66
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.819
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.66
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		: 1194.903
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.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129048972 kB
MemAvailable:   129660228 kB
Buffers:            2128 kB
Cached:          1361684 kB
SwapCached:           28 kB
Active:          1147384 kB
Inactive:         283468 kB
Active(anon):      93000 kB
Inactive(anon):      284 kB
Active(file):    1054384 kB
Inactive(file):   283184 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1972 kB
Writeback:             0 kB
AnonPages:         70060 kB
Mapped:           108580 kB
Shmem:             26240 kB
KReclaimable:     225452 kB
Slab:             321456 kB
SReclaimable:     225452 kB
SUnreclaim:        96004 kB
KernelStack:        4128 kB
PageTables:         2820 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     341332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433008 MiB
End job on nodeC018 at 2025-07-23 04:33:37