Trace number 4441955

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.25 3528.53

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/www.ps.uni-sb.de/~walser/
benchmarks/ppp-problems/normalized-ppp:1,3-13,19.opb
MD5SUMd1aade7dcf65cc3dbe16a05e614ec6ef
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.105367
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4608
Total number of constraints30348
Number of constraints which are clauses29328
Number of constraints which are cardinality constraints (but not clauses)942
Number of constraints which are nor clauses,nor cardinality constraints78
Minimum length of a constraint3
Maximum length of a constraint29
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 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 102
Number of bits of the biggest sum of numbers7
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.09	c Free memory 		2106806208
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.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: ASSIGNED
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Armin Biere (Picosat) restarts strategy
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: ASSIGNED
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Armin Biere (Picosat) restarts strategy
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4441955-1721296380.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  no objective function found
1.11/0.66	c ... done. Wall clock time 0.507s.
1.11/0.66	c declared #vars     4608
1.11/0.66	c #constraints  30522
1.11/0.66	c constraints type 
1.11/0.66	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 942
1.11/0.66	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 78
1.11/0.66	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 29502
1.11/0.66	c 30522 constraints processed.
7.85/4.83	c cleaning 2484 clauses out of 5000 with flag 0/5000
11.43/8.27	c cleaning 4252 clauses out of 8518 with flag 0/11002
17.05/13.71	c cleaning 5609 clauses out of 11264 with flag 0/18000
21.91/18.40	c cleaning 6789 clauses out of 13655 with flag 0/26000
39.30/35.52	c cleaning 7806 clauses out of 15866 with flag 0/35000
48.51/44.57	c cleaning 8512 clauses out of 18060 with flag 0/45000
58.97/54.74	c cleaning 8687 clauses out of 20548 with flag 0/56000
72.19/67.57	c cleaning 8132 clauses out of 23862 with flag 0/68001
89.54/84.41	c cleaning 9378 clauses out of 28729 with flag 0/81000
113.06/107.59	c cleaning 10478 clauses out of 33351 with flag 0/95000
145.31/139.11	c cleaning 11149 clauses out of 37876 with flag 0/110003
164.12/157.42	c cleaning 11460 clauses out of 42725 with flag 0/126001
185.12/177.80	c cleaning 11349 clauses out of 48264 with flag 0/143000
202.76/195.10	c cleaning 10521 clauses out of 54918 with flag 0/161003
224.82/216.59	c cleaning 11419 clauses out of 63394 with flag 0/180000
242.31/233.63	c cleaning 10060 clauses out of 71977 with flag 0/200002
267.32/258.03	c cleaning 10502 clauses out of 82915 with flag 0/221000
302.42/292.55	c cleaning 11213 clauses out of 94415 with flag 0/243002
338.18/327.52	c cleaning 13360 clauses out of 106201 with flag 0/266001
397.67/386.01	c cleaning 19499 clauses out of 116840 with flag 0/290000
439.38/426.95	c cleaning 14331 clauses out of 122341 with flag 0/315000
489.13/475.64	c cleaning 11621 clauses out of 134011 with flag 0/341001
541.45/527.03	c cleaning 12222 clauses out of 149390 with flag 0/368001
596.78/581.57	c cleaning 11000 clauses out of 165167 with flag 0/396000
628.21/612.13	c cleaning 15191 clauses out of 183169 with flag 0/425002
698.30/680.90	c cleaning 18542 clauses out of 197978 with flag 0/455002
765.43/745.80	c cleaning 14836 clauses out of 210434 with flag 0/486000
872.77/852.33	c cleaning 15961 clauses out of 227598 with flag 0/518000
987.07/965.24	c cleaning 17800 clauses out of 244638 with flag 0/551001
1146.50/1122.51	c cleaning 18396 clauses out of 260838 with flag 0/585001
1201.75/1176.46	c cleaning 20141 clauses out of 277441 with flag 0/620000
1287.61/1260.67	c cleaning 18536 clauses out of 293301 with flag 0/656001
1437.46/1407.91	c cleaning 23886 clauses out of 311764 with flag 0/693000
1562.80/1531.28	c cleaning 24374 clauses out of 325878 with flag 0/731000
1815.62/1779.00	c cleaning 24454 clauses out of 340504 with flag 0/770000
1962.41/1923.45	c cleaning 23496 clauses out of 356050 with flag 0/810000
2165.10/2124.43	c cleaning 18370 clauses out of 373556 with flag 0/851002
2370.54/2327.37	c cleaning 21716 clauses out of 397186 with flag 0/893002
2445.05/2399.69	c cleaning 21399 clauses out of 418468 with flag 0/936000
2549.44/2501.74	c cleaning 22443 clauses out of 441071 with flag 0/980002
2674.29/2621.23	c cleaning 21096 clauses out of 463626 with flag 0/1025000
2884.20/2829.52	c cleaning 16492 clauses out of 488531 with flag 0/1071001
3012.70/2956.15	c cleaning 18843 clauses out of 519039 with flag 0/1118001
3159.31/3098.77	c cleaning 16115 clauses out of 548195 with flag 0/1166000
3328.79/3265.29	c cleaning 22096 clauses out of 581083 with flag 0/1215003
3572.32/3500.92	c cleaning 25367 clauses out of 608986 with flag 0/1265002
3600.07/3528.41	c starts		: 190
3600.07/3528.41	c timeout
3600.07/3528.41	c conflicts		: 1275674
3600.07/3528.41	c decisions		: 1602963
3600.07/3528.41	c propagations		: 48913883
3600.07/3528.41	c inspects		: 6074190969
3600.07/3528.41	c shortcuts		: 0
3600.07/3528.41	c learnt literals	: 0
3600.07/3528.41	c learnt binary clauses	: 0
3600.07/3528.41	c learnt ternary clauses	: 0
3600.07/3528.41	c learnt constraints	: 1275673
3600.07/3528.41	c ignored constraints	: 0
3600.07/3528.41	c root simplifications	: 0
3600.07/3528.41	c removed literals (reason simplification)	: 0
3600.07/3528.41	c reason swapping (by a shorter reason)	: 0
3600.07/3528.41	c Calls to reduceDB	: 46
3600.07/3528.41	c Number of update (reduction) of LBD	: 44472
3600.07/3528.41	c Imported unit clauses	: 0
3600.07/3528.41	c No decision after first conflict	: false
3600.07/3528.41	c number of reductions to clauses (during analyze)	: 0
3600.07/3528.41	c number of learned constraints concerned by reduction	: 0
3600.07/3528.41	c number of learning phase by resolution	: 0
3600.07/3528.41	c number of learning phase by cutting planes	: 0
3600.07/3528.41	c number of rounding to 1 operations	: 3600796
3600.07/3528.41	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3528.41	c number of reductions of the coefficients by power 2 	: 0
3600.07/3528.41	c number of right shift for reduction by power 2 	: 0
3600.07/3528.41	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3528.41	c number of ending skipping 	: 0
3600.07/3528.41	c number of internal skipping 	: 0
3600.07/3528.41	c number of derivation steps 	: 14372833
3600.07/3528.41	c number of skipped derivation steps 	: 0
3600.07/3528.41	c number of remaining unassigned 	: 271593
3600.07/3528.41	c number of remaining assigned 	: 137856977
3600.07/3528.41	c number of falsified literals weakened from reason	: 0
3600.07/3528.41	c number of falsified literals weakened from conflict	: 0
3600.07/3528.41	c time for arithmetic operations	: 13935506870
3600.07/3528.42	c minimum degree of deleted constraints	: 4
3600.07/3528.42	c maximum degree of deleted constraints	: 1000352
3600.07/3528.42	c number of deleted constraints	: 681383
3600.07/3528.42	c speed (assignments/second)	: 13865.446116707684
3600.07/3528.42	c non guided choices	: 32595
3600.07/3528.50	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 442902
3600.07/3528.50	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 3950
3600.07/3528.50	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 147438
3600.07/3528.50	s UNKNOWN
3600.07/3528.50	c Total wall clock time (in seconds): 3528.35

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4441955-1721296380/watcher-4441955-1721296380 -o /tmp/evaluation-result-4441955-1721296380/solver-4441955-1721296380 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721292927-920402 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4441955-1721296380.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=922976, runsolver pid=922973

[startup+0.101062 s]*
/proc/loadavg: 4.56 4.63 4.57 6/331 922994
/proc/meminfo: memFree=112862568/131524600 swapFree=131071996/131071996
[pid=922976] ppid=922973 vsize=18975048 memory=64192 CPUtime=0.14 cores=1,3
/proc/922976/stat : 922976 (java) S 922973 922976 920389 0 -1 1077936128 7092 0 0 0 12 2 0 0 20 0 18 0 181798606 19430449152 16048 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
/proc/922976/statm: 4743762 16048 5607 1 0 549323 0
[pid=922976/tid=922978] ppid=922973 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/922976/task/922978/stat : 922978 (java) R 922973 922976 920389 0 -1 4194368 5676 0 0 0 7 1 0 0 20 0 18 0 181798606 19430449152 16048 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
[pid=922976/tid=922987] ppid=922973 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/922976/task/922987/stat : 922987 (Finalizer) S 922973 922976 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 181798609 19430449152 16048 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
[pid=922976/tid=922994] ppid=922973 vsize=18975048 memory=14699582227506071 CPUtime=0 cores=1,3
/proc/922976/task/922994/stat : 922994 (Common-Cleaner) S 922973 922976 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 181798609 19430449152 16048 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64192 KiB

[startup+0.208551 s]*
/proc/loadavg: 4.56 4.63 4.57 7/331 922994
/proc/meminfo: memFree=112831356/131524600 swapFree=131071996/131071996
[pid=922976] ppid=922973 vsize=18975048 memory=96352 CPUtime=0.34 cores=1,3
/proc/922976/stat : 922976 (java) S 922973 922976 920389 0 -1 1077936128 7656 0 0 0 31 3 0 0 20 0 18 0 181798606 19430449152 24088 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
/proc/922976/statm: 4743762 24088 5898 1 0 549704 0
[pid=922976/tid=922978] ppid=922973 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=1,3
/proc/922976/task/922978/stat : 922978 (java) R 922973 922976 920389 0 -1 4194368 5977 0 0 0 16 2 0 0 20 0 18 0 181798606 19430449152 24088 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
[pid=922976/tid=922987] ppid=922973 vsize=18975048 memory=14994 CPUtime=0 cores=1,3
/proc/922976/task/922987/stat : 922987 (Finalizer) S 922973 922976 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 181798609 19430449152 24088 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
[pid=922976/tid=922994] ppid=922973 vsize=18975048 memory=15537410087847364 CPUtime=0 cores=1,3
/proc/922976/task/922994/stat : 922994 (Common-Cleaner) S 922973 922976 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 181798609 19430449152 24088 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 96352 KiB

[startup+0.315542 s]*
/proc/loadavg: 4.56 4.63 4.57 7/332 922995
/proc/meminfo: memFree=112763108/131524600 swapFree=131071996/131071996
[pid=922976] ppid=922973 vsize=19041612 memory=164264 CPUtime=0.55 cores=1,3
/proc/922976/stat : 922976 (java) S 922973 922976 920389 0 -1 1077936128 9286 0 0 0 51 4 0 0 20 0 19 0 181798606 19498610688 41066 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
/proc/922976/statm: 4760403 41066 5898 1 0 551010 0
[pid=922976/tid=922978] ppid=922973 vsize=19041612 memory=-8959455618412094140 CPUtime=0.27 cores=1,3
/proc/922976/task/922978/stat : 922978 (java) R 922973 922976 920389 0 -1 4194368 6018 0 0 0 24 3 0 0 20 0 19 0 181798606 19498610688 41066 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
[pid=922976/tid=922987] ppid=922973 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/922976/task/922987/stat : 922987 (Finalizer) S 922973 922976 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 181798609 19498610688 41066 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
[pid=922976/tid=922994] ppid=922973 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/922976/task/922994/stat : 922994 (Common-Cleaner) S 922973 922976 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 181798609 19498610688 41066 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 164264 KiB

[startup+0.702876 s]
/proc/loadavg: 4.56 4.63 4.57 6/332 922995
/proc/meminfo: memFree=112412372/131524600 swapFree=131071996/131071996
[pid=922976] ppid=922973 vsize=19108176 memory=629336 CPUtime=1.28 cores=1,3
/proc/922976/stat : 922976 (java) S 922973 922976 920389 0 -1 1077936128 15671 0 0 0 114 14 0 0 20 0 20 0 181798606 19566772224 157334 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
/proc/922976/statm: 4777044 157334 5914 1 0 553745 0
[pid=922976/tid=922978] ppid=922973 vsize=19108176 memory=5560 CPUtime=0.62 cores=1,3
/proc/922976/task/922978/stat : 922978 (java) R 922973 922976 920389 0 -1 1077936192 6293 0 0 0 50 12 0 0 20 0 20 0 181798606 19566772224 157334 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
[pid=922976/tid=922987] ppid=922973 vsize=19108176 memory=13012 CPUtime=0 cores=1,3
/proc/922976/task/922987/stat : 922987 (Finalizer) S 922973 922976 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181798609 19566772224 157334 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
[pid=922976/tid=922994] ppid=922973 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/922976/task/922994/stat : 922994 (Common-Cleaner) S 922973 922976 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 181798609 19566772224 157334 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 629336 KiB

[startup+1.50361 s]
/proc/loadavg: 4.56 4.63 4.57 6/333 922996
/proc/meminfo: memFree=112283952/131524600 swapFree=131071996/131071996
[pid=922976] ppid=922973 vsize=19108176 memory=804608 CPUtime=2.88 cores=1,3
/proc/922976/stat : 922976 (java) S 922973 922976 920389 0 -1 1077936128 20995 0 0 0 270 18 0 0 20 0 20 0 181798606 19566772224 201152 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
/proc/922976/statm: 4777044 201152 5914 1 0 557113 0
[pid=922976/tid=922978] ppid=922973 vsize=19108176 memory=13012 CPUtime=1.38 cores=1,3
/proc/922976/task/922978/stat : 922978 (java) R 922973 922976 920389 0 -1 4194368 6414 0 0 0 123 15 0 0 20 0 20 0 181798606 19566772224 201152 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
[pid=922976/tid=922987] ppid=922973 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/922976/task/922987/stat : 922987 (Finalizer) S 922973 922976 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181798609 19566772224 201152 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
[pid=922976/tid=922994] ppid=922973 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/922976/task/922994/stat : 922994 (Common-Cleaner) S 922973 922976 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 181798609 19566772224 201152 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
[pid=922976/tid=922996] ppid=922973 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/922976/task/922996/stat : 922996 (Timer-0) S 922973 922976 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181798672 19566772224 201152 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
Current children cumulated CPU time: 2.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 804608 KiB

[startup+3.10655 s]
/proc/loadavg: 4.60 4.63 4.57 5/333 922996
/proc/meminfo: memFree=111583748/131524600 swapFree=131071996/131071996
[pid=922976] ppid=922973 vsize=19108176 memory=1342768 CPUtime=6 cores=1,3
/proc/922976/stat : 922976 (java) S 922973 922976 920389 0 -1 1077936128 21839 0 0 0 570 30 0 0 20 0 20 0 181798606 19566772224 335692 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
/proc/922976/statm: 4777044 335692 5914 1 0 557120 0
[pid=922976/tid=922978] ppid=922973 vsize=19108176 memory=0 CPUtime=2.93 cores=1,3
/proc/922976/task/922978/stat : 922978 (java) R 922973 922976 920389 0 -1 4194368 6786 0 0 0 268 25 0 0 20 0 20 0 181798606 19566772224 335692 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
[pid=922976/tid=922987] ppid=922973 vsize=19108176 memory=11488 CPUtime=0 cores=1,3
/proc/922976/task/922987/stat : 922987 (Finalizer) S 922973 922976 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181798609 19566772224 335692 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
[pid=922976/tid=922994] ppid=922973 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/922976/task/922994/stat : 922994 (Common-Cleaner) S 922973 922976 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 181798609 19566772224 335692 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
[pid=922976/tid=922996] ppid=922973 vsize=19108176 memory=13012 CPUtime=0 cores=1,3
/proc/922976/task/922996/stat : 922996 (Timer-0) S 922973 922976 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181798672 19566772224 335692 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
Current children cumulated CPU time: 6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1342768 KiB

[startup+6.30028 s]
/proc/loadavg: 4.60 4.63 4.57 6/333 922996
/proc/meminfo: memFree=110300204/131524600 swapFree=131071996/131071996
[pid=922976] ppid=922973 vsize=19108176 memory=2599696 CPUtime=9.5 cores=1,3
/proc/922976/stat : 922976 (java) S 922973 922976 920389 0 -1 1077936128 30991 0 0 0 896 54 0 0 20 0 20 0 181798606 19566772224 649924 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
/proc/922976/statm: 4777044 649924 5930 1 0 1083563 0
[pid=922976/tid=922978] ppid=922973 vsize=19108176 memory=0 CPUtime=5.96 cores=1,3
/proc/922976/task/922978/stat : 922978 (java) R 922973 922976 920389 0 -1 4194368 9117 0 0 0 548 48 0 0 20 0 20 0 181798606 19566772224 649924 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
[pid=922976/tid=922987] ppid=922973 vsize=19108176 memory=13012 CPUtime=0 cores=1,3
/proc/922976/task/922987/stat : 922987 (Finalizer) S 922973 922976 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181798609 19566772224 649924 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
[pid=922976/tid=922994] ppid=922973 vsize=19108176 memory=11488 CPUtime=0 cores=1,3
/proc/922976/task/922994/stat : 922994 (Common-Cleaner) S 922973 922976 920389 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 20 0 181798609 19566772224 649924 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
[pid=922976/tid=922996] ppid=922973 vsize=19108176 memory=43380 CPUtime=0 cores=1,3
/proc/922976/task/922996/stat : 922996 (Timer-0) S 922973 922976 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181798672 19566772224 649924 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
Current children cumulated CPU time: 9.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2599696 KiB

[startup+12.7003 s]
/proc/loadavg: 4.55 4.62 4.57 6/333 922998
/proc/meminfo: memFree=110034936/131524600 swapFree=131071996/131071996
[pid=922976] ppid=922973 vsize=19108176 memory=2827164 CPUtime=16.05 cores=1,3
/proc/922976/stat : 922976 (java) S 922973 922976 920389 0 -1 1077936128 31548 0 0 0 1545 60 0 0 20 0 20 0 181798606 19566772224 706791 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
/proc/922976/statm: 4777044 706791 5930 1 0 1083563 0
[pid=922976/tid=922978] ppid=922973 vsize=19108176 memory=642664 CPUtime=12.1 cores=1,3
/proc/922976/task/922978/stat : 922978 (java) R 922973 922976 920389 0 -1 4194368 9302 0 0 0 1158 52 0 0 20 0 20 0 181798606 19566772224 706791 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
[pid=922976/tid=922987] ppid=922973 vsize=19108176 memory=2812828 CPUtime=0 cores=1,3
/proc/922976/task/922987/stat : 922987 (Finalizer) S 922973 922976 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181798609 19566772224 706791 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
[pid=922976/tid=922994] ppid=922973 vsize=19108176 memory=1343032 CPUtime=0 cores=1,3
/proc/922976/task/922994/stat : 922994 (Common-Cleaner) S 922973 922976 920389 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 20 0 181798609 19566772224 706791 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
[pid=922976/tid=922996] ppid=922973 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/922976/task/922996/stat : 922996 (Timer-0) S 922973 922976 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181798672 19566772224 706791 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
Current children cumulated CPU time: 16.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2827164 KiB

[startup+25.5006 s]
/proc/loadavg: 4.49 4.61 4.56 5/333 922999
/proc/meminfo: memFree=107480088/131524600 swapFree=131071996/131071996
[pid=922976] ppid=922973 vsize=19108176 memory=5358648 CPUtime=29.2 cores=1,3
/proc/922976/stat : 922976 (java) S 922973 922976 920389 0 -1 1077936128 34195 0 0 0 2810 110 0 0 20 0 20 0 181798606 19566772224 1339662 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
/proc/922976/statm: 4777044 1339662 5930 1 0 1720684 0
[pid=922976/tid=922978] ppid=922973 vsize=19108176 memory=2812828 CPUtime=24.45 cores=1,3
/proc/922976/task/922978/stat : 922978 (java) R 922973 922976 920389 0 -1 4194368 10462 0 0 0 2350 95 0 0 20 0 20 0 181798606 19566772224 1339662 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
[pid=922976/tid=922987] ppid=922973 vsize=19108176 memory=5165740 CPUtime=0 cores=1,3
/proc/922976/task/922987/stat : 922987 (Finalizer) S 922973 922976 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181798609 19566772224 1339662 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
[pid=922976/tid=922994] ppid=922973 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/922976/task/922994/stat : 922994 (Common-Cleaner) S 922973 922976 920389 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 20 0 181798609 19566772224 1339662 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
[pid=922976/tid=922996] ppid=922973 vsize=19108176 memory=6943526294502006880 CPUtime=0 cores=1,3
/proc/922976/task/922996/stat : 922996 (Timer-0) S 922973 922976 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181798672 19566772224 1339662 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
Current children cumulated CPU time: 29.2 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5358648 KiB

[startup+51.1058 s]
/proc/loadavg: 4.66 4.64 4.58 5/333 923005
/proc/meminfo: memFree=107315072/131524600 swapFree=131071996/131071996
[pid=922976] ppid=922973 vsize=19108176 memory=5522988 CPUtime=55.38 cores=1,3
/proc/922976/stat : 922976 (java) S 922973 922976 920389 0 -1 1077936128 40981 0 0 0 5423 115 0 0 20 0 20 0 181798606 19566772224 1380747 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
/proc/922976/statm: 4777044 1380747 5962 1 0 1720689 0
[pid=922976/tid=922978] ppid=922973 vsize=19108176 memory=5409868 CPUtime=49.13 cores=1,3
/proc/922976/task/922978/stat : 922978 (java) R 922973 922976 920389 0 -1 4194368 13494 0 0 0 4818 95 0 0 20 0 20 0 181798606 19566772224 1380747 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
[pid=922976/tid=922987] ppid=922973 vsize=19108176 memory=5414200 CPUtime=0 cores=1,3
/proc/922976/task/922987/stat : 922987 (Finalizer) S 922973 922976 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181798609 19566772224 1380747 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
[pid=922976/tid=922994] ppid=922973 vsize=19108176 memory=11488 CPUtime=0 cores=1,3
/proc/922976/task/922994/stat : 922994 (Common-Cleaner) S 922973 922976 920389 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 20 0 181798609 19566772224 1380747 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0

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

[startup+3222.3 s]
/proc/loadavg: 4.26 4.39 4.37 5/331 924992
/proc/meminfo: memFree=106488088/131524600 swapFree=131071996/131071996
[pid=922976] ppid=922973 vsize=19108176 memory=6839280 CPUtime=3285 cores=1,3
/proc/922976/stat : 922976 (java) S 922973 922976 920389 0 -1 1077936128 418713 0 0 0 328168 332 0 0 20 0 20 0 181798606 19566772224 1709820 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
/proc/922976/statm: 4777044 1709820 5965 1 0 1723331 0
[pid=922976/tid=922978] ppid=922973 vsize=19108176 memory=6839268 CPUtime=3136.34 cores=1,3
/proc/922976/task/922978/stat : 922978 (java) R 922973 922976 920389 0 -1 4194368 205672 0 0 0 313499 135 0 0 20 0 20 0 181798606 19566772224 1709820 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 41 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
[pid=922976/tid=922987] ppid=922973 vsize=19108176 memory=2636 CPUtime=0 cores=1,3
/proc/922976/task/922987/stat : 922987 (Finalizer) S 922973 922976 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181798609 19566772224 1709820 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
[pid=922976/tid=922994] ppid=922973 vsize=19108176 memory=6839280 CPUtime=0 cores=1,3
/proc/922976/task/922994/stat : 922994 (Common-Cleaner) S 922973 922976 920389 0 -1 1077936192 2904 0 0 0 0 0 0 0 20 0 20 0 181798609 19566772224 1709820 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
[pid=922976/tid=922996] ppid=922973 vsize=19108176 memory=6839276 CPUtime=0 cores=1,3
/proc/922976/task/922996/stat : 922996 (Timer-0) S 922973 922976 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181798672 19566772224 1709820 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
Current children cumulated CPU time: 3285 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6839280 KiB

[startup+3282.3 s]
/proc/loadavg: 4.29 4.37 4.36 5/331 925003
/proc/meminfo: memFree=106286116/131524600 swapFree=131071996/131071996
[pid=922976] ppid=922973 vsize=19108176 memory=6839280 CPUtime=3346.14 cores=1,3
/proc/922976/stat : 922976 (java) S 922973 922976 920389 0 -1 1077936128 424311 0 0 0 334280 334 0 0 20 0 20 0 181798606 19566772224 1709820 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
/proc/922976/statm: 4777044 1709820 5965 1 0 1723331 0
[pid=922976/tid=922978] ppid=922973 vsize=19108176 memory=6839280 CPUtime=3194.79 cores=1,3
/proc/922976/task/922978/stat : 922978 (java) R 922973 922976 920389 0 -1 4194368 208529 0 0 0 319344 135 0 0 20 0 20 0 181798606 19566772224 1709820 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 49 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
[pid=922976/tid=922987] ppid=922973 vsize=19108176 memory=6839280 CPUtime=0 cores=1,3
/proc/922976/task/922987/stat : 922987 (Finalizer) S 922973 922976 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181798609 19566772224 1709820 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
[pid=922976/tid=922994] ppid=922973 vsize=19108176 memory=6839280 CPUtime=0 cores=1,3
/proc/922976/task/922994/stat : 922994 (Common-Cleaner) S 922973 922976 920389 0 -1 1077936192 2993 0 0 0 0 0 0 0 20 0 20 0 181798609 19566772224 1709820 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
[pid=922976/tid=922996] ppid=922973 vsize=19108176 memory=6839280 CPUtime=0 cores=1,3
/proc/922976/task/922996/stat : 922996 (Timer-0) S 922973 922976 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181798672 19566772224 1709820 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
Current children cumulated CPU time: 3346.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6839280 KiB

[startup+3342.3 s]
/proc/loadavg: 4.27 4.34 4.35 5/331 925013
/proc/meminfo: memFree=106283128/131524600 swapFree=131071996/131071996
[pid=922976] ppid=922973 vsize=19108176 memory=6839292 CPUtime=3409.52 cores=1,3
/proc/922976/stat : 922976 (java) S 922973 922976 920389 0 -1 1077936128 441749 0 0 0 340610 342 0 0 20 0 20 0 181798606 19566772224 1709823 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
/proc/922976/statm: 4777044 1709823 5965 1 0 1723344 0
[pid=922976/tid=922978] ppid=922973 vsize=19108176 memory=11488 CPUtime=3253.35 cores=1,3
/proc/922976/task/922978/stat : 922978 (java) R 922973 922976 920389 0 -1 4194368 212778 0 0 0 325200 135 0 0 20 0 20 0 181798606 19566772224 1709823 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 55 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
[pid=922976/tid=922987] ppid=922973 vsize=19108176 memory=5560 CPUtime=0 cores=1,3
/proc/922976/task/922987/stat : 922987 (Finalizer) S 922973 922976 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181798609 19566772224 1709823 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
[pid=922976/tid=922994] ppid=922973 vsize=19108176 memory=6839292 CPUtime=0 cores=1,3
/proc/922976/task/922994/stat : 922994 (Common-Cleaner) S 922973 922976 920389 0 -1 1077936192 2993 0 0 0 0 0 0 0 20 0 20 0 181798609 19566772224 1709823 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
[pid=922976/tid=922996] ppid=922973 vsize=19108176 memory=43380 CPUtime=0 cores=1,3
/proc/922976/task/922996/stat : 922996 (Timer-0) S 922973 922976 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181798672 19566772224 1709823 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
Current children cumulated CPU time: 3409.52 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6839292 KiB

[startup+3402.3 s]
/proc/loadavg: 4.22 4.31 4.34 5/331 925023
/proc/meminfo: memFree=106233204/131524600 swapFree=131071996/131071996
[pid=922976] ppid=922973 vsize=19108176 memory=6839312 CPUtime=3470.17 cores=1,3
/proc/922976/stat : 922976 (java) S 922973 922976 920389 0 -1 1077936128 447053 0 0 0 346672 345 0 0 20 0 20 0 181798606 19566772224 1709828 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
/proc/922976/statm: 4777044 1709828 5965 1 0 1723344 0
[pid=922976/tid=922978] ppid=922973 vsize=19108176 memory=6839308 CPUtime=3312.19 cores=1,3
/proc/922976/task/922978/stat : 922978 (java) R 922973 922976 920389 0 -1 4194368 215423 0 0 0 331083 136 0 0 20 0 20 0 181798606 19566772224 1709828 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 63 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
[pid=922976/tid=922987] ppid=922973 vsize=19108176 memory=6839308 CPUtime=0 cores=1,3
/proc/922976/task/922987/stat : 922987 (Finalizer) S 922973 922976 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181798609 19566772224 1709828 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
[pid=922976/tid=922994] ppid=922973 vsize=19108176 memory=11488 CPUtime=0 cores=1,3
/proc/922976/task/922994/stat : 922994 (Common-Cleaner) S 922973 922976 920389 0 -1 1077936192 3083 0 0 0 0 0 0 0 20 0 20 0 181798609 19566772224 1709828 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
[pid=922976/tid=922996] ppid=922973 vsize=19108176 memory=43380 CPUtime=0 cores=1,3
/proc/922976/task/922996/stat : 922996 (Timer-0) S 922973 922976 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181798672 19566772224 1709828 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
Current children cumulated CPU time: 3470.17 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6839312 KiB

[startup+3462.3 s]
/proc/loadavg: 4.17 4.28 4.33 5/333 925039
/proc/meminfo: memFree=106230012/131524600 swapFree=131071996/131071996
[pid=922976] ppid=922973 vsize=19108176 memory=6839312 CPUtime=3530.49 cores=1,3
/proc/922976/stat : 922976 (java) S 922973 922976 920389 0 -1 1077936128 451401 0 0 0 352701 348 0 0 20 0 20 0 181798606 19566772224 1709828 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
/proc/922976/statm: 4777044 1709828 5965 1 0 1723344 0
[pid=922976/tid=922978] ppid=922973 vsize=19108176 memory=11488 CPUtime=3370.9 cores=1,3
/proc/922976/task/922978/stat : 922978 (java) R 922973 922976 920389 0 -1 4194368 218659 0 0 0 336953 137 0 0 20 0 20 0 181798606 19566772224 1709828 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 63 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
[pid=922976/tid=922987] ppid=922973 vsize=19108176 memory=43380 CPUtime=0 cores=1,3
/proc/922976/task/922987/stat : 922987 (Finalizer) S 922973 922976 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181798609 19566772224 1709828 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
[pid=922976/tid=922994] ppid=922973 vsize=19108176 memory=6839312 CPUtime=0 cores=1,3
/proc/922976/task/922994/stat : 922994 (Common-Cleaner) S 922973 922976 920389 0 -1 1077936192 3084 0 0 0 0 0 0 0 20 0 20 0 181798609 19566772224 1709828 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
[pid=922976/tid=922996] ppid=922973 vsize=19108176 memory=11488 CPUtime=0 cores=1,3
/proc/922976/task/922996/stat : 922996 (Timer-0) S 922973 922976 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181798672 19566772224 1709828 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
Current children cumulated CPU time: 3530.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6839312 KiB

[startup+3522.3 s]
/proc/loadavg: 4.38 4.32 4.34 5/332 925049
/proc/meminfo: memFree=106228992/131524600 swapFree=131071996/131071996
[pid=922976] ppid=922973 vsize=19108176 memory=6839312 CPUtime=3593.9 cores=1,3
/proc/922976/stat : 922976 (java) S 922973 922976 920389 0 -1 1077936128 470034 0 0 0 359036 354 0 0 20 0 20 0 181798606 19566772224 1709828 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
/proc/922976/statm: 4777044 1709828 5965 1 0 1723344 0
[pid=922976/tid=922978] ppid=922973 vsize=19108176 memory=6839312 CPUtime=3429.95 cores=1,3
/proc/922976/task/922978/stat : 922978 (java) R 922973 922976 920389 0 -1 4194368 221855 0 0 0 342858 137 0 0 20 0 20 0 181798606 19566772224 1709828 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 63 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
[pid=922976/tid=922987] ppid=922973 vsize=19108176 memory=6839312 CPUtime=0 cores=1,3
/proc/922976/task/922987/stat : 922987 (Finalizer) S 922973 922976 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181798609 19566772224 1709828 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
[pid=922976/tid=922994] ppid=922973 vsize=19108176 memory=43488 CPUtime=0 cores=1,3
/proc/922976/task/922994/stat : 922994 (Common-Cleaner) S 922973 922976 920389 0 -1 1077936192 3174 0 0 0 0 0 0 0 20 0 20 0 181798609 19566772224 1709828 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
[pid=922976/tid=922996] ppid=922973 vsize=19108176 memory=11488 CPUtime=0 cores=1,3
/proc/922976/task/922996/stat : 922996 (Timer-0) S 922973 922976 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181798672 19566772224 1709828 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
Current children cumulated CPU time: 3593.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6839312 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3528.4 s]
/proc/loadavg: 4.35 4.32 4.34 6/332 925049
/proc/meminfo: memFree=106228992/131524600 swapFree=131071996/131071996
[pid=922976] ppid=922973 vsize=19108176 memory=6839312 CPUtime=3600.07 cores=1,3
/proc/922976/stat : 922976 (java) S 922973 922976 920389 0 -1 1077936128 470293 0 0 0 359653 354 0 0 20 0 20 0 181798606 19566772224 1709828 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
/proc/922976/statm: 4777044 1709828 5965 1 0 1723344 0
[pid=922976/tid=922978] ppid=922973 vsize=19108176 memory=32304 CPUtime=3435.95 cores=1,3
/proc/922976/task/922978/stat : 922978 (java) R 922973 922976 920389 0 -1 4194368 222111 0 0 0 343458 137 0 0 20 0 20 0 181798606 19566772224 1709828 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 63 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
[pid=922976/tid=922987] ppid=922973 vsize=19108176 memory=-8959455618412094140 CPUtime=0 cores=1,3
/proc/922976/task/922987/stat : 922987 (Finalizer) S 922973 922976 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181798609 19566772224 1709828 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
[pid=922976/tid=922994] ppid=922973 vsize=19108176 memory=2268 CPUtime=0 cores=1,3
/proc/922976/task/922994/stat : 922994 (Common-Cleaner) S 922973 922976 920389 0 -1 1077936192 3174 0 0 0 0 0 0 0 20 0 20 0 181798609 19566772224 1709828 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
[pid=922976/tid=922996] ppid=922973 vsize=19108176 memory=100 CPUtime=0 cores=1,3
/proc/922976/task/922996/stat : 922996 (Timer-0) S 922973 922976 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181798672 19566772224 1709828 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6839312 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.67 s, system=3.57783 s

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

[startup+3528.5 s]
/proc/loadavg: 4.35 4.32 4.34 6/332 925049
/proc/meminfo: memFree=106228992/131524600 swapFree=131071996/131071996
[pid=922976] ppid=922973 vsize=19307868 memory=6839972 CPUtime=3600.22 cores=1,3
/proc/922976/stat : 922976 (java) S 922973 922976 920389 0 -1 1077936128 472448 0 0 0 359667 355 0 0 20 0 18 0 181798606 19771256832 1709993 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
/proc/922976/statm: 4826967 1709993 5961 1 0 1724264 0
[pid=922976/tid=922978] ppid=922973 vsize=19307868 memory=6839312 CPUtime=3435.96 cores=1,3
/proc/922976/task/922978/stat : 922978 (java) S 922973 922976 920389 0 -1 1077936192 222189 0 0 0 343459 137 0 0 20 0 18 0 181798606 19771256832 1709993 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 63 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
[pid=922976/tid=922987] ppid=922973 vsize=19307868 memory=43488 CPUtime=0 cores=1,3
/proc/922976/task/922987/stat : 922987 (Finalizer) S 922973 922976 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 181798609 19771256832 1709993 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
[pid=922976/tid=922994] ppid=922973 vsize=19307868 memory=11488 CPUtime=0 cores=1,3
/proc/922976/task/922994/stat : 922994 (Common-Cleaner) S 922973 922976 920389 0 -1 1077936192 3174 0 0 0 0 0 0 0 20 0 18 0 181798609 19771256832 1709993 134679101440 94599878914048 94599878917744 140734554968656 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94599878925560 94599878926352 94599884455936 140734554977263 140734554977376 140734554977376 140734554984392 0
Current children cumulated CPU time: 3600.22 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 6839972 KiB

Child status: 143

Real time (s): 3528.53
CPU time (s): 3600.25
CPU user time (s): 3596.67
CPU system time (s): 3.57783
CPU usage (%): 102.033
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 6839972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.67
system time used= 3.57783
maximum resident set size= 6841012
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 472497
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 129675
involuntary context switches= 20172


# summary of solver processes directly reported to runsolver:
#   pid: 922976
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3596.67
#   total CPU system time (s): 3.57783

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.38694 second user time and 18.8822 second system time

The end

Launcher Data

Begin job on nodeC016 at 2024-07-18 11:53:12
IDJOB=4441955
IDBENCH=147758
IDSOLVER=3046
FILE ID=nodeC016/4441955-1721296380
RUNJOBID= nodeC016-1721292927-920402
SLURM_JOB_ID= 7542586
Free space on /tmp= 890076 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/www.ps.uni-sb.de/~walser/benchmarks/ppp-problems/normalized-ppp:1,3-13,19.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4441955-1721296380/watcher-4441955-1721296380 -o /tmp/evaluation-result-4441955-1721296380/solver-4441955-1721296380 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721292927-920402 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4441955-1721296380.opb

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

MD5SUM BENCH= d1aade7dcf65cc3dbe16a05e614ec6ef
RANDOM SEED=975593033

nodeC016.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		: 3679.268
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.70
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		: 3656.048
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.63
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.012
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.70
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		: 3650.405
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.63
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		: 3679.256
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.70
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		: 3687.386
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.63
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.958
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.70
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		: 3666.755
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.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        112906248 kB
MemAvailable:   116457556 kB
Buffers:          331976 kB
Cached:          4057324 kB
SwapCached:            0 kB
Active:           501616 kB
Inactive:       17487172 kB
Active(anon):       1544 kB
Inactive(anon): 13635696 kB
Active(file):     500072 kB
Inactive(file):  3851476 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              2004 kB
Writeback:             0 kB
AnonPages:      13598024 kB
Mapped:           126336 kB
Shmem:             37720 kB
KReclaimable:      78816 kB
Slab:             187072 kB
SReclaimable:      78816 kB
SUnreclaim:       108256 kB
KernelStack:        5056 kB
PageTables:        36700 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   14124628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            68832 kB
HardwareCorrupted:     0 kB
AnonHugePages:  13209600 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:      207572 kB
DirectMap2M:    13197312 kB
DirectMap1G:    122683392 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC016 at 2024-07-18 12:52:01