Trace number 4450225

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 Partial RoundingSAT 2024 2024-07-12? (TO) 3600.64 3239.11

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/
normalized-3col-almost3reg-l100-r099-n1.cnf-extracted.pb.metafix.opb
MD5SUM4aca60576f41ce0be442f97c9c36c82a
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 variables5421
Total number of constraints12679
Number of constraints which are clauses6001
Number of constraints which are cardinality constraints (but not clauses)6678
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
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 4
Number of bits of the biggest sum of numbers3
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.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.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.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	 - never skip resolution steps
0.13/0.15	 - Auto-division on coefficients is disabled
0.13/0.15	 - No postprocessing
0.13/0.15	 - Conflict is considered as is when resolving
0.13/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.15	 - Weaken first using unassigned literals
0.13/0.15	 - Bump strategy: ALWAYS_ONE
0.13/0.15	 - Bumper: ASSIGNED
0.13/0.15	--- Begin Solver configuration ---
0.13/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	Learn all clauses as in MiniSAT
0.13/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	No reason simplification
0.13/0.15	Armin Biere (Picosat) restarts strategy
0.13/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.15	timeout=2147483s
0.13/0.15	DB Simplification allowed=false
0.13/0.15	Listener: none
0.13/0.15	--- End Solver configuration ---
0.13/0.16	c Pseudo Boolean Optimization by upper bound
0.13/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	c  - never skip resolution steps
0.13/0.16	c  - Auto-division on coefficients is disabled
0.13/0.16	c  - No postprocessing
0.13/0.16	c  - Conflict is considered as is when resolving
0.13/0.16	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.16	c  - Weaken first using unassigned literals
0.13/0.16	c  - Bump strategy: ALWAYS_ONE
0.13/0.16	c  - Bumper: ASSIGNED
0.13/0.16	c --- Begin Solver configuration ---
0.13/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.16	c Learn all clauses as in MiniSAT
0.13/0.16	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	c No reason simplification
0.13/0.16	c Armin Biere (Picosat) restarts strategy
0.13/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.16	c timeout=2147483s
0.13/0.16	c DB Simplification allowed=false
0.13/0.16	c Listener: none
0.13/0.16	c --- End Solver configuration ---
0.13/0.16	c solving HOME/instance-4450225-1721407637.opb
0.13/0.16	c reading problem ... 
0.13/0.16	c  no objective function found
0.70/0.50	c ... done. Wall clock time 0.346s.
0.70/0.50	c declared #vars     5421
0.70/0.50	c #constraints  12679
0.70/0.50	c constraints type 
0.70/0.50	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4194
0.70/0.50	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 6678
0.70/0.50	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1807
0.70/0.50	c 12679 constraints processed.
6.80/3.54	c cleaning 1223 clauses out of 5000 with flag 0/5000
11.63/7.83	c cleaning 3788 clauses out of 9777 with flag 0/11000
18.06/14.14	c cleaning 4637 clauses out of 12991 with flag 0/18002
25.29/21.28	c cleaning 5308 clauses out of 16354 with flag 0/26002
36.39/32.02	c cleaning 5799 clauses out of 20045 with flag 0/35001
50.35/45.80	c cleaning 6637 clauses out of 24246 with flag 0/45001
67.69/62.60	c cleaning 7283 clauses out of 28610 with flag 0/56002
89.73/84.18	c cleaning 8088 clauses out of 33325 with flag 0/68000
116.16/109.98	c cleaning 8526 clauses out of 38239 with flag 0/81002
144.05/137.14	c cleaning 9258 clauses out of 43713 with flag 0/95002
179.61/171.84	c cleaning 9634 clauses out of 49453 with flag 0/110000
214.98/206.22	c cleaning 10263 clauses out of 55821 with flag 0/126002
256.24/246.54	c cleaning 10358 clauses out of 62561 with flag 0/143005
314.11/303.22	c cleaning 12060 clauses out of 70198 with flag 0/161000
376.98/364.92	c cleaning 12592 clauses out of 77140 with flag 0/180002
436.68/422.62	c cleaning 12961 clauses out of 84547 with flag 0/200001
512.11/496.78	c cleaning 13883 clauses out of 92585 with flag 0/221000
597.64/580.10	c cleaning 14873 clauses out of 100702 with flag 0/243000
695.31/676.22	c cleaning 15574 clauses out of 108829 with flag 0/266000
797.91/775.77	c cleaning 16218 clauses out of 117255 with flag 0/290000
927.00/902.34	c cleaning 15937 clauses out of 126037 with flag 0/315000
1058.44/1029.48	c cleaning 17181 clauses out of 136101 with flag 0/341001
1202.45/1167.76	c cleaning 17424 clauses out of 145919 with flag 0/368000
1379.59/1329.92	c cleaning 17711 clauses out of 156495 with flag 0/396000
1544.51/1477.21	c cleaning 18131 clauses out of 167786 with flag 0/425002
1733.80/1646.58	c cleaning 19389 clauses out of 179653 with flag 0/455000
1995.07/1878.34	c cleaning 19305 clauses out of 191266 with flag 0/486002
2303.87/2153.09	c cleaning 20154 clauses out of 203960 with flag 0/518001
2590.07/2398.38	c cleaning 21290 clauses out of 216806 with flag 0/551001
2853.97/2620.16	c cleaning 20456 clauses out of 229516 with flag 0/585001
3125.05/2846.43	c cleaning 22324 clauses out of 244059 with flag 0/620000
3418.72/3086.93	c cleaning 22664 clauses out of 257736 with flag 0/656001
3600.25/3238.98	c starts		: 169
3600.25/3238.98	c conflicts		: 674787
3600.25/3238.98	c decisions		: 1131877
3600.25/3238.98	c propagations		: 309821398
3600.25/3238.98	c inspects		: 4640656763
3600.25/3238.98	c shortcuts		: 0
3600.25/3238.98	c learnt literals	: 0
3600.25/3238.98	c learnt binary clauses	: 0
3600.25/3238.98	c learnt ternary clauses	: 1590
3600.25/3238.98	c learnt constraints	: 674786
3600.25/3238.98	c ignored constraints	: 0
3600.25/3238.98	c root simplifications	: 0
3600.25/3238.98	c removed literals (reason simplification)	: 0
3600.25/3238.98	c reason swapping (by a shorter reason)	: 0
3600.25/3238.98	c Calls to reduceDB	: 32
3600.25/3238.98	c Number of update (reduction) of LBD	: 41833585
3600.25/3238.98	c Imported unit clauses	: 0
3600.25/3238.98	c No decision after first conflict	: false
3600.25/3238.98	c number of reductions to clauses (during analyze)	: 0
3600.25/3238.98	c number of learned constraints concerned by reduction	: 0
3600.25/3238.98	c number of learning phase by resolution	: 0
3600.25/3238.98	c number of learning phase by cutting planes	: 0
3600.25/3238.98	c number of rounding to 1 operations	: 3110878
3600.25/3238.98	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.25/3238.98	c number of reductions of the coefficients by power 2 	: 0
3600.25/3238.98	c number of right shift for reduction by power 2 	: 0
3600.25/3238.98	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.25/3238.98	c number of ending skipping 	: 0
3600.25/3238.98	c number of internal skipping 	: 0
3600.25/3238.98	c number of derivation steps 	: 45245015
3600.25/3238.98	c number of skipped derivation steps 	: 0
3600.25/3238.98	c number of remaining unassigned 	: 93002
3600.25/3238.98	c number of remaining assigned 	: 159602622
3600.25/3238.98	c number of falsified literals weakened from reason	: 0
3600.25/3238.98	c number of falsified literals weakened from conflict	: 0
3600.25/3238.98	c time for arithmetic operations	: 13683615028
3600.25/3238.99	c timeout
3600.44/3239.01	c minimum degree of deleted constraints	: 4
3600.44/3239.01	c maximum degree of deleted constraints	: 37572436
3600.44/3239.01	c number of deleted constraints	: 420929
3600.44/3239.01	c speed (assignments/second)	: 95668.32679994874
3600.44/3239.01	c non guided choices	: 21780
3600.44/3239.08	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 126533
3600.44/3239.08	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1842
3600.44/3239.08	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 125482
3600.44/3239.08	s UNKNOWN
3600.44/3239.08	c Total wall clock time (in seconds): 3238.927

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450225-1721407637/watcher-4450225-1721407637 -o /tmp/evaluation-result-4450225-1721407637/solver-4450225-1721407637 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1721406737-1023807 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4450225-1721407637.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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
solver pid=1024497, runsolver pid=1024494
Current StackSize limit: 8192 KiB


[startup+0.10008 s]*
/proc/loadavg: 4.68 4.33 3.55 6/329 1024515
/proc/meminfo: memFree=113346484/131524600 swapFree=130799640/131071996
[pid=1024497] ppid=1024494 vsize=18975048 memory=65336 CPUtime=0.13 cores=4,6
/proc/1024497/stat : 1024497 (java) S 1024494 1024497 1019718 0 -1 1077936128 7199 0 0 0 11 2 0 0 20 0 18 0 192922852 19430449152 16334 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
/proc/1024497/statm: 4743762 16334 5705 1 0 549318 0
[pid=1024497/tid=1024499] ppid=1024494 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/1024497/task/1024499/stat : 1024499 (java) R 1024494 1024497 1019718 0 -1 4194368 5739 0 0 0 7 1 0 0 20 0 18 0 192922852 19430449152 16334 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
[pid=1024497/tid=1024508] ppid=1024494 vsize=18975048 memory=237146210664 CPUtime=0 cores=4,6
/proc/1024497/task/1024508/stat : 1024508 (Finalizer) S 1024494 1024497 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 192922855 19430449152 16334 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
[pid=1024497/tid=1024515] ppid=1024494 vsize=18975048 memory=14134446136991189 CPUtime=0 cores=4,6
/proc/1024497/task/1024515/stat : 1024515 (Common-Cleaner) S 1024494 1024497 1019718 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 192922855 19430449152 16334 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65336 KiB

[startup+0.21212 s]*
/proc/loadavg: 4.68 4.33 3.55 8/329 1024515
/proc/meminfo: memFree=113306820/131524600 swapFree=130799640/131071996
[pid=1024497] ppid=1024494 vsize=18975048 memory=102876 CPUtime=0.34 cores=4,6
/proc/1024497/stat : 1024497 (java) S 1024494 1024497 1019718 0 -1 1077936128 7805 0 0 0 31 3 0 0 20 0 18 0 192922852 19430449152 25719 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
/proc/1024497/statm: 4743762 25719 5856 1 0 549716 0
[pid=1024497/tid=1024499] ppid=1024494 vsize=18975048 memory=6876556183782621315 CPUtime=0.18 cores=4,6
/proc/1024497/task/1024499/stat : 1024499 (java) R 1024494 1024497 1019718 0 -1 4194368 6049 0 0 0 16 2 0 0 20 0 18 0 192922852 19430449152 25719 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
[pid=1024497/tid=1024508] ppid=1024494 vsize=18975048 memory=1285800 CPUtime=0 cores=4,6
/proc/1024497/task/1024508/stat : 1024508 (Finalizer) S 1024494 1024497 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 192922855 19430449152 25719 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
[pid=1024497/tid=1024515] ppid=1024494 vsize=18975048 memory=13571496182286042 CPUtime=0 cores=4,6
/proc/1024497/task/1024515/stat : 1024515 (Common-Cleaner) S 1024494 1024497 1019718 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 192922855 19430449152 25719 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 102876 KiB

[startup+0.311123 s]*
/proc/loadavg: 4.68 4.33 3.55 7/330 1024516
/proc/meminfo: memFree=113243708/131524600 swapFree=130799640/131071996
[pid=1024497] ppid=1024494 vsize=19041612 memory=164644 CPUtime=0.52 cores=4,6
/proc/1024497/stat : 1024497 (java) S 1024494 1024497 1019718 0 -1 1077936128 9412 0 0 0 48 4 0 0 20 0 19 0 192922852 19498610688 41161 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
/proc/1024497/statm: 4760403 41161 5904 1 0 550988 0
[pid=1024497/tid=1024499] ppid=1024494 vsize=19041612 memory=-7524491859965600355 CPUtime=0.26 cores=4,6
/proc/1024497/task/1024499/stat : 1024499 (java) R 1024494 1024497 1019718 0 -1 4194368 6091 0 0 0 23 3 0 0 20 0 19 0 192922852 19498610688 41161 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
[pid=1024497/tid=1024508] ppid=1024494 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1024497/task/1024508/stat : 1024508 (Finalizer) S 1024494 1024497 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 192922855 19498610688 41161 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
[pid=1024497/tid=1024515] ppid=1024494 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1024497/task/1024515/stat : 1024515 (Common-Cleaner) S 1024494 1024497 1019718 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 192922855 19498610688 41161 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 164644 KiB

[startup+0.703117 s]
/proc/loadavg: 4.68 4.33 3.55 6/330 1024516
/proc/meminfo: memFree=112773012/131524600 swapFree=130799640/131071996
[pid=1024497] ppid=1024494 vsize=19108176 memory=675528 CPUtime=1.25 cores=4,6
/proc/1024497/stat : 1024497 (java) S 1024494 1024497 1019718 0 -1 1077936128 15019 0 0 0 109 16 0 0 20 0 20 0 192922852 19566772224 168882 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
/proc/1024497/statm: 4777044 168882 5904 1 0 553843 0
[pid=1024497/tid=1024499] ppid=1024494 vsize=19108176 memory=736 CPUtime=0.61 cores=4,6
/proc/1024497/task/1024499/stat : 1024499 (java) R 1024494 1024497 1019718 0 -1 4194368 6385 0 0 0 48 13 0 0 20 0 20 0 192922852 19566772224 168882 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
[pid=1024497/tid=1024508] ppid=1024494 vsize=19108176 memory=4892 CPUtime=0 cores=4,6
/proc/1024497/task/1024508/stat : 1024508 (Finalizer) S 1024494 1024497 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192922855 19566772224 168882 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
[pid=1024497/tid=1024515] ppid=1024494 vsize=19108176 memory=280165280441000 CPUtime=0 cores=4,6
/proc/1024497/task/1024515/stat : 1024515 (Common-Cleaner) S 1024494 1024497 1019718 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 192922855 19566772224 168882 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
[pid=1024497/tid=1024517] ppid=1024494 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1024497/task/1024517/stat : 1024517 (Timer-0) S 1024494 1024497 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192922903 19566772224 168882 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 675528 KiB

[startup+1.50115 s]
/proc/loadavg: 4.68 4.33 3.55 6/331 1024517
/proc/meminfo: memFree=112691968/131524600 swapFree=130799640/131071996
[pid=1024497] ppid=1024494 vsize=19108176 memory=803840 CPUtime=2.83 cores=4,6
/proc/1024497/stat : 1024497 (java) S 1024494 1024497 1019718 0 -1 1077936128 21795 0 0 0 263 20 0 0 20 0 20 0 192922852 19566772224 200960 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
/proc/1024497/statm: 4777044 200960 5904 1 0 557239 0
[pid=1024497/tid=1024499] ppid=1024494 vsize=19108176 memory=4892 CPUtime=1.38 cores=4,6
/proc/1024497/task/1024499/stat : 1024499 (java) R 1024494 1024497 1019718 0 -1 4194368 6543 0 0 0 123 15 0 0 20 0 20 0 192922852 19566772224 200960 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
[pid=1024497/tid=1024508] ppid=1024494 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1024497/task/1024508/stat : 1024508 (Finalizer) S 1024494 1024497 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192922855 19566772224 200960 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
[pid=1024497/tid=1024515] ppid=1024494 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1024497/task/1024515/stat : 1024515 (Common-Cleaner) S 1024494 1024497 1019718 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 192922855 19566772224 200960 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
[pid=1024497/tid=1024517] ppid=1024494 vsize=19108176 memory=280165280294160 CPUtime=0 cores=4,6
/proc/1024497/task/1024517/stat : 1024517 (Timer-0) S 1024494 1024497 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192922903 19566772224 200960 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 803840 KiB

[startup+3.10612 s]
/proc/loadavg: 4.87 4.37 3.57 6/331 1024518
/proc/meminfo: memFree=112120372/131524600 swapFree=130799640/131071996
[pid=1024497] ppid=1024494 vsize=19108176 memory=1326500 CPUtime=6.01 cores=4,6
/proc/1024497/stat : 1024497 (java) S 1024494 1024497 1019718 0 -1 1077936128 22754 0 0 0 571 30 0 0 20 0 20 0 192922852 19566772224 331625 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
/proc/1024497/statm: 4777044 331625 5904 1 0 557425 0
[pid=1024497/tid=1024499] ppid=1024494 vsize=19108176 memory=0 CPUtime=2.94 cores=4,6
/proc/1024497/task/1024499/stat : 1024499 (java) R 1024494 1024497 1019718 0 -1 4194368 6941 0 0 0 269 25 0 0 20 0 20 0 192922852 19566772224 331625 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
[pid=1024497/tid=1024508] ppid=1024494 vsize=19108176 memory=4892 CPUtime=0 cores=4,6
/proc/1024497/task/1024508/stat : 1024508 (Finalizer) S 1024494 1024497 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192922855 19566772224 331625 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
[pid=1024497/tid=1024515] ppid=1024494 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1024497/task/1024515/stat : 1024515 (Common-Cleaner) S 1024494 1024497 1019718 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 192922855 19566772224 331625 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
[pid=1024497/tid=1024517] ppid=1024494 vsize=19108176 memory=7804 CPUtime=0 cores=4,6
/proc/1024497/task/1024517/stat : 1024517 (Timer-0) S 1024494 1024497 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192922903 19566772224 331625 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
Current children cumulated CPU time: 6.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1326500 KiB

[startup+6.30024 s]
/proc/loadavg: 4.87 4.37 3.57 5/332 1024521
/proc/meminfo: memFree=112078904/131524600 swapFree=130799640/131071996
[pid=1024497] ppid=1024494 vsize=19108176 memory=1399576 CPUtime=10.1 cores=4,6
/proc/1024497/stat : 1024497 (java) S 1024494 1024497 1019718 0 -1 1077936128 31691 0 0 0 977 33 0 0 20 0 20 0 192922852 19566772224 349894 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
/proc/1024497/statm: 4777044 349894 5920 1 0 916744 0
[pid=1024497/tid=1024499] ppid=1024494 vsize=19108176 memory=4892 CPUtime=6.06 cores=4,6
/proc/1024497/task/1024499/stat : 1024499 (java) R 1024494 1024497 1019718 0 -1 4194368 8311 0 0 0 579 27 0 0 20 0 20 0 192922852 19566772224 349894 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
[pid=1024497/tid=1024508] ppid=1024494 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1024497/task/1024508/stat : 1024508 (Finalizer) S 1024494 1024497 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192922855 19566772224 349894 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
[pid=1024497/tid=1024515] ppid=1024494 vsize=19108176 memory=-6163001859702092992 CPUtime=0 cores=4,6
/proc/1024497/task/1024515/stat : 1024515 (Common-Cleaner) S 1024494 1024497 1019718 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 192922855 19566772224 349894 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
[pid=1024497/tid=1024517] ppid=1024494 vsize=19108176 memory=816128 CPUtime=0 cores=4,6
/proc/1024497/task/1024517/stat : 1024517 (Timer-0) S 1024494 1024497 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192922903 19566772224 349894 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
Current children cumulated CPU time: 10.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1399576 KiB

[startup+12.7003 s]
/proc/loadavg: 4.80 4.37 3.57 5/332 1024521
/proc/meminfo: memFree=110593652/131524600 swapFree=130799640/131071996
[pid=1024497] ppid=1024494 vsize=19108176 memory=2808700 CPUtime=16.63 cores=4,6
/proc/1024497/stat : 1024497 (java) S 1024494 1024497 1019718 0 -1 1077936128 33702 0 0 0 1602 61 0 0 20 0 20 0 192922852 19566772224 702175 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
/proc/1024497/statm: 4777044 702175 5920 1 0 916758 0
[pid=1024497/tid=1024499] ppid=1024494 vsize=19108176 memory=0 CPUtime=12.3 cores=4,6
/proc/1024497/task/1024499/stat : 1024499 (java) R 1024494 1024497 1019718 0 -1 4194368 9289 0 0 0 1178 52 0 0 20 0 20 0 192922852 19566772224 702175 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
[pid=1024497/tid=1024508] ppid=1024494 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1024497/task/1024508/stat : 1024508 (Finalizer) S 1024494 1024497 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192922855 19566772224 702175 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
[pid=1024497/tid=1024515] ppid=1024494 vsize=19108176 memory=2808700 CPUtime=0 cores=4,6
/proc/1024497/task/1024515/stat : 1024515 (Common-Cleaner) S 1024494 1024497 1019718 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 192922855 19566772224 702175 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
[pid=1024497/tid=1024517] ppid=1024494 vsize=19108176 memory=4892 CPUtime=0 cores=4,6
/proc/1024497/task/1024517/stat : 1024517 (Timer-0) S 1024494 1024497 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192922903 19566772224 702175 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
Current children cumulated CPU time: 16.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2808700 KiB

[startup+25.5041 s]
/proc/loadavg: 4.62 4.35 3.58 5/332 1024524
/proc/meminfo: memFree=110592644/131524600 swapFree=130799640/131071996
[pid=1024497] ppid=1024494 vsize=19108176 memory=2809788 CPUtime=29.74 cores=4,6
/proc/1024497/stat : 1024497 (java) S 1024494 1024497 1019718 0 -1 1077936128 40125 0 0 0 2912 62 0 0 20 0 20 0 192922852 19566772224 702447 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
/proc/1024497/statm: 4777044 702447 5920 1 0 916917 0
[pid=1024497/tid=1024499] ppid=1024494 vsize=19108176 memory=2808700 CPUtime=24.82 cores=4,6
/proc/1024497/task/1024499/stat : 1024499 (java) S 1024494 1024497 1019718 0 -1 1077936192 12177 0 0 0 2429 53 0 0 20 0 20 0 192922852 19566772224 702447 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
[pid=1024497/tid=1024508] ppid=1024494 vsize=19108176 memory=-7524491859965600355 CPUtime=0 cores=4,6
/proc/1024497/task/1024508/stat : 1024508 (Finalizer) S 1024494 1024497 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192922855 19566772224 702447 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
[pid=1024497/tid=1024515] ppid=1024494 vsize=19108176 memory=29536 CPUtime=0 cores=4,6
/proc/1024497/task/1024515/stat : 1024515 (Common-Cleaner) S 1024494 1024497 1019718 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 192922855 19566772224 702447 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
[pid=1024497/tid=1024517] ppid=1024494 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1024497/task/1024517/stat : 1024517 (Timer-0) S 1024494 1024497 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192922903 19566772224 702447 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
Current children cumulated CPU time: 29.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2809788 KiB

[startup+51.1057 s]
/proc/loadavg: 4.55 4.35 3.60 5/332 1024527
/proc/meminfo: memFree=109833428/131524600 swapFree=130799640/131071996
[pid=1024497] ppid=1024494 vsize=19108176 memory=3440072 CPUtime=55.93 cores=4,6
/proc/1024497/stat : 1024497 (java) S 1024494 1024497 1019718 0 -1 1077936128 45594 0 0 0 5518 75 0 0 20 0 20 0 192922852 19566772224 860018 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
/proc/1024497/statm: 4777044 860018 5936 1 0 1044341 0
[pid=1024497/tid=1024499] ppid=1024494 vsize=19108176 memory=3364160 CPUtime=49.48 cores=4,6
/proc/1024497/task/1024499/stat : 1024499 (java) R 1024494 1024497 1019718 0 -1 4194368 15598 0 0 0 4885 63 0 0 20 0 20 0 192922852 19566772224 860018 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
[pid=1024497/tid=1024508] ppid=1024494 vsize=19108176 memory=29536 CPUtime=0 cores=4,6
/proc/1024497/task/1024508/stat : 1024508 (Finalizer) S 1024494 1024497 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192922855 19566772224 860018 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0

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

/proc/1024497/task/1024515/stat : 1024515 (Common-Cleaner) S 1024494 1024497 1019718 0 -1 1077936192 2568 0 0 0 0 0 0 0 20 0 20 0 192922855 19566772224 1499881 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
[pid=1024497/tid=1024517] ppid=1024494 vsize=19108176 memory=16256 CPUtime=0 cores=4,6
/proc/1024497/task/1024517/stat : 1024517 (Timer-0) S 1024494 1024497 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192922903 19566772224 1499881 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
Current children cumulated CPU time: 3216.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5999524 KiB

[startup+2982.3 s]
/proc/loadavg: 1.29 1.86 3.15 2/253 1026370
/proc/meminfo: memFree=119958340/131524600 swapFree=130799640/131071996
[pid=1024497] ppid=1024494 vsize=19108176 memory=5999528 CPUtime=3289.68 cores=4,6
/proc/1024497/stat : 1024497 (java) S 1024494 1024497 1019718 0 -1 1077936128 590355 0 0 0 328522 446 0 0 20 0 20 0 192922852 19566772224 1499882 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
/proc/1024497/statm: 4777044 1499882 5954 1 0 1512057 0
[pid=1024497/tid=1024499] ppid=1024494 vsize=19108176 memory=5999528 CPUtime=2893.84 cores=4,6
/proc/1024497/task/1024499/stat : 1024499 (java) R 1024494 1024497 1019718 0 -1 4194368 274376 0 0 0 289262 122 0 0 20 0 20 0 192922852 19566772224 1499882 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 62 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
[pid=1024497/tid=1024508] ppid=1024494 vsize=19108176 memory=736 CPUtime=0 cores=4,6
/proc/1024497/task/1024508/stat : 1024508 (Finalizer) S 1024494 1024497 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192922855 19566772224 1499882 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
[pid=1024497/tid=1024515] ppid=1024494 vsize=19108176 memory=5999460 CPUtime=0 cores=4,6
/proc/1024497/task/1024515/stat : 1024515 (Common-Cleaner) S 1024494 1024497 1019718 0 -1 1077936192 2622 0 0 0 0 0 0 0 20 0 20 0 192922855 19566772224 1499882 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
[pid=1024497/tid=1024517] ppid=1024494 vsize=19108176 memory=5999528 CPUtime=0 cores=4,6
/proc/1024497/task/1024517/stat : 1024517 (Timer-0) S 1024494 1024497 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192922903 19566772224 1499882 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
Current children cumulated CPU time: 3289.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5999528 KiB

[startup+3042.3 s]
/proc/loadavg: 1.39 1.78 3.04 2/253 1026382
/proc/meminfo: memFree=119957800/131524600 swapFree=130799640/131071996
[pid=1024497] ppid=1024494 vsize=19108176 memory=5999576 CPUtime=3363.57 cores=4,6
/proc/1024497/stat : 1024497 (java) S 1024494 1024497 1019718 0 -1 1077936128 609196 0 0 0 335898 459 0 0 20 0 20 0 192922852 19566772224 1499894 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
/proc/1024497/statm: 4777044 1499894 5954 1 0 1512057 0
[pid=1024497/tid=1024499] ppid=1024494 vsize=19108176 memory=736 CPUtime=2952.21 cores=4,6
/proc/1024497/task/1024499/stat : 1024499 (java) R 1024494 1024497 1019718 0 -1 4194368 283535 0 0 0 295098 123 0 0 20 0 20 0 192922852 19566772224 1499894 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 62 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
[pid=1024497/tid=1024508] ppid=1024494 vsize=19108176 memory=5999576 CPUtime=0 cores=4,6
/proc/1024497/task/1024508/stat : 1024508 (Finalizer) S 1024494 1024497 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192922855 19566772224 1499894 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
[pid=1024497/tid=1024515] ppid=1024494 vsize=19108176 memory=5999572 CPUtime=0 cores=4,6
/proc/1024497/task/1024515/stat : 1024515 (Common-Cleaner) S 1024494 1024497 1019718 0 -1 1077936192 2622 0 0 0 0 0 0 0 20 0 20 0 192922855 19566772224 1499894 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
[pid=1024497/tid=1024517] ppid=1024494 vsize=19108176 memory=5999576 CPUtime=0 cores=4,6
/proc/1024497/task/1024517/stat : 1024517 (Timer-0) S 1024494 1024497 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192922903 19566772224 1499894 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
Current children cumulated CPU time: 3363.57 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5999576 KiB

[startup+3102.3 s]
/proc/loadavg: 1.41 1.71 2.93 2/253 1026392
/proc/meminfo: memFree=119955100/131524600 swapFree=130799640/131071996
[pid=1024497] ppid=1024494 vsize=19108176 memory=6001680 CPUtime=3437.38 cores=4,6
/proc/1024497/stat : 1024497 (java) S 1024494 1024497 1019718 0 -1 1077936128 610980 0 0 0 343266 472 0 0 20 0 20 0 192922852 19566772224 1500420 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
/proc/1024497/statm: 4777044 1500420 5954 1 0 1512103 0
[pid=1024497/tid=1024499] ppid=1024494 vsize=19108176 memory=5999576 CPUtime=3010.67 cores=4,6
/proc/1024497/task/1024499/stat : 1024499 (java) R 1024494 1024497 1019718 0 -1 4194368 284852 0 0 0 300944 123 0 0 20 0 20 0 192922852 19566772224 1500420 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 66 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
[pid=1024497/tid=1024508] ppid=1024494 vsize=19108176 memory=144 CPUtime=0 cores=4,6
/proc/1024497/task/1024508/stat : 1024508 (Finalizer) S 1024494 1024497 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192922855 19566772224 1500420 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
[pid=1024497/tid=1024515] ppid=1024494 vsize=19108176 memory=5999584 CPUtime=0 cores=4,6
/proc/1024497/task/1024515/stat : 1024515 (Common-Cleaner) S 1024494 1024497 1019718 0 -1 1077936192 2676 0 0 0 0 0 0 0 20 0 20 0 192922855 19566772224 1500420 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
[pid=1024497/tid=1024517] ppid=1024494 vsize=19108176 memory=6001680 CPUtime=0 cores=4,6
/proc/1024497/task/1024517/stat : 1024517 (Timer-0) S 1024494 1024497 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192922903 19566772224 1500420 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
Current children cumulated CPU time: 3437.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6001680 KiB

[startup+3162.3 s]
/proc/loadavg: 1.27 1.62 2.82 3/253 1026404
/proc/meminfo: memFree=119954436/131524600 swapFree=130799640/131071996
[pid=1024497] ppid=1024494 vsize=19108176 memory=6001860 CPUtime=3509.97 cores=4,6
/proc/1024497/stat : 1024497 (java) S 1024494 1024497 1019718 0 -1 1077936128 628994 0 0 0 350513 484 0 0 20 0 20 0 192922852 19566772224 1500465 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
/proc/1024497/statm: 4777044 1500465 5954 1 0 1512119 0
[pid=1024497/tid=1024499] ppid=1024494 vsize=19108176 memory=144 CPUtime=3069.44 cores=4,6
/proc/1024497/task/1024499/stat : 1024499 (java) R 1024494 1024497 1019718 0 -1 4194368 293698 0 0 0 306820 124 0 0 20 0 20 0 192922852 19566772224 1500465 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 66 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
[pid=1024497/tid=1024508] ppid=1024494 vsize=19108176 memory=5999584 CPUtime=0 cores=4,6
/proc/1024497/task/1024508/stat : 1024508 (Finalizer) S 1024494 1024497 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192922855 19566772224 1500465 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
[pid=1024497/tid=1024515] ppid=1024494 vsize=19108176 memory=6001860 CPUtime=0 cores=4,6
/proc/1024497/task/1024515/stat : 1024515 (Common-Cleaner) S 1024494 1024497 1019718 0 -1 1077936192 2676 0 0 0 0 0 0 0 20 0 20 0 192922855 19566772224 1500465 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
[pid=1024497/tid=1024517] ppid=1024494 vsize=19108176 memory=7804 CPUtime=0 cores=4,6
/proc/1024497/task/1024517/stat : 1024517 (Timer-0) S 1024494 1024497 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192922903 19566772224 1500465 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
Current children cumulated CPU time: 3509.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6001860 KiB

[startup+3222.3 s]
/proc/loadavg: 1.30 1.57 2.73 2/257 1026422
/proc/meminfo: memFree=119953696/131524600 swapFree=130799640/131071996
[pid=1024497] ppid=1024494 vsize=19108176 memory=6001860 CPUtime=3580.07 cores=4,6
/proc/1024497/stat : 1024497 (java) S 1024494 1024497 1019718 0 -1 1077936128 630533 0 0 0 357514 493 0 0 20 0 20 0 192922852 19566772224 1500465 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
/proc/1024497/statm: 4777044 1500465 5954 1 0 1512119 0
[pid=1024497/tid=1024499] ppid=1024494 vsize=19108176 memory=144 CPUtime=3127.84 cores=4,6
/proc/1024497/task/1024499/stat : 1024499 (java) R 1024494 1024497 1019718 0 -1 4194368 294765 0 0 0 312660 124 0 0 20 0 20 0 192922852 19566772224 1500465 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 66 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
[pid=1024497/tid=1024508] ppid=1024494 vsize=19108176 memory=5999584 CPUtime=0 cores=4,6
/proc/1024497/task/1024508/stat : 1024508 (Finalizer) S 1024494 1024497 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192922855 19566772224 1500465 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
[pid=1024497/tid=1024515] ppid=1024494 vsize=19108176 memory=4892 CPUtime=0 cores=4,6
/proc/1024497/task/1024515/stat : 1024515 (Common-Cleaner) S 1024494 1024497 1019718 0 -1 1077936192 2730 0 0 0 0 0 0 0 20 0 20 0 192922855 19566772224 1500465 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
[pid=1024497/tid=1024517] ppid=1024494 vsize=19108176 memory=6001860 CPUtime=0 cores=4,6
/proc/1024497/task/1024517/stat : 1024517 (Timer-0) S 1024494 1024497 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192922903 19566772224 1500465 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
Current children cumulated CPU time: 3580.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6001860 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3238.8 s]
/proc/loadavg: 1.29 1.55 2.70 2/257 1026425
/proc/meminfo: memFree=119953528/131524600 swapFree=130799640/131071996
[pid=1024497] ppid=1024494 vsize=19108176 memory=6001868 CPUtime=3600.04 cores=4,6
/proc/1024497/stat : 1024497 (java) S 1024494 1024497 1019718 0 -1 1077936128 631467 0 0 0 359510 494 0 0 20 0 20 0 192922852 19566772224 1500467 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
/proc/1024497/statm: 4777044 1500467 5954 1 0 1512136 0
[pid=1024497/tid=1024499] ppid=1024494 vsize=19108176 memory=1285717 CPUtime=3143.94 cores=4,6
/proc/1024497/task/1024499/stat : 1024499 (java) R 1024494 1024497 1019718 0 -1 4194368 295276 0 0 0 314270 124 0 0 20 0 20 0 192922852 19566772224 1500467 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 66 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
[pid=1024497/tid=1024508] ppid=1024494 vsize=19108176 memory=4892 CPUtime=0 cores=4,6
/proc/1024497/task/1024508/stat : 1024508 (Finalizer) S 1024494 1024497 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192922855 19566772224 1500467 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
[pid=1024497/tid=1024515] ppid=1024494 vsize=19108176 memory=736 CPUtime=0 cores=4,6
/proc/1024497/task/1024515/stat : 1024515 (Common-Cleaner) S 1024494 1024497 1019718 0 -1 1077936192 2730 0 0 0 0 0 0 0 20 0 20 0 192922855 19566772224 1500467 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
[pid=1024497/tid=1024517] ppid=1024494 vsize=19108176 memory=29932 CPUtime=0 cores=4,6
/proc/1024497/task/1024517/stat : 1024517 (Timer-0) S 1024494 1024497 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192922903 19566772224 1500467 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6001868 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.66 s, system=4.97382 s

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

[startup+3239 s]*
/proc/loadavg: 1.29 1.55 2.70 6/260 1026428
/proc/meminfo: memFree=119952852/131524600 swapFree=130799640/131071996
[pid=1024497] ppid=1024494 vsize=19307868 memory=6002552 CPUtime=3600.44 cores=4,6
/proc/1024497/stat : 1024497 (java) S 1024494 1024497 1019718 0 -1 1077936128 633507 0 0 0 359549 495 0 0 20 0 23 0 192922852 19771256832 1500638 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
/proc/1024497/statm: 4826967 1500638 5953 1 0 1513043 0
[pid=1024497/tid=1024499] ppid=1024494 vsize=19307868 memory=25964 CPUtime=3143.96 cores=4,6
/proc/1024497/task/1024499/stat : 1024499 (java) R 1024494 1024497 1019718 0 -1 1077936192 295319 0 0 0 314272 124 0 0 20 0 23 0 192922852 19771256832 1500638 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 66 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
[pid=1024497/tid=1024508] ppid=1024494 vsize=19307868 memory=-6933350163988323269 CPUtime=0 cores=4,6
/proc/1024497/task/1024508/stat : 1024508 (Finalizer) S 1024494 1024497 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 23 0 192922855 19771256832 1500638 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
[pid=1024497/tid=1024515] ppid=1024494 vsize=19307868 memory=2260 CPUtime=0 cores=4,6
/proc/1024497/task/1024515/stat : 1024515 (Common-Cleaner) S 1024494 1024497 1019718 0 -1 1077936192 2730 0 0 0 0 0 0 0 20 0 23 0 192922855 19771256832 1500638 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
[pid=1024497/tid=1024517] ppid=1024494 vsize=19307868 memory=200 CPUtime=0 cores=4,6
/proc/1024497/task/1024517/stat : 1024517 (Timer-0) R 1024494 1024497 1019718 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 23 0 192922903 19771256832 1500638 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
[pid=1024497/tid=1026427] ppid=1024494 vsize=19307868 memory=128 CPUtime=0 cores=4,6
/proc/1024497/task/1026427/stat : 1026427 (Thread-0) R 1024494 1024497 1019718 0 -1 4194368 353 0 0 0 0 0 0 0 20 0 23 0 193246748 19771256832 1500638 134679101440 93966608338944 93966608342640 140722288975456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93966608350456 93966608351248 93966629662720 140722288976878 140722288976991 140722288976991 140722288984008 0
Current children cumulated CPU time: 3600.44 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 6002552 KiB

[startup+3239.11 s]*
/proc/loadavg: 1.29 1.55 2.70 2/239 1026428
/proc/meminfo: memFree=125772784/131524600 swapFree=130799640/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3239.11
CPU time (s): 3600.64
CPU user time (s): 3595.66
CPU system time (s): 4.97382
CPU usage (%): 111.161
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 6002552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.66
system time used= 4.97382
maximum resident set size= 6003444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 633898
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 133647
involuntary context switches= 25135


# summary of solver processes directly reported to runsolver:
#   pid: 1024497
#   total CPU time (s): 3600.64
#   total CPU user time (s): 3595.66
#   total CPU system time (s): 4.97382

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.76682 second user time and 15.9479 second system time

The end

Launcher Data

Begin job on nodeC014 at 2024-07-19 18:47:30
IDJOB=4450225
IDBENCH=160415
IDSOLVER=3046
FILE ID=nodeC014/4450225-1721407637
RUNJOBID= nodeC014-1721406737-1023807
SLURM_JOB_ID= 7545426
Free space on /tmp= 890032 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/normalized-3col-almost3reg-l100-r099-n1.cnf-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450225-1721407637/watcher-4450225-1721407637 -o /tmp/evaluation-result-4450225-1721407637/solver-4450225-1721407637 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1721406737-1023807 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4450225-1721407637.opb

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

MD5SUM BENCH= 4aca60576f41ce0be442f97c9c36c82a
RANDOM SEED=2475

nodeC014.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		: 3653.292
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.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.656
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	: 7005.96
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		: 3653.336
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.32
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		: 3611.214
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	: 7005.96
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.690
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.32
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		: 3611.222
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	: 7005.96
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		: 3599.677
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.32
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		: 3599.944
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	: 7005.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        113388368 kB
MemAvailable:   117501024 kB
Buffers:          484784 kB
Cached:          4423568 kB
SwapCached:        12868 kB
Active:          1488324 kB
Inactive:       15997532 kB
Active(anon):       9176 kB
Inactive(anon): 12597808 kB
Active(file):    1479148 kB
Inactive(file):  3399724 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       130799640 kB
Dirty:              1692 kB
Writeback:            28 kB
AnonPages:      12568808 kB
Mapped:            70644 kB
Shmem:             29480 kB
KReclaimable:     146864 kB
Slab:             249536 kB
SReclaimable:     146864 kB
SUnreclaim:       102672 kB
KernelStack:        4992 kB
PageTables:        34764 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   13317180 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            35264 kB
HardwareCorrupted:     0 kB
AnonHugePages:  12128256 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:      303828 kB
DirectMap2M:    38266880 kB
DirectMap1G:    97517568 kB

Free space on /tmp at the end= 890036 MiB
End job on nodeC014 at 2024-07-19 19:41:29