Trace number 4503535

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 CP VeriPB 2025-06-06? (TO) 3600.26 3564.01

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-73.opb
MD5SUMf8b1a93d1916f081f91f241f6f5f832b
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 benchmark50.0132
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7936
Total number of constraints176837
Number of constraints which are clauses158928
Number of constraints which are cardinality constraints (but not clauses)563
Number of constraints which are nor clauses,nor cardinality constraints17346
Minimum length of a constraint2
Maximum length of a constraint195
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 196
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.13/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.16	c See www.sat4j.org for details.
0.13/0.18	c version PB25.v20250606
0.13/0.20	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.20	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.20	c java.vm.version	22.0.1+8-16
0.13/0.20	c java.vm.vendor	Oracle Corporation
0.13/0.20	c sun.arch.data.model	64
0.13/0.20	c java.version		22.0.1
0.13/0.20	c os.name		Linux
0.13/0.20	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.13/0.20	c os.arch		amd64
0.13/0.22	c Free memory 		2104792832
0.13/0.22	c Max memory 		16282288128
0.13/0.22	c Total memory 		2113929216
0.30/0.23	c Number of processors 	2
0.44/0.41	c Pseudo Boolean Optimization by upper bound
0.44/0.41	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.44/0.41	c  - never skip resolution steps
0.44/0.41	c  - Auto-division on coefficients is disabled
0.44/0.41	c  - No postprocessing
0.44/0.41	c  - Conflict is considered as is when resolving
0.44/0.41	c  - Use constraints as they come during conflict analysis
0.44/0.41	c  - Weaken first using unassigned literals
0.44/0.41	c  - Bump strategy: ALWAYS_ONE
0.44/0.41	c  - Bumper: EFFECTIVE
0.44/0.41	c --- Begin Solver configuration ---
0.44/0.41	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.44/0.41	c Learn all clauses as in MiniSAT
0.44/0.41	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.44/0.41	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.44/0.41	c No reason simplification
0.44/0.41	c Dynamic restart strategy considering the size of the coefficients
0.44/0.41	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.44/0.41	c timeout=2147483s
0.44/0.41	c DB Simplification allowed=false
0.44/0.41	c Listener: none
0.44/0.41	c --- End Solver configuration ---
0.44/0.42	c solving HOME/instance-4503535-1751174608.opb
0.44/0.42	c reading problem ... 
0.61/0.44	c using VERIPB proof format
0.61/0.44	c  no objective function found
6.24/3.68	c ... done. Wall clock time 3.254s.
6.24/3.68	c declared #vars     7936
6.24/3.68	c #constraints  177125
6.24/3.68	c constraints type 
6.24/3.68	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 37513
6.24/3.68	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 564
6.24/3.68	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 17346
6.24/3.68	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 121702
6.24/3.68	c 177125 constraints processed.
9.41/5.36	c cleaning 2502 clauses out of 5004 with flag 0/5004
11.65/6.85	c cleaning 4248 clauses out of 8498 with flag 0/11000
14.46/8.51	c cleaning 5621 clauses out of 11250 with flag 0/18000
16.40/10.18	c cleaning 6814 clauses out of 13630 with flag 0/26001
19.00/12.38	c cleaning 7908 clauses out of 15815 with flag 0/35000
21.88/15.18	c cleaning 8953 clauses out of 17908 with flag 0/45001
26.25/18.61	c cleaning 9974 clauses out of 19954 with flag 0/56001
31.41/23.12	c cleaning 10986 clauses out of 21978 with flag 0/68000
37.22/28.75	c cleaning 11995 clauses out of 23993 with flag 0/81001
42.97/34.42	c cleaning 12995 clauses out of 25999 with flag 0/95002
49.59/41.06	c cleaning 13943 clauses out of 28002 with flag 0/110000
55.01/46.43	c cleaning 15023 clauses out of 30058 with flag 0/126000
60.62/51.76	c cleaning 16001 clauses out of 32035 with flag 0/143000
68.45/59.21	c cleaning 17013 clauses out of 34036 with flag 0/161002
82.61/73.36	c cleaning 17950 clauses out of 36021 with flag 0/180000
102.42/93.00	c cleaning 18968 clauses out of 38071 with flag 0/200000
127.99/126.28	c cleaning 20027 clauses out of 40103 with flag 0/221000
168.01/165.70	c cleaning 21028 clauses out of 42077 with flag 0/243001
225.30/222.24	c cleaning 22002 clauses out of 44048 with flag 0/266000
263.47/260.26	c cleaning 23003 clauses out of 46046 with flag 0/290000
296.93/298.50	c cleaning 24017 clauses out of 48044 with flag 0/315001
310.76/312.02	c cleaning 25002 clauses out of 50027 with flag 0/341001
335.80/336.45	c cleaning 25995 clauses out of 52024 with flag 0/368000
352.86/353.04	c cleaning 27003 clauses out of 54031 with flag 0/396002
372.60/372.45	c cleaning 27997 clauses out of 56027 with flag 0/425001
395.73/394.98	c cleaning 29001 clauses out of 58030 with flag 0/455001
423.24/419.84	c cleaning 29988 clauses out of 60028 with flag 0/486000
471.34/467.35	c cleaning 30996 clauses out of 62040 with flag 0/518000
522.17/517.39	c cleaning 31988 clauses out of 64045 with flag 0/551001
570.66/565.00	c cleaning 32980 clauses out of 66058 with flag 0/585002
625.88/619.28	c cleaning 33999 clauses out of 68078 with flag 0/620002
692.54/686.48	c cleaning 35005 clauses out of 70077 with flag 0/656000
784.47/777.77	c cleaning 36013 clauses out of 72073 with flag 0/693001
879.39/871.97	c cleaning 37001 clauses out of 74062 with flag 0/731003
919.33/911.19	c cleaning 38009 clauses out of 76058 with flag 0/770000
960.25/951.55	c cleaning 38985 clauses out of 78049 with flag 0/810000
1016.78/1007.73	c cleaning 40020 clauses out of 80066 with flag 0/851002
1050.24/1040.44	c cleaning 40986 clauses out of 82044 with flag 0/893000
1099.20/1089.20	c cleaning 41990 clauses out of 84059 with flag 0/936001
1182.91/1173.82	c cleaning 42989 clauses out of 86069 with flag 0/980001
1259.25/1249.20	c cleaning 43992 clauses out of 88079 with flag 0/1025000
1339.06/1328.28	c cleaning 45013 clauses out of 90088 with flag 0/1071001
1431.33/1419.45	c cleaning 45994 clauses out of 92077 with flag 0/1118003
1514.87/1501.08	c cleaning 46997 clauses out of 94081 with flag 0/1166001
1601.86/1591.82	c cleaning 47994 clauses out of 96083 with flag 0/1215000
1679.69/1668.28	c cleaning 49007 clauses out of 98090 with flag 0/1265001
1764.38/1751.67	c cleaning 50020 clauses out of 100083 with flag 0/1316001
1824.86/1817.35	c cleaning 51004 clauses out of 102064 with flag 0/1368002
1964.04/1954.81	c cleaning 51983 clauses out of 104058 with flag 0/1421000
2098.44/2087.24	c cleaning 53012 clauses out of 106075 with flag 0/1475000
2272.77/2258.80	c cleaning 53991 clauses out of 108063 with flag 0/1530000
2441.12/2430.82	c cleaning 55009 clauses out of 110074 with flag 0/1586002
2576.61/2563.66	c cleaning 55975 clauses out of 112066 with flag 0/1643003
2682.88/2667.99	c cleaning 57022 clauses out of 114089 with flag 0/1701001
2798.45/2782.37	c cleaning 58008 clauses out of 116068 with flag 0/1760002
2948.75/2929.80	c cleaning 59012 clauses out of 118058 with flag 0/1820000
3097.41/3072.28	c cleaning 59994 clauses out of 120046 with flag 0/1881000
3225.07/3195.32	c cleaning 61015 clauses out of 122052 with flag 0/1943000
3304.91/3273.42	c cleaning 61974 clauses out of 124037 with flag 0/2006000
3373.07/3340.10	c cleaning 63021 clauses out of 126063 with flag 0/2070000
3438.68/3404.35	c cleaning 64015 clauses out of 128042 with flag 0/2135000
3487.74/3453.16	c cleaning 64914 clauses out of 130029 with flag 0/2201002
3542.53/3507.42	c cleaning 65961 clauses out of 132113 with flag 0/2268000
3600.02/3563.81	c starts		: 135
3600.02/3563.81	c conflicts		: 2319469
3600.02/3563.81	c decisions		: 3809537
3600.02/3563.81	c propagations		: 682007451
3600.02/3563.82	c inspects		: 11895130061
3600.02/3563.82	c shortcuts		: 0
3600.02/3563.82	c learnt literals	: 3
3600.02/3563.82	c learnt binary clauses	: 115
3600.02/3563.82	c learnt ternary clauses	: 658
3600.02/3563.82	c learnt constraints	: 2319466
3600.02/3563.82	c ignored constraints	: 0
3600.02/3563.82	c root simplifications	: 0
3600.02/3563.82	c removed literals (reason simplification)	: 0
3600.02/3563.82	c reason swapping (by a shorter reason)	: 0
3600.02/3563.82	c Calls to reduceDB	: 63
3600.02/3563.82	c Number of update (reduction) of LBD	: 2798732
3600.02/3563.82	c Imported unit clauses	: 0
3600.02/3563.82	c No decision after first conflict	: false
3600.02/3563.82	c number of reductions to clauses (during analyze)	: 0
3600.02/3563.82	c number of learned constraints concerned by reduction	: 0
3600.02/3563.82	c number of learning phase by resolution	: 0
3600.02/3563.82	c number of learning phase by cutting planes	: 0
3600.02/3563.82	c number of rounding to 1 operations	: 0
3600.02/3563.82	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3563.82	c number of reductions of the coefficients by power 2 	: 0
3600.02/3563.82	c number of right shift for reduction by power 2 	: 0
3600.02/3563.82	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3563.82	c number of ending skipping 	: 0
3600.02/3563.82	c number of internal skipping 	: 0
3600.02/3563.82	c number of derivation steps 	: 59675690
3600.02/3563.82	c number of skipped derivation steps 	: 0
3600.02/3563.82	c number of remaining unassigned 	: 191820
3600.02/3563.82	c number of remaining assigned 	: 443259662
3600.02/3563.82	c number of falsified literals weakened from reason	: 0
3600.02/3563.82	c number of falsified literals weakened from conflict	: 0
3600.02/3563.82	c time for arithmetic operations	: 15424004587
3600.02/3563.82	c timeout
3600.02/3563.84	c minimum degree of deleted constraints	: 1
3600.02/3563.84	c maximum degree of deleted constraints	: 66709792072067970
3600.02/3563.84	c number of deleted constraints	: 2201845
3600.02/3563.84	c speed (assignments/second)	: 191567.0617811047
3600.02/3563.84	c non guided choices	: 88047
3600.15/3563.98	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 71037
3600.15/3563.98	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 24
3600.15/3563.98	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 114
3600.15/3563.98	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 46446
3600.15/3563.98	s UNKNOWN
3600.15/3563.98	c Total wall clock time (in seconds): 3563.556

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: 63837 MiB (56592 MiB free)
  memory of node 1: 64465 MiB (60992 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4503535-1751174608/watcher-4503535-1751174608 -o /tmp/evaluation-result-4503535-1751174608/solver-4503535-1751174608 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751171026-21015 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4503535-1751174608 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4503535-1751174608.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=21659, runsolver pid=21656

[startup+0.100072 s]*
/proc/loadavg: 4.69 4.32 4.16 7/329 21677
/proc/meminfo: memFree=120379760/131382112 swapFree=33010684/33010684
[pid=21659] ppid=21656 vsize=18930384 memory=48476 CPUtime=0.13 cores=5,7
/proc/21659/stat : 21659 (java) S 21656 21659 21002 0 -1 4194304 5843 0 0 0 10 3 0 0 20 0 18 0 33140230 19384713216 12119 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
/proc/21659/statm: 4732596 12119 5298 1 0 547051 0
[pid=21659/tid=21661] ppid=21656 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=5,7
/proc/21659/task/21661/stat : 21661 (java) R 21656 21659 21002 0 -1 4194368 4675 0 0 0 6 2 0 0 20 0 18 0 33140232 19384713216 12119 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
[pid=21659/tid=21670] ppid=21656 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/21659/task/21670/stat : 21670 (Finalizer) S 21656 21659 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 33140236 19384713216 12119 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
[pid=21659/tid=21677] ppid=21656 vsize=18930384 memory=58494082630061 CPUtime=0 cores=5,7
/proc/21659/task/21677/stat : 21677 (Common-Cleaner) S 21656 21659 21002 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 33140237 19384713216 12119 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48476 KiB

[startup+0.217803 s]*
/proc/loadavg: 4.69 4.32 4.16 6/329 21677
/proc/meminfo: memFree=120379260/131382112 swapFree=33010684/33010684
[pid=21659] ppid=21656 vsize=18930384 memory=53164 CPUtime=0.3 cores=5,7
/proc/21659/stat : 21659 (java) S 21656 21659 21002 0 -1 4194304 6481 0 0 0 26 4 0 0 20 0 18 0 33140230 19384713216 13291 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
/proc/21659/statm: 4732596 13291 5330 1 0 547576 0
[pid=21659/tid=21661] ppid=21656 vsize=18930384 memory=4026597660 CPUtime=0.18 cores=5,7
/proc/21659/task/21661/stat : 21661 (java) R 21656 21659 21002 0 -1 4194368 4991 0 0 0 16 2 0 0 20 0 18 0 33140232 19384713216 13291 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
[pid=21659/tid=21670] ppid=21656 vsize=18930384 memory=13926 CPUtime=0 cores=5,7
/proc/21659/task/21670/stat : 21670 (Finalizer) S 21656 21659 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 33140236 19384713216 13291 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
[pid=21659/tid=21677] ppid=21656 vsize=18930384 memory=57394570986489 CPUtime=0 cores=5,7
/proc/21659/task/21677/stat : 21677 (Common-Cleaner) S 21656 21659 21002 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 33140237 19384713216 13291 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53164 KiB

[startup+0.314744 s]*
/proc/loadavg: 4.69 4.32 4.16 5/329 21677
/proc/meminfo: memFree=120374156/131382112 swapFree=33010684/33010684
[pid=21659] ppid=21656 vsize=18930384 memory=58740 CPUtime=0.44 cores=5,7
/proc/21659/stat : 21659 (java) S 21656 21659 21002 0 -1 4194304 6755 0 0 0 40 4 0 0 20 0 18 0 33140230 19384713216 14685 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
/proc/21659/statm: 4732596 14685 5426 1 0 547766 0
[pid=21659/tid=21661] ppid=21656 vsize=18930384 memory=-6000919481296382829 CPUtime=0.26 cores=5,7
/proc/21659/task/21661/stat : 21661 (java) R 21656 21659 21002 0 -1 4194368 5171 0 0 0 24 2 0 0 20 0 18 0 33140232 19384713216 14685 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
[pid=21659/tid=21670] ppid=21656 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/21659/task/21670/stat : 21670 (Finalizer) S 21656 21659 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 33140236 19384713216 14685 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
[pid=21659/tid=21677] ppid=21656 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/21659/task/21677/stat : 21677 (Common-Cleaner) S 21656 21659 21002 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 33140237 19384713216 14685 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58740 KiB

[startup+0.700421 s]
/proc/loadavg: 4.69 4.32 4.16 9/329 21677
/proc/meminfo: memFree=120361868/131382112 swapFree=33010684/33010684
[pid=21659] ppid=21656 vsize=18996948 memory=152476 CPUtime=1.09 cores=5,7
/proc/21659/stat : 21659 (java) S 21656 21659 21002 0 -1 4194304 7770 0 0 0 100 9 0 0 20 0 19 0 33140230 19452874752 38119 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
/proc/21659/statm: 4749237 38119 5458 1 0 548625 0
[pid=21659/tid=21661] ppid=21656 vsize=18996948 memory=17152 CPUtime=0.57 cores=5,7
/proc/21659/task/21661/stat : 21661 (java) R 21656 21659 21002 0 -1 4194368 5448 0 0 0 51 6 0 0 20 0 19 0 33140232 19452874752 38119 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
[pid=21659/tid=21670] ppid=21656 vsize=18996948 memory=11264 CPUtime=0 cores=5,7
/proc/21659/task/21670/stat : 21670 (Finalizer) S 21656 21659 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 33140236 19452874752 38119 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
[pid=21659/tid=21677] ppid=21656 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/21659/task/21677/stat : 21677 (Common-Cleaner) S 21656 21659 21002 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 33140237 19452874752 38119 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 152476 KiB

[startup+1.50025 s]
/proc/loadavg: 4.69 4.32 4.16 8/330 21678
/proc/meminfo: memFree=120023736/131382112 swapFree=33010684/33010684
[pid=21659] ppid=21656 vsize=18996948 memory=1132440 CPUtime=2.64 cores=5,7
/proc/21659/stat : 21659 (java) S 21656 21659 21002 0 -1 4194304 11474 0 0 0 227 37 0 0 20 0 19 0 33140230 19452874752 283110 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
/proc/21659/statm: 4749237 283110 5458 1 0 550822 0
[pid=21659/tid=21661] ppid=21656 vsize=18996948 memory=3200 CPUtime=1.31 cores=5,7
/proc/21659/task/21661/stat : 21661 (java) R 21656 21659 21002 0 -1 4194368 5939 0 0 0 99 32 0 0 20 0 19 0 33140232 19452874752 283110 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
[pid=21659/tid=21670] ppid=21656 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/21659/task/21670/stat : 21670 (Finalizer) S 21656 21659 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 33140236 19452874752 283110 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
[pid=21659/tid=21677] ppid=21656 vsize=18996948 memory=11264 CPUtime=0 cores=5,7
/proc/21659/task/21677/stat : 21677 (Common-Cleaner) S 21656 21659 21002 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 33140237 19452874752 283110 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
Current children cumulated CPU time: 2.64 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1132440 KiB

[startup+3.1059 s]
/proc/loadavg: 4.69 4.32 4.16 7/330 21678
/proc/meminfo: memFree=118077000/131382112 swapFree=33010684/33010684
[pid=21659] ppid=21656 vsize=18996948 memory=2337956 CPUtime=5.74 cores=5,7
/proc/21659/stat : 21659 (java) S 21656 21659 21002 0 -1 4194304 23447 0 0 0 506 68 0 0 20 0 19 0 33140230 19452874752 584489 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
/proc/21659/statm: 4749237 584489 5458 1 0 812467 0
[pid=21659/tid=21661] ppid=21656 vsize=18996948 memory=11264 CPUtime=2.82 cores=5,7
/proc/21659/task/21661/stat : 21661 (java) R 21656 21659 21002 0 -1 4194368 6638 0 0 0 223 59 0 0 20 0 19 0 33140232 19452874752 584489 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
[pid=21659/tid=21670] ppid=21656 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/21659/task/21670/stat : 21670 (Finalizer) S 21656 21659 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 33140236 19452874752 584489 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
[pid=21659/tid=21677] ppid=21656 vsize=18996948 memory=5632 CPUtime=0 cores=5,7
/proc/21659/task/21677/stat : 21677 (Common-Cleaner) S 21656 21659 21002 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 33140237 19452874752 584489 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
Current children cumulated CPU time: 5.74 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2337956 KiB

[startup+6.30028 s]
/proc/loadavg: 4.79 4.35 4.17 6/331 21679
/proc/meminfo: memFree=116276920/131382112 swapFree=33010684/33010684
[pid=21659] ppid=21656 vsize=19063512 memory=3546228 CPUtime=11.07 cores=5,7
/proc/21659/stat : 21659 (java) S 21656 21659 21002 0 -1 4194304 25821 0 0 0 1013 94 0 0 20 0 20 0 33140230 19521036288 886557 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
/proc/21659/statm: 4765878 886557 5458 1 0 1149235 0
[pid=21659/tid=21661] ppid=21656 vsize=19063512 memory=5632 CPUtime=5.79 cores=5,7
/proc/21659/task/21661/stat : 21661 (java) R 21656 21659 21002 0 -1 4194368 7422 0 0 0 495 84 0 0 20 0 20 0 33140232 19521036288 886557 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
[pid=21659/tid=21670] ppid=21656 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/21659/task/21670/stat : 21670 (Finalizer) S 21656 21659 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33140236 19521036288 886557 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
[pid=21659/tid=21677] ppid=21656 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/21659/task/21677/stat : 21677 (Common-Cleaner) S 21656 21659 21002 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 33140237 19521036288 886557 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
[pid=21659/tid=21679] ppid=21656 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/21659/task/21679/stat : 21679 (Timer-0) S 21656 21659 21002 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33140599 19521036288 886557 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
Current children cumulated CPU time: 11.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3546228 KiB

[startup+12.7005 s]
/proc/loadavg: 4.81 4.36 4.18 6/331 21679
/proc/meminfo: memFree=115849056/131382112 swapFree=33010684/33010684
[pid=21659] ppid=21656 vsize=19063512 memory=3664060 CPUtime=19.41 cores=5,7
/proc/21659/stat : 21659 (java) S 21656 21659 21002 0 -1 4194304 27018 0 0 0 1843 98 0 0 20 0 20 0 33140230 19521036288 916015 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
/proc/21659/statm: 4765878 916015 5490 1 0 1149329 0
[pid=21659/tid=21661] ppid=21656 vsize=19063512 memory=11264 CPUtime=11.96 cores=5,7
/proc/21659/task/21661/stat : 21661 (java) R 21656 21659 21002 0 -1 4194368 8389 0 0 0 1108 88 0 0 20 0 20 0 33140232 19521036288 916015 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
[pid=21659/tid=21670] ppid=21656 vsize=19063512 memory=3663932 CPUtime=0 cores=5,7
/proc/21659/task/21670/stat : 21670 (Finalizer) S 21656 21659 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33140236 19521036288 916015 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
[pid=21659/tid=21677] ppid=21656 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/21659/task/21677/stat : 21677 (Common-Cleaner) S 21656 21659 21002 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 33140237 19521036288 916015 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
[pid=21659/tid=21679] ppid=21656 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/21659/task/21679/stat : 21679 (Timer-0) S 21656 21659 21002 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33140599 19521036288 916015 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
Current children cumulated CPU time: 19.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3664060 KiB

[startup+25.5003 s]
/proc/loadavg: 4.79 4.38 4.19 5/331 21680
/proc/meminfo: memFree=115184032/131382112 swapFree=33010684/33010684
[pid=21659] ppid=21656 vsize=19063512 memory=3666728 CPUtime=33.93 cores=5,7
/proc/21659/stat : 21659 (java) S 21656 21659 21002 0 -1 4194304 37959 0 0 0 3291 102 0 0 20 0 20 0 33140230 19521036288 916682 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
/proc/21659/statm: 4765878 916682 5490 1 0 1149393 0
[pid=21659/tid=21661] ppid=21656 vsize=19063512 memory=3663932 CPUtime=24.29 cores=5,7
/proc/21659/task/21661/stat : 21661 (java) R 21656 21659 21002 0 -1 4194368 10557 0 0 0 2339 90 0 0 20 0 20 0 33140232 19521036288 916682 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
[pid=21659/tid=21670] ppid=21656 vsize=19063512 memory=3666728 CPUtime=0 cores=5,7
/proc/21659/task/21670/stat : 21670 (Finalizer) S 21656 21659 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33140236 19521036288 916682 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
[pid=21659/tid=21677] ppid=21656 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/21659/task/21677/stat : 21677 (Common-Cleaner) S 21656 21659 21002 0 -1 4194368 39 0 0 0 0 0 0 0 20 0 20 0 33140237 19521036288 916682 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
[pid=21659/tid=21679] ppid=21656 vsize=19063512 memory=3615860 CPUtime=0 cores=5,7
/proc/21659/task/21679/stat : 21679 (Timer-0) S 21656 21659 21002 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33140599 19521036288 916682 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
Current children cumulated CPU time: 33.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3666728 KiB

[startup+51.1138 s]
/proc/loadavg: 4.57 4.36 4.18 5/330 21681
/proc/meminfo: memFree=113866924/131382112 swapFree=33010684/33010684
[pid=21659] ppid=21656 vsize=19063512 memory=3689696 CPUtime=60.04 cores=5,7
/proc/21659/stat : 21659 (java) S 21656 21659 21002 0 -1 4194304 47478 0 0 0 5894 110 0 0 20 0 20 0 33140230 19521036288 922424 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
/proc/21659/statm: 4765878 922424 5490 1 0 1149442 0
[pid=21659/tid=21661] ppid=21656 vsize=19063512 memory=211309297979 CPUtime=49.14 cores=5,7
/proc/21659/task/21661/stat : 21661 (java) R 21656 21659 21002 0 -1 4194368 14445 0 0 0 4819 95 0 0 20 0 20 0 33140232 19521036288 922424 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
[pid=21659/tid=21670] ppid=21656 vsize=19063512 memory=3681444 CPUtime=0 cores=5,7
/proc/21659/task/21670/stat : 21670 (Finalizer) S 21656 21659 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33140236 19521036288 922424 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
[pid=21659/tid=21677] ppid=21656 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/21659/task/21677/stat : 21677 (Common-Cleaner) S 21656 21659 21002 0 -1 4194368 39 0 0 0 0 0 0 0 20 0 20 0 33140237 19521036288 922424 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
[pid=21659/tid=21679] ppid=21656 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/21659/task/21679/stat : 21679 (Timer-0) S 21656 21659 21002 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33140599 19521036288 922424 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
Current children cumulated CPU time: 60.04 s

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

[startup+3222.3 s]
/proc/loadavg: 4.46 4.37 4.31 5/330 21920
/proc/meminfo: memFree=97701044/131382112 swapFree=33010684/33010684
[pid=21659] ppid=21656 vsize=19063512 memory=2931864 CPUtime=3252.4 cores=5,7
/proc/21659/stat : 21659 (java) S 21656 21659 21002 0 -1 4194304 253414 0 0 0 324458 782 0 0 20 0 20 0 33140230 19521036288 732966 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
/proc/21659/statm: 4765878 732966 5490 1 0 755504 0
[pid=21659/tid=21661] ppid=21656 vsize=19063512 memory=1340432 CPUtime=3083.66 cores=5,7
/proc/21659/task/21661/stat : 21661 (java) R 21656 21659 21002 0 -1 4194368 129127 0 0 0 307847 519 0 0 20 0 20 0 33140232 19521036288 732966 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
[pid=21659/tid=21670] ppid=21656 vsize=19063512 memory=2931864 CPUtime=0 cores=5,7
/proc/21659/task/21670/stat : 21670 (Finalizer) S 21656 21659 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33140236 19521036288 732966 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
[pid=21659/tid=21677] ppid=21656 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/21659/task/21677/stat : 21677 (Common-Cleaner) S 21656 21659 21002 0 -1 4194368 2614 0 0 0 0 0 0 0 20 0 20 0 33140237 19521036288 732966 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
[pid=21659/tid=21679] ppid=21656 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/21659/task/21679/stat : 21679 (Timer-0) S 21656 21659 21002 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33140599 19521036288 732966 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
Current children cumulated CPU time: 3252.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2931864 KiB

[startup+3282.3 s]
/proc/loadavg: 4.23 4.31 4.29 5/331 21925
/proc/meminfo: memFree=97636880/131382112 swapFree=33010684/33010684
[pid=21659] ppid=21656 vsize=19063512 memory=4122228 CPUtime=3313.87 cores=5,7
/proc/21659/stat : 21659 (java) S 21656 21659 21002 0 -1 4194304 258156 0 0 0 330568 819 0 0 20 0 20 0 33140230 19521036288 1030557 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
/proc/21659/statm: 4765878 1030557 5490 1 0 1058274 0
[pid=21659/tid=21661] ppid=21656 vsize=19063512 memory=3621436 CPUtime=3141.33 cores=5,7
/proc/21659/task/21661/stat : 21661 (java) R 21656 21659 21002 0 -1 4194368 132310 0 0 0 313581 552 0 0 20 0 20 0 33140232 19521036288 1030557 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
[pid=21659/tid=21670] ppid=21656 vsize=19063512 memory=3621436 CPUtime=0 cores=5,7
/proc/21659/task/21670/stat : 21670 (Finalizer) S 21656 21659 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33140236 19521036288 1030557 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
[pid=21659/tid=21677] ppid=21656 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/21659/task/21677/stat : 21677 (Common-Cleaner) S 21656 21659 21002 0 -1 4194368 2614 0 0 0 0 0 0 0 20 0 20 0 33140237 19521036288 1030557 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
[pid=21659/tid=21679] ppid=21656 vsize=19063512 memory=4122228 CPUtime=0 cores=5,7
/proc/21659/task/21679/stat : 21679 (Timer-0) S 21656 21659 21002 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33140599 19521036288 1030557 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
Current children cumulated CPU time: 3313.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4122228 KiB

[startup+3342.3 s]
/proc/loadavg: 4.18 4.29 4.28 5/331 21927
/proc/meminfo: memFree=97077804/131382112 swapFree=33010684/33010684
[pid=21659] ppid=21656 vsize=19063512 memory=4606516 CPUtime=3375.43 cores=5,7
/proc/21659/stat : 21659 (java) S 21656 21659 21002 0 -1 4194304 258937 0 0 0 336699 844 0 0 20 0 20 0 33140230 19521036288 1151629 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
/proc/21659/statm: 4765878 1151629 5490 1 0 1181472 0
[pid=21659/tid=21661] ppid=21656 vsize=19063512 memory=4760 CPUtime=3198.83 cores=5,7
/proc/21659/task/21661/stat : 21661 (java) R 21656 21659 21002 0 -1 4194368 132609 0 0 0 319309 574 0 0 20 0 20 0 33140232 19521036288 1151629 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
[pid=21659/tid=21670] ppid=21656 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/21659/task/21670/stat : 21670 (Finalizer) S 21656 21659 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33140236 19521036288 1151629 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
[pid=21659/tid=21677] ppid=21656 vsize=19063512 memory=17280 CPUtime=0 cores=5,7
/proc/21659/task/21677/stat : 21677 (Common-Cleaner) S 21656 21659 21002 0 -1 4194368 2669 0 0 0 0 0 0 0 20 0 20 0 33140237 19521036288 1151629 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
[pid=21659/tid=21679] ppid=21656 vsize=19063512 memory=4606516 CPUtime=0 cores=5,7
/proc/21659/task/21679/stat : 21679 (Timer-0) S 21656 21659 21002 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33140599 19521036288 1151629 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
Current children cumulated CPU time: 3375.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4606516 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.26 4.27 5/332 21935
/proc/meminfo: memFree=97006232/131382112 swapFree=33010684/33010684
[pid=21659] ppid=21656 vsize=19063512 memory=4606772 CPUtime=3436.7 cores=5,7
/proc/21659/stat : 21659 (java) S 21656 21659 21002 0 -1 4194304 259597 0 0 0 342814 856 0 0 20 0 20 0 33140230 19521036288 1151693 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
/proc/21659/statm: 4765878 1151693 5490 1 0 1181473 0
[pid=21659/tid=21661] ppid=21656 vsize=19063512 memory=4170280 CPUtime=3256.77 cores=5,7
/proc/21659/task/21661/stat : 21661 (java) R 21656 21659 21002 0 -1 4194368 133084 0 0 0 325094 583 0 0 20 0 20 0 33140232 19521036288 1151693 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
[pid=21659/tid=21670] ppid=21656 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/21659/task/21670/stat : 21670 (Finalizer) S 21656 21659 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33140236 19521036288 1151693 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
[pid=21659/tid=21677] ppid=21656 vsize=19063512 memory=4606772 CPUtime=0 cores=5,7
/proc/21659/task/21677/stat : 21677 (Common-Cleaner) S 21656 21659 21002 0 -1 4194368 2669 0 0 0 0 0 0 0 20 0 20 0 33140237 19521036288 1151693 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
[pid=21659/tid=21679] ppid=21656 vsize=19063512 memory=4606772 CPUtime=0 cores=5,7
/proc/21659/task/21679/stat : 21679 (Timer-0) S 21656 21659 21002 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33140599 19521036288 1151693 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
Current children cumulated CPU time: 3436.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4606772 KiB

[startup+3462.3 s]
/proc/loadavg: 4.17 4.24 4.26 5/332 21938
/proc/meminfo: memFree=96958328/131382112 swapFree=33010684/33010684
[pid=21659] ppid=21656 vsize=19063512 memory=4606772 CPUtime=3497.05 cores=5,7
/proc/21659/stat : 21659 (java) S 21656 21659 21002 0 -1 4194304 264121 0 0 0 348840 865 0 0 20 0 20 0 33140230 19521036288 1151693 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
/proc/21659/statm: 4765878 1151693 5490 1 0 1181473 0
[pid=21659/tid=21661] ppid=21656 vsize=19063512 memory=4170280 CPUtime=3315.53 cores=5,7
/proc/21659/task/21661/stat : 21661 (java) R 21656 21659 21002 0 -1 4194368 135592 0 0 0 330964 589 0 0 20 0 20 0 33140232 19521036288 1151693 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
[pid=21659/tid=21670] ppid=21656 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/21659/task/21670/stat : 21670 (Finalizer) S 21656 21659 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33140236 19521036288 1151693 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
[pid=21659/tid=21677] ppid=21656 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/21659/task/21677/stat : 21677 (Common-Cleaner) S 21656 21659 21002 0 -1 4194368 2758 0 0 0 0 0 0 0 20 0 20 0 33140237 19521036288 1151693 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
[pid=21659/tid=21679] ppid=21656 vsize=19063512 memory=4606772 CPUtime=0 cores=5,7
/proc/21659/task/21679/stat : 21679 (Timer-0) S 21656 21659 21002 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33140599 19521036288 1151693 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
Current children cumulated CPU time: 3497.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4606772 KiB

[startup+3522.3 s]
/proc/loadavg: 4.31 4.26 4.27 5/330 22006
/proc/meminfo: memFree=99477572/131382112 swapFree=33010684/33010684
[pid=21659] ppid=21656 vsize=19063512 memory=4606900 CPUtime=3557.67 cores=5,7
/proc/21659/stat : 21659 (java) S 21656 21659 21002 0 -1 4194304 268142 0 0 0 354894 873 0 0 20 0 20 0 33140230 19521036288 1151725 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
/proc/21659/statm: 4765878 1151725 5490 1 0 1181473 0
[pid=21659/tid=21661] ppid=21656 vsize=19063512 memory=4606772 CPUtime=3374.16 cores=5,7
/proc/21659/task/21661/stat : 21661 (java) R 21656 21659 21002 0 -1 4194368 137442 0 0 0 336821 595 0 0 20 0 20 0 33140232 19521036288 1151725 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
[pid=21659/tid=21670] ppid=21656 vsize=19063512 memory=4606772 CPUtime=0 cores=5,7
/proc/21659/task/21670/stat : 21670 (Finalizer) S 21656 21659 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33140236 19521036288 1151725 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
[pid=21659/tid=21677] ppid=21656 vsize=19063512 memory=4606900 CPUtime=0 cores=5,7
/proc/21659/task/21677/stat : 21677 (Common-Cleaner) S 21656 21659 21002 0 -1 4194368 2843 0 0 0 0 0 0 0 20 0 20 0 33140237 19521036288 1151725 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
[pid=21659/tid=21679] ppid=21656 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/21659/task/21679/stat : 21679 (Timer-0) S 21656 21659 21002 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33140599 19521036288 1151725 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
Current children cumulated CPU time: 3557.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4606900 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3563.8 s]
/proc/loadavg: 4.35 4.28 4.27 5/330 22074
/proc/meminfo: memFree=102533304/131382112 swapFree=33010684/33010684
[pid=21659] ppid=21656 vsize=19063512 memory=4606900 CPUtime=3600.02 cores=5,7
/proc/21659/stat : 21659 (java) S 21656 21659 21002 0 -1 4194304 268341 0 0 0 359124 878 0 0 20 0 20 0 33140230 19521036288 1151725 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
/proc/21659/statm: 4765878 1151725 5490 1 0 1181473 0
[pid=21659/tid=21661] ppid=21656 vsize=19063512 memory=3456 CPUtime=3414.36 cores=5,7
/proc/21659/task/21661/stat : 21661 (java) R 21656 21659 21002 0 -1 4194368 137479 0 0 0 340838 598 0 0 20 0 20 0 33140232 19521036288 1151725 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
[pid=21659/tid=21670] ppid=21656 vsize=19063512 memory=-6000919481296382829 CPUtime=0 cores=5,7
/proc/21659/task/21670/stat : 21670 (Finalizer) S 21656 21659 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33140236 19521036288 1151725 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
[pid=21659/tid=21677] ppid=21656 vsize=19063512 memory=4760 CPUtime=0 cores=5,7
/proc/21659/task/21677/stat : 21677 (Common-Cleaner) S 21656 21659 21002 0 -1 4194368 2847 0 0 0 0 0 0 0 20 0 20 0 33140237 19521036288 1151725 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
[pid=21659/tid=21679] ppid=21656 vsize=19063512 memory=2760 CPUtime=0 cores=5,7
/proc/21659/task/21679/stat : 21679 (Timer-0) S 21656 21659 21002 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33140599 19521036288 1151725 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4606900 KiB

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

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

# cumulated CPU time of all completed processes:  user=3591.45 s, system=8.80697 s

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

[startup+3563.9 s]
/proc/loadavg: 4.35 4.28 4.27 5/330 22074
/proc/meminfo: memFree=102533304/131382112 swapFree=33010684/33010684
[pid=21659] ppid=21656 vsize=19263204 memory=4607796 CPUtime=3600.15 cores=5,7
/proc/21659/stat : 21659 (java) S 21656 21659 21002 0 -1 4194304 270627 0 0 0 359136 879 0 0 20 0 21 0 33140230 19725520896 1151949 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
/proc/21659/statm: 4815801 1151949 5490 1 0 1182404 0
[pid=21659/tid=21661] ppid=21656 vsize=19263204 memory=4606900 CPUtime=3414.37 cores=5,7
/proc/21659/task/21661/stat : 21661 (java) S 21656 21659 21002 0 -1 4194368 137722 0 0 0 340839 598 0 0 20 0 21 0 33140232 19725520896 1151949 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
[pid=21659/tid=21670] ppid=21656 vsize=19263204 memory=4606900 CPUtime=0 cores=5,7
/proc/21659/task/21670/stat : 21670 (Finalizer) S 21656 21659 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 33140236 19725520896 1151949 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
[pid=21659/tid=21677] ppid=21656 vsize=19263204 memory=4606900 CPUtime=0 cores=5,7
/proc/21659/task/21677/stat : 21677 (Common-Cleaner) S 21656 21659 21002 0 -1 4194368 2847 0 0 0 0 0 0 0 20 0 21 0 33140237 19725520896 1151949 18446744073709551615 94701794209792 94701794213488 140732758404528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94701794221304 94701794222096 94701818748928 140732758407469 140732758407654 140732758407654 140732758413256 0
Current children cumulated CPU time: 3600.15 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 4607796 KiB

Child status: 143

Real time (s): 3564.01
CPU time (s): 3600.26
CPU user time (s): 3591.45
CPU system time (s): 8.80697
CPU usage (%): 101.017
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 4607796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.45
system time used= 8.80697
maximum resident set size= 4608052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 270841
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2375048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 139490
involuntary context switches= 26967


# summary of solver processes directly reported to runsolver:
#   pid: 21659
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3591.45
#   total CPU system time (s): 8.80697

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.0278 second user time and 32.7899 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-06-29 07:23:28
IDJOB=4503535
IDBENCH=155520
IDSOLVER=3362
FILE ID=nodeC005/4503535-1751174608
RUNJOBID= nodeC005-1751171026-21015
SLURM_JOB_ID= 9587533
Free space on /tmp= 433016 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-73.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4503535-1751174608/watcher-4503535-1751174608 -o /tmp/evaluation-result-4503535-1751174608/solver-4503535-1751174608 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751171026-21015 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4503535-1751174608 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4503535-1751174608.opb

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

MD5SUM BENCH= f8b1a93d1916f081f91f241f6f5f832b
RANDOM SEED=688329099

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        120406948 kB
MemAvailable:   120073904 kB
Buffers:            3280 kB
Cached:           478320 kB
SwapCached:            0 kB
Active:         10194244 kB
Inactive:         233156 kB
Active(anon):    9963792 kB
Inactive(anon):        0 kB
Active(file):     230452 kB
Inactive(file):   233156 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             62940 kB
Writeback:             0 kB
AnonPages:       9949064 kB
Mapped:           122196 kB
Shmem:             17960 kB
KReclaimable:      85952 kB
Slab:             167760 kB
SReclaimable:      85952 kB
SUnreclaim:        81808 kB
KernelStack:        5040 kB
PageTables:        23084 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   13139920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150328 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9697280 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:      201544 kB
DirectMap2M:     8089600 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432952 MiB
End job on nodeC005 at 2025-06-29 08:22:53