Trace number 4451725

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 3542.5

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/quimper/SyncCodes/
d-equals-n_k/normalized-compression32_11.opb
MD5SUM66b8e371687d4e403b47b4700770389d
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 benchmark105.174
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1892
Total number of constraints9034
Number of constraints which are clauses9030
Number of constraints which are cardinality constraints (but not clauses)4
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint43
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 11
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 54
Number of bits of the biggest sum of numbers6
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.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-4451725-1721428755.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  no objective function found
0.90/0.55	c ... done. Wall clock time 0.392s.
0.90/0.55	c declared #vars     1892
0.90/0.55	c #constraints  9038
0.90/0.55	c constraints type 
0.90/0.55	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3612
0.90/0.55	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.90/0.55	c org.sat4j.specs.Constr$1 => 3
0.90/0.55	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5418
0.90/0.55	c org.sat4j.pb.constraints.pb.UnitClausePB => 3
0.90/0.55	c 9038 constraints processed.
11.06/8.44	c cleaning 2499 clauses out of 5001 with flag 0/5001
26.76/23.77	c cleaning 4248 clauses out of 8501 with flag 0/11000
49.11/45.82	c cleaning 5626 clauses out of 11257 with flag 0/18004
73.92/70.54	c cleaning 6812 clauses out of 13627 with flag 0/26000
104.46/100.55	c cleaning 7710 clauses out of 15816 with flag 0/35001
133.30/129.10	c cleaning 7788 clauses out of 18105 with flag 0/45000
173.56/168.61	c cleaning 8542 clauses out of 21319 with flag 0/56002
216.36/210.83	c cleaning 9104 clauses out of 24775 with flag 0/68000
272.07/265.61	c cleaning 10220 clauses out of 28672 with flag 0/81001
338.27/331.02	c cleaning 11009 clauses out of 32453 with flag 0/95002
412.63/404.31	c cleaning 12065 clauses out of 36443 with flag 0/110001
504.70/495.01	c cleaning 12597 clauses out of 40377 with flag 0/126000
602.08/591.74	c cleaning 13666 clauses out of 44783 with flag 0/143003
718.16/706.49	c cleaning 14335 clauses out of 49116 with flag 0/161002
845.29/832.18	c cleaning 15372 clauses out of 53780 with flag 0/180001
985.86/971.28	c cleaning 16084 clauses out of 58407 with flag 0/200000
1153.64/1136.60	c cleaning 16847 clauses out of 63323 with flag 0/221000
1358.45/1339.93	c cleaning 17983 clauses out of 68477 with flag 0/243001
1562.19/1542.25	c cleaning 18794 clauses out of 73493 with flag 0/266000
1775.40/1753.41	c cleaning 19726 clauses out of 78701 with flag 0/290002
2052.38/2027.34	c cleaning 20304 clauses out of 83977 with flag 0/315004
2306.07/2277.93	c cleaning 21486 clauses out of 89670 with flag 0/341001
2531.13/2500.58	c cleaning 21753 clauses out of 95183 with flag 0/368000
2818.41/2783.28	c cleaning 22765 clauses out of 101430 with flag 0/396000
3144.74/3102.10	c cleaning 23473 clauses out of 107666 with flag 0/425001
3529.10/3472.81	c cleaning 24163 clauses out of 114192 with flag 0/455000
3600.09/3542.42	c starts		: 151
3600.09/3542.42	c timeout
3600.09/3542.42	c conflicts		: 466248
3600.09/3542.42	c decisions		: 494910
3600.09/3542.42	c propagations		: 53935684
3600.09/3542.42	c inspects		: 6943383380
3600.09/3542.42	c shortcuts		: 0
3600.09/3542.43	c learnt literals	: 0
3600.09/3542.43	c learnt binary clauses	: 0
3600.09/3542.43	c learnt ternary clauses	: 27
3600.09/3542.43	c learnt constraints	: 466248
3600.09/3542.43	c ignored constraints	: 0
3600.09/3542.43	c root simplifications	: 0
3600.09/3542.43	c removed literals (reason simplification)	: 0
3600.09/3542.43	c reason swapping (by a shorter reason)	: 0
3600.09/3542.43	c Calls to reduceDB	: 26
3600.09/3542.43	c Number of update (reduction) of LBD	: 0
3600.09/3542.43	c Imported unit clauses	: 0
3600.09/3542.43	c No decision after first conflict	: false
3600.09/3542.43	c number of reductions to clauses (during analyze)	: 0
3600.09/3542.43	c number of learned constraints concerned by reduction	: 0
3600.09/3542.43	c number of learning phase by resolution	: 0
3600.09/3542.43	c number of learning phase by cutting planes	: 0
3600.09/3542.43	c number of rounding to 1 operations	: 919228
3600.09/3542.43	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3542.43	c number of reductions of the coefficients by power 2 	: 0
3600.09/3542.43	c number of right shift for reduction by power 2 	: 0
3600.09/3542.43	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3542.43	c number of ending skipping 	: 0
3600.09/3542.43	c number of internal skipping 	: 0
3600.09/3542.43	c number of derivation steps 	: 7788862
3600.09/3542.43	c number of skipped derivation steps 	: 0
3600.09/3542.43	c number of remaining unassigned 	: 73403
3600.09/3542.43	c number of remaining assigned 	: 83251444
3600.09/3542.43	c number of falsified literals weakened from reason	: 0
3600.09/3542.43	c number of falsified literals weakened from conflict	: 0
3600.09/3542.43	c time for arithmetic operations	: 3239265175
3600.09/3542.43	c minimum degree of deleted constraints	: 4
3600.09/3542.43	c maximum degree of deleted constraints	: 830423
3600.09/3542.43	c number of deleted constraints	: 364971
3600.09/3542.43	c speed (assignments/second)	: 15227.973150997124
3600.09/3542.43	c non guided choices	: 1261
3600.09/3542.48	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 72529
3600.09/3542.48	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 17670
3600.09/3542.48	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 11078
3600.09/3542.48	s UNKNOWN
3600.09/3542.48	c Total wall clock time (in seconds): 3542.331

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: 63968 MiB (58605 MiB free)
  memory of node 1: 64473 MiB (54841 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451725-1721428755/watcher-4451725-1721428755 -o /tmp/evaluation-result-4451725-1721428755/solver-4451725-1721428755 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1721422136-1031744 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4451725-1721428755.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=1036537, runsolver pid=1036534

[startup+0.100324 s]*
/proc/loadavg: 4.86 4.73 4.62 7/329 1036555
/proc/meminfo: memFree=116127020/131524600 swapFree=131071996/131071996
[pid=1036537] ppid=1036534 vsize=18975048 memory=63008 CPUtime=0.13 cores=4,6
/proc/1036537/stat : 1036537 (java) S 1036534 1036537 1031733 0 -1 1077936128 7241 0 0 0 11 2 0 0 20 0 18 0 195041681 19430449152 15752 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
/proc/1036537/statm: 4743762 15752 5622 1 0 549356 0
[pid=1036537/tid=1036539] ppid=1036534 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/1036537/task/1036539/stat : 1036539 (java) R 1036534 1036537 1031733 0 -1 1078198336 5776 0 0 0 7 1 0 0 20 0 18 0 195041682 19430449152 15752 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
[pid=1036537/tid=1036548] ppid=1036534 vsize=18975048 memory=228556276070 CPUtime=0 cores=4,6
/proc/1036537/task/1036548/stat : 1036548 (Finalizer) S 1036534 1036537 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 195041684 19430449152 15752 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
[pid=1036537/tid=1036555] ppid=1036534 vsize=18975048 memory=13845278874243994 CPUtime=0 cores=4,6
/proc/1036537/task/1036555/stat : 1036555 (Common-Cleaner) S 1036534 1036537 1031733 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 195041685 19430449152 15752 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63008 KiB

[startup+0.20605 s]*
/proc/loadavg: 4.86 4.73 4.62 7/329 1036555
/proc/meminfo: memFree=116114176/131524600 swapFree=131071996/131071996
[pid=1036537] ppid=1036534 vsize=18975048 memory=76268 CPUtime=0.33 cores=4,6
/proc/1036537/stat : 1036537 (java) S 1036534 1036537 1031733 0 -1 1077936128 7787 0 0 0 31 2 0 0 20 0 18 0 195041681 19430449152 19067 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
/proc/1036537/statm: 4743762 19067 5865 1 0 549699 0
[pid=1036537/tid=1036539] ppid=1036534 vsize=18975048 memory=6876556183782621315 CPUtime=0.19 cores=4,6
/proc/1036537/task/1036539/stat : 1036539 (java) R 1036534 1036537 1031733 0 -1 4194368 6047 0 0 0 17 2 0 0 20 0 18 0 195041682 19430449152 19067 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
[pid=1036537/tid=1036548] ppid=1036534 vsize=18975048 memory=1676398 CPUtime=0 cores=4,6
/proc/1036537/task/1036548/stat : 1036548 (Finalizer) S 1036534 1036537 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 195041684 19430449152 19067 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
[pid=1036537/tid=1036555] ppid=1036534 vsize=18975048 memory=15544020042516215 CPUtime=0 cores=4,6
/proc/1036537/task/1036555/stat : 1036555 (Common-Cleaner) S 1036534 1036537 1031733 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 195041685 19430449152 19067 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 76268 KiB

[startup+0.306579 s]*
/proc/loadavg: 4.86 4.73 4.62 7/329 1036555
/proc/meminfo: memFree=116078976/131524600 swapFree=131071996/131071996
[pid=1036537] ppid=1036534 vsize=18975048 memory=111276 CPUtime=0.53 cores=4,6
/proc/1036537/stat : 1036537 (java) S 1036534 1036537 1031733 0 -1 1077936128 9347 0 0 0 50 3 0 0 20 0 18 0 195041681 19430449152 27819 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
/proc/1036537/statm: 4743762 27819 5865 1 0 550682 0
[pid=1036537/tid=1036539] ppid=1036534 vsize=18975048 memory=-7380095196913035362 CPUtime=0.28 cores=4,6
/proc/1036537/task/1036539/stat : 1036539 (java) R 1036534 1036537 1031733 0 -1 4194368 6069 0 0 0 26 2 0 0 20 0 18 0 195041682 19430449152 27819 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
[pid=1036537/tid=1036548] ppid=1036534 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/1036537/task/1036548/stat : 1036548 (Finalizer) S 1036534 1036537 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 195041684 19430449152 27819 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
[pid=1036537/tid=1036555] ppid=1036534 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/1036537/task/1036555/stat : 1036555 (Common-Cleaner) S 1036534 1036537 1031733 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 195041685 19430449152 27819 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 111276 KiB

[startup+0.710567 s]
/proc/loadavg: 4.86 4.73 4.62 8/330 1036556
/proc/meminfo: memFree=116026460/131524600 swapFree=131071996/131071996
[pid=1036537] ppid=1036534 vsize=19108176 memory=164528 CPUtime=1.29 cores=4,6
/proc/1036537/stat : 1036537 (java) S 1036534 1036537 1031733 0 -1 1077936128 9903 0 0 0 125 4 0 0 20 0 20 0 195041681 19566772224 41132 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
/proc/1036537/statm: 4777044 41132 5881 1 0 551469 0
[pid=1036537/tid=1036539] ppid=1036534 vsize=19108176 memory=5468 CPUtime=0.64 cores=4,6
/proc/1036537/task/1036539/stat : 1036539 (java) R 1036534 1036537 1031733 0 -1 4194368 6182 0 0 0 61 3 0 0 20 0 20 0 195041682 19566772224 41132 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
[pid=1036537/tid=1036548] ppid=1036534 vsize=19108176 memory=12420 CPUtime=0 cores=4,6
/proc/1036537/task/1036548/stat : 1036548 (Finalizer) S 1036534 1036537 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195041684 19566772224 41132 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
[pid=1036537/tid=1036555] ppid=1036534 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1036537/task/1036555/stat : 1036555 (Common-Cleaner) S 1036534 1036537 1031733 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 195041685 19566772224 41132 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 164528 KiB

[startup+1.50058 s]
/proc/loadavg: 4.86 4.73 4.62 8/331 1036557
/proc/meminfo: memFree=116005344/131524600 swapFree=131071996/131071996
[pid=1036537] ppid=1036534 vsize=19108176 memory=232440 CPUtime=2.84 cores=4,6
/proc/1036537/stat : 1036537 (java) S 1036534 1036537 1031733 0 -1 1077936128 19085 0 0 0 278 6 0 0 20 0 20 0 195041681 19566772224 58110 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
/proc/1036537/statm: 4777044 58110 5881 1 0 554371 0
[pid=1036537/tid=1036539] ppid=1036534 vsize=19108176 memory=12420 CPUtime=1.37 cores=4,6
/proc/1036537/task/1036539/stat : 1036539 (java) R 1036534 1036537 1031733 0 -1 4194368 6578 0 0 0 133 4 0 0 20 0 20 0 195041682 19566772224 58110 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
[pid=1036537/tid=1036548] ppid=1036534 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1036537/task/1036548/stat : 1036548 (Finalizer) S 1036534 1036537 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195041684 19566772224 58110 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
[pid=1036537/tid=1036555] ppid=1036534 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1036537/task/1036555/stat : 1036555 (Common-Cleaner) S 1036534 1036537 1031733 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 195041685 19566772224 58110 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
[pid=1036537/tid=1036557] ppid=1036534 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1036537/task/1036557/stat : 1036557 (Timer-0) S 1036534 1036537 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195041736 19566772224 58110 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 232440 KiB

[startup+3.10656 s]
/proc/loadavg: 4.86 4.73 4.62 6/331 1036557
/proc/meminfo: memFree=115392240/131524600 swapFree=131071996/131071996
[pid=1036537] ppid=1036534 vsize=19108176 memory=796496 CPUtime=5.58 cores=4,6
/proc/1036537/stat : 1036537 (java) S 1036534 1036537 1031733 0 -1 1077936128 21708 0 0 0 540 18 0 0 20 0 20 0 195041681 19566772224 199124 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
/proc/1036537/statm: 4777044 199124 5881 1 0 759140 0
[pid=1036537/tid=1036539] ppid=1036534 vsize=19108176 memory=0 CPUtime=2.84 cores=4,6
/proc/1036537/task/1036539/stat : 1036539 (java) R 1036534 1036537 1031733 0 -1 4194368 7429 0 0 0 270 14 0 0 20 0 20 0 195041682 19566772224 199124 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
[pid=1036537/tid=1036548] ppid=1036534 vsize=19108176 memory=11664 CPUtime=0 cores=4,6
/proc/1036537/task/1036548/stat : 1036548 (Finalizer) S 1036534 1036537 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195041684 19566772224 199124 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
[pid=1036537/tid=1036555] ppid=1036534 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1036537/task/1036555/stat : 1036555 (Common-Cleaner) S 1036534 1036537 1031733 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 195041685 19566772224 199124 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
[pid=1036537/tid=1036557] ppid=1036534 vsize=19108176 memory=12420 CPUtime=0 cores=4,6
/proc/1036537/task/1036557/stat : 1036557 (Timer-0) S 1036534 1036537 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195041736 19566772224 199124 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
Current children cumulated CPU time: 5.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 796496 KiB

[startup+6.30029 s]
/proc/loadavg: 4.95 4.75 4.63 5/331 1036557
/proc/meminfo: memFree=115044100/131524600 swapFree=131071996/131071996
[pid=1036537] ppid=1036534 vsize=19108176 memory=1143692 CPUtime=8.81 cores=4,6
/proc/1036537/stat : 1036537 (java) S 1036534 1036537 1031733 0 -1 1077936128 22123 0 0 0 856 25 0 0 20 0 20 0 195041681 19566772224 285923 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
/proc/1036537/statm: 4777044 285923 5881 1 0 759144 0
[pid=1036537/tid=1036539] ppid=1036534 vsize=19108176 memory=0 CPUtime=5.97 cores=4,6
/proc/1036537/task/1036539/stat : 1036539 (java) R 1036534 1036537 1031733 0 -1 4194368 7792 0 0 0 576 21 0 0 20 0 20 0 195041682 19566772224 285923 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
[pid=1036537/tid=1036548] ppid=1036534 vsize=19108176 memory=12420 CPUtime=0 cores=4,6
/proc/1036537/task/1036548/stat : 1036548 (Finalizer) S 1036534 1036537 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195041684 19566772224 285923 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
[pid=1036537/tid=1036555] ppid=1036534 vsize=19108176 memory=11664 CPUtime=0 cores=4,6
/proc/1036537/task/1036555/stat : 1036555 (Common-Cleaner) S 1036534 1036537 1031733 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 195041685 19566772224 285923 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
[pid=1036537/tid=1036557] ppid=1036534 vsize=19108176 memory=48052 CPUtime=0 cores=4,6
/proc/1036537/task/1036557/stat : 1036557 (Timer-0) S 1036534 1036537 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195041736 19566772224 285923 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
Current children cumulated CPU time: 8.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1143692 KiB

[startup+12.7003 s]
/proc/loadavg: 4.95 4.76 4.63 5/331 1036558
/proc/meminfo: memFree=114338200/131524600 swapFree=131071996/131071996
[pid=1036537] ppid=1036534 vsize=19108176 memory=1848348 CPUtime=15.54 cores=4,6
/proc/1036537/stat : 1036537 (java) S 1036534 1036537 1031733 0 -1 1077936128 24452 0 0 0 1515 39 0 0 20 0 20 0 195041681 19566772224 462087 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
/proc/1036537/statm: 4777044 462087 5881 1 0 759181 0
[pid=1036537/tid=1036539] ppid=1036534 vsize=19108176 memory=164928 CPUtime=12.27 cores=4,6
/proc/1036537/task/1036539/stat : 1036539 (java) R 1036534 1036537 1031733 0 -1 4194368 9445 0 0 0 1195 32 0 0 20 0 20 0 195041682 19566772224 462087 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
[pid=1036537/tid=1036548] ppid=1036534 vsize=19108176 memory=1848348 CPUtime=0 cores=4,6
/proc/1036537/task/1036548/stat : 1036548 (Finalizer) S 1036534 1036537 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195041684 19566772224 462087 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
[pid=1036537/tid=1036555] ppid=1036534 vsize=19108176 memory=796496 CPUtime=0 cores=4,6
/proc/1036537/task/1036555/stat : 1036555 (Common-Cleaner) S 1036534 1036537 1031733 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 20 0 195041685 19566772224 462087 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
[pid=1036537/tid=1036557] ppid=1036534 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1036537/task/1036557/stat : 1036557 (Timer-0) S 1036534 1036537 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195041736 19566772224 462087 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
Current children cumulated CPU time: 15.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1848348 KiB

[startup+25.5003 s]
/proc/loadavg: 4.89 4.75 4.63 5/331 1036560
/proc/meminfo: memFree=114303060/131524600 swapFree=131071996/131071996
[pid=1036537] ppid=1036534 vsize=19108176 memory=1883432 CPUtime=28.59 cores=4,6
/proc/1036537/stat : 1036537 (java) S 1036534 1036537 1031733 0 -1 1077936128 29938 0 0 0 2818 41 0 0 20 0 20 0 195041681 19566772224 470858 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
/proc/1036537/statm: 4777044 470858 5893 1 0 759182 0
[pid=1036537/tid=1036539] ppid=1036534 vsize=19108176 memory=1848348 CPUtime=24.8 cores=4,6
/proc/1036537/task/1036539/stat : 1036539 (java) R 1036534 1036537 1031733 0 -1 4194368 11571 0 0 0 2447 33 0 0 20 0 20 0 195041682 19566772224 470858 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
[pid=1036537/tid=1036548] ppid=1036534 vsize=19108176 memory=1879268 CPUtime=0 cores=4,6
/proc/1036537/task/1036548/stat : 1036548 (Finalizer) S 1036534 1036537 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195041684 19566772224 470858 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
[pid=1036537/tid=1036555] ppid=1036534 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1036537/task/1036555/stat : 1036555 (Common-Cleaner) S 1036534 1036537 1031733 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 20 0 195041685 19566772224 470858 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
[pid=1036537/tid=1036557] ppid=1036534 vsize=19108176 memory=6944656592455097440 CPUtime=0 cores=4,6
/proc/1036537/task/1036557/stat : 1036557 (Timer-0) S 1036534 1036537 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195041736 19566772224 470858 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
Current children cumulated CPU time: 28.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1883432 KiB

[startup+51.1066 s]
/proc/loadavg: 4.65 4.71 4.62 6/334 1036569
/proc/meminfo: memFree=114261320/131524600 swapFree=131071996/131071996
[pid=1036537] ppid=1036534 vsize=19108176 memory=1924452 CPUtime=54.43 cores=4,6
/proc/1036537/stat : 1036537 (java) S 1036534 1036537 1031733 0 -1 1077936128 34823 0 0 0 5398 45 0 0 20 0 20 0 195041681 19566772224 481113 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
/proc/1036537/statm: 4777044 481113 5893 1 0 759182 0
[pid=1036537/tid=1036539] ppid=1036534 vsize=19108176 memory=1906000 CPUtime=49.75 cores=4,6
/proc/1036537/task/1036539/stat : 1036539 (java) R 1036534 1036537 1031733 0 -1 4194368 15061 0 0 0 4942 33 0 0 20 0 20 0 195041682 19566772224 481113 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
[pid=1036537/tid=1036548] ppid=1036534 vsize=19108176 memory=1906000 CPUtime=0 cores=4,6
/proc/1036537/task/1036548/stat : 1036548 (Finalizer) S 1036534 1036537 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195041684 19566772224 481113 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
[pid=1036537/tid=1036555] ppid=1036534 vsize=19108176 memory=11664 CPUtime=0 cores=4,6
/proc/1036537/task/1036555/stat : 1036555 (Common-Cleaner) S 1036534 1036537 1031733 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 20 0 195041685 19566772224 481113 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0

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

/proc/meminfo: memFree=116167436/131524600 swapFree=131071996/131071996
[pid=1036537] ppid=1036534 vsize=19108176 memory=2995200 CPUtime=3206.4 cores=4,6
/proc/1036537/stat : 1036537 (java) S 1036534 1036537 1031733 0 -1 1077936128 335383 0 0 0 320385 255 0 0 20 0 20 0 195041681 19566772224 748800 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
/proc/1036537/statm: 4777044 748800 5945 1 0 760338 0
[pid=1036537/tid=1036539] ppid=1036534 vsize=19108176 memory=2995000 CPUtime=3104.72 cores=4,6
/proc/1036537/task/1036539/stat : 1036539 (java) R 1036534 1036537 1031733 0 -1 4194368 158630 0 0 0 310409 63 0 0 20 0 20 0 195041682 19566772224 748800 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 34 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
[pid=1036537/tid=1036548] ppid=1036534 vsize=19108176 memory=2995000 CPUtime=0 cores=4,6
/proc/1036537/task/1036548/stat : 1036548 (Finalizer) S 1036534 1036537 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195041684 19566772224 748800 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
[pid=1036537/tid=1036555] ppid=1036534 vsize=19108176 memory=2995192 CPUtime=0 cores=4,6
/proc/1036537/task/1036555/stat : 1036555 (Common-Cleaner) S 1036534 1036537 1031733 0 -1 1077936192 3821 0 0 0 0 0 0 0 20 0 20 0 195041685 19566772224 748800 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
[pid=1036537/tid=1036557] ppid=1036534 vsize=19108176 memory=11664 CPUtime=0 cores=4,6
/proc/1036537/task/1036557/stat : 1036557 (Timer-0) S 1036534 1036537 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195041736 19566772224 748800 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
Current children cumulated CPU time: 3206.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2995200 KiB

[startup+3222.3 s]
/proc/loadavg: 4.47 4.43 4.42 5/333 1039074
/proc/meminfo: memFree=116069028/131524600 swapFree=131071996/131071996
[pid=1036537] ppid=1036534 vsize=19108176 memory=2995236 CPUtime=3266.99 cores=4,6
/proc/1036537/stat : 1036537 (java) S 1036534 1036537 1031733 0 -1 1077936128 339564 0 0 0 326441 258 0 0 20 0 20 0 195041681 19566772224 748809 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
/proc/1036537/statm: 4777044 748809 5945 1 0 760338 0
[pid=1036537/tid=1036539] ppid=1036534 vsize=19108176 memory=2995000 CPUtime=3163.76 cores=4,6
/proc/1036537/task/1036539/stat : 1036539 (java) R 1036534 1036537 1031733 0 -1 4194368 161167 0 0 0 316312 64 0 0 20 0 20 0 195041682 19566772224 748809 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 34 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
[pid=1036537/tid=1036548] ppid=1036534 vsize=19108176 memory=2995000 CPUtime=0 cores=4,6
/proc/1036537/task/1036548/stat : 1036548 (Finalizer) S 1036534 1036537 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195041684 19566772224 748809 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
[pid=1036537/tid=1036555] ppid=1036534 vsize=19108176 memory=2995220 CPUtime=0 cores=4,6
/proc/1036537/task/1036555/stat : 1036555 (Common-Cleaner) S 1036534 1036537 1031733 0 -1 1077936192 3914 0 0 0 0 0 0 0 20 0 20 0 195041685 19566772224 748809 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
[pid=1036537/tid=1036557] ppid=1036534 vsize=19108176 memory=2995236 CPUtime=0 cores=4,6
/proc/1036537/task/1036557/stat : 1036557 (Timer-0) S 1036534 1036537 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195041736 19566772224 748809 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
Current children cumulated CPU time: 3266.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2995236 KiB

[startup+3282.3 s]
/proc/loadavg: 4.33 4.41 4.41 5/332 1039085
/proc/meminfo: memFree=115441216/131524600 swapFree=131071996/131071996
[pid=1036537] ppid=1036534 vsize=19108176 memory=2995236 CPUtime=3327.39 cores=4,6
/proc/1036537/stat : 1036537 (java) S 1036534 1036537 1031733 0 -1 1077936128 343697 0 0 0 332477 262 0 0 20 0 20 0 195041681 19566772224 748809 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
/proc/1036537/statm: 4777044 748809 5945 1 0 760338 0
[pid=1036537/tid=1036539] ppid=1036534 vsize=19108176 memory=2995236 CPUtime=3222.98 cores=4,6
/proc/1036537/task/1036539/stat : 1036539 (java) R 1036534 1036537 1031733 0 -1 4194368 163507 0 0 0 322234 64 0 0 20 0 20 0 195041682 19566772224 748809 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 38 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
[pid=1036537/tid=1036548] ppid=1036534 vsize=19108176 memory=2995236 CPUtime=0 cores=4,6
/proc/1036537/task/1036548/stat : 1036548 (Finalizer) S 1036534 1036537 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195041684 19566772224 748809 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
[pid=1036537/tid=1036555] ppid=1036534 vsize=19108176 memory=2995236 CPUtime=0 cores=4,6
/proc/1036537/task/1036555/stat : 1036555 (Common-Cleaner) S 1036534 1036537 1031733 0 -1 1077936192 4008 0 0 0 0 0 0 0 20 0 20 0 195041685 19566772224 748809 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
[pid=1036537/tid=1036557] ppid=1036534 vsize=19108176 memory=11664 CPUtime=0 cores=4,6
/proc/1036537/task/1036557/stat : 1036557 (Timer-0) S 1036534 1036537 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195041736 19566772224 748809 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
Current children cumulated CPU time: 3327.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2995236 KiB

[startup+3342.3 s]
/proc/loadavg: 3.64 4.19 4.33 4/307 1039130
/proc/meminfo: memFree=121420328/131524600 swapFree=131071996/131071996
[pid=1036537] ppid=1036534 vsize=19108176 memory=2995236 CPUtime=3389.11 cores=4,6
/proc/1036537/stat : 1036537 (java) S 1036534 1036537 1031733 0 -1 1077936128 355696 0 0 0 338644 267 0 0 20 0 20 0 195041681 19566772224 748809 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
/proc/1036537/statm: 4777044 748809 5945 1 0 760338 0
[pid=1036537/tid=1036539] ppid=1036534 vsize=19108176 memory=2995236 CPUtime=3282.24 cores=4,6
/proc/1036537/task/1036539/stat : 1036539 (java) R 1036534 1036537 1031733 0 -1 4194368 168633 0 0 0 328159 65 0 0 20 0 20 0 195041682 19566772224 748809 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 38 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
[pid=1036537/tid=1036548] ppid=1036534 vsize=19108176 memory=2995236 CPUtime=0 cores=4,6
/proc/1036537/task/1036548/stat : 1036548 (Finalizer) S 1036534 1036537 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195041684 19566772224 748809 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
[pid=1036537/tid=1036555] ppid=1036534 vsize=19108176 memory=11664 CPUtime=0 cores=4,6
/proc/1036537/task/1036555/stat : 1036555 (Common-Cleaner) S 1036534 1036537 1031733 0 -1 1077936192 4091 0 0 0 0 0 0 0 20 0 20 0 195041685 19566772224 748809 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
[pid=1036537/tid=1036557] ppid=1036534 vsize=19108176 memory=-6933350163988323013 CPUtime=0 cores=4,6
/proc/1036537/task/1036557/stat : 1036557 (Timer-0) S 1036534 1036537 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195041736 19566772224 748809 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
Current children cumulated CPU time: 3389.11 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2995236 KiB

[startup+3402.3 s]
/proc/loadavg: 3.29 3.99 4.25 4/305 1039140
/proc/meminfo: memFree=121397340/131524600 swapFree=131071996/131071996
[pid=1036537] ppid=1036534 vsize=19108176 memory=2995236 CPUtime=3452.26 cores=4,6
/proc/1036537/stat : 1036537 (java) S 1036534 1036537 1031733 0 -1 1077936128 367846 0 0 0 344953 273 0 0 20 0 20 0 195041681 19566772224 748809 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
/proc/1036537/statm: 4777044 748809 5945 1 0 760338 0
[pid=1036537/tid=1036539] ppid=1036534 vsize=19108176 memory=2995236 CPUtime=3341.35 cores=4,6
/proc/1036537/task/1036539/stat : 1036539 (java) R 1036534 1036537 1031733 0 -1 4194368 173648 0 0 0 334069 66 0 0 20 0 20 0 195041682 19566772224 748809 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 38 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
[pid=1036537/tid=1036548] ppid=1036534 vsize=19108176 memory=2995236 CPUtime=0 cores=4,6
/proc/1036537/task/1036548/stat : 1036548 (Finalizer) S 1036534 1036537 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195041684 19566772224 748809 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
[pid=1036537/tid=1036555] ppid=1036534 vsize=19108176 memory=11664 CPUtime=0 cores=4,6
/proc/1036537/task/1036555/stat : 1036555 (Common-Cleaner) S 1036534 1036537 1031733 0 -1 1077936192 4143 0 0 0 0 0 0 0 20 0 20 0 195041685 19566772224 748809 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
[pid=1036537/tid=1036557] ppid=1036534 vsize=19108176 memory=2995236 CPUtime=0 cores=4,6
/proc/1036537/task/1036557/stat : 1036557 (Timer-0) S 1036534 1036537 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195041736 19566772224 748809 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
Current children cumulated CPU time: 3452.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2995236 KiB

[startup+3462.3 s]
/proc/loadavg: 3.21 3.84 4.18 4/305 1039150
/proc/meminfo: memFree=121384316/131524600 swapFree=131071996/131071996
[pid=1036537] ppid=1036534 vsize=19108176 memory=2995240 CPUtime=3517.03 cores=4,6
/proc/1036537/stat : 1036537 (java) S 1036534 1036537 1031733 0 -1 1077936128 379865 0 0 0 351423 280 0 0 20 0 20 0 195041681 19566772224 748810 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
/proc/1036537/statm: 4777044 748810 5945 1 0 760338 0
[pid=1036537/tid=1036539] ppid=1036534 vsize=19108176 memory=2995236 CPUtime=3400.17 cores=4,6
/proc/1036537/task/1036539/stat : 1036539 (java) R 1036534 1036537 1031733 0 -1 4194368 179289 0 0 0 339951 66 0 0 20 0 20 0 195041682 19566772224 748810 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 38 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
[pid=1036537/tid=1036548] ppid=1036534 vsize=19108176 memory=48052 CPUtime=0 cores=4,6
/proc/1036537/task/1036548/stat : 1036548 (Finalizer) S 1036534 1036537 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195041684 19566772224 748810 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
[pid=1036537/tid=1036555] ppid=1036534 vsize=19108176 memory=5468 CPUtime=0 cores=4,6
/proc/1036537/task/1036555/stat : 1036555 (Common-Cleaner) S 1036534 1036537 1031733 0 -1 1077936192 4195 0 0 0 0 0 0 0 20 0 20 0 195041685 19566772224 748810 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
[pid=1036537/tid=1036557] ppid=1036534 vsize=19108176 memory=2995240 CPUtime=0 cores=4,6
/proc/1036537/task/1036557/stat : 1036557 (Timer-0) S 1036534 1036537 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195041736 19566772224 748810 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
Current children cumulated CPU time: 3517.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2995240 KiB

[startup+3522.3 s]
/proc/loadavg: 3.19 3.73 4.12 4/305 1039161
/proc/meminfo: memFree=121367208/131524600 swapFree=131071996/131071996
[pid=1036537] ppid=1036534 vsize=19108176 memory=2995240 CPUtime=3579.91 cores=4,6
/proc/1036537/stat : 1036537 (java) S 1036534 1036537 1031733 0 -1 1077936128 391583 0 0 0 357705 286 0 0 20 0 20 0 195041681 19566772224 748810 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
/proc/1036537/statm: 4777044 748810 5945 1 0 760338 0
[pid=1036537/tid=1036539] ppid=1036534 vsize=19108176 memory=48052 CPUtime=3459.16 cores=4,6
/proc/1036537/task/1036539/stat : 1036539 (java) R 1036534 1036537 1031733 0 -1 4194368 184677 0 0 0 345849 67 0 0 20 0 20 0 195041682 19566772224 748810 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 38 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
[pid=1036537/tid=1036548] ppid=1036534 vsize=19108176 memory=2995240 CPUtime=0 cores=4,6
/proc/1036537/task/1036548/stat : 1036548 (Finalizer) S 1036534 1036537 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195041684 19566772224 748810 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
[pid=1036537/tid=1036555] ppid=1036534 vsize=19108176 memory=-7380095196913035362 CPUtime=0 cores=4,6
/proc/1036537/task/1036555/stat : 1036555 (Common-Cleaner) S 1036534 1036537 1031733 0 -1 1077936192 4213 0 0 0 0 0 0 0 20 0 20 0 195041685 19566772224 748810 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
[pid=1036537/tid=1036557] ppid=1036534 vsize=19108176 memory=11664 CPUtime=0 cores=4,6
/proc/1036537/task/1036557/stat : 1036557 (Timer-0) S 1036534 1036537 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195041736 19566772224 748810 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
Current children cumulated CPU time: 3579.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2995240 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3542.4 s]
/proc/loadavg: 3.14 3.68 4.10 4/305 1039166
/proc/meminfo: memFree=121360576/131524600 swapFree=131071996/131071996
[pid=1036537] ppid=1036534 vsize=19108176 memory=2995240 CPUtime=3600.09 cores=4,6
/proc/1036537/stat : 1036537 (java) S 1036534 1036537 1031733 0 -1 1077936128 392084 0 0 0 359722 287 0 0 20 0 20 0 195041681 19566772224 748810 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
/proc/1036537/statm: 4777044 748810 5945 1 0 760338 0
[pid=1036537/tid=1036539] ppid=1036534 vsize=19108176 memory=0 CPUtime=3478.77 cores=4,6
/proc/1036537/task/1036539/stat : 1036539 (java) R 1036534 1036537 1031733 0 -1 4194368 185029 0 0 0 347810 67 0 0 20 0 20 0 195041682 19566772224 748810 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 38 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
[pid=1036537/tid=1036548] ppid=1036534 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1036537/task/1036548/stat : 1036548 (Finalizer) S 1036534 1036537 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195041684 19566772224 748810 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
[pid=1036537/tid=1036555] ppid=1036534 vsize=19108176 memory=-6933350163988323013 CPUtime=0 cores=4,6
/proc/1036537/task/1036555/stat : 1036555 (Common-Cleaner) S 1036534 1036537 1031733 0 -1 1077936192 4213 0 0 0 0 0 0 0 20 0 20 0 195041685 19566772224 748810 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
[pid=1036537/tid=1036557] ppid=1036534 vsize=19108176 memory=5548 CPUtime=0 cores=4,6
/proc/1036537/task/1036557/stat : 1036557 (Timer-0) S 1036534 1036537 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195041736 19566772224 748810 134679101440 94737144741888 94737144745584 140735626958176 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94737144753400 94737144754192 94737148153856 140735626961902 140735626962015 140735626962015 140735626969032 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2995240 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.34 s, system=2.88634 s

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

Child status: 143

Real time (s): 3542.5
CPU time (s): 3600.23
CPU user time (s): 3597.34
CPU system time (s): 2.88634
CPU usage (%): 101.63
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 2995240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.34
system time used= 2.88634
maximum resident set size= 2996732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 395560
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 139234
involuntary context switches= 13086


# summary of solver processes directly reported to runsolver:
#   pid: 1036537
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3597.34
#   total CPU system time (s): 2.88634

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.5814 second user time and 19.842 second system time

The end

Launcher Data

Begin job on nodeC026 at 2024-07-20 00:39:28
IDJOB=4451725
IDBENCH=162627
IDSOLVER=3046
FILE ID=nodeC026/4451725-1721428755
RUNJOBID= nodeC026-1721422136-1031744
SLURM_JOB_ID= 7545504
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB16/DEC-LIN/quimper/SyncCodes/d-equals-n_k/normalized-compression32_11.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451725-1721428755/watcher-4451725-1721428755 -o /tmp/evaluation-result-4451725-1721428755/solver-4451725-1721428755 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1721422136-1031744 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4451725-1721428755.opb

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

MD5SUM BENCH= 66b8e371687d4e403b47b4700770389d
RANDOM SEED=319262454

nodeC026.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		: 3677.167
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.74
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		: 3600.493
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.45
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		: 3627.638
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.74
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		: 3679.054
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.45
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		: 3648.981
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.74
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		: 3679.038
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.45
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		: 3641.307
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.74
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.006
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.45
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        116168980 kB
MemAvailable:   116672320 kB
Buffers:          578604 kB
Cached:           771476 kB
SwapCached:            0 kB
Active:          1093568 kB
Inactive:       13625776 kB
Active(anon):       1548 kB
Inactive(anon): 13413656 kB
Active(file):    1092020 kB
Inactive(file):   212120 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1500 kB
Writeback:             0 kB
AnonPages:      13366292 kB
Mapped:           127648 kB
Shmem:             45912 kB
KReclaimable:      78048 kB
Slab:             189420 kB
SReclaimable:      78048 kB
SUnreclaim:       111372 kB
KernelStack:        5024 kB
PageTables:        36364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   13871844 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            67808 kB
HardwareCorrupted:     0 kB
AnonHugePages:  13025280 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:      260820 kB
DirectMap2M:    27824128 kB
DirectMap1G:    108003328 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC026 at 2024-07-20 01:38:30