Trace number 4493093

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06? (TO) 3600.21 3556.31

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
roussel/normalized-pigeon-cardinality-41-40.opb
MD5SUM1621a26d38c2e16382af4b588e278719
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.014448
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1640
Total number of constraints81
Number of constraints which are clauses41
Number of constraints which are cardinality constraints (but not clauses)40
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint40
Maximum length of a constraint41
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 42
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.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-4493093-1751150174.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c using VERIPB proof format
0.13/0.13	c  no objective function found
0.13/0.17	c ... done. Wall clock time 0.037s.
0.13/0.17	c declared #vars     1640
0.13/0.17	c #constraints  81
0.13/0.17	c constraints type 
0.13/0.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 40
0.13/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 41
0.13/0.18	c 81 constraints processed.
3.65/2.01	c cleaning 2496 clauses out of 5001 with flag 30821/5001
6.52/4.60	c cleaning 4252 clauses out of 8504 with flag 70304/11000
8.42/6.51	c cleaning 5609 clauses out of 11256 with flag 116332/18004
11.66/9.76	c cleaning 6802 clauses out of 13646 with flag 165765/26003
15.78/13.73	c cleaning 7897 clauses out of 15842 with flag 225042/35001
19.04/16.82	c cleaning 8958 clauses out of 17946 with flag 296201/45002
23.45/21.28	c cleaning 9977 clauses out of 19986 with flag 373366/56000
28.32/26.03	c cleaning 10952 clauses out of 22009 with flag 456198/68000
34.59/32.44	c cleaning 11738 clauses out of 24058 with flag 608645/81001
40.05/37.83	c cleaning 13144 clauses out of 26320 with flag 707996/95001
46.93/44.62	c cleaning 14070 clauses out of 28178 with flag 810870/110003
54.46/52.02	c cleaning 15037 clauses out of 30105 with flag 918452/126000
64.94/64.52	c cleaning 16024 clauses out of 32068 with flag 1042107/143000
74.05/73.60	c cleaning 17006 clauses out of 34044 with flag 1172950/161000
84.95/84.28	c cleaning 18003 clauses out of 36038 with flag 1305519/180000
97.32/96.73	c cleaning 19001 clauses out of 38038 with flag 1442034/200003
109.68/109.03	c cleaning 19995 clauses out of 40034 with flag 1592937/221000
126.08/125.57	c cleaning 20993 clauses out of 42040 with flag 1748939/243001
143.49/142.73	c cleaning 21994 clauses out of 44049 with flag 1928652/266003
163.74/162.91	c cleaning 22993 clauses out of 46053 with flag 2111606/290001
181.90/180.66	c cleaning 24000 clauses out of 48059 with flag 2324144/315000
201.57/200.35	c cleaning 24993 clauses out of 50059 with flag 2537013/341000
223.61/222.31	c cleaning 26002 clauses out of 52067 with flag 2755549/368001
239.57/238.25	c cleaning 27020 clauses out of 54065 with flag 2969931/396001
258.98/257.74	c cleaning 28008 clauses out of 56044 with flag 3188590/425000
281.80/280.50	c cleaning 29008 clauses out of 58037 with flag 3387272/455001
299.38/297.97	c cleaning 29999 clauses out of 60028 with flag 3581655/486000
321.17/319.58	c cleaning 31000 clauses out of 62029 with flag 3779734/518000
342.41/340.83	c cleaning 32000 clauses out of 64029 with flag 4002908/551000
365.96/364.13	c cleaning 33001 clauses out of 66029 with flag 4257006/585000
386.05/384.14	c cleaning 33999 clauses out of 68030 with flag 4540726/620002
406.62/404.62	c cleaning 34995 clauses out of 70030 with flag 4864957/656001
427.00/424.68	c cleaning 36000 clauses out of 72034 with flag 5217322/693000
453.57/450.77	c cleaning 37002 clauses out of 74035 with flag 5599855/731001
477.47/474.78	c cleaning 38001 clauses out of 76032 with flag 5979731/770000
505.78/502.97	c cleaning 39000 clauses out of 78033 with flag 6401576/810002
536.45/533.17	c cleaning 40000 clauses out of 80032 with flag 6822975/851001
570.05/566.63	c cleaning 40996 clauses out of 82033 with flag 7235767/893002
612.91/609.23	c cleaning 42001 clauses out of 84036 with flag 7668981/936001
657.60/653.65	c cleaning 43002 clauses out of 86035 with flag 8082263/980001
685.85/681.65	c cleaning 44003 clauses out of 88033 with flag 8505919/1025001
718.11/713.31	c cleaning 44996 clauses out of 90031 with flag 8931063/1071002
761.59/756.62	c cleaning 46001 clauses out of 92033 with flag 9344363/1118000
813.50/808.10	c cleaning 47004 clauses out of 94034 with flag 9775742/1166002
857.22/851.67	c cleaning 47999 clauses out of 96028 with flag 10226713/1215000
900.31/894.67	c cleaning 49002 clauses out of 98030 with flag 10692935/1265001
942.76/936.56	c cleaning 49993 clauses out of 100027 with flag 11216141/1316000
990.53/984.12	c cleaning 51003 clauses out of 102035 with flag 11805691/1368001
1021.64/1014.78	c cleaning 51994 clauses out of 104032 with flag 12301225/1421001
1046.60/1039.49	c cleaning 53002 clauses out of 106041 with flag 12655271/1475004
1121.72/1114.29	c cleaning 53998 clauses out of 108037 with flag 13051018/1530002
1161.08/1152.51	c cleaning 54985 clauses out of 110037 with flag 13514420/1586000
1218.40/1206.63	c cleaning 55625 clauses out of 112054 with flag 14363235/1643002
1325.28/1310.37	c cleaning 57200 clauses out of 114427 with flag 15348039/1701000
1532.26/1515.40	c cleaning 58113 clauses out of 116227 with flag 16379837/1760000
1684.22/1665.65	c cleaning 59048 clauses out of 118116 with flag 17433619/1820002
1914.89/1894.59	c cleaning 60024 clauses out of 120067 with flag 18423243/1881001
2076.90/2052.25	c cleaning 61016 clauses out of 122042 with flag 19500609/1943000
2325.12/2297.64	c cleaning 62008 clauses out of 124026 with flag 20701286/2006000
2605.12/2577.69	c cleaning 63006 clauses out of 126019 with flag 21936599/2070001
2859.82/2827.38	c cleaning 64000 clauses out of 128012 with flag 23185020/2135000
3128.16/3092.35	c cleaning 64995 clauses out of 130012 with flag 24231431/2201000
3301.87/3262.68	c cleaning 65977 clauses out of 132019 with flag 25244421/2268002
3547.64/3504.05	c cleaning 67019 clauses out of 134040 with flag 26406231/2336000
3600.05/3556.21	c starts		: 16207
3600.05/3556.22	c conflicts		: 2378488
3600.05/3556.22	c decisions		: 17830094
3600.05/3556.22	c propagations		: 75122404
3600.05/3556.22	c inspects		: 9877707628
3600.05/3556.22	c shortcuts		: 0
3600.05/3556.22	c learnt literals	: 0
3600.05/3556.22	c learnt binary clauses	: 0
3600.05/3556.22	c learnt ternary clauses	: 0
3600.05/3556.22	c learnt constraints	: 2378488
3600.05/3556.22	c ignored constraints	: 0
3600.05/3556.22	c root simplifications	: 0
3600.05/3556.22	c removed literals (reason simplification)	: 15339368
3600.05/3556.22	c reason swapping (by a shorter reason)	: 0
3600.05/3556.22	c Calls to reduceDB	: 64
3600.05/3556.22	c Number of update (reduction) of LBD	: 1774999
3600.05/3556.22	c Imported unit clauses	: 0
3600.05/3556.22	c No decision after first conflict	: false
3600.05/3556.22	c number of reductions to clauses (during analyze)	: 0
3600.05/3556.22	c number of learned constraints concerned by reduction	: 0
3600.05/3556.22	c number of learning phase by resolution	: 0
3600.05/3556.22	c timeout
3600.05/3556.23	c number of learning phase by cutting planes	: 0
3600.05/3556.23	c number of rounding to 1 operations	: 0
3600.05/3556.23	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3556.23	c number of reductions of the coefficients by power 2 	: 0
3600.05/3556.23	c number of right shift for reduction by power 2 	: 0
3600.05/3556.23	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3556.23	c number of ending skipping 	: 0
3600.05/3556.23	c number of internal skipping 	: 0
3600.05/3556.23	c number of derivation steps 	: 0
3600.05/3556.23	c number of skipped derivation steps 	: 0
3600.05/3556.23	c number of remaining unassigned 	: 0
3600.05/3556.23	c number of remaining assigned 	: 0
3600.05/3556.23	c number of falsified literals weakened from reason	: 0
3600.05/3556.23	c number of falsified literals weakened from conflict	: 0
3600.05/3556.23	c time for arithmetic operations	: 0
3600.05/3556.23	c minimum degree of deleted constraints	: null
3600.05/3556.23	c maximum degree of deleted constraints	: null
3600.05/3556.23	c number of deleted constraints	: 0
3600.05/3556.23	c speed (assignments/second)	: 21125.232455889975
3600.05/3556.23	c non guided choices	: 11174
3600.05/3556.28	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 109509
3600.05/3556.28	s UNKNOWN
3600.05/3556.28	c Total wall clock time (in seconds): 3556.153

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4493093-1751150174/watcher-4493093-1751150174 -o /tmp/evaluation-result-4493093-1751150174/solver-4493093-1751150174 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751146486-13878 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4493093-1751150174 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4493093-1751150174.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
Starting watchdog thread
solver pid=14949, runsolver pid=14946
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 4.32 4.28 4.25 7/341 14967
/proc/meminfo: memFree=118954080/131249996 swapFree=33010684/33010684
[pid=14949] ppid=14946 vsize=18930384 memory=59384 CPUtime=0.13 cores=5,7
/proc/14949/stat : 14949 (java) S 14946 14949 13865 0 -1 4194304 6486 0 0 0 11 2 0 0 20 0 18 0 30696958 19384713216 14846 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
/proc/14949/statm: 4732596 14846 5337 1 0 547619 0
[pid=14949/tid=14951] ppid=14946 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=5,7
/proc/14949/task/14951/stat : 14951 (java) R 14946 14949 13865 0 -1 4194368 5067 0 0 0 7 1 0 0 20 0 18 0 30696959 19384713216 14846 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
[pid=14949/tid=14960] ppid=14946 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/14949/task/14960/stat : 14960 (Finalizer) S 14946 14949 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30696962 19384713216 14846 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
[pid=14949/tid=14967] ppid=14946 vsize=18930384 memory=59585004335790 CPUtime=0 cores=5,7
/proc/14949/task/14967/stat : 14967 (Common-Cleaner) S 14946 14949 13865 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30696962 19384713216 14846 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59384 KiB

[startup+0.205838 s]*
/proc/loadavg: 4.32 4.28 4.25 7/342 14968
/proc/meminfo: memFree=118947464/131249996 swapFree=33010684/33010684
[pid=14949] ppid=14946 vsize=18996948 memory=65356 CPUtime=0.32 cores=5,7
/proc/14949/stat : 14949 (java) S 14946 14949 13865 0 -1 4194304 7010 0 0 0 30 2 0 0 20 0 19 0 30696958 19452874752 16339 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
/proc/14949/statm: 4749237 16339 5433 1 0 548335 0
[pid=14949/tid=14951] ppid=14946 vsize=18996948 memory=4026597660 CPUtime=0.17 cores=5,7
/proc/14949/task/14951/stat : 14951 (java) R 14946 14949 13865 0 -1 4194368 5320 0 0 0 16 1 0 0 20 0 19 0 30696959 19452874752 16339 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
[pid=14949/tid=14960] ppid=14946 vsize=18996948 memory=16912 CPUtime=0 cores=5,7
/proc/14949/task/14960/stat : 14960 (Finalizer) S 14946 14949 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30696962 19452874752 16339 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
[pid=14949/tid=14967] ppid=14946 vsize=18996948 memory=58485492679654 CPUtime=0 cores=5,7
/proc/14949/task/14967/stat : 14967 (Common-Cleaner) S 14946 14949 13865 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 30696962 19452874752 16339 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
[pid=14949/tid=14968] ppid=14946 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/14949/task/14968/stat : 14968 (Timer-0) S 14946 14949 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30696977 19452874752 16339 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 65356 KiB

[startup+0.305848 s]*
/proc/loadavg: 4.32 4.28 4.25 6/342 14968
/proc/meminfo: memFree=118941364/131249996 swapFree=33010684/33010684
[pid=14949] ppid=14946 vsize=18996948 memory=75088 CPUtime=0.51 cores=5,7
/proc/14949/stat : 14949 (java) S 14946 14949 13865 0 -1 4194304 8797 0 0 0 48 3 0 0 20 0 19 0 30696958 19452874752 18772 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
/proc/14949/statm: 4749237 18772 5465 1 0 549065 0
[pid=14949/tid=14951] ppid=14946 vsize=18996948 memory=-6000919481312962670 CPUtime=0.24 cores=5,7
/proc/14949/task/14951/stat : 14951 (java) R 14946 14949 13865 0 -1 4194368 5336 0 0 0 23 1 0 0 20 0 19 0 30696959 19452874752 18772 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
[pid=14949/tid=14960] ppid=14946 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/14949/task/14960/stat : 14960 (Finalizer) S 14946 14949 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30696962 19452874752 18772 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
[pid=14949/tid=14967] ppid=14946 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/14949/task/14967/stat : 14967 (Common-Cleaner) S 14946 14949 13865 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 30696962 19452874752 18772 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
[pid=14949/tid=14968] ppid=14946 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/14949/task/14968/stat : 14968 (Timer-0) S 14946 14949 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30696977 19452874752 18772 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 75088 KiB

[startup+0.700249 s]
/proc/loadavg: 4.32 4.28 4.25 6/342 14968
/proc/meminfo: memFree=118905636/131249996 swapFree=33010684/33010684
[pid=14949] ppid=14946 vsize=18996948 memory=138384 CPUtime=1.27 cores=5,7
/proc/14949/stat : 14949 (java) S 14946 14949 13865 0 -1 4194304 11555 0 0 0 122 5 0 0 20 0 19 0 30696958 19452874752 34596 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
/proc/14949/statm: 4749237 34596 5465 1 0 550977 0
[pid=14949/tid=14951] ppid=14946 vsize=18996948 memory=17280 CPUtime=0.59 cores=5,7
/proc/14949/task/14951/stat : 14951 (java) R 14946 14949 13865 0 -1 4194368 5386 0 0 0 56 3 0 0 20 0 19 0 30696959 19452874752 34596 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
[pid=14949/tid=14960] ppid=14946 vsize=18996948 memory=11008 CPUtime=0 cores=5,7
/proc/14949/task/14960/stat : 14960 (Finalizer) S 14946 14949 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30696962 19452874752 34596 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
[pid=14949/tid=14967] ppid=14946 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/14949/task/14967/stat : 14967 (Common-Cleaner) S 14946 14949 13865 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 30696962 19452874752 34596 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
[pid=14949/tid=14968] ppid=14946 vsize=18996948 memory=4764 CPUtime=0 cores=5,7
/proc/14949/task/14968/stat : 14968 (Timer-0) S 14946 14949 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30696977 19452874752 34596 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 138384 KiB

[startup+1.50025 s]
/proc/loadavg: 4.32 4.28 4.25 6/343 14969
/proc/meminfo: memFree=118831660/131249996 swapFree=33010684/33010684
[pid=14949] ppid=14946 vsize=19063512 memory=170280 CPUtime=2.82 cores=5,7
/proc/14949/stat : 14949 (java) S 14946 14949 13865 0 -1 4194304 15129 0 0 0 275 7 0 0 20 0 20 0 30696958 19521036288 42570 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
/proc/14949/statm: 4765878 42570 5465 1 0 551369 0
[pid=14949/tid=14951] ppid=14946 vsize=19063512 memory=0 CPUtime=1.36 cores=5,7
/proc/14949/task/14951/stat : 14951 (java) R 14946 14949 13865 0 -1 4194368 5673 0 0 0 132 4 0 0 20 0 20 0 30696959 19521036288 42570 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
[pid=14949/tid=14960] ppid=14946 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/14949/task/14960/stat : 14960 (Finalizer) S 14946 14949 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30696962 19521036288 42570 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
[pid=14949/tid=14967] ppid=14946 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/14949/task/14967/stat : 14967 (Common-Cleaner) S 14946 14949 13865 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 30696962 19521036288 42570 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
[pid=14949/tid=14968] ppid=14946 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/14949/task/14968/stat : 14968 (Timer-0) S 14946 14949 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30696977 19521036288 42570 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 170280 KiB

[startup+3.10558 s]
/proc/loadavg: 4.29 4.28 4.25 5/343 14969
/proc/meminfo: memFree=118652596/131249996 swapFree=33010684/33010684
[pid=14949] ppid=14946 vsize=19063512 memory=191956 CPUtime=4.98 cores=5,7
/proc/14949/stat : 14949 (java) S 14946 14949 13865 0 -1 4194304 18612 0 0 0 489 9 0 0 20 0 20 0 30696958 19521036288 47989 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
/proc/14949/statm: 4765878 47989 5465 1 0 551586 0
[pid=14949/tid=14951] ppid=14946 vsize=19063512 memory=11008 CPUtime=2.93 cores=5,7
/proc/14949/task/14951/stat : 14951 (java) R 14946 14949 13865 0 -1 4194368 6618 0 0 0 288 5 0 0 20 0 20 0 30696959 19521036288 47989 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
[pid=14949/tid=14960] ppid=14946 vsize=19063512 memory=-6000919481312962670 CPUtime=0 cores=5,7
/proc/14949/task/14960/stat : 14960 (Finalizer) S 14946 14949 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30696962 19521036288 47989 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
[pid=14949/tid=14967] ppid=14946 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/14949/task/14967/stat : 14967 (Common-Cleaner) S 14946 14949 13865 0 -1 4194368 39 0 0 0 0 0 0 0 20 0 20 0 30696962 19521036288 47989 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
[pid=14949/tid=14968] ppid=14946 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/14949/task/14968/stat : 14968 (Timer-0) S 14946 14949 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30696977 19521036288 47989 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
Current children cumulated CPU time: 4.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 191956 KiB

[startup+6.30024 s]
/proc/loadavg: 4.29 4.28 4.25 5/343 14969
/proc/meminfo: memFree=118417348/131249996 swapFree=33010684/33010684
[pid=14949] ppid=14946 vsize=19063512 memory=424460 CPUtime=8.22 cores=5,7
/proc/14949/stat : 14949 (java) S 14946 14949 13865 0 -1 4194304 19175 0 0 0 805 17 0 0 20 0 20 0 30696958 19521036288 106115 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
/proc/14949/statm: 4765878 106115 5465 1 0 658097 0
[pid=14949/tid=14951] ppid=14946 vsize=19063512 memory=0 CPUtime=5.99 cores=5,7
/proc/14949/task/14951/stat : 14951 (java) R 14946 14949 13865 0 -1 4194368 6750 0 0 0 588 11 0 0 20 0 20 0 30696959 19521036288 106115 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
[pid=14949/tid=14960] ppid=14946 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/14949/task/14960/stat : 14960 (Finalizer) S 14946 14949 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30696962 19521036288 106115 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
[pid=14949/tid=14967] ppid=14946 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/14949/task/14967/stat : 14967 (Common-Cleaner) S 14946 14949 13865 0 -1 4194368 39 0 0 0 0 0 0 0 20 0 20 0 30696962 19521036288 106115 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
[pid=14949/tid=14968] ppid=14946 vsize=19063512 memory=170280 CPUtime=0 cores=5,7
/proc/14949/task/14968/stat : 14968 (Timer-0) S 14946 14949 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30696977 19521036288 106115 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
Current children cumulated CPU time: 8.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 424460 KiB

[startup+12.7002 s]
/proc/loadavg: 4.32 4.28 4.25 5/343 14970
/proc/meminfo: memFree=117869588/131249996 swapFree=33010684/33010684
[pid=14949] ppid=14946 vsize=19063512 memory=750344 CPUtime=14.74 cores=5,7
/proc/14949/stat : 14949 (java) S 14946 14949 13865 0 -1 4194304 21531 0 0 0 1446 28 0 0 20 0 20 0 30696958 19521036288 187586 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
/proc/14949/statm: 4765878 187586 5465 1 0 658108 0
[pid=14949/tid=14951] ppid=14946 vsize=19063512 memory=170280 CPUtime=12.28 cores=5,7
/proc/14949/task/14951/stat : 14951 (java) R 14946 14949 13865 0 -1 4194368 7426 0 0 0 1209 19 0 0 20 0 20 0 30696959 19521036288 187586 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
[pid=14949/tid=14960] ppid=14946 vsize=19063512 memory=750344 CPUtime=0 cores=5,7
/proc/14949/task/14960/stat : 14960 (Finalizer) S 14946 14949 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30696962 19521036288 187586 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
[pid=14949/tid=14967] ppid=14946 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/14949/task/14967/stat : 14967 (Common-Cleaner) S 14946 14949 13865 0 -1 4194368 39 0 0 0 0 0 0 0 20 0 20 0 30696962 19521036288 187586 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
[pid=14949/tid=14968] ppid=14946 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/14949/task/14968/stat : 14968 (Timer-0) S 14946 14949 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30696977 19521036288 187586 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
Current children cumulated CPU time: 14.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 750344 KiB

[startup+25.5002 s]
/proc/loadavg: 4.42 4.31 4.26 5/343 14970
/proc/meminfo: memFree=116962340/131249996 swapFree=33010684/33010684
[pid=14949] ppid=14946 vsize=19063512 memory=1349240 CPUtime=27.74 cores=5,7
/proc/14949/stat : 14949 (java) S 14946 14949 13865 0 -1 4194304 27202 0 0 0 2726 48 0 0 20 0 20 0 30696958 19521036288 337310 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
/proc/14949/statm: 4765878 337310 5465 1 0 658650 0
[pid=14949/tid=14951] ppid=14946 vsize=19063512 memory=750344 CPUtime=24.95 cores=5,7
/proc/14949/task/14951/stat : 14951 (java) R 14946 14949 13865 0 -1 4194368 9476 0 0 0 2458 37 0 0 20 0 20 0 30696959 19521036288 337310 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
[pid=14949/tid=14960] ppid=14946 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/14949/task/14960/stat : 14960 (Finalizer) S 14946 14949 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30696962 19521036288 337310 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
[pid=14949/tid=14967] ppid=14946 vsize=19063512 memory=800368 CPUtime=0 cores=5,7
/proc/14949/task/14967/stat : 14967 (Common-Cleaner) S 14946 14949 13865 0 -1 4194368 39 0 0 0 0 0 0 0 20 0 20 0 30696962 19521036288 337310 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
[pid=14949/tid=14968] ppid=14946 vsize=19063512 memory=17280 CPUtime=0 cores=5,7
/proc/14949/task/14968/stat : 14968 (Timer-0) S 14946 14949 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30696977 19521036288 337310 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
Current children cumulated CPU time: 27.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1349240 KiB

[startup+51.1057 s]
/proc/loadavg: 4.41 4.31 4.26 5/344 14971
/proc/meminfo: memFree=114714520/131249996 swapFree=33010684/33010684
[pid=14949] ppid=14946 vsize=19063512 memory=2045984 CPUtime=53.53 cores=5,7
/proc/14949/stat : 14949 (java) S 14946 14949 13865 0 -1 4194304 32819 0 0 0 5272 81 0 0 20 0 20 0 30696958 19521036288 511496 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
/proc/14949/statm: 4765878 511496 5497 1 0 658656 0

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

/proc/meminfo: memFree=83188536/131249996 swapFree=33010684/33010684
[pid=14949] ppid=14946 vsize=19063512 memory=3106056 CPUtime=3198.89 cores=5,7
/proc/14949/stat : 14949 (java) S 14946 14949 13865 0 -1 4194304 138986 0 0 0 318672 1217 0 0 20 0 20 0 30696958 19521036288 776514 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
/proc/14949/statm: 4765878 776514 5497 1 0 789564 0
[pid=14949/tid=14951] ppid=14946 vsize=19063512 memory=17280 CPUtime=3103.18 cores=5,7
/proc/14949/task/14951/stat : 14951 (java) R 14946 14949 13865 0 -1 4194368 58812 0 0 0 309247 1071 0 0 20 0 20 0 30696959 19521036288 776514 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
[pid=14949/tid=14960] ppid=14946 vsize=19063512 memory=14464 CPUtime=0 cores=5,7
/proc/14949/task/14960/stat : 14960 (Finalizer) S 14946 14949 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30696962 19521036288 776514 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
[pid=14949/tid=14967] ppid=14946 vsize=19063512 memory=14464 CPUtime=0 cores=5,7
/proc/14949/task/14967/stat : 14967 (Common-Cleaner) S 14946 14949 13865 0 -1 4194368 1525 0 0 0 0 0 0 0 20 0 20 0 30696962 19521036288 776514 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
[pid=14949/tid=14968] ppid=14946 vsize=19063512 memory=-6000919481312962670 CPUtime=0 cores=5,7
/proc/14949/task/14968/stat : 14968 (Timer-0) S 14946 14949 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30696977 19521036288 776514 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
Current children cumulated CPU time: 3198.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3106056 KiB

[startup+3222.3 s]
/proc/loadavg: 4.26 4.22 4.19 5/344 15152
/proc/meminfo: memFree=82778164/131249996 swapFree=33010684/33010684
[pid=14949] ppid=14946 vsize=19063512 memory=3106056 CPUtime=3259.11 cores=5,7
/proc/14949/stat : 14949 (java) S 14946 14949 13865 0 -1 4194304 141354 0 0 0 324669 1242 0 0 20 0 20 0 30696958 19521036288 776514 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
/proc/14949/statm: 4765878 776514 5497 1 0 789564 0
[pid=14949/tid=14951] ppid=14946 vsize=19063512 memory=17280 CPUtime=3162.26 cores=5,7
/proc/14949/task/14951/stat : 14951 (java) R 14946 14949 13865 0 -1 4194368 60237 0 0 0 315132 1094 0 0 20 0 20 0 30696959 19521036288 776514 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
[pid=14949/tid=14960] ppid=14946 vsize=19063512 memory=14464 CPUtime=0 cores=5,7
/proc/14949/task/14960/stat : 14960 (Finalizer) S 14946 14949 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30696962 19521036288 776514 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
[pid=14949/tid=14967] ppid=14946 vsize=19063512 memory=14464 CPUtime=0 cores=5,7
/proc/14949/task/14967/stat : 14967 (Common-Cleaner) S 14946 14949 13865 0 -1 4194368 1525 0 0 0 0 0 0 0 20 0 20 0 30696962 19521036288 776514 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
[pid=14949/tid=14968] ppid=14946 vsize=19063512 memory=3106056 CPUtime=0 cores=5,7
/proc/14949/task/14968/stat : 14968 (Timer-0) S 14946 14949 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30696977 19521036288 776514 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
Current children cumulated CPU time: 3259.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3106056 KiB

[startup+3282.3 s]
/proc/loadavg: 4.25 4.22 4.19 5/344 15155
/proc/meminfo: memFree=82229412/131249996 swapFree=33010684/33010684
[pid=14949] ppid=14946 vsize=19063512 memory=3106056 CPUtime=3322.14 cores=5,7
/proc/14949/stat : 14949 (java) S 14946 14949 13865 0 -1 4194304 146599 0 0 0 330942 1272 0 0 20 0 20 0 30696958 19521036288 776514 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
/proc/14949/statm: 4765878 776514 5497 1 0 789564 0
[pid=14949/tid=14951] ppid=14946 vsize=19063512 memory=3106056 CPUtime=3220.66 cores=5,7
/proc/14949/task/14951/stat : 14951 (java) R 14946 14949 13865 0 -1 4194368 62009 0 0 0 320946 1120 0 0 20 0 20 0 30696959 19521036288 776514 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
[pid=14949/tid=14960] ppid=14946 vsize=19063512 memory=3106056 CPUtime=0 cores=5,7
/proc/14949/task/14960/stat : 14960 (Finalizer) S 14946 14949 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30696962 19521036288 776514 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
[pid=14949/tid=14967] ppid=14946 vsize=19063512 memory=3106056 CPUtime=0 cores=5,7
/proc/14949/task/14967/stat : 14967 (Common-Cleaner) S 14946 14949 13865 0 -1 4194368 1584 0 0 0 0 0 0 0 20 0 20 0 30696962 19521036288 776514 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
[pid=14949/tid=14968] ppid=14946 vsize=19063512 memory=3106056 CPUtime=0 cores=5,7
/proc/14949/task/14968/stat : 14968 (Timer-0) S 14946 14949 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30696977 19521036288 776514 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
Current children cumulated CPU time: 3322.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3106056 KiB

[startup+3342.3 s]
/proc/loadavg: 4.19 4.21 4.19 5/343 15157
/proc/meminfo: memFree=81774724/131249996 swapFree=33010684/33010684
[pid=14949] ppid=14946 vsize=19063512 memory=3106056 CPUtime=3383.47 cores=5,7
/proc/14949/stat : 14949 (java) S 14946 14949 13865 0 -1 4194304 147260 0 0 0 337053 1294 0 0 20 0 20 0 30696958 19521036288 776514 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
/proc/14949/statm: 4765878 776514 5497 1 0 789564 0
[pid=14949/tid=14951] ppid=14946 vsize=19063512 memory=3106056 CPUtime=3279.63 cores=5,7
/proc/14949/task/14951/stat : 14951 (java) R 14946 14949 13865 0 -1 4194368 62602 0 0 0 326823 1140 0 0 20 0 20 0 30696959 19521036288 776514 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
[pid=14949/tid=14960] ppid=14946 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/14949/task/14960/stat : 14960 (Finalizer) S 14946 14949 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30696962 19521036288 776514 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
[pid=14949/tid=14967] ppid=14946 vsize=19063512 memory=17280 CPUtime=0 cores=5,7
/proc/14949/task/14967/stat : 14967 (Common-Cleaner) S 14946 14949 13865 0 -1 4194368 1608 0 0 0 0 0 0 0 20 0 20 0 30696962 19521036288 776514 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
[pid=14949/tid=14968] ppid=14946 vsize=19063512 memory=3106056 CPUtime=0 cores=5,7
/proc/14949/task/14968/stat : 14968 (Timer-0) S 14946 14949 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30696977 19521036288 776514 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
Current children cumulated CPU time: 3383.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3106056 KiB

[startup+3402.3 s]
/proc/loadavg: 4.38 4.26 4.20 5/345 15161
/proc/meminfo: memFree=81343696/131249996 swapFree=33010684/33010684
[pid=14949] ppid=14946 vsize=19063512 memory=3106056 CPUtime=3443.61 cores=5,7
/proc/14949/stat : 14949 (java) S 14946 14949 13865 0 -1 4194304 147873 0 0 0 343053 1308 0 0 20 0 20 0 30696958 19521036288 776514 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
/proc/14949/statm: 4765878 776514 5497 1 0 789564 0
[pid=14949/tid=14951] ppid=14946 vsize=19063512 memory=3106056 CPUtime=3338.78 cores=5,7
/proc/14949/task/14951/stat : 14951 (java) R 14946 14949 13865 0 -1 4194368 63090 0 0 0 332726 1152 0 0 20 0 20 0 30696959 19521036288 776514 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
[pid=14949/tid=14960] ppid=14946 vsize=19063512 memory=17280 CPUtime=0 cores=5,7
/proc/14949/task/14960/stat : 14960 (Finalizer) S 14946 14949 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30696962 19521036288 776514 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
[pid=14949/tid=14967] ppid=14946 vsize=19063512 memory=3106056 CPUtime=0 cores=5,7
/proc/14949/task/14967/stat : 14967 (Common-Cleaner) S 14946 14949 13865 0 -1 4194368 1608 0 0 0 0 0 0 0 20 0 20 0 30696962 19521036288 776514 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
[pid=14949/tid=14968] ppid=14946 vsize=19063512 memory=17280 CPUtime=0 cores=5,7
/proc/14949/task/14968/stat : 14968 (Timer-0) S 14946 14949 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30696977 19521036288 776514 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
Current children cumulated CPU time: 3443.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3106056 KiB

[startup+3462.3 s]
/proc/loadavg: 4.47 4.31 4.22 5/345 15361
/proc/meminfo: memFree=103557796/131249996 swapFree=33010684/33010684
[pid=14949] ppid=14946 vsize=19063512 memory=3106184 CPUtime=3505.96 cores=5,7
/proc/14949/stat : 14949 (java) S 14946 14949 13865 0 -1 4194304 152245 0 0 0 349272 1324 0 0 20 0 20 0 30696958 19521036288 776546 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
/proc/14949/statm: 4765878 776546 5497 1 0 789564 0
[pid=14949/tid=14951] ppid=14946 vsize=19063512 memory=3106184 CPUtime=3397.88 cores=5,7
/proc/14949/task/14951/stat : 14951 (java) R 14946 14949 13865 0 -1 4194368 65335 0 0 0 338622 1166 0 0 20 0 20 0 30696959 19521036288 776546 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
[pid=14949/tid=14960] ppid=14946 vsize=19063512 memory=3106056 CPUtime=0 cores=5,7
/proc/14949/task/14960/stat : 14960 (Finalizer) S 14946 14949 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30696962 19521036288 776546 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
[pid=14949/tid=14967] ppid=14946 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/14949/task/14967/stat : 14967 (Common-Cleaner) S 14946 14949 13865 0 -1 4194368 1609 0 0 0 0 0 0 0 20 0 20 0 30696962 19521036288 776546 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
[pid=14949/tid=14968] ppid=14946 vsize=19063512 memory=14464 CPUtime=0 cores=5,7
/proc/14949/task/14968/stat : 14968 (Timer-0) S 14946 14949 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30696977 19521036288 776546 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
Current children cumulated CPU time: 3505.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3106184 KiB

[startup+3522.3 s]
/proc/loadavg: 4.27 4.28 4.21 5/344 15363
/proc/meminfo: memFree=100190144/131249996 swapFree=33010684/33010684
[pid=14949] ppid=14946 vsize=19063512 memory=3106184 CPUtime=3566.92 cores=5,7
/proc/14949/stat : 14949 (java) S 14946 14949 13865 0 -1 4194304 155546 0 0 0 355344 1348 0 0 20 0 20 0 30696958 19521036288 776546 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
/proc/14949/statm: 4765878 776546 5497 1 0 789564 0
[pid=14949/tid=14951] ppid=14946 vsize=19063512 memory=3106056 CPUtime=3456.69 cores=5,7
/proc/14949/task/14951/stat : 14951 (java) R 14946 14949 13865 0 -1 4194368 66655 0 0 0 344482 1187 0 0 20 0 20 0 30696959 19521036288 776546 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
[pid=14949/tid=14960] ppid=14946 vsize=19063512 memory=3106184 CPUtime=0 cores=5,7
/proc/14949/task/14960/stat : 14960 (Finalizer) S 14946 14949 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30696962 19521036288 776546 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
[pid=14949/tid=14967] ppid=14946 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/14949/task/14967/stat : 14967 (Common-Cleaner) S 14946 14949 13865 0 -1 4194368 1643 0 0 0 0 0 0 0 20 0 20 0 30696962 19521036288 776546 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
[pid=14949/tid=14968] ppid=14946 vsize=19063512 memory=17280 CPUtime=0 cores=5,7
/proc/14949/task/14968/stat : 14968 (Timer-0) S 14946 14949 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30696977 19521036288 776546 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
Current children cumulated CPU time: 3566.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3106184 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3556.2 s]
/proc/loadavg: 4.38 4.31 4.23 5/345 15496
/proc/meminfo: memFree=109993208/131249996 swapFree=33010684/33010684
[pid=14949] ppid=14946 vsize=19063512 memory=3106184 CPUtime=3600.05 cores=5,7
/proc/14949/stat : 14949 (java) S 14946 14949 13865 0 -1 4194304 155604 0 0 0 358641 1364 0 0 20 0 20 0 30696958 19521036288 776546 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
/proc/14949/statm: 4765878 776546 5497 1 0 789564 0
[pid=14949/tid=14951] ppid=14946 vsize=19063512 memory=-6000919481312962670 CPUtime=3488.77 cores=5,7
/proc/14949/task/14951/stat : 14951 (java) R 14946 14949 13865 0 -1 4194368 66659 0 0 0 347675 1202 0 0 20 0 20 0 30696959 19521036288 776546 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
[pid=14949/tid=14960] ppid=14946 vsize=19063512 memory=245635481903 CPUtime=0 cores=5,7
/proc/14949/task/14960/stat : 14960 (Finalizer) S 14946 14949 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30696962 19521036288 776546 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
[pid=14949/tid=14967] ppid=14946 vsize=19063512 memory=55212677268211 CPUtime=0 cores=5,7
/proc/14949/task/14967/stat : 14967 (Common-Cleaner) S 14946 14949 13865 0 -1 4194368 1669 0 0 0 0 0 0 0 20 0 20 0 30696962 19521036288 776546 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
[pid=14949/tid=14968] ppid=14946 vsize=19063512 memory=3474308529568088096 CPUtime=0 cores=5,7
/proc/14949/task/14968/stat : 14968 (Timer-0) S 14946 14949 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30696977 19521036288 776546 18446744073709551615 94455874514944 94455874518640 140730751044864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455874526456 94455874527248 94455883214848 140730751052080 140730751052262 140730751052262 140730751057864 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3106184 KiB

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

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

# cumulated CPU time of all completed processes:  user=3586.54 s, system=13.6647 s

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

Child status: 143

Real time (s): 3556.31
CPU time (s): 3600.21
CPU user time (s): 3586.54
CPU system time (s): 13.6647
CPU usage (%): 101.234
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 3106184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3586.54
system time used= 13.6647
maximum resident set size= 3107208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 157151
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16794816
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 120966
involuntary context switches= 11819


# summary of solver processes directly reported to runsolver:
#   pid: 14949
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3586.54
#   total CPU system time (s): 13.6647

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.15831 second user time and 16.6737 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-06-29 00:36:14
IDJOB=4493093
IDBENCH=147840
IDSOLVER=3364
FILE ID=nodeC030/4493093-1751150174
RUNJOBID= nodeC030-1751146486-13878
SLURM_JOB_ID= 9587459
Free space on /tmp= 433032 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-cardinality-41-40.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4493093-1751150174/watcher-4493093-1751150174 -o /tmp/evaluation-result-4493093-1751150174/solver-4493093-1751150174 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751146486-13878 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4493093-1751150174 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4493093-1751150174.opb

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

MD5SUM BENCH= 1621a26d38c2e16382af4b588e278719
RANDOM SEED=19909629

nodeC030 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		: 3601.154
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	: 7000.62
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		: 3600.334
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	: 7000.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.332
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	: 7000.62
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		: 3600.017
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	: 7000.62
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		: 3600.305
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	: 7000.62
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		: 3600.580
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	: 7000.62
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		: 3600.401
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	: 7000.62
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		: 3561.198
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	: 7000.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        118980388 kB
MemAvailable:   120358732 kB
Buffers:            3280 kB
Cached:          2187564 kB
SwapCached:            0 kB
Active:          9767544 kB
Inactive:        1930752 kB
Active(anon):    9525588 kB
Inactive(anon):        0 kB
Active(file):     241956 kB
Inactive(file):  1930752 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            164984 kB
Writeback:             0 kB
AnonPages:       9510580 kB
Mapped:           122640 kB
Shmem:             18064 kB
KReclaimable:      89352 kB
Slab:             181192 kB
SReclaimable:      89352 kB
SUnreclaim:        91840 kB
KernelStack:        5216 kB
PageTables:        22224 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   12452936 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151464 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9304064 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:      189140 kB
DirectMap2M:     9019392 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433032 MiB
End job on nodeC030 at 2025-06-29 01:35:30