Trace number 4453105

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.21 3565.5

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
vertex-cover/vc-grids-v2_shuffle/normalized-grid8_55.shuf-1.opb
MD5SUMadd936bb86ecdde22f6655365824bd6d
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.88567
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables440
Total number of constraints881
Number of constraints which are clauses880
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint440
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 20
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 460
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	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-4453105-1721452004.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  no objective function found
0.14/0.21	c ... done. Wall clock time 0.048s.
0.14/0.21	c declared #vars     440
0.14/0.21	c #constraints  881
0.14/0.21	c constraints type 
0.14/0.21	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 880
0.14/0.21	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.14/0.21	c 881 constraints processed.
19.78/16.14	c cleaning 2494 clauses out of 5000 with flag 0/5000
42.83/38.73	c cleaning 4251 clauses out of 8506 with flag 0/11000
81.52/76.90	c cleaning 5625 clauses out of 11257 with flag 0/18002
123.01/117.86	c cleaning 6816 clauses out of 13632 with flag 0/26002
167.86/162.02	c cleaning 7909 clauses out of 15819 with flag 0/35005
225.82/219.30	c cleaning 8895 clauses out of 17906 with flag 0/45001
294.94/287.73	c cleaning 9944 clauses out of 20010 with flag 0/56000
368.78/360.70	c cleaning 8822 clauses out of 22068 with flag 0/68002
435.89/426.93	c cleaning 10077 clauses out of 26246 with flag 0/81002
541.53/531.48	c cleaning 11431 clauses out of 30167 with flag 0/95000
764.77/753.24	c cleaning 14007 clauses out of 33736 with flag 0/110000
920.05/907.23	c cleaning 12359 clauses out of 35730 with flag 0/126001
1091.44/1077.14	c cleaning 14886 clauses out of 40371 with flag 0/143001
1269.82/1253.86	c cleaning 14671 clauses out of 43484 with flag 0/161000
1470.60/1453.55	c cleaning 15372 clauses out of 47813 with flag 0/180000
1682.40/1664.66	c cleaning 17249 clauses out of 52441 with flag 0/200000
1912.97/1893.54	c cleaning 18963 clauses out of 56193 with flag 0/221001
2103.98/2083.03	c cleaning 17193 clauses out of 59231 with flag 0/243002
2198.07/2176.03	c cleaning 17573 clauses out of 65037 with flag 0/266001
2449.83/2425.19	c cleaning 18769 clauses out of 71463 with flag 0/290000
2703.73/2676.51	c cleaning 20576 clauses out of 77694 with flag 0/315000
2948.05/2919.34	c cleaning 19185 clauses out of 83119 with flag 0/341001
3227.40/3196.38	c cleaning 23316 clauses out of 90933 with flag 0/368000
3528.04/3494.57	c cleaning 25398 clauses out of 95617 with flag 0/396000
3600.04/3565.43	c starts		: 148
3600.04/3565.43	c conflicts		: 412118
3600.04/3565.43	c decisions		: 809279
3600.04/3565.43	c propagations		: 10286230
3600.04/3565.43	c inspects		: 2554504091
3600.04/3565.43	c shortcuts		: 0
3600.04/3565.43	c learnt literals	: 0
3600.04/3565.43	c learnt binary clauses	: 0
3600.04/3565.43	c learnt ternary clauses	: 0
3600.04/3565.43	c learnt constraints	: 412118
3600.04/3565.43	c ignored constraints	: 0
3600.04/3565.43	c root simplifications	: 0
3600.04/3565.43	c removed literals (reason simplification)	: 0
3600.04/3565.43	c reason swapping (by a shorter reason)	: 0
3600.04/3565.43	c Calls to reduceDB	: 24
3600.04/3565.43	c Number of update (reduction) of LBD	: 0
3600.04/3565.43	c Imported unit clauses	: 0
3600.04/3565.43	c No decision after first conflict	: false
3600.04/3565.43	c number of reductions to clauses (during analyze)	: 0
3600.04/3565.43	c number of learned constraints concerned by reduction	: 0
3600.04/3565.43	c number of learning phase by resolution	: 0
3600.04/3565.43	c number of learning phase by cutting planes	: 0
3600.04/3565.43	c number of rounding to 1 operations	: 1952310
3600.04/3565.43	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3565.43	c number of reductions of the coefficients by power 2 	: 0
3600.04/3565.43	c number of right shift for reduction by power 2 	: 0
3600.04/3565.43	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3565.43	c number of ending skipping 	: 0
3600.04/3565.43	c number of internal skipping 	: 0
3600.04/3565.43	c number of derivation steps 	: 3355285
3600.04/3565.43	c number of skipped derivation steps 	: 0
3600.04/3565.43	c number of remaining unassigned 	: 922533
3600.04/3565.43	c number of remaining assigned 	: 136177858
3600.04/3565.43	c number of falsified literals weakened from reason	: 0
3600.04/3565.43	c number of falsified literals weakened from conflict	: 0
3600.04/3565.43	c time for arithmetic operations	: 6211542003
3600.04/3565.43	c timeout
3600.04/3565.43	c minimum degree of deleted constraints	: 4
3600.04/3565.43	c maximum degree of deleted constraints	: 18836668934034
3600.04/3565.43	c number of deleted constraints	: 325781
3600.04/3565.45	c speed (assignments/second)	: 2885.1613739257705
3600.04/3565.45	c non guided choices	: 111
3600.04/3565.48	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 55802
3600.04/3565.48	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 623
3600.04/3565.48	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 29912
3600.04/3565.49	s UNKNOWN
3600.04/3565.49	c Total wall clock time (in seconds): 3565.337

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4453105-1721452004/watcher-4453105-1721452004 -o /tmp/evaluation-result-4453105-1721452004/solver-4453105-1721452004 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1721444822-1047788 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4453105-1721452004.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
Current StackSize limit: 8192 KiB

solver pid=1052282, runsolver pid=1052279

[startup+0.101414 s]*
/proc/loadavg: 4.40 4.40 4.32 7/328 1052300
/proc/meminfo: memFree=120414616/131524600 swapFree=131071996/131071996
[pid=1052282] ppid=1052279 vsize=18975048 memory=64548 CPUtime=0.14 cores=4,6
/proc/1052282/stat : 1052282 (java) S 1052279 1052282 1047777 0 -1 1077936128 7116 0 0 0 12 2 0 0 20 0 18 0 197360644 19430449152 16137 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
/proc/1052282/statm: 4743762 16137 5614 1 0 549358 0
[pid=1052282/tid=1052284] ppid=1052279 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=4,6
/proc/1052282/task/1052284/stat : 1052284 (java) R 1052279 1052282 1047777 0 -1 1078198336 5678 0 0 0 8 1 0 0 20 0 18 0 197360644 19430449152 16137 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
[pid=1052282/tid=1052293] ppid=1052279 vsize=18975048 memory=237146210664 CPUtime=0 cores=4,6
/proc/1052282/task/1052293/stat : 1052293 (Finalizer) S 1052279 1052282 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 197360647 19430449152 16137 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
[pid=1052282/tid=1052300] ppid=1052279 vsize=18975048 memory=14690799021109405 CPUtime=0 cores=4,6
/proc/1052282/task/1052300/stat : 1052300 (Common-Cleaner) S 1052279 1052282 1047777 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 197360647 19430449152 16137 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64548 KiB

[startup+0.212349 s]*
/proc/loadavg: 4.40 4.40 4.32 8/329 1052301
/proc/meminfo: memFree=120405896/131524600 swapFree=131071996/131071996
[pid=1052282] ppid=1052279 vsize=19041612 memory=74064 CPUtime=0.34 cores=4,6
/proc/1052282/stat : 1052282 (java) S 1052279 1052282 1047777 0 -1 1077936128 7679 0 0 0 32 2 0 0 20 0 19 0 197360644 19498610688 18516 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
/proc/1052282/statm: 4760403 18516 5866 1 0 550023 0
[pid=1052282/tid=1052284] ppid=1052279 vsize=19041612 memory=6876556183782621315 CPUtime=0.19 cores=4,6
/proc/1052282/task/1052284/stat : 1052284 (java) R 1052279 1052282 1047777 0 -1 4194368 5976 0 0 0 18 1 0 0 20 0 19 0 197360644 19498610688 18516 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
[pid=1052282/tid=1052293] ppid=1052279 vsize=19041612 memory=1749866 CPUtime=0 cores=4,6
/proc/1052282/task/1052293/stat : 1052293 (Finalizer) S 1052279 1052282 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 197360647 19498610688 18516 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
[pid=1052282/tid=1052300] ppid=1052279 vsize=19041612 memory=16097074391287456 CPUtime=0 cores=4,6
/proc/1052282/task/1052300/stat : 1052300 (Common-Cleaner) S 1052279 1052282 1047777 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 197360647 19498610688 18516 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
[pid=1052282/tid=1052301] ppid=1052279 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1052282/task/1052301/stat : 1052301 (java) R 1052279 1052282 1047777 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 19 0 197360664 19498610688 18516 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 74064 KiB

[startup+0.30894 s]*
/proc/loadavg: 4.40 4.40 4.32 9/329 1052301
/proc/meminfo: memFree=120396640/131524600 swapFree=131071996/131071996
[pid=1052282] ppid=1052279 vsize=19041612 memory=82660 CPUtime=0.52 cores=4,6
/proc/1052282/stat : 1052282 (java) S 1052279 1052282 1047777 0 -1 1077936128 8072 0 0 0 49 3 0 0 20 0 19 0 197360644 19498610688 20665 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
/proc/1052282/statm: 4760403 20665 5866 1 0 550126 0
[pid=1052282/tid=1052284] ppid=1052279 vsize=19041612 memory=-7667762623110997093 CPUtime=0.27 cores=4,6
/proc/1052282/task/1052284/stat : 1052284 (java) R 1052279 1052282 1047777 0 -1 1077936192 6043 0 0 0 25 2 0 0 20 0 19 0 197360644 19498610688 20665 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
[pid=1052282/tid=1052293] ppid=1052279 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1052282/task/1052293/stat : 1052293 (Finalizer) S 1052279 1052282 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 197360647 19498610688 20665 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
[pid=1052282/tid=1052300] ppid=1052279 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1052282/task/1052300/stat : 1052300 (Common-Cleaner) S 1052279 1052282 1047777 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 197360647 19498610688 20665 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
[pid=1052282/tid=1052301] ppid=1052279 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1052282/task/1052301/stat : 1052301 (Timer-0) S 1052279 1052282 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 197360664 19498610688 20665 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 82660 KiB

[startup+0.700291 s]
/proc/loadavg: 4.40 4.40 4.32 8/329 1052301
/proc/meminfo: memFree=120347120/131524600 swapFree=131071996/131071996
[pid=1052282] ppid=1052279 vsize=19041612 memory=173360 CPUtime=1.26 cores=4,6
/proc/1052282/stat : 1052282 (java) S 1052279 1052282 1047777 0 -1 1077936128 15466 0 0 0 120 6 0 0 20 0 19 0 197360644 19498610688 43340 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
/proc/1052282/statm: 4760403 43340 5866 1 0 554700 0
[pid=1052282/tid=1052284] ppid=1052279 vsize=19041612 memory=47616 CPUtime=0.61 cores=4,6
/proc/1052282/task/1052284/stat : 1052284 (java) R 1052279 1052282 1047777 0 -1 4194368 6119 0 0 0 58 3 0 0 20 0 19 0 197360644 19498610688 43340 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
[pid=1052282/tid=1052293] ppid=1052279 vsize=19041612 memory=12740 CPUtime=0 cores=4,6
/proc/1052282/task/1052293/stat : 1052293 (Finalizer) S 1052279 1052282 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 197360647 19498610688 43340 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
[pid=1052282/tid=1052300] ppid=1052279 vsize=19041612 memory=2248 CPUtime=0 cores=4,6
/proc/1052282/task/1052300/stat : 1052300 (Common-Cleaner) S 1052279 1052282 1047777 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 197360647 19498610688 43340 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
[pid=1052282/tid=1052301] ppid=1052279 vsize=19041612 memory=1904 CPUtime=0 cores=4,6
/proc/1052282/task/1052301/stat : 1052301 (Timer-0) S 1052279 1052282 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 197360664 19498610688 43340 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 173360 KiB

[startup+1.51029 s]
/proc/loadavg: 4.40 4.40 4.32 6/330 1052302
/proc/meminfo: memFree=120293492/131524600 swapFree=131071996/131071996
[pid=1052282] ppid=1052279 vsize=19108176 memory=194476 CPUtime=2.86 cores=4,6
/proc/1052282/stat : 1052282 (java) S 1052279 1052282 1047777 0 -1 1077936128 21716 0 0 0 280 6 0 0 20 0 20 0 197360644 19566772224 48619 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
/proc/1052282/statm: 4777044 48619 5898 1 0 555363 0
[pid=1052282/tid=1052284] ppid=1052279 vsize=19108176 memory=12740 CPUtime=1.37 cores=4,6
/proc/1052282/task/1052284/stat : 1052284 (java) R 1052279 1052282 1047777 0 -1 4194368 6427 0 0 0 133 4 0 0 20 0 20 0 197360644 19566772224 48619 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
[pid=1052282/tid=1052293] ppid=1052279 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1052282/task/1052293/stat : 1052293 (Finalizer) S 1052279 1052282 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197360647 19566772224 48619 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
[pid=1052282/tid=1052300] ppid=1052279 vsize=19108176 memory=2248 CPUtime=0 cores=4,6
/proc/1052282/task/1052300/stat : 1052300 (Common-Cleaner) S 1052279 1052282 1047777 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 197360647 19566772224 48619 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
[pid=1052282/tid=1052301] ppid=1052279 vsize=19108176 memory=1904 CPUtime=0 cores=4,6
/proc/1052282/task/1052301/stat : 1052301 (Timer-0) S 1052279 1052282 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197360664 19566772224 48619 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 194476 KiB

[startup+3.10629 s]
/proc/loadavg: 4.40 4.40 4.32 7/330 1052302
/proc/meminfo: memFree=119620636/131524600 swapFree=131071996/131071996
[pid=1052282] ppid=1052279 vsize=19108176 memory=597672 CPUtime=5.96 cores=4,6
/proc/1052282/stat : 1052282 (java) S 1052279 1052282 1047777 0 -1 1077936128 23919 0 0 0 581 15 0 0 20 0 20 0 197360644 19566772224 149418 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
/proc/1052282/statm: 4777044 149418 5898 1 0 676506 0
[pid=1052282/tid=1052284] ppid=1052279 vsize=19108176 memory=0 CPUtime=2.86 cores=4,6
/proc/1052282/task/1052284/stat : 1052284 (java) R 1052279 1052282 1047777 0 -1 4194368 7132 0 0 0 275 11 0 0 20 0 20 0 197360644 19566772224 149418 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
[pid=1052282/tid=1052293] ppid=1052279 vsize=19108176 memory=-7667762623110997093 CPUtime=0 cores=4,6
/proc/1052282/task/1052293/stat : 1052293 (Finalizer) S 1052279 1052282 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197360647 19566772224 149418 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
[pid=1052282/tid=1052300] ppid=1052279 vsize=19108176 memory=12740 CPUtime=0 cores=4,6
/proc/1052282/task/1052300/stat : 1052300 (Common-Cleaner) S 1052279 1052282 1047777 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 197360647 19566772224 149418 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
[pid=1052282/tid=1052301] ppid=1052279 vsize=19108176 memory=2248 CPUtime=0 cores=4,6
/proc/1052282/task/1052301/stat : 1052301 (Timer-0) S 1052279 1052282 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197360664 19566772224 149418 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
Current children cumulated CPU time: 5.96 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 597672 KiB

[startup+6.30029 s]
/proc/loadavg: 4.52 4.43 4.33 5/330 1052302
/proc/meminfo: memFree=119365976/131524600 swapFree=131071996/131071996
[pid=1052282] ppid=1052279 vsize=19108176 memory=853528 CPUtime=9.42 cores=4,6
/proc/1052282/stat : 1052282 (java) S 1052279 1052282 1047777 0 -1 1077936128 24192 0 0 0 921 21 0 0 20 0 20 0 197360644 19566772224 213382 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
/proc/1052282/statm: 4777044 213382 5898 1 0 676508 0
[pid=1052282/tid=1052284] ppid=1052279 vsize=19108176 memory=2248 CPUtime=5.99 cores=4,6
/proc/1052282/task/1052284/stat : 1052284 (java) R 1052279 1052282 1047777 0 -1 4194368 7259 0 0 0 583 16 0 0 20 0 20 0 197360644 19566772224 213382 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
[pid=1052282/tid=1052293] ppid=1052279 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1052282/task/1052293/stat : 1052293 (Finalizer) S 1052279 1052282 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197360647 19566772224 213382 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
[pid=1052282/tid=1052300] ppid=1052279 vsize=19108176 memory=12740 CPUtime=0 cores=4,6
/proc/1052282/task/1052300/stat : 1052300 (Common-Cleaner) S 1052279 1052282 1047777 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 197360647 19566772224 213382 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
[pid=1052282/tid=1052301] ppid=1052279 vsize=19108176 memory=-2832536777585008440 CPUtime=0 cores=4,6
/proc/1052282/task/1052301/stat : 1052301 (Timer-0) S 1052279 1052282 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197360664 19566772224 213382 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
Current children cumulated CPU time: 9.42 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 853528 KiB

[startup+12.7003 s]
/proc/loadavg: 4.64 4.46 4.34 5/330 1052303
/proc/meminfo: memFree=118858612/131524600 swapFree=131071996/131071996
[pid=1052282] ppid=1052279 vsize=19108176 memory=1548088 CPUtime=15.85 cores=4,6
/proc/1052282/stat : 1052282 (java) S 1052279 1052282 1047777 0 -1 1077936128 27950 0 0 0 1547 38 0 0 20 0 20 0 197360644 19566772224 387022 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
/proc/1052282/statm: 4777044 387022 5898 1 0 676511 0
[pid=1052282/tid=1052284] ppid=1052279 vsize=19108176 memory=12740 CPUtime=12.28 cores=4,6
/proc/1052282/task/1052284/stat : 1052284 (java) R 1052279 1052282 1047777 0 -1 4194368 8788 0 0 0 1196 32 0 0 20 0 20 0 197360644 19566772224 387022 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
[pid=1052282/tid=1052293] ppid=1052279 vsize=19108176 memory=1158704 CPUtime=0 cores=4,6
/proc/1052282/task/1052293/stat : 1052293 (Finalizer) S 1052279 1052282 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197360647 19566772224 387022 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
[pid=1052282/tid=1052300] ppid=1052279 vsize=19108176 memory=47616 CPUtime=0 cores=4,6
/proc/1052282/task/1052300/stat : 1052300 (Common-Cleaner) S 1052279 1052282 1047777 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 197360647 19566772224 387022 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
[pid=1052282/tid=1052301] ppid=1052279 vsize=19108176 memory=12740 CPUtime=0 cores=4,6
/proc/1052282/task/1052301/stat : 1052301 (Timer-0) S 1052279 1052282 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197360664 19566772224 387022 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
Current children cumulated CPU time: 15.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1548088 KiB

[startup+25.5003 s]
/proc/loadavg: 4.72 4.49 4.35 6/330 1052305
/proc/meminfo: memFree=118360148/131524600 swapFree=131071996/131071996
[pid=1052282] ppid=1052279 vsize=19108176 memory=1691420 CPUtime=29.42 cores=4,6
/proc/1052282/stat : 1052282 (java) S 1052279 1052282 1047777 0 -1 1077936128 34297 0 0 0 2901 41 0 0 20 0 20 0 197360644 19566772224 422855 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
/proc/1052282/statm: 4777044 422855 5898 1 0 676624 0
[pid=1052282/tid=1052284] ppid=1052279 vsize=19108176 memory=6944656574621848725 CPUtime=24.87 cores=4,6
/proc/1052282/task/1052284/stat : 1052284 (java) R 1052279 1052282 1047777 0 -1 4194368 10687 0 0 0 2454 33 0 0 20 0 20 0 197360644 19566772224 422855 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
[pid=1052282/tid=1052293] ppid=1052279 vsize=19108176 memory=11400 CPUtime=0 cores=4,6
/proc/1052282/task/1052293/stat : 1052293 (Finalizer) S 1052279 1052282 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197360647 19566772224 422855 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
[pid=1052282/tid=1052300] ppid=1052279 vsize=19108176 memory=3516 CPUtime=0 cores=4,6
/proc/1052282/task/1052300/stat : 1052300 (Common-Cleaner) S 1052279 1052282 1047777 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 20 0 197360647 19566772224 422855 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
[pid=1052282/tid=1052301] ppid=1052279 vsize=19108176 memory=12740 CPUtime=0 cores=4,6
/proc/1052282/task/1052301/stat : 1052301 (Timer-0) S 1052279 1052282 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197360664 19566772224 422855 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
Current children cumulated CPU time: 29.42 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1691420 KiB

[startup+51.1058 s]
/proc/loadavg: 4.60 4.48 4.35 5/330 1052310
/proc/meminfo: memFree=118145532/131524600 swapFree=131071996/131071996
[pid=1052282] ppid=1052279 vsize=19108176 memory=1746904 CPUtime=55.37 cores=4,6
/proc/1052282/stat : 1052282 (java) S 1052279 1052282 1047777 0 -1 1077936128 41867 0 0 0 5493 44 0 0 20 0 20 0 197360644 19566772224 436726 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
/proc/1052282/statm: 4777044 436726 5898 1 0 676624 0

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

/proc/meminfo: memFree=117244844/131524600 swapFree=131071996/131071996
[pid=1052282] ppid=1052279 vsize=19108176 memory=2654432 CPUtime=3193.58 cores=4,6
/proc/1052282/stat : 1052282 (java) S 1052279 1052282 1047777 0 -1 1077936128 291499 0 0 0 319147 211 0 0 20 0 20 0 197360644 19566772224 663608 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
/proc/1052282/statm: 4777044 663608 5946 1 0 676982 0
[pid=1052282/tid=1052284] ppid=1052279 vsize=19108176 memory=2654432 CPUtime=3106.39 cores=4,6
/proc/1052282/task/1052284/stat : 1052284 (java) R 1052279 1052282 1047777 0 -1 4194368 105197 0 0 0 310589 50 0 0 20 0 20 0 197360644 19566772224 663608 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 36 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
[pid=1052282/tid=1052293] ppid=1052279 vsize=19108176 memory=2654432 CPUtime=0 cores=4,6
/proc/1052282/task/1052293/stat : 1052293 (Finalizer) S 1052279 1052282 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197360647 19566772224 663608 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
[pid=1052282/tid=1052300] ppid=1052279 vsize=19108176 memory=2654432 CPUtime=0 cores=4,6
/proc/1052282/task/1052300/stat : 1052300 (Common-Cleaner) S 1052279 1052282 1047777 0 -1 1077936192 3034 0 0 0 0 0 0 0 20 0 20 0 197360647 19566772224 663608 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
[pid=1052282/tid=1052301] ppid=1052279 vsize=19108176 memory=2654432 CPUtime=0 cores=4,6
/proc/1052282/task/1052301/stat : 1052301 (Timer-0) S 1052279 1052282 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197360664 19566772224 663608 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
Current children cumulated CPU time: 3193.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2654432 KiB

[startup+3222.3 s]
/proc/loadavg: 4.23 4.24 4.24 5/333 1054134
/proc/meminfo: memFree=117243676/131524600 swapFree=131071996/131071996
[pid=1052282] ppid=1052279 vsize=19108176 memory=2654468 CPUtime=3253.57 cores=4,6
/proc/1052282/stat : 1052282 (java) S 1052279 1052282 1047777 0 -1 1077936128 295102 0 0 0 325143 214 0 0 20 0 20 0 197360644 19566772224 663617 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
/proc/1052282/statm: 4777044 663617 5946 1 0 676982 0
[pid=1052282/tid=1052284] ppid=1052279 vsize=19108176 memory=2654432 CPUtime=3165.37 cores=4,6
/proc/1052282/task/1052284/stat : 1052284 (java) R 1052279 1052282 1047777 0 -1 4194368 107421 0 0 0 316486 51 0 0 20 0 20 0 197360644 19566772224 663617 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 36 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
[pid=1052282/tid=1052293] ppid=1052279 vsize=19108176 memory=2654432 CPUtime=0 cores=4,6
/proc/1052282/task/1052293/stat : 1052293 (Finalizer) S 1052279 1052282 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197360647 19566772224 663617 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
[pid=1052282/tid=1052300] ppid=1052279 vsize=19108176 memory=16160 CPUtime=0 cores=4,6
/proc/1052282/task/1052300/stat : 1052300 (Common-Cleaner) S 1052279 1052282 1047777 0 -1 1077936192 3079 0 0 0 0 0 0 0 20 0 20 0 197360647 19566772224 663617 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
[pid=1052282/tid=1052301] ppid=1052279 vsize=19108176 memory=-7667762623110997093 CPUtime=0 cores=4,6
/proc/1052282/task/1052301/stat : 1052301 (Timer-0) S 1052279 1052282 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197360664 19566772224 663617 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
Current children cumulated CPU time: 3253.57 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2654468 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.21 4.23 5/333 1054156
/proc/meminfo: memFree=117242680/131524600 swapFree=131071996/131071996
[pid=1052282] ppid=1052279 vsize=19108176 memory=2654476 CPUtime=3314.14 cores=4,6
/proc/1052282/stat : 1052282 (java) S 1052279 1052282 1047777 0 -1 1077936128 298329 0 0 0 331197 217 0 0 20 0 20 0 197360644 19566772224 663619 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
/proc/1052282/statm: 4777044 663619 5946 1 0 676982 0
[pid=1052282/tid=1052284] ppid=1052279 vsize=19108176 memory=11400 CPUtime=3224.25 cores=4,6
/proc/1052282/task/1052284/stat : 1052284 (java) R 1052279 1052282 1047777 0 -1 4194368 108786 0 0 0 322374 51 0 0 20 0 20 0 197360644 19566772224 663619 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 36 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
[pid=1052282/tid=1052293] ppid=1052279 vsize=19108176 memory=2654468 CPUtime=0 cores=4,6
/proc/1052282/task/1052293/stat : 1052293 (Finalizer) S 1052279 1052282 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197360647 19566772224 663619 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
[pid=1052282/tid=1052300] ppid=1052279 vsize=19108176 memory=2654468 CPUtime=0 cores=4,6
/proc/1052282/task/1052300/stat : 1052300 (Common-Cleaner) S 1052279 1052282 1047777 0 -1 1077936192 3157 0 0 0 0 0 0 0 20 0 20 0 197360647 19566772224 663619 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
[pid=1052282/tid=1052301] ppid=1052279 vsize=19108176 memory=11400 CPUtime=0 cores=4,6
/proc/1052282/task/1052301/stat : 1052301 (Timer-0) S 1052279 1052282 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197360664 19566772224 663619 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
Current children cumulated CPU time: 3314.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2654476 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.18 4.22 5/333 1054167
/proc/meminfo: memFree=117241928/131524600 swapFree=131071996/131071996
[pid=1052282] ppid=1052279 vsize=19108176 memory=2654476 CPUtime=3374.39 cores=4,6
/proc/1052282/stat : 1052282 (java) S 1052279 1052282 1047777 0 -1 1077936128 299707 0 0 0 337219 220 0 0 20 0 20 0 197360644 19566772224 663619 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
/proc/1052282/statm: 4777044 663619 5946 1 0 676982 0
[pid=1052282/tid=1052284] ppid=1052279 vsize=19108176 memory=2654476 CPUtime=3283.28 cores=4,6
/proc/1052282/task/1052284/stat : 1052284 (java) R 1052279 1052282 1047777 0 -1 4194368 109897 0 0 0 328277 51 0 0 20 0 20 0 197360644 19566772224 663619 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 36 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
[pid=1052282/tid=1052293] ppid=1052279 vsize=19108176 memory=2654476 CPUtime=0 cores=4,6
/proc/1052282/task/1052293/stat : 1052293 (Finalizer) S 1052279 1052282 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197360647 19566772224 663619 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
[pid=1052282/tid=1052300] ppid=1052279 vsize=19108176 memory=2654476 CPUtime=0 cores=4,6
/proc/1052282/task/1052300/stat : 1052300 (Common-Cleaner) S 1052279 1052282 1047777 0 -1 1077936192 3236 0 0 0 0 0 0 0 20 0 20 0 197360647 19566772224 663619 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
[pid=1052282/tid=1052301] ppid=1052279 vsize=19108176 memory=1904 CPUtime=0 cores=4,6
/proc/1052282/task/1052301/stat : 1052301 (Timer-0) S 1052279 1052282 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197360664 19566772224 663619 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
Current children cumulated CPU time: 3374.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2654476 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.16 4.21 5/331 1054178
/proc/meminfo: memFree=117241044/131524600 swapFree=131071996/131071996
[pid=1052282] ppid=1052279 vsize=19108176 memory=2654476 CPUtime=3434.5 cores=4,6
/proc/1052282/stat : 1052282 (java) S 1052279 1052282 1047777 0 -1 1077936128 302700 0 0 0 343228 222 0 0 20 0 20 0 197360644 19566772224 663619 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
/proc/1052282/statm: 4777044 663619 5946 1 0 676982 0
[pid=1052282/tid=1052284] ppid=1052279 vsize=19108176 memory=2654476 CPUtime=3342.38 cores=4,6
/proc/1052282/task/1052284/stat : 1052284 (java) R 1052279 1052282 1047777 0 -1 4194368 111786 0 0 0 334187 51 0 0 20 0 20 0 197360644 19566772224 663619 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 36 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
[pid=1052282/tid=1052293] ppid=1052279 vsize=19108176 memory=2654476 CPUtime=0 cores=4,6
/proc/1052282/task/1052293/stat : 1052293 (Finalizer) S 1052279 1052282 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197360647 19566772224 663619 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
[pid=1052282/tid=1052300] ppid=1052279 vsize=19108176 memory=2654476 CPUtime=0 cores=4,6
/proc/1052282/task/1052300/stat : 1052300 (Common-Cleaner) S 1052279 1052282 1047777 0 -1 1077936192 3314 0 0 0 0 0 0 0 20 0 20 0 197360647 19566772224 663619 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
[pid=1052282/tid=1052301] ppid=1052279 vsize=19108176 memory=11400 CPUtime=0 cores=4,6
/proc/1052282/task/1052301/stat : 1052301 (Timer-0) S 1052279 1052282 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197360664 19566772224 663619 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
Current children cumulated CPU time: 3434.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2654476 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.16 4.20 5/331 1054192
/proc/meminfo: memFree=117240172/131524600 swapFree=131071996/131071996
[pid=1052282] ppid=1052279 vsize=19108176 memory=2654476 CPUtime=3494.99 cores=4,6
/proc/1052282/stat : 1052282 (java) S 1052279 1052282 1047777 0 -1 1077936128 305968 0 0 0 349274 225 0 0 20 0 20 0 197360644 19566772224 663619 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
/proc/1052282/statm: 4777044 663619 5946 1 0 676982 0
[pid=1052282/tid=1052284] ppid=1052279 vsize=19108176 memory=2654476 CPUtime=3401.45 cores=4,6
/proc/1052282/task/1052284/stat : 1052284 (java) R 1052279 1052282 1047777 0 -1 4194368 113740 0 0 0 340093 52 0 0 20 0 20 0 197360644 19566772224 663619 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 36 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
[pid=1052282/tid=1052293] ppid=1052279 vsize=19108176 memory=11400 CPUtime=0 cores=4,6
/proc/1052282/task/1052293/stat : 1052293 (Finalizer) S 1052279 1052282 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197360647 19566772224 663619 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
[pid=1052282/tid=1052300] ppid=1052279 vsize=19108176 memory=2654476 CPUtime=0 cores=4,6
/proc/1052282/task/1052300/stat : 1052300 (Common-Cleaner) S 1052279 1052282 1047777 0 -1 1077936192 3405 0 0 0 0 0 0 0 20 0 20 0 197360647 19566772224 663619 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
[pid=1052282/tid=1052301] ppid=1052279 vsize=19108176 memory=2654476 CPUtime=0 cores=4,6
/proc/1052282/task/1052301/stat : 1052301 (Timer-0) S 1052279 1052282 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197360664 19566772224 663619 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
Current children cumulated CPU time: 3494.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2654476 KiB

[startup+3522.3 s]
/proc/loadavg: 4.21 4.18 4.20 5/330 1054202
/proc/meminfo: memFree=117239432/131524600 swapFree=131071996/131071996
[pid=1052282] ppid=1052279 vsize=19108176 memory=2654636 CPUtime=3556.39 cores=4,6
/proc/1052282/stat : 1052282 (java) S 1052279 1052282 1047777 0 -1 1077936128 319045 0 0 0 355411 228 0 0 20 0 20 0 197360644 19566772224 663659 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
/proc/1052282/statm: 4777044 663659 5946 1 0 677034 0
[pid=1052282/tid=1052284] ppid=1052279 vsize=19108176 memory=2654476 CPUtime=3460.13 cores=4,6
/proc/1052282/task/1052284/stat : 1052284 (java) R 1052279 1052282 1047777 0 -1 4194368 116227 0 0 0 345961 52 0 0 20 0 20 0 197360644 19566772224 663659 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 36 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
[pid=1052282/tid=1052293] ppid=1052279 vsize=19108176 memory=11400 CPUtime=0 cores=4,6
/proc/1052282/task/1052293/stat : 1052293 (Finalizer) S 1052279 1052282 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197360647 19566772224 663659 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
[pid=1052282/tid=1052300] ppid=1052279 vsize=19108176 memory=-7667762623110997093 CPUtime=0 cores=4,6
/proc/1052282/task/1052300/stat : 1052300 (Common-Cleaner) S 1052279 1052282 1047777 0 -1 1077936192 3444 0 0 0 0 0 0 0 20 0 20 0 197360647 19566772224 663659 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
[pid=1052282/tid=1052301] ppid=1052279 vsize=19108176 memory=11400 CPUtime=0 cores=4,6
/proc/1052282/task/1052301/stat : 1052301 (Timer-0) S 1052279 1052282 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197360664 19566772224 663659 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
Current children cumulated CPU time: 3556.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2654636 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3565.4 s]
/proc/loadavg: 3.76 4.07 4.17 4/304 1054242
/proc/meminfo: memFree=119903668/131524600 swapFree=131071996/131071996
[pid=1052282] ppid=1052279 vsize=19108176 memory=2654700 CPUtime=3600.04 cores=4,6
/proc/1052282/stat : 1052282 (java) S 1052279 1052282 1047777 0 -1 1077936128 321944 0 0 0 359774 230 0 0 20 0 20 0 197360644 19566772224 663675 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
/proc/1052282/statm: 4777044 663675 5946 1 0 677034 0
[pid=1052282/tid=1052284] ppid=1052279 vsize=19108176 memory=2728 CPUtime=3502.16 cores=4,6
/proc/1052282/task/1052284/stat : 1052284 (java) S 1052279 1052282 1047777 0 -1 1077936192 117518 0 0 0 350164 52 0 0 20 0 20 0 197360644 19566772224 663675 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 36 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
[pid=1052282/tid=1052293] ppid=1052279 vsize=19108176 memory=3368 CPUtime=0 cores=4,6
/proc/1052282/task/1052293/stat : 1052293 (Finalizer) S 1052279 1052282 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197360647 19566772224 663675 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
[pid=1052282/tid=1052300] ppid=1052279 vsize=19108176 memory=2608068 CPUtime=0 cores=4,6
/proc/1052282/task/1052300/stat : 1052300 (Common-Cleaner) S 1052279 1052282 1047777 0 -1 1077936192 3539 0 0 0 0 0 0 0 20 0 20 0 197360647 19566772224 663675 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
[pid=1052282/tid=1052301] ppid=1052279 vsize=19108176 memory=2664 CPUtime=0 cores=4,6
/proc/1052282/task/1052301/stat : 1052301 (Timer-0) S 1052279 1052282 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197360664 19566772224 663675 134679101440 94203636563968 94203636567664 140731121783392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94203636575480 94203636576272 94203648557056 140731121787886 140731121787999 140731121787999 140731121795016 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2654700 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.89 s, system=2.32276 s

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

Child status: 143

Real time (s): 3565.5
CPU time (s): 3600.21
CPU user time (s): 3597.89
CPU system time (s): 2.32276
CPU usage (%): 100.973
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 2659040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.89
system time used= 2.32275
maximum resident set size= 2659040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 325280
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 143754
involuntary context switches= 11808


# summary of solver processes directly reported to runsolver:
#   pid: 1052282
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3597.89
#   total CPU system time (s): 2.32276

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.01683 second user time and 17.8823 second system time

The end

Launcher Data

Begin job on nodeC015 at 2024-07-20 07:06:56
IDJOB=4453105
IDBENCH=168735
IDSOLVER=3046
FILE ID=nodeC015/4453105-1721452004
RUNJOBID= nodeC015-1721444822-1047788
SLURM_JOB_ID= 7545658
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/vertex-cover/vc-grids-v2_shuffle/normalized-grid8_55.shuf-1.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4453105-1721452004/watcher-4453105-1721452004 -o /tmp/evaluation-result-4453105-1721452004/solver-4453105-1721452004 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1721444822-1047788 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4453105-1721452004.opb

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

MD5SUM BENCH= add936bb86ecdde22f6655365824bd6d
RANDOM SEED=1801276278

nodeC015.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		: 3652.750
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.61
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		: 3689.403
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.25
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		: 3686.298
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.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.016
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.25
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		: 3629.622
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.61
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		: 3688.086
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.25
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		: 3632.247
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.61
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		: 3600.012
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.25
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        120458340 kB
MemAvailable:   121774796 kB
Buffers:          550132 kB
Cached:          1600124 kB
SwapCached:            0 kB
Active:          1706064 kB
Inactive:        8707108 kB
Active(anon):       1572 kB
Inactive(anon):  8306960 kB
Active(file):    1704492 kB
Inactive(file):   400148 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               904 kB
Writeback:             0 kB
AnonPages:       8260948 kB
Mapped:           128236 kB
Shmem:             45912 kB
KReclaimable:     102928 kB
Slab:             216452 kB
SReclaimable:     102928 kB
SUnreclaim:       113524 kB
KernelStack:        4972 kB
PageTables:        26144 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   10944208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            68224 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7952384 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:      291540 kB
DirectMap2M:    38279168 kB
DirectMap1G:    97517568 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC015 at 2024-07-20 08:06:22