Trace number 4450045

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.23 3277.73

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/
normalized-3col-almost3reg-l070-r069-n1.cnf-extracted.pb.metafix.opb
MD5SUM06224f4c25a1c1b3a15eb701c288d1cc
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3834
Total number of constraints8964
Number of constraints which are clauses4245
Number of constraints which are cardinality constraints (but not clauses)4719
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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.08	c Number of processors 	2
0.13/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	 - never skip resolution steps
0.13/0.15	 - Auto-division on coefficients is disabled
0.13/0.15	 - No postprocessing
0.13/0.15	 - Conflict is considered as is when resolving
0.13/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.15	 - Weaken first using unassigned literals
0.13/0.15	 - Bump strategy: ALWAYS_ONE
0.13/0.15	 - Bumper: ASSIGNED
0.13/0.15	--- Begin Solver configuration ---
0.13/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	Learn all clauses as in MiniSAT
0.13/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	No reason simplification
0.13/0.15	Armin Biere (Picosat) restarts strategy
0.13/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.15	timeout=2147483s
0.13/0.15	DB Simplification allowed=false
0.13/0.15	Listener: none
0.13/0.15	--- End Solver configuration ---
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: ASSIGNED
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Armin Biere (Picosat) restarts strategy
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4450045-1721406725.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  no objective function found
0.50/0.38	c ... done. Wall clock time 0.231s.
0.50/0.39	c declared #vars     3834
0.50/0.39	c #constraints  8964
0.50/0.39	c constraints type 
0.50/0.39	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2967
0.50/0.39	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 4719
0.50/0.39	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1278
0.50/0.39	c 8964 constraints processed.
5.82/3.04	c cleaning 1756 clauses out of 5002 with flag 0/5002
10.59/7.59	c cleaning 3836 clauses out of 9244 with flag 0/11000
16.80/13.50	c cleaning 4502 clauses out of 12408 with flag 0/18000
24.14/20.73	c cleaning 5075 clauses out of 15906 with flag 0/26000
34.95/31.17	c cleaning 5685 clauses out of 19833 with flag 0/35002
49.94/45.77	c cleaning 6459 clauses out of 24146 with flag 0/45000
67.22/62.69	c cleaning 6949 clauses out of 28690 with flag 0/56003
91.43/86.23	c cleaning 7823 clauses out of 33738 with flag 0/68000
117.74/111.96	c cleaning 8014 clauses out of 38918 with flag 0/81003
145.42/138.99	c cleaning 8731 clauses out of 44901 with flag 0/95000
183.24/175.94	c cleaning 9612 clauses out of 51171 with flag 0/110001
223.18/214.86	c cleaning 10225 clauses out of 57558 with flag 0/126000
284.06/274.43	c cleaning 10664 clauses out of 64333 with flag 0/143000
344.82/333.81	c cleaning 10791 clauses out of 71671 with flag 0/161002
413.22/400.72	c cleaning 11620 clauses out of 79881 with flag 0/180003
489.32/475.23	c cleaning 12231 clauses out of 88258 with flag 0/200000
591.35/574.46	c cleaning 12692 clauses out of 97028 with flag 0/221001
689.53/670.71	c cleaning 13701 clauses out of 106335 with flag 0/243000
818.33/797.76	c cleaning 14316 clauses out of 115634 with flag 0/266000
946.32/923.62	c cleaning 15155 clauses out of 125318 with flag 0/290000
1092.25/1065.89	c cleaning 15704 clauses out of 135163 with flag 0/315000
1280.84/1251.40	c cleaning 16453 clauses out of 145459 with flag 0/341000
1467.83/1431.17	c cleaning 17429 clauses out of 156008 with flag 0/368002
1688.98/1635.64	c cleaning 17565 clauses out of 166578 with flag 0/396001
1871.89/1800.06	c cleaning 18182 clauses out of 178012 with flag 0/425000
2133.10/2027.78	c cleaning 18393 clauses out of 189830 with flag 0/455000
2410.95/2265.24	c cleaning 19213 clauses out of 202437 with flag 0/486000
2689.87/2511.85	c cleaning 18590 clauses out of 215224 with flag 0/518000
3003.44/2778.82	c cleaning 20977 clauses out of 229635 with flag 0/551001
3333.06/3057.44	c cleaning 21143 clauses out of 242657 with flag 0/585000
3600.05/3277.62	c starts		: 165
3600.05/3277.62	c conflicts		: 607370
3600.05/3277.62	c decisions		: 888210
3600.05/3277.62	c propagations		: 230345024
3600.05/3277.62	c inspects		: 4880333789
3600.05/3277.62	c shortcuts		: 0
3600.05/3277.62	c learnt literals	: 0
3600.05/3277.62	c learnt binary clauses	: 0
3600.05/3277.62	c learnt ternary clauses	: 1130
3600.05/3277.62	c learnt constraints	: 607370
3600.05/3277.62	c ignored constraints	: 0
3600.05/3277.62	c root simplifications	: 0
3600.05/3277.62	c removed literals (reason simplification)	: 0
3600.05/3277.62	c reason swapping (by a shorter reason)	: 0
3600.05/3277.62	c Calls to reduceDB	: 30
3600.05/3277.62	c Number of update (reduction) of LBD	: 32216023
3600.05/3277.62	c Imported unit clauses	: 0
3600.05/3277.62	c No decision after first conflict	: false
3600.05/3277.62	c number of reductions to clauses (during analyze)	: 0
3600.05/3277.62	c number of learned constraints concerned by reduction	: 0
3600.05/3277.62	c number of learning phase by resolution	: 0
3600.05/3277.62	c number of learning phase by cutting planes	: 0
3600.05/3277.62	c number of rounding to 1 operations	: 2651044
3600.05/3277.62	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3277.62	c number of reductions of the coefficients by power 2 	: 0
3600.05/3277.62	c number of right shift for reduction by power 2 	: 0
3600.05/3277.62	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3277.62	c number of ending skipping 	: 0
3600.05/3277.62	c number of internal skipping 	: 0
3600.05/3277.62	c number of derivation steps 	: 34263319
3600.05/3277.62	c number of skipped derivation steps 	: 0
3600.05/3277.62	c number of remaining unassigned 	: 61084
3600.05/3277.62	c number of remaining assigned 	: 120256303
3600.05/3277.62	c number of falsified literals weakened from reason	: 0
3600.05/3277.62	c number of falsified literals weakened from conflict	: 0
3600.05/3277.62	c time for arithmetic operations	: 9304929077
3600.05/3277.62	c timeout
3600.05/3277.62	c minimum degree of deleted constraints	: 4
3600.05/3277.63	c maximum degree of deleted constraints	: 16312946
3600.05/3277.63	c number of deleted constraints	: 363486
3600.05/3277.64	c speed (assignments/second)	: 70286.24831489404
3600.05/3277.64	c non guided choices	: 11779
3600.20/3277.70	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 119723
3600.20/3277.70	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1302
3600.20/3277.70	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 122859
3600.20/3277.70	s UNKNOWN
3600.20/3277.70	c Total wall clock time (in seconds): 3277.552

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450045-1721406725/watcher-4450045-1721406725 -o /tmp/evaluation-result-4450045-1721406725/solver-4450045-1721406725 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1721406737-1023808 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4450045-1721406725.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=1023869, runsolver pid=1023866

[startup+0.100057 s]*
/proc/loadavg: 1.92 2.07 2.13 15/327 1023938
/proc/meminfo: memFree=125710500/131524600 swapFree=130799640/131071996
[pid=1023869] ppid=1023866 vsize=18975048 memory=64064 CPUtime=0.13 cores=1,3
/proc/1023869/stat : 1023869 (java) S 1023866 1023869 1019718 0 -1 1077936128 7116 0 0 0 11 2 0 0 20 0 18 0 192831655 19430449152 16016 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
/proc/1023869/statm: 4743762 16016 5520 1 0 549323 0
[pid=1023869/tid=1023874] ppid=1023866 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/1023869/task/1023874/stat : 1023874 (java) R 1023866 1023869 1019718 0 -1 4194368 5688 0 0 0 7 1 0 0 20 0 18 0 192831655 19430449152 16016 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
[pid=1023869/tid=1023920] ppid=1023866 vsize=18975048 memory=237146210664 CPUtime=0 cores=1,3
/proc/1023869/task/1023920/stat : 1023920 (Finalizer) S 1023866 1023869 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 192831658 19430449152 16016 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
[pid=1023869/tid=1023937] ppid=1023866 vsize=18975048 memory=14134446136991189 CPUtime=0 cores=1,3
/proc/1023869/task/1023937/stat : 1023937 (Common-Cleaner) S 1023866 1023869 1019718 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 192831659 19430449152 16016 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64064 KiB

[startup+0.212912 s]*
/proc/loadavg: 1.92 2.07 2.13 15/328 1023939
/proc/meminfo: memFree=125600528/131524600 swapFree=130799640/131071996
[pid=1023869] ppid=1023866 vsize=18975048 memory=105956 CPUtime=0.34 cores=1,3
/proc/1023869/stat : 1023869 (java) S 1023866 1023869 1019718 0 -1 1077936128 7648 0 0 0 31 3 0 0 20 0 18 0 192831655 19430449152 26489 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
/proc/1023869/statm: 4743762 26489 5742 1 0 549669 0
[pid=1023869/tid=1023874] ppid=1023866 vsize=18975048 memory=6876556183782621315 CPUtime=0.19 cores=1,3
/proc/1023869/task/1023874/stat : 1023874 (java) R 1023866 1023869 1019718 0 -1 4194368 5974 0 0 0 17 2 0 0 20 0 18 0 192831655 19430449152 26489 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
[pid=1023869/tid=1023920] ppid=1023866 vsize=18975048 memory=1285800 CPUtime=0 cores=1,3
/proc/1023869/task/1023920/stat : 1023920 (Finalizer) S 1023866 1023869 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 192831658 19430449152 26489 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
[pid=1023869/tid=1023937] ppid=1023866 vsize=18975048 memory=13571496182286042 CPUtime=0 cores=1,3
/proc/1023869/task/1023937/stat : 1023937 (Common-Cleaner) S 1023866 1023869 1019718 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 192831659 19430449152 26489 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 105956 KiB

[startup+0.307913 s]*
/proc/loadavg: 1.92 2.07 2.13 17/331 1023942
/proc/meminfo: memFree=125432388/131524600 swapFree=130799640/131071996
[pid=1023869] ppid=1023866 vsize=19041612 memory=164144 CPUtime=0.5 cores=1,3
/proc/1023869/stat : 1023869 (java) S 1023866 1023869 1019718 0 -1 1077936128 9355 0 0 0 45 5 0 0 20 0 19 0 192831655 19498610688 41036 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
/proc/1023869/statm: 4760403 41036 5886 1 0 551070 0
[pid=1023869/tid=1023874] ppid=1023866 vsize=19041612 memory=-7596549454003397983 CPUtime=0.25 cores=1,3
/proc/1023869/task/1023874/stat : 1023874 (java) R 1023866 1023869 1019718 0 -1 4194368 6031 0 0 0 21 4 0 0 20 0 19 0 192831655 19498610688 41036 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
[pid=1023869/tid=1023920] ppid=1023866 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1023869/task/1023920/stat : 1023920 (Finalizer) S 1023866 1023869 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 192831658 19498610688 41036 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
[pid=1023869/tid=1023937] ppid=1023866 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1023869/task/1023937/stat : 1023937 (Common-Cleaner) S 1023866 1023869 1019718 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 192831659 19498610688 41036 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 164144 KiB

[startup+0.701925 s]
/proc/loadavg: 1.92 2.07 2.13 11/310 1023954
/proc/meminfo: memFree=125351716/131524600 swapFree=130799640/131071996
[pid=1023869] ppid=1023866 vsize=19108176 memory=265016 CPUtime=1.26 cores=1,3
/proc/1023869/stat : 1023869 (java) S 1023866 1023869 1019718 0 -1 1077936128 9975 0 0 0 119 7 0 0 20 0 20 0 192831655 19566772224 66254 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
/proc/1023869/statm: 4777044 66254 5886 1 0 551612 0
[pid=1023869/tid=1023874] ppid=1023866 vsize=19108176 memory=736 CPUtime=0.61 cores=1,3
/proc/1023869/task/1023874/stat : 1023874 (java) R 1023866 1023869 1019718 0 -1 4194368 6123 0 0 0 56 5 0 0 20 0 20 0 192831655 19566772224 66254 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
[pid=1023869/tid=1023920] ppid=1023866 vsize=19108176 memory=4892 CPUtime=0 cores=1,3
/proc/1023869/task/1023920/stat : 1023920 (Finalizer) S 1023866 1023869 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192831658 19566772224 66254 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
[pid=1023869/tid=1023937] ppid=1023866 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1023869/task/1023937/stat : 1023937 (Common-Cleaner) S 1023866 1023869 1019718 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 192831659 19566772224 66254 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
[pid=1023869/tid=1023946] ppid=1023866 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1023869/task/1023946/stat : 1023946 (Timer-0) S 1023866 1023869 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192831695 19566772224 66254 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 265016 KiB

[startup+1.50091 s]
/proc/loadavg: 1.92 2.07 2.13 12/333 1024010
/proc/meminfo: memFree=125150912/131524600 swapFree=130799640/131071996
[pid=1023869] ppid=1023866 vsize=19108176 memory=514988 CPUtime=2.84 cores=1,3
/proc/1023869/stat : 1023869 (java) S 1023866 1023869 1019718 0 -1 1077936128 17994 0 0 0 271 13 0 0 20 0 20 0 192831655 19566772224 128747 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
/proc/1023869/statm: 4777044 128747 5886 1 0 556755 0
[pid=1023869/tid=1023874] ppid=1023866 vsize=19108176 memory=4892 CPUtime=1.4 cores=1,3
/proc/1023869/task/1023874/stat : 1023874 (java) R 1023866 1023869 1019718 0 -1 4194368 6294 0 0 0 130 10 0 0 20 0 20 0 192831655 19566772224 128747 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
[pid=1023869/tid=1023920] ppid=1023866 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1023869/task/1023920/stat : 1023920 (Finalizer) S 1023866 1023869 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192831658 19566772224 128747 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
[pid=1023869/tid=1023937] ppid=1023866 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1023869/task/1023937/stat : 1023937 (Common-Cleaner) S 1023866 1023869 1019718 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 192831659 19566772224 128747 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
[pid=1023869/tid=1023946] ppid=1023866 vsize=19108176 memory=280719867946256 CPUtime=0 cores=1,3
/proc/1023869/task/1023946/stat : 1023946 (Timer-0) S 1023866 1023869 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192831695 19566772224 128747 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 514988 KiB

[startup+3.10626 s]
/proc/loadavg: 1.92 2.07 2.13 8/335 1024145
/proc/meminfo: memFree=122887936/131524600 swapFree=130799640/131071996
[pid=1023869] ppid=1023866 vsize=19108176 memory=1329688 CPUtime=5.96 cores=1,3
/proc/1023869/stat : 1023869 (java) S 1023866 1023869 1019718 0 -1 1077936128 25146 0 0 0 567 29 0 0 20 0 20 0 192831655 19566772224 332422 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
/proc/1023869/statm: 4777044 332422 5886 1 0 556801 0
[pid=1023869/tid=1023874] ppid=1023866 vsize=19108176 memory=0 CPUtime=2.97 cores=1,3
/proc/1023869/task/1023874/stat : 1023874 (java) R 1023866 1023869 1019718 0 -1 4194368 7487 0 0 0 272 25 0 0 20 0 20 0 192831655 19566772224 332422 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
[pid=1023869/tid=1023920] ppid=1023866 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1023869/task/1023920/stat : 1023920 (Finalizer) S 1023866 1023869 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192831658 19566772224 332422 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
[pid=1023869/tid=1023937] ppid=1023866 vsize=19108176 memory=4892 CPUtime=0 cores=1,3
/proc/1023869/task/1023937/stat : 1023937 (Common-Cleaner) S 1023866 1023869 1019718 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 192831659 19566772224 332422 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
[pid=1023869/tid=1023946] ppid=1023866 vsize=19108176 memory=7804 CPUtime=0 cores=1,3
/proc/1023869/task/1023946/stat : 1023946 (Timer-0) S 1023866 1023869 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192831695 19566772224 332422 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
Current children cumulated CPU time: 5.96 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1329688 KiB

[startup+6.30029 s]
/proc/loadavg: 2.16 2.12 2.14 6/335 1024145
/proc/meminfo: memFree=121135784/131524600 swapFree=130799640/131071996
[pid=1023869] ppid=1023866 vsize=19108176 memory=1628956 CPUtime=9.37 cores=1,3
/proc/1023869/stat : 1023869 (java) S 1023866 1023869 1019718 0 -1 1077936128 28293 0 0 0 902 35 0 0 20 0 20 0 192831655 19566772224 407239 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
/proc/1023869/statm: 4777044 407239 5905 1 0 880564 0
[pid=1023869/tid=1023874] ppid=1023866 vsize=19108176 memory=0 CPUtime=6.1 cores=1,3
/proc/1023869/task/1023874/stat : 1023874 (java) R 1023866 1023869 1019718 0 -1 4194368 8073 0 0 0 580 30 0 0 20 0 20 0 192831655 19566772224 407239 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
[pid=1023869/tid=1023920] ppid=1023866 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1023869/task/1023920/stat : 1023920 (Finalizer) S 1023866 1023869 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192831658 19566772224 407239 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
[pid=1023869/tid=1023937] ppid=1023866 vsize=19108176 memory=4892 CPUtime=0 cores=1,3
/proc/1023869/task/1023937/stat : 1023937 (Common-Cleaner) S 1023866 1023869 1019718 0 -1 1077936192 51 0 0 0 0 0 0 0 20 0 20 0 192831659 19566772224 407239 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
[pid=1023869/tid=1023946] ppid=1023866 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1023869/task/1023946/stat : 1023946 (Timer-0) S 1023866 1023869 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192831695 19566772224 407239 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
Current children cumulated CPU time: 9.37 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1628956 KiB

[startup+12.7002 s]
/proc/loadavg: 2.39 2.16 2.16 6/335 1024147
/proc/meminfo: memFree=118061504/131524600 swapFree=130799640/131071996
[pid=1023869] ppid=1023866 vsize=19108176 memory=2608068 CPUtime=15.99 cores=1,3
/proc/1023869/stat : 1023869 (java) S 1023866 1023869 1019718 0 -1 1077936128 29018 0 0 0 1544 55 0 0 20 0 20 0 192831655 19566772224 652017 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
/proc/1023869/statm: 4777044 652017 5905 1 0 880574 0
[pid=1023869/tid=1023874] ppid=1023866 vsize=19108176 memory=4892 CPUtime=12.25 cores=1,3
/proc/1023869/task/1023874/stat : 1023874 (java) R 1023866 1023869 1019718 0 -1 4194368 8544 0 0 0 1179 46 0 0 20 0 20 0 192831655 19566772224 652017 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
[pid=1023869/tid=1023920] ppid=1023866 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1023869/task/1023920/stat : 1023920 (Finalizer) S 1023866 1023869 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192831658 19566772224 652017 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
[pid=1023869/tid=1023937] ppid=1023866 vsize=19108176 memory=-7596549454003397983 CPUtime=0 cores=1,3
/proc/1023869/task/1023937/stat : 1023937 (Common-Cleaner) S 1023866 1023869 1019718 0 -1 1077936192 51 0 0 0 0 0 0 0 20 0 20 0 192831659 19566772224 652017 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
[pid=1023869/tid=1023946] ppid=1023866 vsize=19108176 memory=1200 CPUtime=0 cores=1,3
/proc/1023869/task/1023946/stat : 1023946 (Timer-0) S 1023866 1023869 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192831695 19566772224 652017 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
Current children cumulated CPU time: 15.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2608068 KiB

[startup+25.5003 s]
/proc/loadavg: 2.75 2.25 2.19 6/335 1024149
/proc/meminfo: memFree=116823352/131524600 swapFree=130799640/131071996
[pid=1023869] ppid=1023866 vsize=19108176 memory=2608492 CPUtime=29.17 cores=1,3
/proc/1023869/stat : 1023869 (java) S 1023866 1023869 1019718 0 -1 1077936128 35348 0 0 0 2861 56 0 0 20 0 20 0 192831655 19566772224 652123 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
/proc/1023869/statm: 4777044 652123 5905 1 0 880590 0
[pid=1023869/tid=1023874] ppid=1023866 vsize=19108176 memory=7804 CPUtime=24.66 cores=1,3
/proc/1023869/task/1023874/stat : 1023874 (java) R 1023866 1023869 1019718 0 -1 4194368 10919 0 0 0 2420 46 0 0 20 0 20 0 192831655 19566772224 652123 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
[pid=1023869/tid=1023920] ppid=1023866 vsize=19108176 memory=2608268 CPUtime=0 cores=1,3
/proc/1023869/task/1023920/stat : 1023920 (Finalizer) S 1023866 1023869 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192831658 19566772224 652123 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
[pid=1023869/tid=1023937] ppid=1023866 vsize=19108176 memory=7804 CPUtime=0 cores=1,3
/proc/1023869/task/1023937/stat : 1023937 (Common-Cleaner) S 1023866 1023869 1019718 0 -1 1077936192 51 0 0 0 0 0 0 0 20 0 20 0 192831659 19566772224 652123 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
[pid=1023869/tid=1023946] ppid=1023866 vsize=19108176 memory=4892 CPUtime=0 cores=1,3
/proc/1023869/task/1023946/stat : 1023946 (Timer-0) S 1023866 1023869 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192831695 19566772224 652123 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
Current children cumulated CPU time: 29.17 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2608492 KiB

[startup+51.1062 s]
/proc/loadavg: 3.18 2.40 2.24 6/335 1024153
/proc/meminfo: memFree=114809832/131524600 swapFree=130799640/131071996
[pid=1023869] ppid=1023866 vsize=19108176 memory=3252984 CPUtime=55.49 cores=1,3
/proc/1023869/stat : 1023869 (java) S 1023866 1023869 1019718 0 -1 1077936128 40412 0 0 0 5478 71 0 0 20 0 20 0 192831655 19566772224 813246 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
/proc/1023869/statm: 4777044 813246 5905 1 0 1010094 0
[pid=1023869/tid=1023874] ppid=1023866 vsize=19108176 memory=144 CPUtime=49.24 cores=1,3
/proc/1023869/task/1023874/stat : 1023874 (java) R 1023866 1023869 1019718 0 -1 4194368 13996 0 0 0 4868 56 0 0 20 0 20 0 192831655 19566772224 813246 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
[pid=1023869/tid=1023920] ppid=1023866 vsize=19108176 memory=2676236 CPUtime=0 cores=1,3
/proc/1023869/task/1023920/stat : 1023920 (Finalizer) S 1023866 1023869 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192831658 19566772224 813246 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0

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

[startup+2922.3 s]
/proc/loadavg: 4.87 4.84 4.62 6/333 1025477
/proc/meminfo: memFree=98595900/131524600 swapFree=130799640/131071996
[pid=1023869] ppid=1023866 vsize=19108176 memory=4607192 CPUtime=3173.64 cores=1,3
/proc/1023869/stat : 1023869 (java) S 1023866 1023869 1019718 0 -1 1077936128 523271 0 0 0 316941 423 0 0 20 0 20 0 192831655 19566772224 1151798 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
/proc/1023869/statm: 4777044 1151798 5939 1 0 1164185 0
[pid=1023869/tid=1023874] ppid=1023866 vsize=19108176 memory=4607188 CPUtime=2839.28 cores=1,3
/proc/1023869/task/1023874/stat : 1023874 (java) R 1023866 1023869 1019718 0 -1 4194368 257361 0 0 0 283833 95 0 0 20 0 20 0 192831655 19566772224 1151798 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 59 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
[pid=1023869/tid=1023920] ppid=1023866 vsize=19108176 memory=29932 CPUtime=0 cores=1,3
/proc/1023869/task/1023920/stat : 1023920 (Finalizer) S 1023866 1023869 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192831658 19566772224 1151798 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
[pid=1023869/tid=1023937] ppid=1023866 vsize=19108176 memory=29932 CPUtime=0 cores=1,3
/proc/1023869/task/1023937/stat : 1023937 (Common-Cleaner) S 1023866 1023869 1019718 0 -1 1077936192 2521 0 0 0 0 0 0 0 20 0 20 0 192831659 19566772224 1151798 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
[pid=1023869/tid=1023946] ppid=1023866 vsize=19108176 memory=4607192 CPUtime=0 cores=1,3
/proc/1023869/task/1023946/stat : 1023946 (Timer-0) S 1023866 1023869 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192831695 19566772224 1151798 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
Current children cumulated CPU time: 3173.64 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4607192 KiB

[startup+2982.3 s]
/proc/loadavg: 4.91 4.87 4.65 6/333 1025487
/proc/meminfo: memFree=98588212/131524600 swapFree=130799640/131071996
[pid=1023869] ppid=1023866 vsize=19108176 memory=4607192 CPUtime=3244.51 cores=1,3
/proc/1023869/stat : 1023869 (java) S 1023866 1023869 1019718 0 -1 1077936128 538708 0 0 0 324015 436 0 0 20 0 20 0 192831655 19566772224 1151798 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
/proc/1023869/statm: 4777044 1151798 5939 1 0 1164185 0
[pid=1023869/tid=1023874] ppid=1023866 vsize=19108176 memory=4607192 CPUtime=2897.67 cores=1,3
/proc/1023869/task/1023874/stat : 1023874 (java) R 1023866 1023869 1019718 0 -1 4194368 265073 0 0 0 289671 96 0 0 20 0 20 0 192831655 19566772224 1151798 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 59 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
[pid=1023869/tid=1023920] ppid=1023866 vsize=19108176 memory=7804 CPUtime=0 cores=1,3
/proc/1023869/task/1023920/stat : 1023920 (Finalizer) S 1023866 1023869 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192831658 19566772224 1151798 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
[pid=1023869/tid=1023937] ppid=1023866 vsize=19108176 memory=4607192 CPUtime=0 cores=1,3
/proc/1023869/task/1023937/stat : 1023937 (Common-Cleaner) S 1023866 1023869 1019718 0 -1 1077936192 2572 0 0 0 0 0 0 0 20 0 20 0 192831659 19566772224 1151798 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
[pid=1023869/tid=1023946] ppid=1023866 vsize=19108176 memory=6944652177228980320 CPUtime=0 cores=1,3
/proc/1023869/task/1023946/stat : 1023946 (Timer-0) S 1023866 1023869 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192831695 19566772224 1151798 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
Current children cumulated CPU time: 3244.51 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4607192 KiB

[startup+3042.3 s]
/proc/loadavg: 4.84 4.86 4.66 6/333 1025499
/proc/meminfo: memFree=98370036/131524600 swapFree=130799640/131071996
[pid=1023869] ppid=1023866 vsize=19108176 memory=4607192 CPUtime=3315.18 cores=1,3
/proc/1023869/stat : 1023869 (java) S 1023866 1023869 1019718 0 -1 1077936128 554659 0 0 0 331071 447 0 0 20 0 20 0 192831655 19566772224 1151798 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
/proc/1023869/statm: 4777044 1151798 5939 1 0 1164185 0
[pid=1023869/tid=1023874] ppid=1023866 vsize=19108176 memory=4607192 CPUtime=2955.97 cores=1,3
/proc/1023869/task/1023874/stat : 1023874 (java) R 1023866 1023869 1019718 0 -1 4194368 270070 0 0 0 295500 97 0 0 20 0 20 0 192831655 19566772224 1151798 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 61 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
[pid=1023869/tid=1023920] ppid=1023866 vsize=19108176 memory=29932 CPUtime=0 cores=1,3
/proc/1023869/task/1023920/stat : 1023920 (Finalizer) S 1023866 1023869 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192831658 19566772224 1151798 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
[pid=1023869/tid=1023937] ppid=1023866 vsize=19108176 memory=4607192 CPUtime=0 cores=1,3
/proc/1023869/task/1023937/stat : 1023937 (Common-Cleaner) S 1023866 1023869 1019718 0 -1 1077936192 2572 0 0 0 0 0 0 0 20 0 20 0 192831659 19566772224 1151798 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
[pid=1023869/tid=1023946] ppid=1023866 vsize=19108176 memory=27784 CPUtime=0 cores=1,3
/proc/1023869/task/1023946/stat : 1023946 (Timer-0) S 1023866 1023869 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192831695 19566772224 1151798 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
Current children cumulated CPU time: 3315.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4607192 KiB

[startup+3102.3 s]
/proc/loadavg: 5.03 4.92 4.69 6/333 1025510
/proc/meminfo: memFree=98101208/131524600 swapFree=130799640/131071996
[pid=1023869] ppid=1023866 vsize=19108176 memory=4608136 CPUtime=3388.28 cores=1,3
/proc/1023869/stat : 1023869 (java) S 1023866 1023869 1019718 0 -1 1077936128 557123 0 0 0 338371 457 0 0 20 0 20 0 192831655 19566772224 1152034 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
/proc/1023869/statm: 4777044 1152034 5939 1 0 1164456 0
[pid=1023869/tid=1023874] ppid=1023866 vsize=19108176 memory=4607292 CPUtime=3014.55 cores=1,3
/proc/1023869/task/1023874/stat : 1023874 (java) R 1023866 1023869 1019718 0 -1 4194368 271794 0 0 0 301358 97 0 0 20 0 20 0 192831655 19566772224 1152034 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 61 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
[pid=1023869/tid=1023920] ppid=1023866 vsize=19108176 memory=144 CPUtime=0 cores=1,3
/proc/1023869/task/1023920/stat : 1023920 (Finalizer) S 1023866 1023869 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192831658 19566772224 1152034 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
[pid=1023869/tid=1023937] ppid=1023866 vsize=19108176 memory=4872558142750484290 CPUtime=0 cores=1,3
/proc/1023869/task/1023937/stat : 1023937 (Common-Cleaner) S 1023866 1023869 1019718 0 -1 1077936192 2591 0 0 0 0 0 0 0 20 0 20 0 192831659 19566772224 1152034 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
[pid=1023869/tid=1023946] ppid=1023866 vsize=19108176 memory=29932 CPUtime=0 cores=1,3
/proc/1023869/task/1023946/stat : 1023946 (Timer-0) S 1023866 1023869 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192831695 19566772224 1152034 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
Current children cumulated CPU time: 3388.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4608136 KiB

[startup+3162.31 s]
/proc/loadavg: 4.91 4.90 4.70 5/333 1025522
/proc/meminfo: memFree=98100396/131524600 swapFree=130799640/131071996
[pid=1023869] ppid=1023866 vsize=19108176 memory=4608328 CPUtime=3459.43 cores=1,3
/proc/1023869/stat : 1023869 (java) S 1023866 1023869 1019718 0 -1 1077936128 573791 0 0 0 345473 470 0 0 20 0 20 0 192831655 19566772224 1152082 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
/proc/1023869/statm: 4777044 1152082 5939 1 0 1164486 0
[pid=1023869/tid=1023874] ppid=1023866 vsize=19108176 memory=7804 CPUtime=3073.03 cores=1,3
/proc/1023869/task/1023874/stat : 1023874 (java) R 1023866 1023869 1019718 0 -1 4194368 278589 0 0 0 307206 97 0 0 20 0 20 0 192831655 19566772224 1152082 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 61 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
[pid=1023869/tid=1023920] ppid=1023866 vsize=19108176 memory=-7596549454003397983 CPUtime=0 cores=1,3
/proc/1023869/task/1023920/stat : 1023920 (Finalizer) S 1023866 1023869 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192831658 19566772224 1152082 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
[pid=1023869/tid=1023937] ppid=1023866 vsize=19108176 memory=7804 CPUtime=0 cores=1,3
/proc/1023869/task/1023937/stat : 1023937 (Common-Cleaner) S 1023866 1023869 1019718 0 -1 1077936192 2669 0 0 0 0 0 0 0 20 0 20 0 192831659 19566772224 1152082 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
[pid=1023869/tid=1023946] ppid=1023866 vsize=19108176 memory=4608328 CPUtime=0 cores=1,3
/proc/1023869/task/1023946/stat : 1023946 (Timer-0) S 1023866 1023869 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192831695 19566772224 1152082 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
Current children cumulated CPU time: 3459.43 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4608328 KiB

[startup+3222.3 s]
/proc/loadavg: 5.09 4.95 4.73 6/333 1025917
/proc/meminfo: memFree=97789908/131524600 swapFree=130799640/131071996
[pid=1023869] ppid=1023866 vsize=19108176 memory=4608400 CPUtime=3533.45 cores=1,3
/proc/1023869/stat : 1023869 (java) S 1023866 1023869 1019718 0 -1 1077936128 580061 0 0 0 352865 480 0 0 20 0 20 0 192831655 19566772224 1152100 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
/proc/1023869/statm: 4777044 1152100 5939 1 0 1164508 0
[pid=1023869/tid=1023874] ppid=1023866 vsize=19108176 memory=7804 CPUtime=3131.48 cores=1,3
/proc/1023869/task/1023874/stat : 1023874 (java) R 1023866 1023869 1019718 0 -1 4194368 281218 0 0 0 313050 98 0 0 20 0 20 0 192831655 19566772224 1152100 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 61 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
[pid=1023869/tid=1023920] ppid=1023866 vsize=19108176 memory=-7596549454003397983 CPUtime=0 cores=1,3
/proc/1023869/task/1023920/stat : 1023920 (Finalizer) S 1023866 1023869 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192831658 19566772224 1152100 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
[pid=1023869/tid=1023937] ppid=1023866 vsize=19108176 memory=4608400 CPUtime=0 cores=1,3
/proc/1023869/task/1023937/stat : 1023937 (Common-Cleaner) S 1023866 1023869 1019718 0 -1 1077936192 2669 0 0 0 0 0 0 0 20 0 20 0 192831659 19566772224 1152100 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
[pid=1023869/tid=1023946] ppid=1023866 vsize=19108176 memory=4608400 CPUtime=0 cores=1,3
/proc/1023869/task/1023946/stat : 1023946 (Timer-0) S 1023866 1023869 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192831695 19566772224 1152100 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
Current children cumulated CPU time: 3533.45 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4608400 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3277.6 s]
/proc/loadavg: 4.56 4.84 4.70 5/307 1025961
/proc/meminfo: memFree=102876496/131524600 swapFree=130799640/131071996
[pid=1023869] ppid=1023866 vsize=19108176 memory=5075140 CPUtime=3600.05 cores=1,3
/proc/1023869/stat : 1023869 (java) S 1023866 1023869 1019718 0 -1 1077936128 592332 0 0 0 359505 500 0 0 20 0 20 0 192831655 19566772224 1268785 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
/proc/1023869/statm: 4777044 1268785 5939 1 0 1281485 0
[pid=1023869/tid=1023874] ppid=1023866 vsize=19108176 memory=1200 CPUtime=3185.31 cores=1,3
/proc/1023869/task/1023874/stat : 1023874 (java) R 1023866 1023869 1019718 0 -1 4194368 287415 0 0 0 318424 107 0 0 20 0 20 0 192831655 19566772224 1268785 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 64 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
[pid=1023869/tid=1023920] ppid=1023866 vsize=19108176 memory=16256 CPUtime=0 cores=1,3
/proc/1023869/task/1023920/stat : 1023920 (Finalizer) S 1023866 1023869 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192831658 19566772224 1268785 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
[pid=1023869/tid=1023937] ppid=1023866 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1023869/task/1023937/stat : 1023937 (Common-Cleaner) S 1023866 1023869 1019718 0 -1 1077936192 2720 0 0 0 0 0 0 0 20 0 20 0 192831659 19566772224 1268785 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
[pid=1023869/tid=1023946] ppid=1023866 vsize=19108176 memory=1200 CPUtime=0 cores=1,3
/proc/1023869/task/1023946/stat : 1023946 (Timer-0) S 1023866 1023869 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192831695 19566772224 1268785 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5075140 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.2 s, system=5.02846 s

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

[startup+3277.7 s]
/proc/loadavg: 4.56 4.84 4.70 5/307 1025961
/proc/meminfo: memFree=102876496/131524600 swapFree=130799640/131071996
[pid=1023869] ppid=1023866 vsize=19307868 memory=5075752 CPUtime=3600.2 cores=1,3
/proc/1023869/stat : 1023869 (java) S 1023866 1023869 1019718 0 -1 1077936128 594385 0 0 0 359519 501 0 0 20 0 21 0 192831655 19771256832 1268938 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
/proc/1023869/statm: 4826967 1268938 5938 1 0 1282388 0
[pid=1023869/tid=1023874] ppid=1023866 vsize=19307868 memory=736 CPUtime=3185.32 cores=1,3
/proc/1023869/task/1023874/stat : 1023874 (java) S 1023866 1023869 1019718 0 -1 1077936192 287450 0 0 0 318425 107 0 0 20 0 21 0 192831655 19771256832 1268938 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 64 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
[pid=1023869/tid=1023920] ppid=1023866 vsize=19307868 memory=4608420 CPUtime=0 cores=1,3
/proc/1023869/task/1023920/stat : 1023920 (Finalizer) S 1023866 1023869 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 192831658 19771256832 1268938 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
[pid=1023869/tid=1023937] ppid=1023866 vsize=19307868 memory=4608420 CPUtime=0 cores=1,3
/proc/1023869/task/1023937/stat : 1023937 (Common-Cleaner) S 1023866 1023869 1019718 0 -1 1077936192 2720 0 0 0 0 0 0 0 20 0 21 0 192831659 19771256832 1268938 134679101440 94595357646848 94595357650544 140730552757600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94595357658360 94595357659152 94595385954304 140730552759278 140730552759391 140730552759391 140730552766408 0
Current children cumulated CPU time: 3600.2 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 5075752 KiB

Child status: 143

Real time (s): 3277.73
CPU time (s): 3600.23
CPU user time (s): 3595.2
CPU system time (s): 5.02846
CPU usage (%): 109.839
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 5075752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.2
system time used= 5.02846
maximum resident set size= 5077000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 594535
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 139259
involuntary context switches= 29271


# summary of solver processes directly reported to runsolver:
#   pid: 1023869
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3595.2
#   total CPU system time (s): 5.02846

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.06644 second user time and 17.5451 second system time

The end

Launcher Data

Begin job on nodeC014 at 2024-07-19 18:32:18
IDJOB=4450045
IDBENCH=160390
IDSOLVER=3046
FILE ID=nodeC014/4450045-1721406725
RUNJOBID= nodeC014-1721406737-1023808
SLURM_JOB_ID= 7545426
Free space on /tmp= 890036 MiB

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

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

MD5SUM BENCH= 06224f4c25a1c1b3a15eb701c288d1cc
RANDOM SEED=146711794

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3525.786
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3540.575
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3575.851
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3621.076
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3424.248
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3620.246
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3618.083
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3159.760
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        125881224 kB
MemAvailable:   129981144 kB
Buffers:          483824 kB
Cached:          4411828 kB
SwapCached:        12872 kB
Active:          1484256 kB
Inactive:        3534264 kB
Active(anon):       9112 kB
Inactive(anon):   143268 kB
Active(file):    1475144 kB
Inactive(file):  3390996 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       130799640 kB
Dirty:              2904 kB
Writeback:             0 kB
AnonPages:        114460 kB
Mapped:            49984 kB
Shmem:             29476 kB
KReclaimable:     146852 kB
Slab:             249652 kB
SReclaimable:     146852 kB
SUnreclaim:       102800 kB
KernelStack:        3952 kB
PageTables:         9340 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     746932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            35264 kB
HardwareCorrupted:     0 kB
AnonHugePages:    165888 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      303828 kB
DirectMap2M:    38266880 kB
DirectMap1G:    97517568 kB

Free space on /tmp at the end= 890032 MiB
End job on nodeC014 at 2024-07-19 19:26:55