Trace number 4452232

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 2024 2024-07-07? (TO) 3600.18 3603.98

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2017/normalized-rmine11.0.u.opb
MD5SUMf2b4c33dfdd2685ad5de2b9c67a512a4
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12292
Total number of constraints97390
Number of constraints which are clauses97367
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints23
Minimum length of a constraint2
Maximum length of a constraint12292
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 263990968
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 763991018
Number of bits of the biggest sum of numbers30
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
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		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.13/0.13	--- Begin Solver configuration ---
0.13/0.13	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.13/0.13	Learn all clauses as in MiniSAT
0.13/0.13	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	Expensive reason simplification
0.13/0.13	Glucose 2.1 dynamic restart strategy
0.13/0.13	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	timeout=2147483s
0.13/0.13	DB Simplification allowed=false
0.13/0.13	Listener: none
0.13/0.13	--- End Solver configuration ---
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@2401f4c3
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@762efe5d 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-4452232-1721841135.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
1.11/0.62	c ... done. Wall clock time 0.488s.
1.11/0.62	c declared #vars     12292
1.11/0.62	c #constraints  97390
1.11/0.62	c constraints type 
1.11/0.62	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 97367
1.11/0.62	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
1.11/0.62	c 97390 constraints processed.
9.19/6.46	c cleaning 2500 clauses out of 5000 with flag 10594/5001
17.88/14.91	c cleaning 4249 clauses out of 8499 with flag 22879/11000
28.73/25.53	c cleaning 5607 clauses out of 11252 with flag 38539/18002
42.62/39.51	c cleaning 6817 clauses out of 13643 with flag 59791/26000
54.25/50.99	c cleaning 7914 clauses out of 15828 with flag 82901/35002
67.82/64.59	c cleaning 8948 clauses out of 17914 with flag 105054/45002
84.01/80.77	c cleaning 9981 clauses out of 19968 with flag 129341/56004
99.05/95.74	c cleaning 10987 clauses out of 21984 with flag 160715/68001
113.54/110.23	c cleaning 11993 clauses out of 23996 with flag 197566/81000
130.62/127.39	c cleaning 13000 clauses out of 26003 with flag 234516/95000
154.53/151.31	c cleaning 13995 clauses out of 28004 with flag 269339/110001
182.15/179.10	c cleaning 14991 clauses out of 30009 with flag 306246/126001
207.24/204.13	c cleaning 15998 clauses out of 32018 with flag 352576/143001
233.31/230.22	c cleaning 16999 clauses out of 34022 with flag 399555/161003
261.74/258.78	c cleaning 18011 clauses out of 36024 with flag 448471/180004
302.37/299.48	c cleaning 19003 clauses out of 38011 with flag 496555/200002
337.29/334.49	c cleaning 20002 clauses out of 40010 with flag 539573/221004
374.51/371.72	c cleaning 20999 clauses out of 42006 with flag 587019/243002
417.45/414.68	c cleaning 21999 clauses out of 44005 with flag 636286/266000
469.45/466.70	c cleaning 22998 clauses out of 46008 with flag 700833/290002
507.71/504.82	c cleaning 24000 clauses out of 48014 with flag 755353/315007
547.76/545.50	c cleaning 24994 clauses out of 50009 with flag 811521/341002
604.94/602.87	c cleaning 26007 clauses out of 52013 with flag 871245/368000
671.62/669.68	c cleaning 27001 clauses out of 54006 with flag 933288/396000
749.48/747.61	c cleaning 27998 clauses out of 56007 with flag 994106/425002
811.64/809.99	c cleaning 29004 clauses out of 58009 with flag 1057093/455002
880.27/878.72	c cleaning 30001 clauses out of 60005 with flag 1125850/486002
965.84/964.44	c cleaning 30991 clauses out of 62007 with flag 1194663/518005
1059.70/1058.48	c cleaning 31997 clauses out of 64011 with flag 1264054/551000
1133.47/1132.37	c cleaning 32995 clauses out of 66015 with flag 1337220/585001
1203.90/1202.90	c cleaning 34002 clauses out of 68020 with flag 1412552/620001
1268.10/1267.26	c cleaning 35006 clauses out of 70021 with flag 1502304/656004
1335.96/1335.23	c cleaning 35994 clauses out of 72012 with flag 1595473/693001
1402.17/1401.52	c cleaning 37003 clauses out of 74019 with flag 1690425/731002
1465.14/1464.67	c cleaning 38001 clauses out of 76015 with flag 1789364/770001
1545.49/1545.13	c cleaning 39002 clauses out of 78013 with flag 1873292/810000
1609.84/1609.67	c cleaning 40006 clauses out of 80011 with flag 1972031/851000
1675.84/1675.74	c cleaning 40998 clauses out of 82008 with flag 2077136/893003
1742.15/1742.14	c cleaning 41996 clauses out of 84008 with flag 2191263/936001
1830.71/1830.89	c cleaning 42985 clauses out of 86009 with flag 2307715/980000
1963.36/1963.61	c cleaning 44003 clauses out of 88024 with flag 2404691/1025000
2074.59/2075.05	c cleaning 45003 clauses out of 90023 with flag 2509801/1071002
2147.79/2148.38	c cleaning 45994 clauses out of 92018 with flag 2624154/1118000
2299.16/2300.00	c cleaning 47003 clauses out of 94024 with flag 2751669/1166000
2516.27/2517.52	c cleaning 48011 clauses out of 96021 with flag 2869827/1215000
2662.82/2664.57	c cleaning 48990 clauses out of 98010 with flag 3002795/1265000
2854.62/2856.69	c cleaning 50010 clauses out of 100020 with flag 3134894/1316000
3025.30/3027.72	c cleaning 51005 clauses out of 102013 with flag 3283402/1368003
3174.38/3177.26	c cleaning 51993 clauses out of 104008 with flag 3415604/1421003
3276.68/3280.04	c cleaning 53003 clauses out of 106012 with flag 3552807/1475000
3436.46/3440.06	c cleaning 53996 clauses out of 108011 with flag 3683790/1530002
3469.59/3473.13	c cleaning 55001 clauses out of 110014 with flag 3803584/1586001
3496.89/3500.50	c cleaning 56005 clauses out of 112012 with flag 3924160/1643000
3538.27/3542.07	c cleaning 56991 clauses out of 114007 with flag 4051550/1701000
3600.07/3603.92	c starts		: 9649
3600.07/3603.92	c conflicts		: 1725737
3600.07/3603.92	c decisions		: 2850322
3600.07/3603.92	c propagations		: 221342787
3600.07/3603.92	c inspects		: 2378509509
3600.07/3603.92	c shortcuts		: 0
3600.07/3603.92	c learnt literals	: 4
3600.07/3603.92	c learnt binary clauses	: 88
3600.07/3603.92	c learnt ternary clauses	: 111
3600.07/3603.92	c learnt constraints	: 1725733
3600.07/3603.92	c ignored constraints	: 0
3600.07/3603.92	c root simplifications	: 0
3600.07/3603.92	c removed literals (reason simplification)	: 5526478746
3600.07/3603.92	c reason swapping (by a shorter reason)	: 0
3600.07/3603.92	c Calls to reduceDB	: 54
3600.07/3603.92	c Number of update (reduction) of LBD	: 146116
3600.07/3603.92	c Imported unit clauses	: 0
3600.07/3603.92	c No decision after first conflict	: false
3600.07/3603.92	c number of reductions to clauses (during analyze)	: 0
3600.07/3603.92	c number of learned constraints concerned by reduction	: 0
3600.07/3603.92	c number of learning phase by resolution	: 0
3600.07/3603.92	c number of learning phase by cutting planes	: 0
3600.07/3603.92	c number of rounding to 1 operations	: 0
3600.07/3603.92	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3603.92	c number of reductions of the coefficients by power 2 	: 0
3600.07/3603.92	c number of right shift for reduction by power 2 	: 0
3600.07/3603.92	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3603.92	c number of ending skipping 	: 0
3600.07/3603.92	c number of internal skipping 	: 0
3600.07/3603.92	c number of derivation steps 	: 0
3600.07/3603.92	c number of skipped derivation steps 	: 0
3600.07/3603.92	c number of remaining unassigned 	: 0
3600.07/3603.92	c number of remaining assigned 	: 0
3600.07/3603.92	c timeout
3600.07/3603.92	c number of falsified literals weakened from reason	: 0
3600.07/3603.92	c number of falsified literals weakened from conflict	: 0
3600.07/3603.92	c time for arithmetic operations	: 0
3600.07/3603.92	c minimum degree of deleted constraints	: null
3600.07/3603.92	c maximum degree of deleted constraints	: null
3600.07/3603.92	c number of deleted constraints	: 0
3600.07/3603.92	c speed (assignments/second)	: 61427.98620926603
3600.07/3603.92	c non guided choices	: 4
3600.07/3603.96	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 81665
3600.07/3603.96	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 88
3600.07/3603.96	s UNKNOWN
3600.07/3603.96	c Total wall clock time (in seconds): 3603.839

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: 63931 MiB (54841 MiB free)
  memory of node 1: 64510 MiB (59061 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452232-1721841135/watcher-4452232-1721841135 -o /tmp/evaluation-result-4452232-1721841135/solver-4452232-1721841135 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1721840837-196142 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4452232-1721841135 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4452232-1721841135.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=197057, runsolver pid=197054

[startup+0.100117 s]*
/proc/loadavg: 4.09 3.46 3.31 5/336 197075
/proc/meminfo: memFree=116591536/131524600 swapFree=131061428/131071996
[pid=197057] ppid=197054 vsize=18975048 memory=65644 CPUtime=0.13 cores=5,7
/proc/197057/stat : 197057 (java) S 197054 197057 196129 0 -1 1077936128 7239 0 0 0 11 2 0 0 20 0 18 0 20636370 19430449152 16411 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
/proc/197057/statm: 4743762 16411 5736 1 0 549337 0
[pid=197057/tid=197059] ppid=197054 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/197057/task/197059/stat : 197059 (java) R 197054 197057 196129 0 -1 1077936192 5760 0 0 0 7 1 0 0 20 0 18 0 20636370 19430449152 16411 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
[pid=197057/tid=197068] ppid=197054 vsize=18975048 memory=237146210664 CPUtime=0 cores=5,7
/proc/197057/task/197068/stat : 197068 (Finalizer) S 197054 197057 196129 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 20636373 19430449152 16411 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
[pid=197057/tid=197075] ppid=197054 vsize=18975048 memory=13855165888404792 CPUtime=0 cores=5,7
/proc/197057/task/197075/stat : 197075 (Common-Cleaner) S 197054 197057 196129 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 20636373 19430449152 16411 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65644 KiB

[startup+0.206213 s]*
/proc/loadavg: 4.09 3.46 3.31 7/336 197075
/proc/meminfo: memFree=116576672/131524600 swapFree=131061428/131071996
[pid=197057] ppid=197054 vsize=18975048 memory=80900 CPUtime=0.33 cores=5,7
/proc/197057/stat : 197057 (java) S 197054 197057 196129 0 -1 1077936128 8753 0 0 0 30 3 0 0 20 0 18 0 20636370 19430449152 20225 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
/proc/197057/statm: 4743762 20225 5854 1 0 549879 0
[pid=197057/tid=197059] ppid=197054 vsize=18975048 memory=4782652875487838339 CPUtime=0.17 cores=5,7
/proc/197057/task/197059/stat : 197059 (java) R 197054 197057 196129 0 -1 1077936192 5939 0 0 0 16 1 0 0 20 0 18 0 20636370 19430449152 20225 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
[pid=197057/tid=197068] ppid=197054 vsize=18975048 memory=1121866 CPUtime=0 cores=5,7
/proc/197057/task/197068/stat : 197068 (Finalizer) S 197054 197057 196129 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 20636373 19430449152 20225 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
[pid=197057/tid=197075] ppid=197054 vsize=18975048 memory=14415916817450633 CPUtime=0 cores=5,7
/proc/197057/task/197075/stat : 197075 (Common-Cleaner) S 197054 197057 196129 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 20636373 19430449152 20225 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 80900 KiB

[startup+0.31083 s]*
/proc/loadavg: 4.09 3.46 3.31 7/336 197075
/proc/meminfo: memFree=116549748/131524600 swapFree=131061428/131071996
[pid=197057] ppid=197054 vsize=18975048 memory=106904 CPUtime=0.53 cores=5,7
/proc/197057/stat : 197057 (java) S 197054 197057 196129 0 -1 1077936128 10201 0 0 0 50 3 0 0 20 0 18 0 20636370 19430449152 26726 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
/proc/197057/statm: 4743762 26726 5854 1 0 550725 0
[pid=197057/tid=197059] ppid=197054 vsize=18975048 memory=-8887970848340484796 CPUtime=0.27 cores=5,7
/proc/197057/task/197059/stat : 197059 (java) R 197054 197057 196129 0 -1 4194368 5961 0 0 0 25 2 0 0 20 0 18 0 20636370 19430449152 26726 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
[pid=197057/tid=197068] ppid=197054 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/197057/task/197068/stat : 197068 (Finalizer) S 197054 197057 196129 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 20636373 19430449152 26726 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
[pid=197057/tid=197075] ppid=197054 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/197057/task/197075/stat : 197075 (Common-Cleaner) S 197054 197057 196129 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 20636373 19430449152 26726 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 106904 KiB

[startup+0.700237 s]
/proc/loadavg: 4.09 3.46 3.31 7/337 197076
/proc/meminfo: memFree=116481080/131524600 swapFree=131061428/131071996
[pid=197057] ppid=197054 vsize=19108176 memory=188820 CPUtime=1.29 cores=5,7
/proc/197057/stat : 197057 (java) S 197054 197057 196129 0 -1 1077936128 16266 0 0 0 123 6 0 0 20 0 20 0 20636370 19566772224 47205 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
/proc/197057/statm: 4777044 47205 5870 1 0 554133 0
[pid=197057/tid=197059] ppid=197054 vsize=19108176 memory=5516 CPUtime=0.58 cores=5,7
/proc/197057/task/197059/stat : 197059 (java) R 197054 197057 196129 0 -1 4194368 6061 0 0 0 55 3 0 0 20 0 20 0 20636370 19566772224 47205 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
[pid=197057/tid=197068] ppid=197054 vsize=19108176 memory=13524 CPUtime=0 cores=5,7
/proc/197057/task/197068/stat : 197068 (Finalizer) S 197054 197057 196129 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20636373 19566772224 47205 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
[pid=197057/tid=197075] ppid=197054 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/197057/task/197075/stat : 197075 (Common-Cleaner) S 197054 197057 196129 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 20636373 19566772224 47205 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 188820 KiB

[startup+1.50783 s]
/proc/loadavg: 4.09 3.46 3.31 12/338 197077
/proc/meminfo: memFree=116460480/131524600 swapFree=131061428/131071996
[pid=197057] ppid=197054 vsize=19108176 memory=196088 CPUtime=2.89 cores=5,7
/proc/197057/stat : 197057 (java) S 197054 197057 196129 0 -1 1077936128 23479 0 0 0 282 7 0 0 20 0 20 0 20636370 19566772224 49022 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
/proc/197057/statm: 4777044 49022 5886 1 0 555672 0
[pid=197057/tid=197059] ppid=197054 vsize=19108176 memory=13524 CPUtime=1.36 cores=5,7
/proc/197057/task/197059/stat : 197059 (java) R 197054 197057 196129 0 -1 4194368 6485 0 0 0 132 4 0 0 20 0 20 0 20636370 19566772224 49022 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
[pid=197057/tid=197068] ppid=197054 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/197057/task/197068/stat : 197068 (Finalizer) S 197054 197057 196129 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20636373 19566772224 49022 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
[pid=197057/tid=197075] ppid=197054 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/197057/task/197075/stat : 197075 (Common-Cleaner) S 197054 197057 196129 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 20636373 19566772224 49022 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
[pid=197057/tid=197077] ppid=197054 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/197057/task/197077/stat : 197077 (Timer-0) S 197054 197057 196129 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20636433 19566772224 49022 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
Current children cumulated CPU time: 2.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 196088 KiB

[startup+3.10683 s]
/proc/loadavg: 4.08 3.47 3.31 5/338 197077
/proc/meminfo: memFree=116454356/131524600 swapFree=131061428/131071996
[pid=197057] ppid=197054 vsize=19108176 memory=196716 CPUtime=5.25 cores=5,7
/proc/197057/stat : 197057 (java) S 197054 197057 196129 0 -1 1077936128 25351 0 0 0 517 8 0 0 20 0 20 0 20636370 19566772224 49179 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
/proc/197057/statm: 4777044 49179 5886 1 0 555680 0
[pid=197057/tid=197059] ppid=197054 vsize=19108176 memory=0 CPUtime=2.94 cores=5,7
/proc/197057/task/197059/stat : 197059 (java) R 197054 197057 196129 0 -1 4194368 7361 0 0 0 290 4 0 0 20 0 20 0 20636370 19566772224 49179 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
[pid=197057/tid=197068] ppid=197054 vsize=19108176 memory=12156 CPUtime=0 cores=5,7
/proc/197057/task/197068/stat : 197068 (Finalizer) S 197054 197057 196129 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20636373 19566772224 49179 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
[pid=197057/tid=197075] ppid=197054 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/197057/task/197075/stat : 197075 (Common-Cleaner) S 197054 197057 196129 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 20636373 19566772224 49179 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
[pid=197057/tid=197077] ppid=197054 vsize=19108176 memory=13524 CPUtime=0 cores=5,7
/proc/197057/task/197077/stat : 197077 (Timer-0) S 197054 197057 196129 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20636433 19566772224 49179 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
Current children cumulated CPU time: 5.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 196716 KiB

[startup+6.30027 s]
/proc/loadavg: 4.08 3.47 3.31 5/338 197078
/proc/meminfo: memFree=116442408/131524600 swapFree=131061428/131071996
[pid=197057] ppid=197054 vsize=19108176 memory=210528 CPUtime=9.09 cores=5,7
/proc/197057/stat : 197057 (java) S 197054 197057 196129 0 -1 1077936128 27527 0 0 0 901 8 0 0 20 0 20 0 20636370 19566772224 52632 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
/proc/197057/statm: 4777044 52632 5902 1 0 555761 0
[pid=197057/tid=197059] ppid=197054 vsize=19108176 memory=0 CPUtime=6.09 cores=5,7
/proc/197057/task/197059/stat : 197059 (java) R 197054 197057 196129 0 -1 4194368 7450 0 0 0 604 5 0 0 20 0 20 0 20636370 19566772224 52632 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
[pid=197057/tid=197068] ppid=197054 vsize=19108176 memory=13524 CPUtime=0 cores=5,7
/proc/197057/task/197068/stat : 197068 (Finalizer) S 197054 197057 196129 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20636373 19566772224 52632 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
[pid=197057/tid=197075] ppid=197054 vsize=19108176 memory=12156 CPUtime=0 cores=5,7
/proc/197057/task/197075/stat : 197075 (Common-Cleaner) S 197054 197057 196129 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 20636373 19566772224 52632 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
[pid=197057/tid=197077] ppid=197054 vsize=19108176 memory=67600 CPUtime=0 cores=5,7
/proc/197057/task/197077/stat : 197077 (Timer-0) S 197054 197057 196129 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20636433 19566772224 52632 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
Current children cumulated CPU time: 9.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 210528 KiB

[startup+12.7002 s]
/proc/loadavg: 4.08 3.48 3.32 5/336 197078
/proc/meminfo: memFree=116421968/131524600 swapFree=131061428/131071996
[pid=197057] ppid=197054 vsize=19108176 memory=211352 CPUtime=15.69 cores=5,7
/proc/197057/stat : 197057 (java) S 197054 197057 196129 0 -1 1077936128 31855 0 0 0 1560 9 0 0 20 0 20 0 20636370 19566772224 52838 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
/proc/197057/statm: 4777044 52838 5918 1 0 555803 0
[pid=197057/tid=197059] ppid=197054 vsize=19108176 memory=189876 CPUtime=12.46 cores=5,7
/proc/197057/task/197059/stat : 197059 (java) R 197054 197057 196129 0 -1 4194368 8335 0 0 0 1241 5 0 0 20 0 20 0 20636370 19566772224 52838 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
[pid=197057/tid=197068] ppid=197054 vsize=19108176 memory=211040 CPUtime=0 cores=5,7
/proc/197057/task/197068/stat : 197068 (Finalizer) S 197054 197057 196129 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20636373 19566772224 52838 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
[pid=197057/tid=197075] ppid=197054 vsize=19108176 memory=196716 CPUtime=0 cores=5,7
/proc/197057/task/197075/stat : 197075 (Common-Cleaner) S 197054 197057 196129 0 -1 1077936192 78 0 0 0 0 0 0 0 20 0 20 0 20636373 19566772224 52838 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
[pid=197057/tid=197077] ppid=197054 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/197057/task/197077/stat : 197077 (Timer-0) S 197054 197057 196129 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20636433 19566772224 52838 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
Current children cumulated CPU time: 15.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 211352 KiB

[startup+25.5003 s]
/proc/loadavg: 4.13 3.52 3.34 5/336 197080
/proc/meminfo: memFree=116269352/131524600 swapFree=131061428/131071996
[pid=197057] ppid=197054 vsize=19108176 memory=339888 CPUtime=28.73 cores=5,7
/proc/197057/stat : 197057 (java) S 197054 197057 196129 0 -1 1077936128 42624 0 0 0 2859 14 0 0 20 0 20 0 20636370 19566772224 84972 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
/proc/197057/statm: 4777044 84972 5918 1 0 557257 0
[pid=197057/tid=197059] ppid=197054 vsize=19108176 memory=211040 CPUtime=25.23 cores=5,7
/proc/197057/task/197059/stat : 197059 (java) R 197054 197057 196129 0 -1 4194368 9823 0 0 0 2515 8 0 0 20 0 20 0 20636370 19566772224 84972 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
[pid=197057/tid=197068] ppid=197054 vsize=19108176 memory=237180 CPUtime=0 cores=5,7
/proc/197057/task/197068/stat : 197068 (Finalizer) S 197054 197057 196129 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20636373 19566772224 84972 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
[pid=197057/tid=197075] ppid=197054 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/197057/task/197075/stat : 197075 (Common-Cleaner) S 197054 197057 196129 0 -1 1077936192 78 0 0 0 0 0 0 0 20 0 20 0 20636373 19566772224 84972 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
[pid=197057/tid=197077] ppid=197054 vsize=19108176 memory=6944652177228980320 CPUtime=0 cores=5,7
/proc/197057/task/197077/stat : 197077 (Timer-0) S 197054 197057 196129 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20636433 19566772224 84972 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
Current children cumulated CPU time: 28.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 339888 KiB

[startup+51.1059 s]
/proc/loadavg: 4.16 3.58 3.36 5/336 197086
/proc/meminfo: memFree=116027000/131524600 swapFree=131061428/131071996
[pid=197057] ppid=197054 vsize=19108176 memory=503932 CPUtime=54.45 cores=5,7
/proc/197057/stat : 197057 (java) S 197054 197057 196129 0 -1 1077936128 51675 0 0 0 5426 19 0 0 20 0 20 0 20636370 19566772224 125983 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
/proc/197057/statm: 4777044 125983 5934 1 0 557273 0
[pid=197057/tid=197059] ppid=197054 vsize=19108176 memory=340028 CPUtime=50.77 cores=5,7
/proc/197057/task/197059/stat : 197059 (java) R 197054 197057 196129 0 -1 4194368 12512 0 0 0 5065 12 0 0 20 0 20 0 20636370 19566772224 125983 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
[pid=197057/tid=197068] ppid=197054 vsize=19108176 memory=385084 CPUtime=0 cores=5,7
/proc/197057/task/197068/stat : 197068 (Finalizer) S 197054 197057 196129 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20636373 19566772224 125983 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
[pid=197057/tid=197075] ppid=197054 vsize=19108176 memory=12156 CPUtime=0 cores=5,7
/proc/197057/task/197075/stat : 197075 (Common-Cleaner) S 197054 197057 196129 0 -1 1077936192 78 0 0 0 0 0 0 0 20 0 20 0 20636373 19566772224 125983 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0

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

/proc/meminfo: memFree=109797652/131524600 swapFree=131061428/131071996
[pid=197057] ppid=197054 vsize=19108176 memory=1674452 CPUtime=3278.97 cores=5,7
/proc/197057/stat : 197057 (java) S 197054 197057 196129 0 -1 1077936128 168480 0 0 0 327607 290 0 0 20 0 20 0 20636370 19566772224 418613 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
/proc/197057/statm: 4777044 418613 5949 1 0 557273 0
[pid=197057/tid=197059] ppid=197054 vsize=19108176 memory=1674452 CPUtime=3270.3 cores=5,7
/proc/197057/task/197059/stat : 197059 (java) R 197054 197057 196129 0 -1 4194368 69362 0 0 0 326837 193 0 0 20 0 20 0 20636370 19566772224 418613 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 292 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
[pid=197057/tid=197068] ppid=197054 vsize=19108176 memory=2212 CPUtime=0 cores=5,7
/proc/197057/task/197068/stat : 197068 (Finalizer) S 197054 197057 196129 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20636373 19566772224 418613 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
[pid=197057/tid=197075] ppid=197054 vsize=19108176 memory=12156 CPUtime=0 cores=5,7
/proc/197057/task/197075/stat : 197075 (Common-Cleaner) S 197054 197057 196129 0 -1 1077936192 4246 0 0 0 0 0 0 0 20 0 20 0 20636373 19566772224 418613 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
[pid=197057/tid=197077] ppid=197054 vsize=19108176 memory=1674452 CPUtime=0 cores=5,7
/proc/197057/task/197077/stat : 197077 (Timer-0) S 197054 197057 196129 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20636433 19566772224 418613 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
Current children cumulated CPU time: 3278.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1674452 KiB

[startup+3342.3 s]
/proc/loadavg: 3.38 3.94 4.03 2/256 198982
/proc/meminfo: memFree=121466740/131524600 swapFree=131061428/131071996
[pid=197057] ppid=197054 vsize=19108176 memory=1699028 CPUtime=3338.87 cores=5,7
/proc/197057/stat : 197057 (java) S 197054 197057 196129 0 -1 1077936128 170451 0 0 0 333592 295 0 0 20 0 20 0 20636370 19566772224 424757 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
/proc/197057/statm: 4777044 424757 5949 1 0 557273 0
[pid=197057/tid=197059] ppid=197054 vsize=19108176 memory=1674452 CPUtime=3330.06 cores=5,7
/proc/197057/task/197059/stat : 197059 (java) R 197054 197057 196129 0 -1 4194368 69924 0 0 0 332810 196 0 0 20 0 20 0 20636370 19566772224 424757 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 297 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
[pid=197057/tid=197068] ppid=197054 vsize=19108176 memory=1699028 CPUtime=0 cores=5,7
/proc/197057/task/197068/stat : 197068 (Finalizer) S 197054 197057 196129 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20636373 19566772224 424757 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
[pid=197057/tid=197075] ppid=197054 vsize=19108176 memory=1699028 CPUtime=0 cores=5,7
/proc/197057/task/197075/stat : 197075 (Common-Cleaner) S 197054 197057 196129 0 -1 1077936192 4326 0 0 0 0 0 0 0 20 0 20 0 20636373 19566772224 424757 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
[pid=197057/tid=197077] ppid=197054 vsize=19108176 memory=-8887970848340484796 CPUtime=0 cores=5,7
/proc/197057/task/197077/stat : 197077 (Timer-0) S 197054 197057 196129 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20636433 19566772224 424757 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
Current children cumulated CPU time: 3338.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1699028 KiB

[startup+3402.3 s]
/proc/loadavg: 1.92 3.41 3.85 2/256 198993
/proc/meminfo: memFree=121450232/131524600 swapFree=131061428/131071996
[pid=197057] ppid=197054 vsize=19108176 memory=1699028 CPUtime=3398.83 cores=5,7
/proc/197057/stat : 197057 (java) S 197054 197057 196129 0 -1 1077936128 171775 0 0 0 339586 297 0 0 20 0 20 0 20636370 19566772224 424757 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
/proc/197057/statm: 4777044 424757 5949 1 0 557273 0
[pid=197057/tid=197059] ppid=197054 vsize=19108176 memory=67600 CPUtime=3389.91 cores=5,7
/proc/197057/task/197059/stat : 197059 (java) R 197054 197057 196129 0 -1 4194368 70875 0 0 0 338794 197 0 0 20 0 20 0 20636370 19566772224 424757 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 297 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
[pid=197057/tid=197068] ppid=197054 vsize=19108176 memory=1699028 CPUtime=0 cores=5,7
/proc/197057/task/197068/stat : 197068 (Finalizer) S 197054 197057 196129 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20636373 19566772224 424757 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
[pid=197057/tid=197075] ppid=197054 vsize=19108176 memory=12156 CPUtime=0 cores=5,7
/proc/197057/task/197075/stat : 197075 (Common-Cleaner) S 197054 197057 196129 0 -1 1077936192 4326 0 0 0 0 0 0 0 20 0 20 0 20636373 19566772224 424757 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
[pid=197057/tid=197077] ppid=197054 vsize=19108176 memory=1699028 CPUtime=0 cores=5,7
/proc/197057/task/197077/stat : 197077 (Timer-0) S 197054 197057 196129 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20636433 19566772224 424757 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
Current children cumulated CPU time: 3398.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1699028 KiB

[startup+3462.3 s]
/proc/loadavg: 1.44 3.00 3.68 2/256 199004
/proc/meminfo: memFree=121389256/131524600 swapFree=131061428/131071996
[pid=197057] ppid=197054 vsize=19108176 memory=1725656 CPUtime=3458.75 cores=5,7
/proc/197057/stat : 197057 (java) S 197054 197057 196129 0 -1 1077936128 173368 0 0 0 345574 301 0 0 20 0 20 0 20636370 19566772224 431414 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
/proc/197057/statm: 4777044 431414 5949 1 0 557273 0
[pid=197057/tid=197059] ppid=197054 vsize=19108176 memory=1699028 CPUtime=3449.71 cores=5,7
/proc/197057/task/197059/stat : 197059 (java) R 197054 197057 196129 0 -1 4194368 71681 0 0 0 344772 199 0 0 20 0 20 0 20636370 19566772224 431414 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 300 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
[pid=197057/tid=197068] ppid=197054 vsize=19108176 memory=1699028 CPUtime=0 cores=5,7
/proc/197057/task/197068/stat : 197068 (Finalizer) S 197054 197057 196129 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20636373 19566772224 431414 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
[pid=197057/tid=197075] ppid=197054 vsize=19108176 memory=1699032 CPUtime=0 cores=5,7
/proc/197057/task/197075/stat : 197075 (Common-Cleaner) S 197054 197057 196129 0 -1 1077936192 4435 0 0 0 0 0 0 0 20 0 20 0 20636373 19566772224 431414 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
[pid=197057/tid=197077] ppid=197054 vsize=19108176 memory=12156 CPUtime=0 cores=5,7
/proc/197057/task/197077/stat : 197077 (Timer-0) S 197054 197057 196129 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20636433 19566772224 431414 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
Current children cumulated CPU time: 3458.75 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1725656 KiB

[startup+3522.3 s]
/proc/loadavg: 1.29 2.67 3.52 2/258 199020
/proc/meminfo: memFree=121253868/131524600 swapFree=131061428/131071996
[pid=197057] ppid=197054 vsize=19108176 memory=1770716 CPUtime=3518.61 cores=5,7
/proc/197057/stat : 197057 (java) S 197054 197057 196129 0 -1 1077936128 175582 0 0 0 351551 310 0 0 20 0 20 0 20636370 19566772224 442679 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
/proc/197057/statm: 4777044 442679 5949 1 0 557273 0
[pid=197057/tid=197059] ppid=197054 vsize=19108176 memory=1725656 CPUtime=3509.27 cores=5,7
/proc/197057/task/197059/stat : 197059 (java) R 197054 197057 196129 0 -1 4194368 72477 0 0 0 350720 207 0 0 20 0 20 0 20636370 19566772224 442679 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 317 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
[pid=197057/tid=197068] ppid=197054 vsize=19108176 memory=104 CPUtime=0 cores=5,7
/proc/197057/task/197068/stat : 197068 (Finalizer) S 197054 197057 196129 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20636373 19566772224 442679 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
[pid=197057/tid=197075] ppid=197054 vsize=19108176 memory=2228 CPUtime=0 cores=5,7
/proc/197057/task/197075/stat : 197075 (Common-Cleaner) S 197054 197057 196129 0 -1 1077936192 4537 0 0 0 0 0 0 0 20 0 20 0 20636373 19566772224 442679 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
[pid=197057/tid=197077] ppid=197054 vsize=19108176 memory=1896 CPUtime=0 cores=5,7
/proc/197057/task/197077/stat : 197077 (Timer-0) S 197054 197057 196129 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20636433 19566772224 442679 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
Current children cumulated CPU time: 3518.61 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1770716 KiB

[startup+3582.3 s]
/proc/loadavg: 1.19 2.38 3.36 2/259 199032
/proc/meminfo: memFree=121232564/131524600 swapFree=131061428/131071996
[pid=197057] ppid=197054 vsize=19108176 memory=1770716 CPUtime=3578.5 cores=5,7
/proc/197057/stat : 197057 (java) S 197054 197057 196129 0 -1 1077936128 175980 0 0 0 357537 313 0 0 20 0 20 0 20636370 19566772224 442679 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
/proc/197057/statm: 4777044 442679 5949 1 0 557273 0
[pid=197057/tid=197059] ppid=197054 vsize=19108176 memory=1770716 CPUtime=3569.05 cores=5,7
/proc/197057/task/197059/stat : 197059 (java) R 197054 197057 196129 0 -1 4194368 72841 0 0 0 356696 209 0 0 20 0 20 0 20636370 19566772224 442679 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 323 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
[pid=197057/tid=197068] ppid=197054 vsize=19108176 memory=1770716 CPUtime=0 cores=5,7
/proc/197057/task/197068/stat : 197068 (Finalizer) S 197054 197057 196129 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20636373 19566772224 442679 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
[pid=197057/tid=197075] ppid=197054 vsize=19108176 memory=12156 CPUtime=0 cores=5,7
/proc/197057/task/197075/stat : 197075 (Common-Cleaner) S 197054 197057 196129 0 -1 1077936192 4537 0 0 0 0 0 0 0 20 0 20 0 20636373 19566772224 442679 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
[pid=197057/tid=197077] ppid=197054 vsize=19108176 memory=12156 CPUtime=0 cores=5,7
/proc/197057/task/197077/stat : 197077 (Timer-0) S 197054 197057 196129 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20636433 19566772224 442679 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
Current children cumulated CPU time: 3578.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1770716 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3603.9 s]
/proc/loadavg: 1.13 2.29 3.31 2/259 199036
/proc/meminfo: memFree=121224952/131524600 swapFree=131061428/131071996
[pid=197057] ppid=197054 vsize=19108176 memory=1770716 CPUtime=3600.07 cores=5,7
/proc/197057/stat : 197057 (java) S 197054 197057 196129 0 -1 1077936128 176671 0 0 0 359693 314 0 0 20 0 20 0 20636370 19566772224 442679 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
/proc/197057/statm: 4777044 442679 5949 1 0 557273 0
[pid=197057/tid=197059] ppid=197054 vsize=19108176 memory=6960 CPUtime=3590.61 cores=5,7
/proc/197057/task/197059/stat : 197059 (java) R 197054 197057 196129 0 -1 4194368 73337 0 0 0 358851 210 0 0 20 0 20 0 20636370 19566772224 442679 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 323 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
[pid=197057/tid=197068] ppid=197054 vsize=19108176 memory=-8887970848340484796 CPUtime=0 cores=5,7
/proc/197057/task/197068/stat : 197068 (Finalizer) S 197054 197057 196129 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20636373 19566772224 442679 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
[pid=197057/tid=197075] ppid=197054 vsize=19108176 memory=1770716 CPUtime=0 cores=5,7
/proc/197057/task/197075/stat : 197075 (Common-Cleaner) S 197054 197057 196129 0 -1 1077936192 4537 0 0 0 0 0 0 0 20 0 20 0 20636373 19566772224 442679 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
[pid=197057/tid=197077] ppid=197054 vsize=19108176 memory=1770716 CPUtime=0 cores=5,7
/proc/197057/task/197077/stat : 197077 (Timer-0) S 197054 197057 196129 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20636433 19566772224 442679 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1770716 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.02 s, system=3.15824 s

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

[startup+3603.9 s]
/proc/loadavg: 1.13 2.29 3.31 2/259 199036
/proc/meminfo: memFree=121224952/131524600 swapFree=131061428/131071996
[pid=197057] ppid=197054 vsize=19108176 memory=1770716 CPUtime=3600.07 cores=5,7
/proc/197057/stat : 197057 (java) S 197054 197057 196129 0 -1 1077936128 176671 0 0 0 359693 314 0 0 20 0 20 0 20636370 19566772224 442679 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
/proc/197057/statm: 4777044 442679 5949 1 0 557273 0
[pid=197057/tid=197059] ppid=197054 vsize=19108176 memory=6960 CPUtime=3590.61 cores=5,7
/proc/197057/task/197059/stat : 197059 (java) R 197054 197057 196129 0 -1 4194368 73337 0 0 0 358851 210 0 0 20 0 20 0 20636370 19566772224 442679 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 323 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
[pid=197057/tid=197068] ppid=197054 vsize=19108176 memory=-8887970848340484796 CPUtime=0 cores=5,7
/proc/197057/task/197068/stat : 197068 (Finalizer) S 197054 197057 196129 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20636373 19566772224 442679 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
[pid=197057/tid=197075] ppid=197054 vsize=19108176 memory=1770716 CPUtime=0 cores=5,7
/proc/197057/task/197075/stat : 197075 (Common-Cleaner) S 197054 197057 196129 0 -1 1077936192 4537 0 0 0 0 0 0 0 20 0 20 0 20636373 19566772224 442679 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
[pid=197057/tid=197077] ppid=197054 vsize=19108176 memory=1770716 CPUtime=0 cores=5,7
/proc/197057/task/197077/stat : 197077 (Timer-0) S 197054 197057 196129 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20636433 19566772224 442679 134679101440 94378464608256 94378464611952 140731779305072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94378464619768 94378464620560 94378475876352 140731779306411 140731779306593 140731779306593 140731779313608 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1770716 KiB

Child status: 143

Real time (s): 3603.98
CPU time (s): 3600.18
CPU user time (s): 3597.02
CPU system time (s): 3.15824
CPU usage (%): 99.8946
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 1770716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.02
system time used= 3.15824
maximum resident set size= 1772144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 180413
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2475880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 106643
involuntary context switches= 5257


# summary of solver processes directly reported to runsolver:
#   pid: 197057
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3597.02
#   total CPU system time (s): 3.15824

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.70728 second user time and 17.7187 second system time

The end

Launcher Data

Begin job on nodeC022 at 2024-07-24 19:12:15
IDJOB=4452232
IDBENCH=164078
IDSOLVER=3079
FILE ID=nodeC022/4452232-1721841135
RUNJOBID= nodeC022-1721840837-196142
SLURM_JOB_ID= 7891554
Free space on /tmp= 890068 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2017/normalized-rmine11.0.u.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452232-1721841135/watcher-4452232-1721841135 -o /tmp/evaluation-result-4452232-1721841135/solver-4452232-1721841135 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1721840837-196142 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4452232-1721841135 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4452232-1721841135.opb

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

MD5SUM BENCH= f2b4c33dfdd2685ad5de2b9c67a512a4
RANDOM SEED=1748473999

nodeC022.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 3667.748
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.87
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		: 3683.837
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.75
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.157
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.87
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		: 3642.468
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.75
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		: 3667.790
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.87
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		: 3669.618
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.75
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.012
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.87
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		: 3653.708
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        116636128 kB
MemAvailable:   122598556 kB
Buffers:          269748 kB
Cached:          6441816 kB
SwapCached:         1408 kB
Active:          2534500 kB
Inactive:       11565984 kB
Active(anon):       1952 kB
Inactive(anon):  7440860 kB
Active(file):    2532548 kB
Inactive(file):  4125124 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131061428 kB
Dirty:             17900 kB
Writeback:           340 kB
AnonPages:       7387712 kB
Mapped:           134556 kB
Shmem:             53732 kB
KReclaimable:     292904 kB
Slab:             418008 kB
SReclaimable:     292904 kB
SUnreclaim:       125104 kB
KernelStack:        5100 kB
PageTables:        24992 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   11304400 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            17248 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7106560 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      334548 kB
DirectMap2M:    36139008 kB
DirectMap1G:    99614720 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC022 at 2024-07-24 20:12:19