Trace number 4492985

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.17 3554.6

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-35-30.opb
MD5SUMda953313a09cceac0c8e3e7fb7d08ab4
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.26293
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1050
Total number of constraints17885
Number of constraints which are clauses17885
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint30
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 31
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.14	c Pseudo Boolean Optimization by upper bound
0.13/0.14	c --- Begin Solver configuration ---
0.13/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.14	c Learn all clauses as in MiniSAT
0.13/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.14	c Expensive reason simplification
0.13/0.14	c Glucose 2.1 dynamic restart strategy
0.13/0.14	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.14	c timeout=2147483s
0.13/0.14	c DB Simplification allowed=false
0.13/0.14	c Listener: none
0.13/0.14	c --- End Solver configuration ---
0.13/0.14	c solving HOME/instance-4492985-1751150035.opb
0.13/0.14	c reading problem ... 
0.13/0.14	c using VERIPB proof format
0.13/0.14	c  no objective function found
0.31/0.28	c ... done. Wall clock time 0.146s.
0.31/0.29	c declared #vars     1050
0.31/0.29	c #constraints  17885
0.31/0.29	c constraints type 
0.31/0.29	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 17850
0.31/0.29	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 35
0.31/0.29	c 17885 constraints processed.
3.06/1.66	c cleaning 2500 clauses out of 5001 with flag 34711/5001
4.76/2.64	c cleaning 4187 clauses out of 8502 with flag 72712/11002
8.16/5.49	c cleaning 5653 clauses out of 11314 with flag 150699/18001
11.20/8.36	c cleaning 6827 clauses out of 13660 with flag 245032/26000
16.19/13.25	c cleaning 7906 clauses out of 15834 with flag 359288/35001
22.97/19.82	c cleaning 8962 clauses out of 17930 with flag 487582/45003
28.79/25.59	c cleaning 9985 clauses out of 19969 with flag 592352/56004
35.09/32.04	c cleaning 10983 clauses out of 21981 with flag 679592/68001
42.48/39.29	c cleaning 11979 clauses out of 24000 with flag 790297/81003
53.04/49.57	c cleaning 12996 clauses out of 26020 with flag 906743/95002
66.13/62.71	c cleaning 14001 clauses out of 28023 with flag 1021809/110001
79.81/76.10	c cleaning 14997 clauses out of 30022 with flag 1138248/126001
94.73/90.97	c cleaning 15991 clauses out of 32025 with flag 1263245/143001
112.45/108.59	c cleaning 17003 clauses out of 34034 with flag 1388224/161001
128.91/125.03	c cleaning 17997 clauses out of 36030 with flag 1532128/180000
146.36/142.25	c cleaning 18993 clauses out of 38033 with flag 1691386/200000
168.26/164.05	c cleaning 20011 clauses out of 40040 with flag 1875803/221000
192.92/188.36	c cleaning 21012 clauses out of 42033 with flag 2096661/243004
217.26/212.48	c cleaning 21998 clauses out of 44017 with flag 2324226/266000
235.49/230.68	c cleaning 22986 clauses out of 46019 with flag 2509734/290000
259.14/254.21	c cleaning 24003 clauses out of 48033 with flag 2743927/315000
282.36/277.39	c cleaning 25007 clauses out of 50030 with flag 2944537/341000
317.20/311.84	c cleaning 26000 clauses out of 52024 with flag 3164965/368001
349.01/343.54	c cleaning 26997 clauses out of 54024 with flag 3401254/396001
374.25/368.58	c cleaning 27996 clauses out of 56027 with flag 3661897/425001
400.67/394.34	c cleaning 28996 clauses out of 58030 with flag 3976283/455000
424.89/418.33	c cleaning 30001 clauses out of 60034 with flag 4317460/486000
452.89/446.53	c cleaning 31013 clauses out of 62034 with flag 4639332/518001
482.87/476.21	c cleaning 31992 clauses out of 64021 with flag 4948505/551001
514.93/508.03	c cleaning 33007 clauses out of 66028 with flag 5285784/585000
547.20/539.51	c cleaning 33986 clauses out of 68021 with flag 5611147/620000
581.22/573.35	c cleaning 35005 clauses out of 70035 with flag 5944698/656000
624.79/616.75	c cleaning 35994 clauses out of 72030 with flag 6303157/693000
666.53/657.57	c cleaning 37004 clauses out of 74036 with flag 6678297/731000
709.57/700.34	c cleaning 37995 clauses out of 76033 with flag 7039928/770001
759.36/749.41	c cleaning 39001 clauses out of 78037 with flag 7389664/810000
818.54/808.23	c cleaning 40007 clauses out of 80036 with flag 7807909/851000
878.42/867.32	c cleaning 41002 clauses out of 82029 with flag 8225897/893000
921.64/910.33	c cleaning 42011 clauses out of 84028 with flag 8629397/936001
974.31/962.10	c cleaning 43006 clauses out of 86018 with flag 9110566/980002
1028.85/1015.69	c cleaning 43997 clauses out of 88010 with flag 9686662/1025000
1105.65/1091.60	c cleaning 45005 clauses out of 90015 with flag 10264895/1071002
1184.13/1167.95	c cleaning 45998 clauses out of 92011 with flag 10928872/1118003
1258.43/1241.15	c cleaning 46993 clauses out of 94010 with flag 11633458/1166000
1331.01/1313.43	c cleaning 47994 clauses out of 96017 with flag 12340970/1215000
1442.38/1423.81	c cleaning 48995 clauses out of 98023 with flag 13003632/1265000
1523.55/1503.71	c cleaning 50008 clauses out of 100028 with flag 13709678/1316000
1595.98/1575.26	c cleaning 51003 clauses out of 102020 with flag 14426351/1368000
1679.74/1657.74	c cleaning 51995 clauses out of 104017 with flag 15151100/1421000
1765.84/1742.60	c cleaning 53006 clauses out of 106023 with flag 15795865/1475001
1854.77/1830.32	c cleaning 53997 clauses out of 108016 with flag 16466691/1530000
1945.81/1919.75	c cleaning 55002 clauses out of 110020 with flag 17129811/1586001
2051.06/2024.81	c cleaning 56003 clauses out of 112018 with flag 17795709/1643001
2183.36/2154.52	c cleaning 56995 clauses out of 114014 with flag 18340160/1701000
2300.17/2270.07	c cleaning 57996 clauses out of 116020 with flag 18863512/1760001
2413.09/2381.39	c cleaning 59003 clauses out of 118023 with flag 19485279/1820000
2532.90/2499.57	c cleaning 60002 clauses out of 120021 with flag 20158961/1881001
2653.52/2618.89	c cleaning 61007 clauses out of 122019 with flag 20866271/1943001
2784.04/2747.75	c cleaning 62002 clauses out of 124012 with flag 21599452/2006001
2932.80/2894.93	c cleaning 62997 clauses out of 126010 with flag 22190126/2070001
3054.06/3014.55	c cleaning 64002 clauses out of 128012 with flag 22798427/2135000
3206.03/3165.13	c cleaning 64996 clauses out of 130010 with flag 23467031/2201000
3414.51/3370.50	c cleaning 65991 clauses out of 132014 with flag 24238512/2268000
3556.10/3510.68	c cleaning 67001 clauses out of 134023 with flag 24958526/2336000
3600.03/3554.51	c starts		: 826
3600.03/3554.52	c timeout
3600.03/3554.52	c conflicts		: 2358215
3600.03/3554.52	c decisions		: 3239836
3600.03/3554.52	c propagations		: 49816236
3600.03/3554.52	c inspects		: 10586820262
3600.03/3554.52	c shortcuts		: 0
3600.03/3554.52	c learnt literals	: 0
3600.03/3554.52	c learnt binary clauses	: 0
3600.03/3554.52	c learnt ternary clauses	: 0
3600.03/3554.52	c learnt constraints	: 2358215
3600.03/3554.52	c ignored constraints	: 0
3600.03/3554.52	c root simplifications	: 0
3600.03/3554.52	c removed literals (reason simplification)	: 57080245
3600.03/3554.52	c reason swapping (by a shorter reason)	: 0
3600.03/3554.53	c Calls to reduceDB	: 64
3600.03/3554.53	c Number of update (reduction) of LBD	: 1618985
3600.03/3554.53	c Imported unit clauses	: 0
3600.03/3554.53	c No decision after first conflict	: false
3600.03/3554.53	c number of reductions to clauses (during analyze)	: 0
3600.03/3554.53	c number of learned constraints concerned by reduction	: 0
3600.03/3554.53	c number of learning phase by resolution	: 0
3600.03/3554.53	c number of learning phase by cutting planes	: 0
3600.03/3554.53	c number of rounding to 1 operations	: 0
3600.03/3554.53	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3554.53	c number of reductions of the coefficients by power 2 	: 0
3600.03/3554.53	c number of right shift for reduction by power 2 	: 0
3600.03/3554.53	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3554.53	c number of ending skipping 	: 0
3600.03/3554.53	c number of internal skipping 	: 0
3600.03/3554.53	c number of derivation steps 	: 0
3600.03/3554.53	c number of skipped derivation steps 	: 0
3600.03/3554.53	c number of remaining unassigned 	: 0
3600.03/3554.53	c number of remaining assigned 	: 0
3600.03/3554.53	c number of falsified literals weakened from reason	: 0
3600.03/3554.53	c number of falsified literals weakened from conflict	: 0
3600.03/3554.53	c time for arithmetic operations	: 0
3600.03/3554.53	c minimum degree of deleted constraints	: null
3600.03/3554.53	c maximum degree of deleted constraints	: null
3600.03/3554.53	c number of deleted constraints	: 0
3600.03/3554.53	c speed (assignments/second)	: 14015.99440893445
3600.03/3554.53	c non guided choices	: 723
3600.03/3554.58	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 89237
3600.03/3554.58	s UNKNOWN
3600.03/3554.58	c Total wall clock time (in seconds): 3554.449

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4492985-1751150035/watcher-4492985-1751150035 -o /tmp/evaluation-result-4492985-1751150035/solver-4492985-1751150035 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751146486-13877 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4492985-1751150035 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4492985-1751150035.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=14744, runsolver pid=14741

[startup+0.100061 s]*
/proc/loadavg: 4.18 4.23 4.23 6/341 14762
/proc/meminfo: memFree=108091356/131249996 swapFree=33010684/33010684
[pid=14744] ppid=14741 vsize=18930384 memory=57320 CPUtime=0.13 cores=1,3
/proc/14744/stat : 14744 (java) S 14741 14744 13865 0 -1 4194304 6463 0 0 0 11 2 0 0 20 0 18 0 30683074 19384713216 14330 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
/proc/14744/statm: 4732596 14330 5337 1 0 547604 0
[pid=14744/tid=14746] ppid=14741 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/14744/task/14746/stat : 14746 (java) R 14741 14744 13865 0 -1 4194368 5048 0 0 0 6 1 0 0 20 0 18 0 30683075 19384713216 14330 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
[pid=14744/tid=14755] ppid=14741 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/14744/task/14755/stat : 14755 (Finalizer) S 14741 14744 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30683077 19384713216 14330 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
[pid=14744/tid=14762] ppid=14741 vsize=18930384 memory=59585004335790 CPUtime=0 cores=1,3
/proc/14744/task/14762/stat : 14762 (Common-Cleaner) S 14741 14744 13865 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 30683077 19384713216 14330 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57320 KiB

[startup+0.205864 s]*
/proc/loadavg: 4.18 4.23 4.23 5/341 14762
/proc/meminfo: memFree=108087620/131249996 swapFree=33010684/33010684
[pid=14744] ppid=14741 vsize=18930384 memory=65208 CPUtime=0.31 cores=1,3
/proc/14744/stat : 14744 (java) S 14741 14744 13865 0 -1 4194304 6837 0 0 0 29 2 0 0 20 0 18 0 30683074 19384713216 16302 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
/proc/14744/statm: 4732596 16302 5401 1 0 547907 0
[pid=14744/tid=14746] ppid=14741 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=1,3
/proc/14744/task/14746/stat : 14746 (java) R 14741 14744 13865 0 -1 4194368 5282 0 0 0 15 2 0 0 20 0 18 0 30683075 19384713216 16302 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
[pid=14744/tid=14755] ppid=14741 vsize=18930384 memory=16912 CPUtime=0 cores=1,3
/proc/14744/task/14755/stat : 14755 (Finalizer) S 14741 14744 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30683077 19384713216 16302 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
[pid=14744/tid=14762] ppid=14741 vsize=18930384 memory=58485492679654 CPUtime=0 cores=1,3
/proc/14744/task/14762/stat : 14762 (Common-Cleaner) S 14741 14744 13865 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 30683077 19384713216 16302 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 65208 KiB

[startup+0.307708 s]*
/proc/loadavg: 4.18 4.23 4.23 7/342 14763
/proc/meminfo: memFree=108042232/131249996 swapFree=33010684/33010684
[pid=14744] ppid=14741 vsize=18996948 memory=100832 CPUtime=0.51 cores=1,3
/proc/14744/stat : 14744 (java) S 14741 14744 13865 0 -1 4194304 8513 0 0 0 48 3 0 0 20 0 19 0 30683074 19452874752 25208 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
/proc/14744/statm: 4749237 25208 5401 1 0 549460 0
[pid=14744/tid=14746] ppid=14741 vsize=18996948 memory=-6000919502787930222 CPUtime=0.26 cores=1,3
/proc/14744/task/14746/stat : 14746 (java) R 14741 14744 13865 0 -1 4194368 5357 0 0 0 24 2 0 0 20 0 19 0 30683075 19452874752 25208 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
[pid=14744/tid=14755] ppid=14741 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/14744/task/14755/stat : 14755 (Finalizer) S 14741 14744 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30683077 19452874752 25208 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
[pid=14744/tid=14762] ppid=14741 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/14744/task/14762/stat : 14762 (Common-Cleaner) S 14741 14744 13865 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 30683077 19452874752 25208 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
[pid=14744/tid=14763] ppid=14741 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/14744/task/14763/stat : 14763 (Timer-0) S 14741 14744 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30683103 19452874752 25208 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 100832 KiB

[startup+0.700232 s]
/proc/loadavg: 4.18 4.23 4.23 6/342 14763
/proc/meminfo: memFree=108008460/131249996 swapFree=33010684/33010684
[pid=14744] ppid=14741 vsize=19063512 memory=175928 CPUtime=1.27 cores=1,3
/proc/14744/stat : 14744 (java) S 14741 14744 13865 0 -1 4194304 14686 0 0 0 120 7 0 0 20 0 20 0 30683074 19521036288 43982 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
/proc/14744/statm: 4765878 43982 5465 1 0 553953 0
[pid=14744/tid=14746] ppid=14741 vsize=19063512 memory=17280 CPUtime=0.59 cores=1,3
/proc/14744/task/14746/stat : 14746 (java) R 14741 14744 13865 0 -1 4194368 5409 0 0 0 55 4 0 0 20 0 20 0 30683075 19521036288 43982 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
[pid=14744/tid=14755] ppid=14741 vsize=19063512 memory=11008 CPUtime=0 cores=1,3
/proc/14744/task/14755/stat : 14755 (Finalizer) S 14741 14744 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30683077 19521036288 43982 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
[pid=14744/tid=14762] ppid=14741 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/14744/task/14762/stat : 14762 (Common-Cleaner) S 14741 14744 13865 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 30683077 19521036288 43982 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
[pid=14744/tid=14763] ppid=14741 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/14744/task/14763/stat : 14763 (Timer-0) S 14741 14744 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30683103 19521036288 43982 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 175928 KiB

[startup+1.50024 s]
/proc/loadavg: 4.57 4.31 4.25 6/343 14764
/proc/meminfo: memFree=107914256/131249996 swapFree=33010684/33010684
[pid=14744] ppid=14741 vsize=19063512 memory=176440 CPUtime=2.85 cores=1,3
/proc/14744/stat : 14744 (java) S 14741 14744 13865 0 -1 4194304 20252 0 0 0 277 8 0 0 20 0 20 0 30683074 19521036288 44110 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
/proc/14744/statm: 4765878 44110 5465 1 0 553958 0
[pid=14744/tid=14746] ppid=14741 vsize=19063512 memory=11008 CPUtime=1.37 cores=1,3
/proc/14744/task/14746/stat : 14746 (java) R 14741 14744 13865 0 -1 4194368 5680 0 0 0 132 5 0 0 20 0 20 0 30683075 19521036288 44110 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
[pid=14744/tid=14755] ppid=14741 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/14744/task/14755/stat : 14755 (Finalizer) S 14741 14744 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30683077 19521036288 44110 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
[pid=14744/tid=14762] ppid=14741 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/14744/task/14762/stat : 14762 (Common-Cleaner) S 14741 14744 13865 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 30683077 19521036288 44110 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
[pid=14744/tid=14763] ppid=14741 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/14744/task/14763/stat : 14763 (Timer-0) S 14741 14744 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30683103 19521036288 44110 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 176440 KiB

[startup+3.10602 s]
/proc/loadavg: 4.57 4.31 4.25 6/343 14764
/proc/meminfo: memFree=107767344/131249996 swapFree=33010684/33010684
[pid=14744] ppid=14741 vsize=19063512 memory=269668 CPUtime=5.7 cores=1,3
/proc/14744/stat : 14744 (java) S 14741 14744 13865 0 -1 4194304 22999 0 0 0 557 13 0 0 20 0 20 0 30683074 19521036288 67417 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
/proc/14744/statm: 4765878 67417 5465 1 0 554017 0
[pid=14744/tid=14746] ppid=14741 vsize=19063512 memory=11008 CPUtime=2.9 cores=1,3
/proc/14744/task/14746/stat : 14746 (java) R 14741 14744 13865 0 -1 4194368 6631 0 0 0 282 8 0 0 20 0 20 0 30683075 19521036288 67417 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
[pid=14744/tid=14755] ppid=14741 vsize=19063512 memory=-6000919502787930222 CPUtime=0 cores=1,3
/proc/14744/task/14755/stat : 14755 (Finalizer) S 14741 14744 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30683077 19521036288 67417 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
[pid=14744/tid=14762] ppid=14741 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/14744/task/14762/stat : 14762 (Common-Cleaner) S 14741 14744 13865 0 -1 4194368 29 0 0 0 0 0 0 0 20 0 20 0 30683077 19521036288 67417 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
[pid=14744/tid=14763] ppid=14741 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/14744/task/14763/stat : 14763 (Timer-0) S 14741 14744 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30683103 19521036288 67417 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
Current children cumulated CPU time: 5.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 269668 KiB

[startup+6.30021 s]
/proc/loadavg: 4.52 4.31 4.25 5/343 14764
/proc/meminfo: memFree=107223452/131249996 swapFree=33010684/33010684
[pid=14744] ppid=14741 vsize=19063512 memory=781308 CPUtime=9.12 cores=1,3
/proc/14744/stat : 14744 (java) S 14741 14744 13865 0 -1 4194304 23888 0 0 0 885 27 0 0 20 0 20 0 30683074 19521036288 195327 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
/proc/14744/statm: 4765878 195327 5465 1 0 660538 0
[pid=14744/tid=14746] ppid=14741 vsize=19063512 memory=0 CPUtime=5.96 cores=1,3
/proc/14744/task/14746/stat : 14746 (java) R 14741 14744 13865 0 -1 4194368 6875 0 0 0 577 19 0 0 20 0 20 0 30683075 19521036288 195839 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
[pid=14744/tid=14755] ppid=14741 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/14744/task/14755/stat : 14755 (Finalizer) S 14741 14744 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30683077 19521036288 195839 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
[pid=14744/tid=14762] ppid=14741 vsize=19063512 memory=11008 CPUtime=0 cores=1,3
/proc/14744/task/14762/stat : 14762 (Common-Cleaner) S 14741 14744 13865 0 -1 4194368 29 0 0 0 0 0 0 0 20 0 20 0 30683077 19521036288 195839 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
[pid=14744/tid=14763] ppid=14741 vsize=19063512 memory=186876 CPUtime=0 cores=1,3
/proc/14744/task/14763/stat : 14763 (Timer-0) S 14741 14744 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30683103 19521036288 195839 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
Current children cumulated CPU time: 9.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 781308 KiB

[startup+12.7002 s]
/proc/loadavg: 4.56 4.32 4.25 5/343 14764
/proc/meminfo: memFree=105982680/131249996 swapFree=33010684/33010684
[pid=14744] ppid=14741 vsize=19063512 memory=1436124 CPUtime=15.7 cores=1,3
/proc/14744/stat : 14744 (java) S 14741 14744 13865 0 -1 4194304 24841 0 0 0 1525 45 0 0 20 0 20 0 30683074 19521036288 359031 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
/proc/14744/statm: 4765878 359031 5465 1 0 792140 0
[pid=14744/tid=14746] ppid=14741 vsize=19063512 memory=186876 CPUtime=12.13 cores=1,3
/proc/14744/task/14746/stat : 14746 (java) R 14741 14744 13865 0 -1 4194368 7355 0 0 0 1181 32 0 0 20 0 20 0 30683075 19521036288 359031 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
[pid=14744/tid=14755] ppid=14741 vsize=19063512 memory=11008 CPUtime=0 cores=1,3
/proc/14744/task/14755/stat : 14755 (Finalizer) S 14741 14744 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30683077 19521036288 359031 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
[pid=14744/tid=14762] ppid=14741 vsize=19063512 memory=1436124 CPUtime=0 cores=1,3
/proc/14744/task/14762/stat : 14762 (Common-Cleaner) S 14741 14744 13865 0 -1 4194368 29 0 0 0 0 0 0 0 20 0 20 0 30683077 19521036288 359031 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
[pid=14744/tid=14763] ppid=14741 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/14744/task/14763/stat : 14763 (Timer-0) S 14741 14744 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30683103 19521036288 359031 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
Current children cumulated CPU time: 15.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1436124 KiB

[startup+25.5002 s]
/proc/loadavg: 4.47 4.31 4.25 5/343 14764
/proc/meminfo: memFree=104349020/131249996 swapFree=33010684/33010684
[pid=14744] ppid=14741 vsize=19063512 memory=2236548 CPUtime=28.79 cores=1,3
/proc/14744/stat : 14744 (java) S 14741 14744 13865 0 -1 4194304 28452 0 0 0 2813 66 0 0 20 0 20 0 30683074 19521036288 559137 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
/proc/14744/statm: 4765878 559137 5465 1 0 963432 0
[pid=14744/tid=14746] ppid=14741 vsize=19063512 memory=11008 CPUtime=24.56 cores=1,3
/proc/14744/task/14746/stat : 14746 (java) S 14741 14744 13865 0 -1 4194368 8982 0 0 0 2406 50 0 0 20 0 20 0 30683075 19521036288 559137 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
[pid=14744/tid=14755] ppid=14741 vsize=19063512 memory=1436124 CPUtime=0 cores=1,3
/proc/14744/task/14755/stat : 14755 (Finalizer) S 14741 14744 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30683077 19521036288 559137 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
[pid=14744/tid=14762] ppid=14741 vsize=19063512 memory=2372 CPUtime=0 cores=1,3
/proc/14744/task/14762/stat : 14762 (Common-Cleaner) S 14741 14744 13865 0 -1 4194368 29 0 0 0 0 0 0 0 20 0 20 0 30683077 19521036288 559137 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
[pid=14744/tid=14763] ppid=14741 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/14744/task/14763/stat : 14763 (Timer-0) S 14741 14744 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30683103 19521036288 559137 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
Current children cumulated CPU time: 28.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2236548 KiB

[startup+51.1058 s]
/proc/loadavg: 4.29 4.28 4.24 5/343 14833
/proc/meminfo: memFree=114402516/131249996 swapFree=33010684/33010684
[pid=14744] ppid=14741 vsize=19063512 memory=2521352 CPUtime=54.63 cores=1,3
/proc/14744/stat : 14744 (java) S 14741 14744 13865 0 -1 4194304 32800 0 0 0 5376 87 0 0 20 0 20 0 30683074 19521036288 630338 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
/proc/14744/statm: 4765878 630338 5465 1 0 963450 0
[pid=14744/tid=14746] ppid=14741 vsize=19063512 memory=2455812 CPUtime=49.05 cores=1,3

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

/proc/meminfo: memFree=83761568/131249996 swapFree=33010684/33010684
[pid=14744] ppid=14741 vsize=19063512 memory=3302560 CPUtime=3264.34 cores=1,3
/proc/14744/stat : 14744 (java) S 14741 14744 13865 0 -1 4194304 186768 0 0 0 325239 1195 0 0 20 0 20 0 30683074 19521036288 825640 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
/proc/14744/statm: 4765878 825640 5497 1 0 837488 0
[pid=14744/tid=14746] ppid=14741 vsize=19063512 memory=2372 CPUtime=3171 cores=1,3
/proc/14744/task/14746/stat : 14746 (java) R 14741 14744 13865 0 -1 4194368 88061 0 0 0 316071 1029 0 0 20 0 20 0 30683075 19521036288 825640 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
[pid=14744/tid=14755] ppid=14741 vsize=19063512 memory=17280 CPUtime=0 cores=1,3
/proc/14744/task/14755/stat : 14755 (Finalizer) S 14741 14744 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30683077 19521036288 825640 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
[pid=14744/tid=14762] ppid=14741 vsize=19063512 memory=3302560 CPUtime=0 cores=1,3
/proc/14744/task/14762/stat : 14762 (Common-Cleaner) S 14741 14744 13865 0 -1 4194368 2029 0 0 0 0 0 0 0 20 0 20 0 30683077 19521036288 825640 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
[pid=14744/tid=14763] ppid=14741 vsize=19063512 memory=3302560 CPUtime=0 cores=1,3
/proc/14744/task/14763/stat : 14763 (Timer-0) S 14741 14744 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30683103 19521036288 825640 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
Current children cumulated CPU time: 3264.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3302560 KiB

[startup+3282.3 s]
/proc/loadavg: 4.41 4.22 4.20 5/343 15146
/proc/meminfo: memFree=83321596/131249996 swapFree=33010684/33010684
[pid=14744] ppid=14741 vsize=19063512 memory=3302560 CPUtime=3324.51 cores=1,3
/proc/14744/stat : 14744 (java) S 14741 14744 13865 0 -1 4194304 187580 0 0 0 331243 1208 0 0 20 0 20 0 30683074 19521036288 825640 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
/proc/14744/statm: 4765878 825640 5497 1 0 837488 0
[pid=14744/tid=14746] ppid=14741 vsize=19063512 memory=3302560 CPUtime=3230.35 cores=1,3
/proc/14744/task/14746/stat : 14746 (java) R 14741 14744 13865 0 -1 4194368 88797 0 0 0 321995 1040 0 0 20 0 20 0 30683075 19521036288 825640 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
[pid=14744/tid=14755] ppid=14741 vsize=19063512 memory=3302560 CPUtime=0 cores=1,3
/proc/14744/task/14755/stat : 14755 (Finalizer) S 14741 14744 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30683077 19521036288 825640 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
[pid=14744/tid=14762] ppid=14741 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/14744/task/14762/stat : 14762 (Common-Cleaner) S 14741 14744 13865 0 -1 4194368 2029 0 0 0 0 0 0 0 20 0 20 0 30683077 19521036288 825640 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
[pid=14744/tid=14763] ppid=14741 vsize=19063512 memory=164 CPUtime=0 cores=1,3
/proc/14744/task/14763/stat : 14763 (Timer-0) S 14741 14744 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30683103 19521036288 825640 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
Current children cumulated CPU time: 3324.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3302560 KiB

[startup+3342.3 s]
/proc/loadavg: 4.33 4.23 4.20 5/344 15151
/proc/meminfo: memFree=82906328/131249996 swapFree=33010684/33010684
[pid=14744] ppid=14741 vsize=19063512 memory=3302560 CPUtime=3384.46 cores=1,3
/proc/14744/stat : 14744 (java) S 14741 14744 13865 0 -1 4194304 190448 0 0 0 337226 1220 0 0 20 0 20 0 30683074 19521036288 825640 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
/proc/14744/statm: 4765878 825640 5497 1 0 837488 0
[pid=14744/tid=14746] ppid=14741 vsize=19063512 memory=3302560 CPUtime=3289.95 cores=1,3
/proc/14744/task/14746/stat : 14746 (java) R 14741 14744 13865 0 -1 4194368 90672 0 0 0 327945 1050 0 0 20 0 20 0 30683075 19521036288 825640 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
[pid=14744/tid=14755] ppid=14741 vsize=19063512 memory=3302560 CPUtime=0 cores=1,3
/proc/14744/task/14755/stat : 14755 (Finalizer) S 14741 14744 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30683077 19521036288 825640 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
[pid=14744/tid=14762] ppid=14741 vsize=19063512 memory=3302560 CPUtime=0 cores=1,3
/proc/14744/task/14762/stat : 14762 (Common-Cleaner) S 14741 14744 13865 0 -1 4194368 2161 0 0 0 0 0 0 0 20 0 20 0 30683077 19521036288 825640 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
[pid=14744/tid=14763] ppid=14741 vsize=19063512 memory=3302560 CPUtime=0 cores=1,3
/proc/14744/task/14763/stat : 14763 (Timer-0) S 14741 14744 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30683103 19521036288 825640 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
Current children cumulated CPU time: 3384.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3302560 KiB

[startup+3402.3 s]
/proc/loadavg: 4.23 4.22 4.19 5/344 15153
/proc/meminfo: memFree=82436724/131249996 swapFree=33010684/33010684
[pid=14744] ppid=14741 vsize=19063512 memory=3304096 CPUtime=3446.29 cores=1,3
/proc/14744/stat : 14744 (java) S 14741 14744 13865 0 -1 4194304 195545 0 0 0 343394 1235 0 0 20 0 20 0 30683074 19521036288 826024 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
/proc/14744/statm: 4765878 826024 5497 1 0 837875 0
[pid=14744/tid=14746] ppid=14741 vsize=19063512 memory=3302560 CPUtime=3349.43 cores=1,3
/proc/14744/task/14746/stat : 14746 (java) R 14741 14744 13865 0 -1 4194368 93755 0 0 0 333881 1062 0 0 20 0 20 0 30683075 19521036288 826024 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
[pid=14744/tid=14755] ppid=14741 vsize=19063512 memory=3302560 CPUtime=0 cores=1,3
/proc/14744/task/14755/stat : 14755 (Finalizer) S 14741 14744 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30683077 19521036288 826024 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
[pid=14744/tid=14762] ppid=14741 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/14744/task/14762/stat : 14762 (Common-Cleaner) S 14741 14744 13865 0 -1 4194368 2162 0 0 0 0 0 0 0 20 0 20 0 30683077 19521036288 826024 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
[pid=14744/tid=14763] ppid=14741 vsize=19063512 memory=17280 CPUtime=0 cores=1,3
/proc/14744/task/14763/stat : 14763 (Timer-0) S 14741 14744 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30683103 19521036288 826024 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
Current children cumulated CPU time: 3446.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3304096 KiB

[startup+3462.3 s]
/proc/loadavg: 4.24 4.22 4.19 5/343 15156
/proc/meminfo: memFree=81892804/131249996 swapFree=33010684/33010684
[pid=14744] ppid=14741 vsize=19063512 memory=3304096 CPUtime=3507.78 cores=1,3
/proc/14744/stat : 14744 (java) S 14741 14744 13865 0 -1 4194304 197924 0 0 0 349526 1252 0 0 20 0 20 0 30683074 19521036288 826024 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
/proc/14744/statm: 4765878 826024 5497 1 0 837875 0
[pid=14744/tid=14746] ppid=14741 vsize=19063512 memory=3302560 CPUtime=3408.59 cores=1,3
/proc/14744/task/14746/stat : 14746 (java) R 14741 14744 13865 0 -1 4194368 94945 0 0 0 339781 1078 0 0 20 0 20 0 30683075 19521036288 826024 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
[pid=14744/tid=14755] ppid=14741 vsize=19063512 memory=3302560 CPUtime=0 cores=1,3
/proc/14744/task/14755/stat : 14755 (Finalizer) S 14741 14744 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30683077 19521036288 826024 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
[pid=14744/tid=14762] ppid=14741 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/14744/task/14762/stat : 14762 (Common-Cleaner) S 14741 14744 13865 0 -1 4194368 2206 0 0 0 0 0 0 0 20 0 20 0 30683077 19521036288 826024 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
[pid=14744/tid=14763] ppid=14741 vsize=19063512 memory=3304096 CPUtime=0 cores=1,3
/proc/14744/task/14763/stat : 14763 (Timer-0) S 14741 14744 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30683103 19521036288 826024 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
Current children cumulated CPU time: 3507.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3304096 KiB

[startup+3522.3 s]
/proc/loadavg: 4.48 4.28 4.21 5/344 15159
/proc/meminfo: memFree=81481532/131249996 swapFree=33010684/33010684
[pid=14744] ppid=14741 vsize=19063512 memory=3304096 CPUtime=3567.86 cores=1,3
/proc/14744/stat : 14744 (java) S 14741 14744 13865 0 -1 4194304 199559 0 0 0 355518 1268 0 0 20 0 20 0 30683074 19521036288 826024 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
/proc/14744/statm: 4765878 826024 5497 1 0 837875 0
[pid=14744/tid=14746] ppid=14741 vsize=19063512 memory=3304096 CPUtime=3467.88 cores=1,3
/proc/14744/task/14746/stat : 14746 (java) R 14741 14744 13865 0 -1 4194368 96324 0 0 0 345696 1092 0 0 20 0 20 0 30683075 19521036288 826024 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
[pid=14744/tid=14755] ppid=14741 vsize=19063512 memory=3304096 CPUtime=0 cores=1,3
/proc/14744/task/14755/stat : 14755 (Finalizer) S 14741 14744 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30683077 19521036288 826024 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
[pid=14744/tid=14762] ppid=14741 vsize=19063512 memory=2372 CPUtime=0 cores=1,3
/proc/14744/task/14762/stat : 14762 (Common-Cleaner) S 14741 14744 13865 0 -1 4194368 2206 0 0 0 0 0 0 0 20 0 20 0 30683077 19521036288 826024 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
[pid=14744/tid=14763] ppid=14741 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/14744/task/14763/stat : 14763 (Timer-0) S 14741 14744 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30683103 19521036288 826024 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
Current children cumulated CPU time: 3567.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3304096 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3554.5 s]
/proc/loadavg: 4.29 4.25 4.20 5/345 15161
/proc/meminfo: memFree=81234344/131249996 swapFree=33010684/33010684
[pid=14744] ppid=14741 vsize=19063512 memory=3304096 CPUtime=3600.03 cores=1,3
/proc/14744/stat : 14744 (java) S 14741 14744 13865 0 -1 4194304 201298 0 0 0 358724 1279 0 0 20 0 20 0 30683074 19521036288 826024 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
/proc/14744/statm: 4765878 826024 5497 1 0 837875 0
[pid=14744/tid=14746] ppid=14741 vsize=19063512 memory=3304096 CPUtime=3499.81 cores=1,3
/proc/14744/task/14746/stat : 14746 (java) R 14741 14744 13865 0 -1 4194368 97308 0 0 0 348880 1101 0 0 20 0 20 0 30683075 19521036288 826024 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
[pid=14744/tid=14755] ppid=14741 vsize=19063512 memory=1920 CPUtime=0 cores=1,3
/proc/14744/task/14755/stat : 14755 (Finalizer) S 14741 14744 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30683077 19521036288 826024 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
[pid=14744/tid=14762] ppid=14741 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/14744/task/14762/stat : 14762 (Common-Cleaner) S 14741 14744 13865 0 -1 4194368 2295 0 0 0 0 0 0 0 20 0 20 0 30683077 19521036288 826024 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
[pid=14744/tid=14763] ppid=14741 vsize=19063512 memory=3304096 CPUtime=0 cores=1,3
/proc/14744/task/14763/stat : 14763 (Timer-0) S 14741 14744 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30683103 19521036288 826024 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3304096 KiB

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

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

# cumulated CPU time of all completed processes:  user=3587.35 s, system=12.8211 s

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

[startup+3554.5 s]
/proc/loadavg: 4.29 4.25 4.20 5/345 15161
/proc/meminfo: memFree=81234344/131249996 swapFree=33010684/33010684
[pid=14744] ppid=14741 vsize=19063512 memory=3304096 CPUtime=3600.03 cores=1,3
/proc/14744/stat : 14744 (java) S 14741 14744 13865 0 -1 4194304 201298 0 0 0 358724 1279 0 0 20 0 20 0 30683074 19521036288 826024 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
/proc/14744/statm: 4765878 826024 5497 1 0 837875 0
[pid=14744/tid=14746] ppid=14741 vsize=19063512 memory=3304096 CPUtime=3499.81 cores=1,3
/proc/14744/task/14746/stat : 14746 (java) R 14741 14744 13865 0 -1 4194368 97308 0 0 0 348880 1101 0 0 20 0 20 0 30683075 19521036288 826024 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
[pid=14744/tid=14755] ppid=14741 vsize=19063512 memory=1920 CPUtime=0 cores=1,3
/proc/14744/task/14755/stat : 14755 (Finalizer) S 14741 14744 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30683077 19521036288 826024 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
[pid=14744/tid=14762] ppid=14741 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/14744/task/14762/stat : 14762 (Common-Cleaner) S 14741 14744 13865 0 -1 4194368 2295 0 0 0 0 0 0 0 20 0 20 0 30683077 19521036288 826024 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
[pid=14744/tid=14763] ppid=14741 vsize=19063512 memory=3304096 CPUtime=0 cores=1,3
/proc/14744/task/14763/stat : 14763 (Timer-0) S 14741 14744 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30683103 19521036288 826024 18446744073709551615 94048756277248 94048756280944 140721902902032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94048756288760 94048756289552 94048772943872 140721902909744 140721902909926 140721902909926 140721902915528 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3304096 KiB

Child status: 143

Real time (s): 3554.6
CPU time (s): 3600.17
CPU user time (s): 3587.35
CPU system time (s): 12.8211
CPU usage (%): 101.282
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 3802088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3587.35
system time used= 12.8211
maximum resident set size= 3802088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 203685
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15174464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 117771
involuntary context switches= 10333


# summary of solver processes directly reported to runsolver:
#   pid: 14744
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3587.35
#   total CPU system time (s): 12.8211

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.50907 second user time and 17.2811 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-06-29 00:33:55
IDJOB=4492985
IDBENCH=147834
IDSOLVER=3364
FILE ID=nodeC030/4492985-1751150035
RUNJOBID= nodeC030-1751146486-13877
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-clauses-35-30.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4492985-1751150035/watcher-4492985-1751150035 -o /tmp/evaluation-result-4492985-1751150035/solver-4492985-1751150035 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751146486-13877 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4492985-1751150035 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4492985-1751150035.opb

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

MD5SUM BENCH= da953313a09cceac0c8e3e7fb7d08ab4
RANDOM SEED=71114328

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		: 3600.321
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.325
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		: 3608.102
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		: 3554.916
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		: 3599.752
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.323
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.771
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		: 3595.046
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:        108130596 kB
MemAvailable:   122428516 kB
Buffers:            3280 kB
Cached:         15092912 kB
SwapCached:            0 kB
Active:          7709984 kB
Inactive:       14835736 kB
Active(anon):    7468028 kB
Inactive(anon):        0 kB
Active(file):     241956 kB
Inactive(file): 14835736 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            167192 kB
Writeback:             0 kB
AnonPages:       7452768 kB
Mapped:           122652 kB
Shmem:             18064 kB
KReclaimable:     118536 kB
Slab:             209952 kB
SReclaimable:     118536 kB
SUnreclaim:        91416 kB
KernelStack:        5216 kB
PageTables:        18184 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    9809620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151512 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7237632 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:33:10