Trace number 4522926

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2025-06-06? (TO) 3600.21 3596.9

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/pettersson/
StableMatchings/SMTI/x1/Init-x1-i8_pp_87_merged.opb
MD5SUM9cee63c9b1f689a984aff093bf48a6b9
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark346
Best CPU time to get the best result obtained on this benchmark1.68193
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables104748
Total number of constraints104749
Number of constraints which are clauses92371
Number of constraints which are cardinality constraints (but not clauses)1444
Number of constraints which are nor clauses,nor cardinality constraints10934
Minimum length of a constraint1
Maximum length of a constraint1444
Number of terms in the objective function 1444
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1444
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 344
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1788
Number of bits of the biggest sum of numbers11
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	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.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4522926-1751650335.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  objective function found
3.99/2.65	c ... done. Wall clock time 2.514s.
3.99/2.65	c declared #vars     104748
3.99/2.65	c #constraints  117127
3.99/2.65	c constraints type 
3.99/2.65	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 93939
3.99/2.65	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 11583
3.99/2.65	c org.sat4j.specs.Constr$1 => 12
3.99/2.65	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 11581
3.99/2.65	c org.sat4j.pb.constraints.pb.UnitClausePB => 12
3.99/2.65	c 117127 constraints processed.
3.99/2.66	c objective function length is 1444 literals
15.56/13.32	c cleaning 2462 clauses out of 4923 with flag 29489/5000
26.95/24.24	c cleaning 4221 clauses out of 8441 with flag 81214/11002
37.34/34.63	c cleaning 5604 clauses out of 11207 with flag 147317/18000
48.78/46.02	c cleaning 6793 clauses out of 13593 with flag 232553/26002
62.06/59.31	c cleaning 7898 clauses out of 15796 with flag 331042/35006
76.85/74.18	c cleaning 8944 clauses out of 17887 with flag 446576/45001
92.61/89.94	c cleaning 9964 clauses out of 19939 with flag 571427/56000
111.27/108.60	c cleaning 10979 clauses out of 21972 with flag 723630/68003
131.84/129.29	c cleaning 11981 clauses out of 23986 with flag 893457/81000
156.20/153.65	c cleaning 12993 clauses out of 25986 with flag 1075562/95000
181.66/179.15	c cleaning 13991 clauses out of 27982 with flag 1289053/110002
209.11/206.62	c cleaning 14994 clauses out of 29987 with flag 1524043/126002
235.41/232.92	c cleaning 15994 clauses out of 31988 with flag 1788300/143003
265.58/263.14	c cleaning 16995 clauses out of 33989 with flag 2071152/161002
295.72/293.36	c cleaning 17985 clauses out of 35980 with flag 2375121/180000
331.26/328.90	c cleaning 18986 clauses out of 37984 with flag 2681437/200000
370.31/368.01	c cleaning 19988 clauses out of 39975 with flag 2924885/221000
413.39/411.18	c cleaning 20986 clauses out of 41971 with flag 3226139/243001
459.01/456.82	c cleaning 21983 clauses out of 43965 with flag 3524581/266000
506.24/504.11	c cleaning 22989 clauses out of 45980 with flag 3813876/290002
554.06/552.08	c cleaning 23985 clauses out of 47980 with flag 4181030/315001
611.36/609.47	c cleaning 24984 clauses out of 49977 with flag 4471653/341000
658.85/656.97	c cleaning 25980 clauses out of 51987 with flag 4770079/368000
702.77/701.00	c cleaning 26999 clauses out of 54005 with flag 5099731/396000
754.36/752.69	c cleaning 27997 clauses out of 56003 with flag 5391459/425001
815.17/813.55	c cleaning 28988 clauses out of 57997 with flag 5688962/455000
882.04/880.50	c cleaning 30002 clauses out of 60009 with flag 6062926/486007
944.72/943.24	c cleaning 30999 clauses out of 61999 with flag 6433134/518006
1007.34/1005.70	c cleaning 31986 clauses out of 63988 with flag 6751162/551002
1077.94/1076.42	c cleaning 32983 clauses out of 65990 with flag 7131546/585000
1155.91/1154.33	c cleaning 33986 clauses out of 68000 with flag 7513767/620000
1235.59/1233.95	c cleaning 35000 clauses out of 70008 with flag 7934994/656005
1316.35/1314.60	c cleaning 35991 clauses out of 71998 with flag 8311965/693000
1386.01/1384.45	c cleaning 36997 clauses out of 74004 with flag 8731008/731000
1478.63/1477.06	c cleaning 38002 clauses out of 76004 with flag 9198896/770001
1564.19/1562.57	c cleaning 38991 clauses out of 77996 with flag 9559856/810001
1648.26/1646.53	c cleaning 39994 clauses out of 80001 with flag 9911414/851001
1739.40/1737.65	c cleaning 40990 clauses out of 81998 with flag 10377447/893000
1823.17/1821.34	c cleaning 41993 clauses out of 84001 with flag 10804630/936000
1923.41/1921.59	c cleaning 42988 clauses out of 85990 with flag 11339897/980000
2010.96/2009.23	c cleaning 43983 clauses out of 87997 with flag 11816427/1025000
2091.95/2090.21	c cleaning 44997 clauses out of 90009 with flag 12301572/1071001
2189.62/2187.94	c cleaning 45994 clauses out of 92006 with flag 12798816/1118002
2273.32/2271.61	c cleaning 46992 clauses out of 94007 with flag 13236943/1166001
2378.19/2375.68	c cleaning 48003 clauses out of 96009 with flag 13686887/1215001
2478.39/2475.82	c cleaning 48994 clauses out of 97998 with flag 14258118/1265002
2599.80/2597.23	c cleaning 49982 clauses out of 99988 with flag 14756867/1316001
2711.74/2709.13	c cleaning 50998 clauses out of 102006 with flag 15285135/1368001
2809.28/2806.69	c cleaning 51985 clauses out of 103990 with flag 15673461/1421002
2916.51/2913.95	c cleaning 52971 clauses out of 105988 with flag 16122178/1475000
3028.99/3026.44	c cleaning 53982 clauses out of 108010 with flag 16581864/1530001
3148.52/3145.98	c cleaning 54997 clauses out of 110020 with flag 17079639/1586000
3215.20/3212.07	c cleaning 55999 clauses out of 112021 with flag 17367814/1643000
3283.62/3280.57	c cleaning 57005 clauses out of 114024 with flag 17629987/1701002
3378.87/3375.73	c cleaning 57997 clauses out of 116003 with flag 18058059/1760000
3480.80/3477.64	c cleaning 58994 clauses out of 117993 with flag 18576566/1820000
3579.76/3576.41	c cleaning 59976 clauses out of 119990 with flag 19183466/1881001
3600.09/3596.81	c starts		: 7221
3600.09/3596.81	c conflicts		: 1890604
3600.09/3596.81	c decisions		: 5424332
3600.09/3596.81	c propagations		: 9442410643
3600.09/3596.81	c inspects		: 6158904122
3600.09/3596.81	c shortcuts		: 0
3600.09/3596.81	c learnt literals	: 573
3600.09/3596.81	c learnt binary clauses	: 2578
3600.09/3596.81	c learnt ternary clauses	: 2564
3600.09/3596.81	c learnt constraints	: 1890031
3600.09/3596.81	c ignored constraints	: 0
3600.09/3596.82	c root simplifications	: 0
3600.09/3596.82	c removed literals (reason simplification)	: 195754987
3600.09/3596.82	c reason swapping (by a shorter reason)	: 0
3600.09/3596.82	c Calls to reduceDB	: 57
3600.09/3596.82	c Number of update (reduction) of LBD	: 257145
3600.09/3596.82	c Imported unit clauses	: 0
3600.09/3596.82	c No decision after first conflict	: false
3600.09/3596.82	c number of reductions to clauses (during analyze)	: 0
3600.09/3596.82	c number of learned constraints concerned by reduction	: 0
3600.09/3596.82	c timeout
3600.09/3596.82	c number of learning phase by resolution	: 0
3600.09/3596.82	c number of learning phase by cutting planes	: 0
3600.09/3596.82	c number of rounding to 1 operations	: 0
3600.09/3596.82	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3596.82	c number of reductions of the coefficients by power 2 	: 0
3600.09/3596.82	c number of right shift for reduction by power 2 	: 0
3600.09/3596.82	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3596.82	c number of ending skipping 	: 0
3600.09/3596.82	c number of internal skipping 	: 0
3600.09/3596.82	c number of derivation steps 	: 0
3600.09/3596.82	c number of skipped derivation steps 	: 0
3600.09/3596.82	c number of remaining unassigned 	: 0
3600.09/3596.82	c number of remaining assigned 	: 0
3600.09/3596.82	c number of falsified literals weakened from reason	: 0
3600.09/3596.82	c number of falsified literals weakened from conflict	: 0
3600.09/3596.82	c time for arithmetic operations	: 0
3600.09/3596.82	c minimum degree of deleted constraints	: null
3600.09/3596.82	c maximum degree of deleted constraints	: null
3600.09/3596.82	c number of deleted constraints	: 0
3600.09/3596.82	c speed (assignments/second)	: 2627162.443783617
3600.09/3596.82	c non guided choices	: 0
3600.09/3596.86	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 67039
3600.09/3596.86	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 2578
3600.09/3596.86	s UNKNOWN
3600.09/3596.86	c Total wall clock time (in seconds): 3596.735

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: 63708 MiB (29584 MiB free)
  memory of node 1: 64465 MiB (54069 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4522926-1751650335/watcher-4522926-1751650335 -o /tmp/evaluation-result-4522926-1751650335/solver-4522926-1751650335 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1751647263-90897 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4522926-1751650335.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 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
solver pid=91360, runsolver pid=91357
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 4.73 4.66 4.50 8/336 91378
/proc/meminfo: memFree=85636256/131250000 swapFree=33010672/33010684
[pid=91360] ppid=91357 vsize=18930384 memory=61580 CPUtime=0.13 cores=5,7
/proc/91360/stat : 91360 (java) S 91357 91360 90417 0 -1 4194304 6485 0 0 0 11 2 0 0 20 0 18 0 80712174 19384713216 15395 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
/proc/91360/statm: 4732596 15395 5361 1 0 547619 0
[pid=91360/tid=91362] ppid=91357 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=5,7
/proc/91360/task/91362/stat : 91362 (java) R 91357 91360 90417 0 -1 4194368 5066 0 0 0 7 1 0 0 20 0 18 0 80712175 19384713216 15395 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
[pid=91360/tid=91371] ppid=91357 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/91360/task/91371/stat : 91371 (Finalizer) S 91357 91360 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 80712177 19384713216 15395 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
[pid=91360/tid=91378] ppid=91357 vsize=18930384 memory=59585004333716 CPUtime=0 cores=5,7
/proc/91360/task/91378/stat : 91378 (Common-Cleaner) S 91357 91360 90417 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 80712178 19384713216 15395 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61580 KiB

[startup+0.205661 s]*
/proc/loadavg: 4.73 4.66 4.50 7/336 91378
/proc/meminfo: memFree=85581056/131250000 swapFree=33010672/33010684
[pid=91360] ppid=91357 vsize=18930384 memory=118560 CPUtime=0.32 cores=5,7
/proc/91360/stat : 91360 (java) S 91357 91360 90417 0 -1 4194304 6854 0 0 0 29 3 0 0 20 0 18 0 80712174 19384713216 29640 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
/proc/91360/statm: 4732596 29640 5425 1 0 547907 0
[pid=91360/tid=91362] ppid=91357 vsize=18930384 memory=4026794268 CPUtime=0.17 cores=5,7
/proc/91360/task/91362/stat : 91362 (java) R 91357 91360 90417 0 -1 4194368 5294 0 0 0 15 2 0 0 20 0 18 0 80712175 19384713216 29640 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
[pid=91360/tid=91371] ppid=91357 vsize=18930384 memory=2569 CPUtime=0 cores=5,7
/proc/91360/task/91371/stat : 91371 (Finalizer) S 91357 91360 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 80712177 19384713216 29640 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
[pid=91360/tid=91378] ppid=91357 vsize=18930384 memory=58485492679654 CPUtime=0 cores=5,7
/proc/91360/task/91378/stat : 91378 (Common-Cleaner) S 91357 91360 90417 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 80712178 19384713216 29640 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 118560 KiB

[startup+0.305681 s]*
/proc/loadavg: 4.73 4.66 4.50 7/337 91379
/proc/meminfo: memFree=85524028/131250000 swapFree=33010672/33010684
[pid=91360] ppid=91357 vsize=18996948 memory=166468 CPUtime=0.52 cores=5,7
/proc/91360/stat : 91360 (java) S 91357 91360 90417 0 -1 4194304 8661 0 0 0 47 5 0 0 20 0 19 0 80712174 19452874752 41617 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
/proc/91360/statm: 4749237 41617 5457 1 0 549290 0
[pid=91360/tid=91362] ppid=91357 vsize=18996948 memory=-6000919477001612134 CPUtime=0.25 cores=5,7
/proc/91360/task/91362/stat : 91362 (java) R 91357 91360 90417 0 -1 4194368 5317 0 0 0 22 3 0 0 20 0 19 0 80712175 19452874752 41617 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
[pid=91360/tid=91371] ppid=91357 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/91360/task/91371/stat : 91371 (Finalizer) S 91357 91360 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 80712177 19452874752 41617 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
[pid=91360/tid=91378] ppid=91357 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/91360/task/91378/stat : 91378 (Common-Cleaner) S 91357 91360 90417 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 80712178 19452874752 41617 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 166468 KiB

[startup+0.700225 s]
/proc/loadavg: 4.73 4.66 4.50 7/337 91379
/proc/meminfo: memFree=85261884/131250000 swapFree=33010672/33010684
[pid=91360] ppid=91357 vsize=18996948 memory=515884 CPUtime=1.27 cores=5,7
/proc/91360/stat : 91360 (java) S 91357 91360 90417 0 -1 4194304 10333 0 0 0 115 12 0 0 20 0 19 0 80712174 19452874752 128971 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
/proc/91360/statm: 4749237 128971 5457 1 0 1076139 0
[pid=91360/tid=91362] ppid=91357 vsize=18996948 memory=18944 CPUtime=0.53 cores=5,7
/proc/91360/task/91362/stat : 91362 (java) R 91357 91360 90417 0 -1 4194368 5452 0 0 0 45 8 0 0 20 0 19 0 80712175 19452874752 128971 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
[pid=91360/tid=91371] ppid=91357 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/91360/task/91371/stat : 91371 (Finalizer) S 91357 91360 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 80712177 19452874752 128971 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
[pid=91360/tid=91378] ppid=91357 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/91360/task/91378/stat : 91378 (Common-Cleaner) S 91357 91360 90417 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 80712178 19452874752 128971 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 515884 KiB

[startup+1.50024 s]
/proc/loadavg: 4.73 4.66 4.50 7/337 91379
/proc/meminfo: memFree=84270968/131250000 swapFree=33010672/33010684
[pid=91360] ppid=91357 vsize=18996948 memory=2719772 CPUtime=2.73 cores=5,7
/proc/91360/stat : 91360 (java) S 91357 91360 90417 0 -1 4194304 15928 0 0 0 216 57 0 0 20 0 19 0 80712174 19452874752 679943 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
/proc/91360/statm: 4749237 679943 5489 1 0 1838759 0
[pid=91360/tid=91362] ppid=91357 vsize=18996948 memory=3328 CPUtime=1.26 cores=5,7
/proc/91360/task/91362/stat : 91362 (java) R 91357 91360 90417 0 -1 4194368 6509 0 0 0 76 50 0 0 20 0 19 0 80712175 19452874752 679943 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
[pid=91360/tid=91371] ppid=91357 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/91360/task/91371/stat : 91371 (Finalizer) S 91357 91360 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 80712177 19452874752 679943 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
[pid=91360/tid=91378] ppid=91357 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/91360/task/91378/stat : 91378 (Common-Cleaner) S 91357 91360 90417 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 80712178 19452874752 679943 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
Current children cumulated CPU time: 2.73 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2719772 KiB

[startup+3.10589 s]
/proc/loadavg: 4.73 4.66 4.50 7/338 91380
/proc/meminfo: memFree=81797616/131250000 swapFree=33010672/33010684
[pid=91360] ppid=91357 vsize=19063512 memory=3902500 CPUtime=4.95 cores=5,7
/proc/91360/stat : 91360 (java) S 91357 91360 90417 0 -1 4194304 16755 0 0 0 415 80 0 0 20 0 20 0 80712174 19521036288 975625 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
/proc/91360/statm: 4765878 975625 5521 1 0 1839180 0
[pid=91360/tid=91362] ppid=91357 vsize=19063512 memory=10752 CPUtime=2.82 cores=5,7
/proc/91360/task/91362/stat : 91362 (java) R 91357 91360 90417 0 -1 4194368 7182 0 0 0 209 73 0 0 20 0 20 0 80712175 19521036288 975625 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
[pid=91360/tid=91371] ppid=91357 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/91360/task/91371/stat : 91371 (Finalizer) S 91357 91360 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80712177 19521036288 975625 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
[pid=91360/tid=91378] ppid=91357 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/91360/task/91378/stat : 91378 (Common-Cleaner) S 91357 91360 90417 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 80712178 19521036288 975625 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
[pid=91360/tid=91380] ppid=91357 vsize=19063512 memory=5148 CPUtime=0 cores=5,7
/proc/91360/task/91380/stat : 91380 (Timer-0) S 91357 91360 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80712441 19521036288 975625 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
Current children cumulated CPU time: 4.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3902500 KiB

[startup+6.30021 s]
/proc/loadavg: 4.67 4.65 4.49 5/338 91380
/proc/meminfo: memFree=81797868/131250000 swapFree=33010672/33010684
[pid=91360] ppid=91357 vsize=19063512 memory=3899276 CPUtime=8.51 cores=5,7
/proc/91360/stat : 91360 (java) S 91357 91360 90417 0 -1 4194304 16834 0 0 0 771 80 0 0 20 0 20 0 80712174 19521036288 974819 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
/proc/91360/statm: 4765878 974819 5521 1 0 1839185 0
[pid=91360/tid=91362] ppid=91357 vsize=19063512 memory=0 CPUtime=6 cores=5,7
/proc/91360/task/91362/stat : 91362 (java) R 91357 91360 90417 0 -1 4194368 7196 0 0 0 527 73 0 0 20 0 20 0 80712175 19521036288 974819 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
[pid=91360/tid=91371] ppid=91357 vsize=19063512 memory=3902372 CPUtime=0 cores=5,7
/proc/91360/task/91371/stat : 91371 (Finalizer) S 91357 91360 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80712177 19521036288 974819 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
[pid=91360/tid=91378] ppid=91357 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/91360/task/91378/stat : 91378 (Common-Cleaner) S 91357 91360 90417 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 80712178 19521036288 974819 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
[pid=91360/tid=91380] ppid=91357 vsize=19063512 memory=-6000919477001612134 CPUtime=0 cores=5,7
/proc/91360/task/91380/stat : 91380 (Timer-0) S 91357 91360 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80712441 19521036288 974819 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
Current children cumulated CPU time: 8.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3899276 KiB

[startup+12.7002 s]
/proc/loadavg: 4.62 4.64 4.49 6/338 91380
/proc/meminfo: memFree=81798564/131250000 swapFree=33010672/33010684
[pid=91360] ppid=91357 vsize=19063512 memory=3899404 CPUtime=14.96 cores=5,7
/proc/91360/stat : 91360 (java) S 91357 91360 90417 0 -1 4194304 17041 0 0 0 1415 81 0 0 20 0 20 0 80712174 19521036288 974851 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
/proc/91360/statm: 4765878 974851 5553 1 0 1839185 0
[pid=91360/tid=91362] ppid=91357 vsize=19063512 memory=3899276 CPUtime=12.38 cores=5,7
/proc/91360/task/91362/stat : 91362 (java) R 91357 91360 90417 0 -1 4194368 7390 0 0 0 1165 73 0 0 20 0 20 0 80712175 19521036288 974851 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
[pid=91360/tid=91371] ppid=91357 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/91360/task/91371/stat : 91371 (Finalizer) S 91357 91360 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80712177 19521036288 974851 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
[pid=91360/tid=91378] ppid=91357 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/91360/task/91378/stat : 91378 (Common-Cleaner) S 91357 91360 90417 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 80712178 19521036288 974851 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
[pid=91360/tid=91380] ppid=91357 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/91360/task/91380/stat : 91380 (Timer-0) S 91357 91360 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80712441 19521036288 974851 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
Current children cumulated CPU time: 14.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3899404 KiB

[startup+25.5003 s]
/proc/loadavg: 4.77 4.67 4.51 6/338 91381
/proc/meminfo: memFree=81783704/131250000 swapFree=33010672/33010684
[pid=91360] ppid=91357 vsize=19063512 memory=3905056 CPUtime=28.26 cores=5,7
/proc/91360/stat : 91360 (java) S 91357 91360 90417 0 -1 4194304 25287 0 0 0 2744 82 0 0 20 0 20 0 80712174 19521036288 976264 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
/proc/91360/statm: 4765878 976264 5553 1 0 1841498 0
[pid=91360/tid=91362] ppid=91357 vsize=19063512 memory=3899276 CPUtime=25.15 cores=5,7
/proc/91360/task/91362/stat : 91362 (java) R 91357 91360 90417 0 -1 4194368 8310 0 0 0 2442 73 0 0 20 0 20 0 80712175 19521036288 976264 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
[pid=91360/tid=91371] ppid=91357 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/91360/task/91371/stat : 91371 (Finalizer) S 91357 91360 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80712177 19521036288 976264 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
[pid=91360/tid=91378] ppid=91357 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/91360/task/91378/stat : 91378 (Common-Cleaner) S 91357 91360 90417 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 80712178 19521036288 976264 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
[pid=91360/tid=91380] ppid=91357 vsize=19063512 memory=3905056 CPUtime=0 cores=5,7
/proc/91360/task/91380/stat : 91380 (Timer-0) S 91357 91360 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80712441 19521036288 976264 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
Current children cumulated CPU time: 28.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3905056 KiB

[startup+51.1055 s]
/proc/loadavg: 4.85 4.70 4.52 6/338 91381
/proc/meminfo: memFree=81790968/131250000 swapFree=33010672/33010684
[pid=91360] ppid=91357 vsize=19063512 memory=3905056 CPUtime=53.88 cores=5,7
/proc/91360/stat : 91360 (java) S 91357 91360 90417 0 -1 4194304 29537 0 0 0 5305 83 0 0 20 0 20 0 80712174 19521036288 976264 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
/proc/91360/statm: 4765878 976264 5553 1 0 1841498 0
[pid=91360/tid=91362] ppid=91357 vsize=19063512 memory=3905056 CPUtime=50.69 cores=5,7
/proc/91360/task/91362/stat : 91362 (java) R 91357 91360 90417 0 -1 4194368 9555 0 0 0 4996 73 0 0 20 0 20 0 80712175 19521036288 976264 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
[pid=91360/tid=91371] ppid=91357 vsize=19063512 memory=3905056 CPUtime=0 cores=5,7
/proc/91360/task/91371/stat : 91371 (Finalizer) S 91357 91360 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80712177 19521036288 976264 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
[pid=91360/tid=91378] ppid=91357 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/91360/task/91378/stat : 91378 (Common-Cleaner) S 91357 91360 90417 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 80712178 19521036288 976264 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
[pid=91360/tid=91380] ppid=91357 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/91360/task/91380/stat : 91380 (Timer-0) S 91357 91360 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80712441 19521036288 976264 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0

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

/proc/meminfo: memFree=110684828/131250000 swapFree=33010672/33010684
[pid=91360] ppid=91357 vsize=19063512 memory=7317796 CPUtime=3225.48 cores=5,7
/proc/91360/stat : 91360 (java) S 91357 91360 90417 0 -1 4194304 161671 0 0 0 322285 263 0 0 20 0 20 0 80712174 19521036288 1829449 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
/proc/91360/statm: 4765878 1829449 5553 1 0 1844737 0
[pid=91360/tid=91362] ppid=91357 vsize=19063512 memory=10752 CPUtime=3207.59 cores=5,7
/proc/91360/task/91362/stat : 91362 (java) R 91357 91360 90417 0 -1 4194368 80392 0 0 0 320664 95 0 0 20 0 20 0 80712175 19521036288 1829449 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
[pid=91360/tid=91371] ppid=91357 vsize=19063512 memory=7311128 CPUtime=0 cores=5,7
/proc/91360/task/91371/stat : 91371 (Finalizer) S 91357 91360 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80712177 19521036288 1829449 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
[pid=91360/tid=91378] ppid=91357 vsize=19063512 memory=18944 CPUtime=0 cores=5,7
/proc/91360/task/91378/stat : 91378 (Common-Cleaner) S 91357 91360 90417 0 -1 4194368 2428 0 0 0 0 0 0 0 20 0 20 0 80712178 19521036288 1829449 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
[pid=91360/tid=91380] ppid=91357 vsize=19063512 memory=5148 CPUtime=0 cores=5,7
/proc/91360/task/91380/stat : 91380 (Timer-0) S 91357 91360 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80712441 19521036288 1829449 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
Current children cumulated CPU time: 3225.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7317796 KiB

[startup+3282.3 s]
/proc/loadavg: 2.13 2.97 3.50 3/289 91809
/proc/meminfo: memFree=110684608/131250000 swapFree=33010672/33010684
[pid=91360] ppid=91357 vsize=19063512 memory=7317796 CPUtime=3285.42 cores=5,7
/proc/91360/stat : 91360 (java) S 91357 91360 90417 0 -1 4194304 164204 0 0 0 328277 265 0 0 20 0 20 0 80712174 19521036288 1829449 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
/proc/91360/statm: 4765878 1829449 5553 1 0 1844737 0
[pid=91360/tid=91362] ppid=91357 vsize=19063512 memory=7317796 CPUtime=3267.16 cores=5,7
/proc/91360/task/91362/stat : 91362 (java) R 91357 91360 90417 0 -1 4194368 81839 0 0 0 326621 95 0 0 20 0 20 0 80712175 19521036288 1829449 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
[pid=91360/tid=91371] ppid=91357 vsize=19063512 memory=7317796 CPUtime=0 cores=5,7
/proc/91360/task/91371/stat : 91371 (Finalizer) S 91357 91360 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80712177 19521036288 1829449 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
[pid=91360/tid=91378] ppid=91357 vsize=19063512 memory=7317796 CPUtime=0 cores=5,7
/proc/91360/task/91378/stat : 91378 (Common-Cleaner) S 91357 91360 90417 0 -1 4194368 2447 0 0 0 0 0 0 0 20 0 20 0 80712178 19521036288 1829449 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
[pid=91360/tid=91380] ppid=91357 vsize=19063512 memory=7317796 CPUtime=0 cores=5,7
/proc/91360/task/91380/stat : 91380 (Timer-0) S 91357 91360 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80712441 19521036288 1829449 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
Current children cumulated CPU time: 3285.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7317796 KiB

[startup+3342.3 s]
/proc/loadavg: 2.08 2.81 3.41 3/289 91810
/proc/meminfo: memFree=110222408/131250000 swapFree=33010672/33010684
[pid=91360] ppid=91357 vsize=19063512 memory=7317796 CPUtime=3345.36 cores=5,7
/proc/91360/stat : 91360 (java) S 91357 91360 90417 0 -1 4194304 166821 0 0 0 334270 266 0 0 20 0 20 0 80712174 19521036288 1829449 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
/proc/91360/statm: 4765878 1829449 5553 1 0 1844737 0
[pid=91360/tid=91362] ppid=91357 vsize=19063512 memory=7317796 CPUtime=3326.8 cores=5,7
/proc/91360/task/91362/stat : 91362 (java) R 91357 91360 90417 0 -1 4194368 83454 0 0 0 332584 96 0 0 20 0 20 0 80712175 19521036288 1829449 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
[pid=91360/tid=91371] ppid=91357 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/91360/task/91371/stat : 91371 (Finalizer) S 91357 91360 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80712177 19521036288 1829449 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
[pid=91360/tid=91378] ppid=91357 vsize=19063512 memory=7317796 CPUtime=0 cores=5,7
/proc/91360/task/91378/stat : 91378 (Common-Cleaner) S 91357 91360 90417 0 -1 4194368 2459 0 0 0 0 0 0 0 20 0 20 0 80712178 19521036288 1829449 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
[pid=91360/tid=91380] ppid=91357 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/91360/task/91380/stat : 91380 (Timer-0) S 91357 91360 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80712441 19521036288 1829449 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
Current children cumulated CPU time: 3345.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7317796 KiB

[startup+3402.3 s]
/proc/loadavg: 2.07 2.67 3.33 3/289 91812
/proc/meminfo: memFree=110222200/131250000 swapFree=33010672/33010684
[pid=91360] ppid=91357 vsize=19063512 memory=7317796 CPUtime=3405.42 cores=5,7
/proc/91360/stat : 91360 (java) S 91357 91360 90417 0 -1 4194304 169827 0 0 0 340275 267 0 0 20 0 20 0 80712174 19521036288 1829449 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
/proc/91360/statm: 4765878 1829449 5553 1 0 1844737 0
[pid=91360/tid=91362] ppid=91357 vsize=19063512 memory=5760 CPUtime=3386.35 cores=5,7
/proc/91360/task/91362/stat : 91362 (java) R 91357 91360 90417 0 -1 4194368 85321 0 0 0 338539 96 0 0 20 0 20 0 80712175 19521036288 1829449 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
[pid=91360/tid=91371] ppid=91357 vsize=19063512 memory=18944 CPUtime=0 cores=5,7
/proc/91360/task/91371/stat : 91371 (Finalizer) S 91357 91360 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80712177 19521036288 1829449 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
[pid=91360/tid=91378] ppid=91357 vsize=19063512 memory=7317796 CPUtime=0 cores=5,7
/proc/91360/task/91378/stat : 91378 (Common-Cleaner) S 91357 91360 90417 0 -1 4194368 2508 0 0 0 0 0 0 0 20 0 20 0 80712178 19521036288 1829449 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
[pid=91360/tid=91380] ppid=91357 vsize=19063512 memory=7317796 CPUtime=0 cores=5,7
/proc/91360/task/91380/stat : 91380 (Timer-0) S 91357 91360 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80712441 19521036288 1829449 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
Current children cumulated CPU time: 3405.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7317796 KiB

[startup+3462.3 s]
/proc/loadavg: 2.13 2.58 3.25 3/289 91814
/proc/meminfo: memFree=110222592/131250000 swapFree=33010672/33010684
[pid=91360] ppid=91357 vsize=19063512 memory=7317796 CPUtime=3465.53 cores=5,7
/proc/91360/stat : 91360 (java) S 91357 91360 90417 0 -1 4194304 172521 0 0 0 346285 268 0 0 20 0 20 0 80712174 19521036288 1829449 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
/proc/91360/statm: 4765878 1829449 5553 1 0 1844737 0
[pid=91360/tid=91362] ppid=91357 vsize=19063512 memory=5760 CPUtime=3446.01 cores=5,7
/proc/91360/task/91362/stat : 91362 (java) R 91357 91360 90417 0 -1 4194368 86945 0 0 0 344505 96 0 0 20 0 20 0 80712175 19521036288 1829449 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
[pid=91360/tid=91371] ppid=91357 vsize=19063512 memory=7317796 CPUtime=0 cores=5,7
/proc/91360/task/91371/stat : 91371 (Finalizer) S 91357 91360 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80712177 19521036288 1829449 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
[pid=91360/tid=91378] ppid=91357 vsize=19063512 memory=7317796 CPUtime=0 cores=5,7
/proc/91360/task/91378/stat : 91378 (Common-Cleaner) S 91357 91360 90417 0 -1 4194368 2554 0 0 0 0 0 0 0 20 0 20 0 80712178 19521036288 1829449 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
[pid=91360/tid=91380] ppid=91357 vsize=19063512 memory=7317796 CPUtime=0 cores=5,7
/proc/91360/task/91380/stat : 91380 (Timer-0) S 91357 91360 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80712441 19521036288 1829449 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
Current children cumulated CPU time: 3465.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7317796 KiB

[startup+3522.3 s]
/proc/loadavg: 2.24 2.53 3.19 3/289 91817
/proc/meminfo: memFree=110027252/131250000 swapFree=33010672/33010684
[pid=91360] ppid=91357 vsize=19063512 memory=7317796 CPUtime=3525.59 cores=5,7
/proc/91360/stat : 91360 (java) S 91357 91360 90417 0 -1 4194304 175265 0 0 0 352290 269 0 0 20 0 20 0 80712174 19521036288 1829449 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
/proc/91360/statm: 4765878 1829449 5553 1 0 1844739 0
[pid=91360/tid=91362] ppid=91357 vsize=19063512 memory=1920 CPUtime=3505.68 cores=5,7
/proc/91360/task/91362/stat : 91362 (java) R 91357 91360 90417 0 -1 4194368 88935 0 0 0 350472 96 0 0 20 0 20 0 80712175 19521036288 1829449 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
[pid=91360/tid=91371] ppid=91357 vsize=19063512 memory=7317796 CPUtime=0 cores=5,7
/proc/91360/task/91371/stat : 91371 (Finalizer) S 91357 91360 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80712177 19521036288 1829449 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
[pid=91360/tid=91378] ppid=91357 vsize=19063512 memory=7317796 CPUtime=0 cores=5,7
/proc/91360/task/91378/stat : 91378 (Common-Cleaner) S 91357 91360 90417 0 -1 4194368 2627 0 0 0 0 0 0 0 20 0 20 0 80712178 19521036288 1829449 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
[pid=91360/tid=91380] ppid=91357 vsize=19063512 memory=7317796 CPUtime=0 cores=5,7
/proc/91360/task/91380/stat : 91380 (Timer-0) S 91357 91360 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80712441 19521036288 1829449 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
Current children cumulated CPU time: 3525.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7317796 KiB

[startup+3582.3 s]
/proc/loadavg: 2.17 2.45 3.12 3/289 91820
/proc/meminfo: memFree=109871896/131250000 swapFree=33010672/33010684
[pid=91360] ppid=91357 vsize=19063512 memory=7317796 CPUtime=3585.62 cores=5,7
/proc/91360/stat : 91360 (java) S 91357 91360 90417 0 -1 4194304 177965 0 0 0 358290 272 0 0 20 0 20 0 80712174 19521036288 1829449 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
/proc/91360/statm: 4765878 1829449 5553 1 0 1844739 0
[pid=91360/tid=91362] ppid=91357 vsize=19063512 memory=7317796 CPUtime=3565.18 cores=5,7
/proc/91360/task/91362/stat : 91362 (java) R 91357 91360 90417 0 -1 4194368 90565 0 0 0 356421 97 0 0 20 0 20 0 80712175 19521036288 1829449 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
[pid=91360/tid=91371] ppid=91357 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/91360/task/91371/stat : 91371 (Finalizer) S 91357 91360 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80712177 19521036288 1829449 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
[pid=91360/tid=91378] ppid=91357 vsize=19063512 memory=7317796 CPUtime=0 cores=5,7
/proc/91360/task/91378/stat : 91378 (Common-Cleaner) S 91357 91360 90417 0 -1 4194368 2719 0 0 0 0 0 0 0 20 0 20 0 80712178 19521036288 1829449 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
[pid=91360/tid=91380] ppid=91357 vsize=19063512 memory=7317796 CPUtime=0 cores=5,7
/proc/91360/task/91380/stat : 91380 (Timer-0) S 91357 91360 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80712441 19521036288 1829449 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
Current children cumulated CPU time: 3585.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7317796 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3596.8 s]
/proc/loadavg: 2.13 2.43 3.10 3/289 91821
/proc/meminfo: memFree=109834612/131250000 swapFree=33010672/33010684
[pid=91360] ppid=91357 vsize=19063512 memory=7317796 CPUtime=3600.09 cores=5,7
/proc/91360/stat : 91360 (java) S 91357 91360 90417 0 -1 4194304 178436 0 0 0 359737 272 0 0 20 0 20 0 80712174 19521036288 1829449 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
/proc/91360/statm: 4765878 1829449 5553 1 0 1844739 0
[pid=91360/tid=91362] ppid=91357 vsize=19063512 memory=7317796 CPUtime=3579.65 cores=5,7
/proc/91360/task/91362/stat : 91362 (java) R 91357 91360 90417 0 -1 4194368 91036 0 0 0 357868 97 0 0 20 0 20 0 80712175 19521036288 1829449 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
[pid=91360/tid=91371] ppid=91357 vsize=19063512 memory=7317796 CPUtime=0 cores=5,7
/proc/91360/task/91371/stat : 91371 (Finalizer) S 91357 91360 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80712177 19521036288 1829449 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
[pid=91360/tid=91378] ppid=91357 vsize=19063512 memory=7317796 CPUtime=0 cores=5,7
/proc/91360/task/91378/stat : 91378 (Common-Cleaner) S 91357 91360 90417 0 -1 4194368 2719 0 0 0 0 0 0 0 20 0 20 0 80712178 19521036288 1829449 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
[pid=91360/tid=91380] ppid=91357 vsize=19063512 memory=-6000919477001612134 CPUtime=0 cores=5,7
/proc/91360/task/91380/stat : 91380 (Timer-0) S 91357 91360 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80712441 19521036288 1829449 18446744073709551615 94501731647488 94501731651184 140736826068032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94501731659000 94501731659792 94501747408896 140736826071424 140736826071525 140736826071525 140736826077128 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7317796 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.46 s, system=2.74697 s

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

Child status: 143

Real time (s): 3596.9
CPU time (s): 3600.21
CPU user time (s): 3597.46
CPU system time (s): 2.74697
CPU usage (%): 100.092
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 7317796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.46
system time used= 2.74697
maximum resident set size= 7318564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 180928
page faults= 0
swaps= 0
block input operations= 0
block output operations= 13800
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 145635
involuntary context switches= 6170


# summary of solver processes directly reported to runsolver:
#   pid: 91360
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3597.46
#   total CPU system time (s): 2.74697

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.87899 second user time and 16.9508 second system time

The end

Launcher Data

Begin job on nodeC026 at 2025-07-04 19:32:15
IDJOB=4522926
IDBENCH=179456
IDSOLVER=3363
FILE ID=nodeC026/4522926-1751650335
RUNJOBID= nodeC026-1751647263-90897
SLURM_JOB_ID= 9672331
Free space on /tmp= 429764 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/SMTI/x1/Init-x1-i8_pp_87_merged.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4522926-1751650335/watcher-4522926-1751650335 -o /tmp/evaluation-result-4522926-1751650335/solver-4522926-1751650335 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1751647263-90897 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4522926-1751650335.opb

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

MD5SUM BENCH= 9cee63c9b1f689a984aff093bf48a6b9
RANDOM SEED=1446713132

nodeC026 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.792
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.59
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.371
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.59
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.793
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.59
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.954
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.59
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.270
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.59
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		: 3585.559
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.59
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		: 3648.264
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.59
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.044
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.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        85661476 kB
MemAvailable:   88851592 kB
Buffers:            2128 kB
Cached:          3814308 kB
SwapCached:            4 kB
Active:         41409416 kB
Inactive:        3144056 kB
Active(anon):   40745424 kB
Inactive(anon):     9688 kB
Active(file):     663992 kB
Inactive(file):  3134368 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7112 kB
Writeback:             0 kB
AnonPages:      40740152 kB
Mapped:           125136 kB
Shmem:             18076 kB
KReclaimable:     452556 kB
Slab:             554928 kB
SReclaimable:     452556 kB
SUnreclaim:       102372 kB
KernelStack:        5168 kB
PageTables:        83460 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   41531384 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151416 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  40267776 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:      187092 kB
DirectMap2M:     9021440 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 429824 MiB
End job on nodeC026 at 2025-07-04 20:32:12