Trace number 4427667

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Partial RoundingSAT 2024 2024-07-12? (TO) 3600.36 3562.28

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/
EmployeeScheduling/normalized-sep4.5.opb
MD5SUMb67c8b15922ffb2eac696beabc53406c
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/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 benchmark0.826056
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9324
Total number of constraints28660
Number of constraints which are clauses26658
Number of constraints which are cardinality constraints (but not clauses)238
Number of constraints which are nor clauses,nor cardinality constraints1764
Minimum length of a constraint2
Maximum length of a constraint240
Number of terms in the objective function 26
Biggest coefficient in the objective function 20
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 211
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 160
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 670
Number of bits of the biggest sum of numbers10
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.14/0.14	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.14	 - never skip resolution steps
0.14/0.14	 - Auto-division on coefficients is disabled
0.14/0.14	 - No postprocessing
0.14/0.14	 - Conflict is considered as is when resolving
0.14/0.14	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.14	 - Weaken first using unassigned literals
0.14/0.14	 - Bump strategy: ALWAYS_ONE
0.14/0.14	 - Bumper: ASSIGNED
0.14/0.14	--- Begin Solver configuration ---
0.14/0.14	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.14	Learn all clauses as in MiniSAT
0.14/0.14	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.14	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.14	No reason simplification
0.14/0.14	Armin Biere (Picosat) restarts strategy
0.14/0.14	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.14	timeout=2147483s
0.14/0.14	DB Simplification allowed=false
0.14/0.14	Listener: none
0.14/0.14	--- End Solver configuration ---
0.14/0.14	c Pseudo Boolean Optimization by upper bound
0.14/0.14	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.14	c  - never skip resolution steps
0.14/0.14	c  - Auto-division on coefficients is disabled
0.14/0.14	c  - No postprocessing
0.14/0.14	c  - Conflict is considered as is when resolving
0.14/0.14	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.14	c  - Weaken first using unassigned literals
0.14/0.14	c  - Bump strategy: ALWAYS_ONE
0.14/0.14	c  - Bumper: ASSIGNED
0.14/0.14	c --- Begin Solver configuration ---
0.14/0.14	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.14	c Learn all clauses as in MiniSAT
0.14/0.14	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.14	c No reason simplification
0.14/0.14	c Armin Biere (Picosat) restarts strategy
0.14/0.14	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.14	c timeout=2147483s
0.14/0.14	c DB Simplification allowed=false
0.14/0.14	c Listener: none
0.14/0.14	c --- End Solver configuration ---
0.14/0.14	c solving HOME/instance-4427667-1720999878.opb
0.14/0.14	c reading problem ... 
0.14/0.15	c  objective function found
1.57/1.00	c ... done. Wall clock time 0.848s.
1.57/1.00	c declared #vars     9324
1.57/1.00	c #constraints  28660
1.57/1.00	c constraints type 
1.78/1.00	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 15988
1.78/1.00	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 294
1.78/1.00	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 868
1.78/1.00	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 11510
1.78/1.00	c 28660 constraints processed.
1.78/1.02	c objective function length is 26 literals
5.36/2.83	c cleaning 2216 clauses out of 5000 with flag 0/5000
8.51/4.55	c cleaning 3777 clauses out of 8785 with flag 0/11001
11.31/7.13	c cleaning 4550 clauses out of 12007 with flag 0/18000
14.02/9.68	c cleaning 5247 clauses out of 15457 with flag 0/26000
17.42/12.98	c cleaning 5543 clauses out of 19212 with flag 0/35002
22.13/17.66	c cleaning 6774 clauses out of 23669 with flag 0/45002
26.86/22.38	c cleaning 6876 clauses out of 27895 with flag 0/56002
33.40/28.80	c cleaning 7497 clauses out of 33018 with flag 0/68001
41.71/37.18	c cleaning 8430 clauses out of 38521 with flag 0/81001
48.18/43.59	c cleaning 8673 clauses out of 44090 with flag 0/95000
60.17/55.33	c cleaning 10471 clauses out of 50418 with flag 0/110001
69.46/64.40	c cleaning 10040 clauses out of 55947 with flag 0/126001
80.45/75.18	c cleaning 10954 clauses out of 62906 with flag 0/143000
98.45/92.82	c cleaning 12037 clauses out of 69952 with flag 0/161000
113.11/107.18	c cleaning 12647 clauses out of 76917 with flag 0/180002
127.94/121.57	c cleaning 13009 clauses out of 84268 with flag 0/200000
155.70/148.63	c cleaning 15594 clauses out of 92259 with flag 0/221000
191.31/183.52	c cleaning 15336 clauses out of 98667 with flag 0/243002
229.27/220.68	c cleaning 15159 clauses out of 106329 with flag 0/266000
248.36/239.19	c cleaning 16805 clauses out of 115172 with flag 0/290002
289.93/279.80	c cleaning 14849 clauses out of 123366 with flag 0/315001
320.07/309.66	c cleaning 13560 clauses out of 134516 with flag 0/341000
351.44/340.59	c cleaning 13499 clauses out of 147956 with flag 0/368000
380.58/369.23	c cleaning 18847 clauses out of 162458 with flag 0/396001
423.45/411.49	c cleaning 19348 clauses out of 172614 with flag 0/425004
460.13/447.69	c cleaning 20317 clauses out of 183265 with flag 0/455003
493.26/480.36	c cleaning 18553 clauses out of 193947 with flag 0/486002
564.50/551.04	c cleaning 20872 clauses out of 207392 with flag 0/518000
633.26/619.10	c cleaning 18437 clauses out of 219522 with flag 0/551002
698.88/684.35	c cleaning 20568 clauses out of 235084 with flag 0/585001
739.61/724.64	c cleaning 22187 clauses out of 249515 with flag 0/620000
788.22/772.65	c cleaning 21614 clauses out of 263328 with flag 0/656000
837.21/821.11	c cleaning 28443 clauses out of 278714 with flag 0/693000
927.22/910.03	c cleaning 22886 clauses out of 288276 with flag 0/731005
992.04/974.21	c cleaning 25159 clauses out of 304386 with flag 0/770001
1089.34/1070.52	c cleaning 28713 clauses out of 319226 with flag 0/810000
1245.88/1226.65	c cleaning 21366 clauses out of 331513 with flag 0/851000
1401.47/1381.35	c cleaning 26514 clauses out of 352152 with flag 0/893005
1483.31/1462.30	c cleaning 29027 clauses out of 368634 with flag 0/936001
1538.16/1517.05	c cleaning 30402 clauses out of 383608 with flag 0/980002
1609.24/1587.09	c cleaning 32851 clauses out of 398204 with flag 0/1025000
1741.48/1718.49	c cleaning 29634 clauses out of 411355 with flag 0/1071002
1842.02/1818.25	c cleaning 29687 clauses out of 428720 with flag 0/1118001
1992.27/1967.97	c cleaning 30220 clauses out of 447034 with flag 0/1166002
2115.31/2089.17	c cleaning 32062 clauses out of 465812 with flag 0/1215000
2206.15/2179.47	c cleaning 31352 clauses out of 483750 with flag 0/1265000
2274.01/2246.71	c cleaning 30842 clauses out of 503404 with flag 0/1316006
2378.28/2350.09	c cleaning 35003 clauses out of 524557 with flag 0/1368001
2484.78/2455.61	c cleaning 32980 clauses out of 542553 with flag 0/1421000
2563.61/2533.95	c cleaning 33795 clauses out of 563573 with flag 0/1475000
2717.20/2687.27	c cleaning 33402 clauses out of 584779 with flag 0/1530001
2807.28/2776.35	c cleaning 42403 clauses out of 607378 with flag 0/1586002
2936.52/2904.38	c cleaning 38864 clauses out of 621973 with flag 0/1643000
3114.06/3080.92	c cleaning 35284 clauses out of 641109 with flag 0/1701000
3287.48/3252.47	c cleaning 34335 clauses out of 664828 with flag 0/1760003
3413.93/3378.10	c cleaning 42591 clauses out of 690495 with flag 0/1820005
3510.18/3473.44	c cleaning 43697 clauses out of 708904 with flag 0/1881005
3600.03/3562.12	c starts		: 210
3600.03/3562.12	c conflicts		: 1943004
3600.03/3562.12	c decisions		: 2190889
3600.03/3562.12	c propagations		: 69882871
3600.03/3562.12	c inspects		: 7734535741
3600.03/3562.12	c shortcuts		: 0
3600.03/3562.12	c learnt literals	: 0
3600.03/3562.12	c learnt binary clauses	: 189
3600.03/3562.12	c learnt ternary clauses	: 305
3600.03/3562.13	c learnt constraints	: 1943004
3600.03/3562.13	c ignored constraints	: 0
3600.03/3562.13	c root simplifications	: 0
3600.03/3562.13	c removed literals (reason simplification)	: 0
3600.03/3562.13	c reason swapping (by a shorter reason)	: 0
3600.03/3562.13	c Calls to reduceDB	: 58
3600.03/3562.13	c Number of update (reduction) of LBD	: 14846
3600.03/3562.13	c Imported unit clauses	: 0
3600.03/3562.13	c No decision after first conflict	: false
3600.03/3562.13	c number of reductions to clauses (during analyze)	: 0
3600.03/3562.13	c number of learned constraints concerned by reduction	: 0
3600.03/3562.13	c number of learning phase by resolution	: 0
3600.03/3562.13	c number of learning phase by cutting planes	: 0
3600.03/3562.13	c number of rounding to 1 operations	: 10075920
3600.03/3562.13	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3562.13	c number of reductions of the coefficients by power 2 	: 0
3600.03/3562.13	c number of right shift for reduction by power 2 	: 0
3600.03/3562.13	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3562.13	c number of ending skipping 	: 0
3600.03/3562.13	c number of internal skipping 	: 0
3600.03/3562.13	c number of derivation steps 	: 28661794
3600.03/3562.13	c number of skipped derivation steps 	: 0
3600.03/3562.13	c number of remaining unassigned 	: 94776
3600.03/3562.13	c number of remaining assigned 	: 207179820
3600.03/3562.13	c number of falsified literals weakened from reason	: 0
3600.03/3562.13	c number of falsified literals weakened from conflict	: 0
3600.03/3562.13	c time for arithmetic operations	: 12870027568
3600.03/3562.13	c minimum degree of deleted constraints	: 4
3600.03/3562.14	c maximum degree of deleted constraints	: 444231388
3600.03/3562.14	c number of deleted constraints	: 1241091
3600.03/3562.14	c speed (assignments/second)	: 19623.88472368049
3600.03/3562.14	c non guided choices	: 82311
3600.22/3562.26	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 654466
3600.22/3562.26	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 8699
3600.22/3562.26	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 189
3600.22/3562.26	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 63852
3600.22/3562.26	s UNKNOWN
3600.22/3562.26	c Total wall clock time (in seconds): 3562.111

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427667-1720999878/watcher-4427667-1720999878 -o /tmp/evaluation-result-4427667-1720999878/solver-4427667-1720999878 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1720994549-769724 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427667-1720999878.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=773834, runsolver pid=773831
Current StackSize limit: 8192 KiB


[startup+0.102761 s]*
/proc/loadavg: 4.19 4.25 4.28 6/331 773852
/proc/meminfo: memFree=115856976/131524600 swapFree=131071996/131071996
[pid=773834] ppid=773831 vsize=18975048 memory=64628 CPUtime=0.14 cores=4,6
/proc/773834/stat : 773834 (java) S 773831 773834 769713 0 -1 1077936128 7127 0 0 0 13 1 0 0 20 0 18 0 152152687 19430449152 16157 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
/proc/773834/statm: 4743762 16157 5631 1 0 549379 0
[pid=773834/tid=773836] ppid=773831 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=4,6
/proc/773834/task/773836/stat : 773836 (java) R 773831 773834 769713 0 -1 4194368 5703 0 0 0 8 1 0 0 20 0 18 0 152152687 19430449152 16157 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
[pid=773834/tid=773845] ppid=773831 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/773834/task/773845/stat : 773845 (Finalizer) S 773831 773834 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 152152690 19430449152 16157 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
[pid=773834/tid=773852] ppid=773831 vsize=18975048 memory=14979970577492358 CPUtime=0 cores=4,6
/proc/773834/task/773852/stat : 773852 (Common-Cleaner) S 773831 773834 769713 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 152152691 19430449152 16157 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64628 KiB

[startup+0.205657 s]*
/proc/loadavg: 4.19 4.25 4.28 7/331 773852
/proc/meminfo: memFree=115836444/131524600 swapFree=131071996/131071996
[pid=773834] ppid=773831 vsize=18975048 memory=90072 CPUtime=0.33 cores=4,6
/proc/773834/stat : 773834 (java) S 773831 773834 769713 0 -1 1077936128 7641 0 0 0 31 2 0 0 20 0 18 0 152152687 19430449152 22518 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
/proc/773834/statm: 4743762 22518 5831 1 0 549701 0
[pid=773834/tid=773836] ppid=773831 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=4,6
/proc/773834/task/773836/stat : 773836 (java) R 773831 773834 769713 0 -1 4194368 5962 0 0 0 17 1 0 0 20 0 18 0 152152687 19430449152 22518 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
[pid=773834/tid=773845] ppid=773831 vsize=18975048 memory=17986 CPUtime=0 cores=4,6
/proc/773834/task/773845/stat : 773845 (Finalizer) S 773831 773834 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 152152690 19430449152 22518 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
[pid=773834/tid=773852] ppid=773831 vsize=18975048 memory=13855165887284967 CPUtime=0 cores=4,6
/proc/773834/task/773852/stat : 773852 (Common-Cleaner) S 773831 773834 769713 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 152152691 19430449152 22518 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 90072 KiB

[startup+0.311911 s]*
/proc/loadavg: 4.19 4.25 4.28 7/332 773853
/proc/meminfo: memFree=115755768/131524600 swapFree=131071996/131071996
[pid=773834] ppid=773831 vsize=19041612 memory=166016 CPUtime=0.5 cores=4,6
/proc/773834/stat : 773834 (java) S 773831 773834 769713 0 -1 1077936128 9281 0 0 0 45 5 0 0 20 0 19 0 152152687 19498610688 41504 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
/proc/773834/statm: 4760403 41504 5846 1 0 551029 0
[pid=773834/tid=773836] ppid=773831 vsize=19041612 memory=-9104697801527698108 CPUtime=0.26 cores=4,6
/proc/773834/task/773836/stat : 773836 (java) S 773831 773834 769713 0 -1 1077936192 6023 0 0 0 22 4 0 0 20 0 19 0 152152687 19498610688 41504 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
[pid=773834/tid=773845] ppid=773831 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/773834/task/773845/stat : 773845 (Finalizer) S 773831 773834 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 152152690 19498610688 41504 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
[pid=773834/tid=773852] ppid=773831 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/773834/task/773852/stat : 773852 (Common-Cleaner) S 773831 773834 769713 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 152152691 19498610688 41504 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 166016 KiB

[startup+0.705806 s]
/proc/loadavg: 4.19 4.25 4.28 7/332 773853
/proc/meminfo: memFree=115428708/131524600 swapFree=131071996/131071996
[pid=773834] ppid=773831 vsize=19042724 memory=1051348 CPUtime=1.22 cores=4,6
/proc/773834/stat : 773834 (java) S 773831 773834 769713 0 -1 1077936128 15851 0 0 0 98 24 0 0 20 0 19 0 152152687 19499749376 262325 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
/proc/773834/statm: 4760681 262325 5846 1 0 553630 0
[pid=773834/tid=773836] ppid=773831 vsize=19042724 memory=5516 CPUtime=0.61 cores=4,6
/proc/773834/task/773836/stat : 773836 (java) R 773831 773834 769713 0 -1 4194368 6449 0 0 0 40 21 0 0 20 0 19 0 152152687 19499749376 262837 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
[pid=773834/tid=773845] ppid=773831 vsize=19042724 memory=13072 CPUtime=0 cores=4,6
/proc/773834/task/773845/stat : 773845 (Finalizer) S 773831 773834 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 152152690 19499749376 262837 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
[pid=773834/tid=773852] ppid=773831 vsize=19042724 memory=0 CPUtime=0 cores=4,6
/proc/773834/task/773852/stat : 773852 (Common-Cleaner) S 773831 773834 769713 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 152152691 19499749376 262837 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 19042724 KiB
Current children cumulated memory: 1051348 KiB

[startup+1.50466 s]
/proc/loadavg: 4.19 4.25 4.28 7/332 773853
/proc/meminfo: memFree=114040856/131524600 swapFree=131071996/131071996
[pid=773834] ppid=773831 vsize=19108176 memory=2090692 CPUtime=2.77 cores=4,6
/proc/773834/stat : 773834 (java) S 773831 773834 769713 0 -1 1077936128 23140 0 0 0 231 46 0 0 20 0 20 0 152152687 19566772224 522161 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
/proc/773834/statm: 4777044 522161 5883 1 0 1084119 0
[pid=773834/tid=773836] ppid=773831 vsize=19108176 memory=13072 CPUtime=1.31 cores=4,6
/proc/773834/task/773836/stat : 773836 (java) R 773831 773834 769713 0 -1 4194368 7076 0 0 0 90 41 0 0 20 0 20 0 152152687 19566772224 522673 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
[pid=773834/tid=773845] ppid=773831 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/773834/task/773845/stat : 773845 (Finalizer) S 773831 773834 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152152690 19566772224 522673 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
[pid=773834/tid=773852] ppid=773831 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/773834/task/773852/stat : 773852 (Common-Cleaner) S 773831 773834 769713 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 152152691 19566772224 522673 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
Current children cumulated CPU time: 2.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2090692 KiB

[startup+3.10637 s]
/proc/loadavg: 4.25 4.27 4.29 6/333 773854
/proc/meminfo: memFree=112598920/131524600 swapFree=131071996/131071996
[pid=773834] ppid=773831 vsize=19108176 memory=3390320 CPUtime=5.95 cores=4,6
/proc/773834/stat : 773834 (java) S 773831 773834 769713 0 -1 1077936128 24119 0 0 0 524 71 0 0 20 0 20 0 152152687 19566772224 847580 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
/proc/773834/statm: 4777044 847580 5883 1 0 1084171 0
[pid=773834/tid=773836] ppid=773831 vsize=19108176 memory=198340509722 CPUtime=2.91 cores=4,6
/proc/773834/task/773836/stat : 773836 (java) R 773831 773834 769713 0 -1 4194368 7745 0 0 0 224 67 0 0 20 0 20 0 152152687 19566772224 847580 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
[pid=773834/tid=773845] ppid=773831 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/773834/task/773845/stat : 773845 (Finalizer) S 773831 773834 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152152690 19566772224 847580 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
[pid=773834/tid=773852] ppid=773831 vsize=19108176 memory=13072 CPUtime=0 cores=4,6
/proc/773834/task/773852/stat : 773852 (Common-Cleaner) S 773831 773834 769713 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 152152691 19566772224 847580 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
[pid=773834/tid=773854] ppid=773831 vsize=19108176 memory=2258640 CPUtime=0 cores=4,6
/proc/773834/task/773854/stat : 773854 (Timer-0) S 773831 773834 769713 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152152789 19566772224 847580 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
Current children cumulated CPU time: 5.95 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3390320 KiB

[startup+6.30027 s]
/proc/loadavg: 4.25 4.27 4.29 5/333 773856
/proc/meminfo: memFree=112522092/131524600 swapFree=131071996/131071996
[pid=773834] ppid=773831 vsize=19108176 memory=3393108 CPUtime=10.48 cores=4,6
/proc/773834/stat : 773834 (java) S 773831 773834 769713 0 -1 1077936128 24536 0 0 0 977 71 0 0 20 0 20 0 152152687 19566772224 848277 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
/proc/773834/statm: 4777044 848277 5883 1 0 1084189 0
[pid=773834/tid=773836] ppid=773831 vsize=19108176 memory=0 CPUtime=6.06 cores=4,6
/proc/773834/task/773836/stat : 773836 (java) R 773831 773834 769713 0 -1 4194368 7971 0 0 0 539 67 0 0 20 0 20 0 152152687 19566772224 848277 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
[pid=773834/tid=773845] ppid=773831 vsize=19108176 memory=13072 CPUtime=0 cores=4,6
/proc/773834/task/773845/stat : 773845 (Finalizer) S 773831 773834 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152152690 19566772224 848277 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
[pid=773834/tid=773852] ppid=773831 vsize=19108176 memory=2769120 CPUtime=0 cores=4,6
/proc/773834/task/773852/stat : 773852 (Common-Cleaner) S 773831 773834 769713 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 152152691 19566772224 848277 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
[pid=773834/tid=773854] ppid=773831 vsize=19108176 memory=3393108 CPUtime=0 cores=4,6
/proc/773834/task/773854/stat : 773854 (Timer-0) S 773831 773834 769713 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152152789 19566772224 848277 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
Current children cumulated CPU time: 10.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3393108 KiB

[startup+12.7003 s]
/proc/loadavg: 4.23 4.26 4.28 5/333 773856
/proc/meminfo: memFree=112521756/131524600 swapFree=131071996/131071996
[pid=773834] ppid=773831 vsize=19108176 memory=3393664 CPUtime=17.22 cores=4,6
/proc/773834/stat : 773834 (java) S 773831 773834 769713 0 -1 1077936128 25478 0 0 0 1650 72 0 0 20 0 20 0 152152687 19566772224 848416 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
/proc/773834/statm: 4777044 848416 5930 1 0 1084189 0
[pid=773834/tid=773836] ppid=773831 vsize=19108176 memory=3393488 CPUtime=12.37 cores=4,6
/proc/773834/task/773836/stat : 773836 (java) R 773831 773834 769713 0 -1 4194368 8727 0 0 0 1170 67 0 0 20 0 20 0 152152687 19566772224 848416 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
[pid=773834/tid=773845] ppid=773831 vsize=19108176 memory=11436 CPUtime=0 cores=4,6
/proc/773834/task/773845/stat : 773845 (Finalizer) S 773831 773834 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152152690 19566772224 848416 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
[pid=773834/tid=773852] ppid=773831 vsize=19108176 memory=6083914947885622099 CPUtime=0 cores=4,6
/proc/773834/task/773852/stat : 773852 (Common-Cleaner) S 773831 773834 769713 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 152152691 19566772224 848416 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
[pid=773834/tid=773854] ppid=773831 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/773834/task/773854/stat : 773854 (Timer-0) S 773831 773834 769713 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152152789 19566772224 848416 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
Current children cumulated CPU time: 17.22 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3393664 KiB

[startup+25.5003 s]
/proc/loadavg: 4.18 4.25 4.28 5/333 773859
/proc/meminfo: memFree=112517608/131524600 swapFree=131071996/131071996
[pid=773834] ppid=773831 vsize=19108176 memory=3398044 CPUtime=30.08 cores=4,6
/proc/773834/stat : 773834 (java) S 773831 773834 769713 0 -1 1077936128 29650 0 0 0 2936 72 0 0 20 0 20 0 152152687 19566772224 849511 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
/proc/773834/statm: 4777044 849511 5930 1 0 1084189 0
[pid=773834/tid=773836] ppid=773831 vsize=19108176 memory=6083914947885622099 CPUtime=24.92 cores=4,6
/proc/773834/task/773836/stat : 773836 (java) R 773831 773834 769713 0 -1 4194368 10567 0 0 0 2425 67 0 0 20 0 20 0 152152687 19566772224 849511 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
[pid=773834/tid=773845] ppid=773831 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/773834/task/773845/stat : 773845 (Finalizer) S 773831 773834 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152152690 19566772224 849511 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
[pid=773834/tid=773852] ppid=773831 vsize=19108176 memory=26564 CPUtime=0 cores=4,6
/proc/773834/task/773852/stat : 773852 (Common-Cleaner) S 773831 773834 769713 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 152152691 19566772224 849511 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
[pid=773834/tid=773854] ppid=773831 vsize=19108176 memory=-9104697801527698108 CPUtime=0 cores=4,6
/proc/773834/task/773854/stat : 773854 (Timer-0) S 773831 773834 769713 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152152789 19566772224 849511 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
Current children cumulated CPU time: 30.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3398044 KiB

[startup+51.1056 s]
/proc/loadavg: 4.18 4.24 4.27 5/333 773862
/proc/meminfo: memFree=112494572/131524600 swapFree=131071996/131071996
[pid=773834] ppid=773831 vsize=19108176 memory=3420816 CPUtime=55.89 cores=4,6
/proc/773834/stat : 773834 (java) S 773831 773834 769713 0 -1 1077936128 36662 0 0 0 5514 75 0 0 20 0 20 0 152152687 19566772224 855204 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
/proc/773834/statm: 4777044 855204 5940 1 0 1084189 0
[pid=773834/tid=773836] ppid=773831 vsize=19108176 memory=3410548 CPUtime=50 cores=4,6
/proc/773834/task/773836/stat : 773836 (java) R 773831 773834 769713 0 -1 4194368 13877 0 0 0 4932 68 0 0 20 0 20 0 152152687 19566772224 855204 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
[pid=773834/tid=773845] ppid=773831 vsize=19108176 memory=11436 CPUtime=0 cores=4,6
/proc/773834/task/773845/stat : 773845 (Finalizer) S 773831 773834 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152152690 19566772224 855204 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
[pid=773834/tid=773852] ppid=773831 vsize=19108176 memory=11436 CPUtime=0 cores=4,6
/proc/773834/task/773852/stat : 773852 (Common-Cleaner) S 773831 773834 769713 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 152152691 19566772224 855204 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
[pid=773834/tid=773854] ppid=773831 vsize=19108176 memory=11436 CPUtime=0 cores=4,6
/proc/773834/task/773854/stat : 773854 (Timer-0) S 773831 773834 769713 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152152789 19566772224 855204 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0

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

[startup+3222.3 s]
/proc/loadavg: 3.64 3.35 3.50 4/308 775559
/proc/meminfo: memFree=115833604/131524600 swapFree=131071996/131071996
[pid=773834] ppid=773831 vsize=19108176 memory=4291656 CPUtime=3256.38 cores=4,6
/proc/773834/stat : 773834 (java) S 773831 773834 769713 0 -1 1077936128 307382 0 0 0 325399 239 0 0 20 0 20 0 152152687 19566772224 1072914 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
/proc/773834/statm: 4777044 1072914 5940 1 0 1085013 0
[pid=773834/tid=773836] ppid=773831 vsize=19108176 memory=4291632 CPUtime=3158.73 cores=4,6
/proc/773834/task/773836/stat : 773836 (java) R 773831 773834 769713 0 -1 4194368 163380 0 0 0 315781 92 0 0 20 0 20 0 152152687 19566772224 1072914 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 51 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
[pid=773834/tid=773845] ppid=773831 vsize=19108176 memory=11436 CPUtime=0 cores=4,6
/proc/773834/task/773845/stat : 773845 (Finalizer) S 773831 773834 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152152690 19566772224 1072914 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
[pid=773834/tid=773852] ppid=773831 vsize=19108176 memory=4291656 CPUtime=0 cores=4,6
/proc/773834/task/773852/stat : 773852 (Common-Cleaner) S 773831 773834 769713 0 -1 1077936192 3721 0 0 0 0 0 0 0 20 0 20 0 152152691 19566772224 1072914 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
[pid=773834/tid=773854] ppid=773831 vsize=19108176 memory=4291656 CPUtime=0 cores=4,6
/proc/773834/task/773854/stat : 773854 (Timer-0) S 773831 773834 769713 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152152789 19566772224 1072914 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
Current children cumulated CPU time: 3256.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4291656 KiB

[startup+3282.3 s]
/proc/loadavg: 3.75 3.45 3.52 4/305 775569
/proc/meminfo: memFree=115833760/131524600 swapFree=131071996/131071996
[pid=773834] ppid=773831 vsize=19108176 memory=4291832 CPUtime=3317.71 cores=4,6
/proc/773834/stat : 773834 (java) S 773831 773834 769713 0 -1 1077936128 322911 0 0 0 331528 243 0 0 20 0 20 0 152152687 19566772224 1072958 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
/proc/773834/statm: 4777044 1072958 5940 1 0 1085054 0
[pid=773834/tid=773836] ppid=773831 vsize=19108176 memory=5516 CPUtime=3217.85 cores=4,6
/proc/773834/task/773836/stat : 773836 (java) R 773831 773834 769713 0 -1 4194368 167906 0 0 0 321693 92 0 0 20 0 20 0 152152687 19566772224 1072958 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 54 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
[pid=773834/tid=773845] ppid=773831 vsize=19108176 memory=13072 CPUtime=0 cores=4,6
/proc/773834/task/773845/stat : 773845 (Finalizer) S 773831 773834 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152152690 19566772224 1072958 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
[pid=773834/tid=773852] ppid=773831 vsize=19108176 memory=4291632 CPUtime=0 cores=4,6
/proc/773834/task/773852/stat : 773852 (Common-Cleaner) S 773831 773834 769713 0 -1 1077936192 3763 0 0 0 0 0 0 0 20 0 20 0 152152691 19566772224 1072958 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
[pid=773834/tid=773854] ppid=773831 vsize=19108176 memory=11436 CPUtime=0 cores=4,6
/proc/773834/task/773854/stat : 773854 (Timer-0) S 773831 773834 769713 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152152789 19566772224 1072958 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
Current children cumulated CPU time: 3317.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4291832 KiB

[startup+3342.3 s]
/proc/loadavg: 3.44 3.42 3.51 4/305 775579
/proc/meminfo: memFree=115750128/131524600 swapFree=131071996/131071996
[pid=773834] ppid=773831 vsize=19108176 memory=4291852 CPUtime=3378.15 cores=4,6
/proc/773834/stat : 773834 (java) S 773831 773834 769713 0 -1 1077936128 327030 0 0 0 337569 246 0 0 20 0 20 0 152152687 19566772224 1072963 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
/proc/773834/statm: 4777044 1072963 5940 1 0 1085054 0
[pid=773834/tid=773836] ppid=773831 vsize=19108176 memory=15944 CPUtime=3276.4 cores=4,6
/proc/773834/task/773836/stat : 773836 (java) R 773831 773834 769713 0 -1 4194368 170479 0 0 0 327548 92 0 0 20 0 20 0 152152687 19566772224 1072963 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 57 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
[pid=773834/tid=773845] ppid=773831 vsize=19108176 memory=4291844 CPUtime=0 cores=4,6
/proc/773834/task/773845/stat : 773845 (Finalizer) S 773831 773834 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152152690 19566772224 1072963 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
[pid=773834/tid=773852] ppid=773831 vsize=19108176 memory=4291852 CPUtime=0 cores=4,6
/proc/773834/task/773852/stat : 773852 (Common-Cleaner) S 773831 773834 769713 0 -1 1077936192 3852 0 0 0 0 0 0 0 20 0 20 0 152152691 19566772224 1072963 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
[pid=773834/tid=773854] ppid=773831 vsize=19108176 memory=2280 CPUtime=0 cores=4,6
/proc/773834/task/773854/stat : 773854 (Timer-0) S 773831 773834 769713 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152152789 19566772224 1072963 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
Current children cumulated CPU time: 3378.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4291852 KiB

[startup+3402.3 s]
/proc/loadavg: 3.27 3.38 3.49 5/307 775760
/proc/meminfo: memFree=115598704/131524600 swapFree=131071996/131071996
[pid=773834] ppid=773831 vsize=19108176 memory=4291856 CPUtime=3438.42 cores=4,6
/proc/773834/stat : 773834 (java) S 773831 773834 769713 0 -1 1077936128 331436 0 0 0 343594 248 0 0 20 0 20 0 152152687 19566772224 1072964 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
/proc/773834/statm: 4777044 1072964 5940 1 0 1085054 0
[pid=773834/tid=773836] ppid=773831 vsize=19108176 memory=4291844 CPUtime=3335.69 cores=4,6
/proc/773834/task/773836/stat : 773836 (java) R 773831 773834 769713 0 -1 4194368 173376 0 0 0 333476 93 0 0 20 0 20 0 152152687 19566772224 1072964 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 61 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
[pid=773834/tid=773845] ppid=773831 vsize=19108176 memory=4291852 CPUtime=0 cores=4,6
/proc/773834/task/773845/stat : 773845 (Finalizer) S 773831 773834 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152152690 19566772224 1072964 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
[pid=773834/tid=773852] ppid=773831 vsize=19108176 memory=4291852 CPUtime=0 cores=4,6
/proc/773834/task/773852/stat : 773852 (Common-Cleaner) S 773831 773834 769713 0 -1 1077936192 3930 0 0 0 0 0 0 0 20 0 20 0 152152691 19566772224 1072964 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
[pid=773834/tid=773854] ppid=773831 vsize=19108176 memory=5516 CPUtime=0 cores=4,6
/proc/773834/task/773854/stat : 773854 (Timer-0) S 773831 773834 769713 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152152789 19566772224 1072964 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
Current children cumulated CPU time: 3438.42 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4291856 KiB

[startup+3462.3 s]
/proc/loadavg: 3.70 3.46 3.51 4/307 775770
/proc/meminfo: memFree=115081008/131524600 swapFree=131071996/131071996
[pid=773834] ppid=773831 vsize=19108176 memory=4291868 CPUtime=3499.11 cores=4,6
/proc/773834/stat : 773834 (java) S 773831 773834 769713 0 -1 1077936128 333084 0 0 0 349661 250 0 0 20 0 20 0 152152687 19566772224 1072967 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
/proc/773834/statm: 4777044 1072967 5940 1 0 1085054 0
[pid=773834/tid=773836] ppid=773831 vsize=19108176 memory=4291844 CPUtime=3394.61 cores=4,6
/proc/773834/task/773836/stat : 773836 (java) R 773831 773834 769713 0 -1 4194368 174645 0 0 0 339368 93 0 0 20 0 20 0 152152687 19566772224 1072967 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 61 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
[pid=773834/tid=773845] ppid=773831 vsize=19108176 memory=2280 CPUtime=0 cores=4,6
/proc/773834/task/773845/stat : 773845 (Finalizer) S 773831 773834 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152152690 19566772224 1072967 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
[pid=773834/tid=773852] ppid=773831 vsize=19108176 memory=5516 CPUtime=0 cores=4,6
/proc/773834/task/773852/stat : 773852 (Common-Cleaner) S 773831 773834 769713 0 -1 1077936192 4019 0 0 0 0 0 0 0 20 0 20 0 152152691 19566772224 1072967 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
[pid=773834/tid=773854] ppid=773831 vsize=19108176 memory=13816 CPUtime=0 cores=4,6
/proc/773834/task/773854/stat : 773854 (Timer-0) S 773831 773834 769713 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152152789 19566772224 1072967 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
Current children cumulated CPU time: 3499.11 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4291868 KiB

[startup+3522.3 s]
/proc/loadavg: 3.37 3.41 3.49 4/309 775840
/proc/meminfo: memFree=114764928/131524600 swapFree=131071996/131071996
[pid=773834] ppid=773831 vsize=19108176 memory=4291948 CPUtime=3559.92 cores=4,6
/proc/773834/stat : 773834 (java) S 773831 773834 769713 0 -1 1077936128 337509 0 0 0 355739 253 0 0 20 0 20 0 152152687 19566772224 1072987 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
/proc/773834/statm: 4777044 1072987 5940 1 0 1085054 0
[pid=773834/tid=773836] ppid=773831 vsize=19108176 memory=4291852 CPUtime=3453.42 cores=4,6
/proc/773834/task/773836/stat : 773836 (java) R 773831 773834 769713 0 -1 4194368 177732 0 0 0 345248 94 0 0 20 0 20 0 152152687 19566772224 1072987 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 61 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
[pid=773834/tid=773845] ppid=773831 vsize=19108176 memory=4291888 CPUtime=0 cores=4,6
/proc/773834/task/773845/stat : 773845 (Finalizer) S 773831 773834 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152152690 19566772224 1072987 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
[pid=773834/tid=773852] ppid=773831 vsize=19108176 memory=4291888 CPUtime=0 cores=4,6
/proc/773834/task/773852/stat : 773852 (Common-Cleaner) S 773831 773834 769713 0 -1 1077936192 4068 0 0 0 0 0 0 0 20 0 20 0 152152691 19566772224 1072987 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
[pid=773834/tid=773854] ppid=773831 vsize=19108176 memory=4291888 CPUtime=0 cores=4,6
/proc/773834/task/773854/stat : 773854 (Timer-0) S 773831 773834 769713 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152152789 19566772224 1072987 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
Current children cumulated CPU time: 3559.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4291948 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3562.11 s]
/proc/loadavg: 3.34 3.40 3.48 4/308 775849
/proc/meminfo: memFree=114660048/131524600 swapFree=131071996/131071996
[pid=773834] ppid=773831 vsize=19108176 memory=4291968 CPUtime=3600.03 cores=4,6
/proc/773834/stat : 773834 (java) S 773831 773834 769713 0 -1 1077936128 340549 0 0 0 359748 255 0 0 20 0 20 0 152152687 19566772224 1072992 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
/proc/773834/statm: 4777044 1072992 5940 1 0 1085054 0
[pid=773834/tid=773836] ppid=773831 vsize=19108176 memory=4291888 CPUtime=3492.55 cores=4,6
/proc/773834/task/773836/stat : 773836 (java) R 773831 773834 769713 0 -1 4194368 179317 0 0 0 349161 94 0 0 20 0 20 0 152152687 19566772224 1072992 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 64 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
[pid=773834/tid=773845] ppid=773831 vsize=19108176 memory=4291968 CPUtime=0 cores=4,6
/proc/773834/task/773845/stat : 773845 (Finalizer) S 773831 773834 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152152690 19566772224 1072992 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
[pid=773834/tid=773852] ppid=773831 vsize=19108176 memory=4291968 CPUtime=0 cores=4,6
/proc/773834/task/773852/stat : 773852 (Common-Cleaner) S 773831 773834 769713 0 -1 1077936192 4158 0 0 0 0 0 0 0 20 0 20 0 152152691 19566772224 1072992 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
[pid=773834/tid=773854] ppid=773831 vsize=19108176 memory=4291968 CPUtime=0 cores=4,6
/proc/773834/task/773854/stat : 773854 (Timer-0) S 773831 773834 769713 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152152789 19566772224 1072992 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4291968 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.79 s, system=2.56927 s

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

[startup+3562.2 s]
/proc/loadavg: 3.34 3.40 3.48 4/308 775849
/proc/meminfo: memFree=114660048/131524600 swapFree=131071996/131071996
[pid=773834] ppid=773831 vsize=19307868 memory=4292596 CPUtime=3600.22 cores=4,6
/proc/773834/stat : 773834 (java) S 773831 773834 769713 0 -1 1077936128 343451 0 0 0 359767 255 0 0 20 0 21 0 152152687 19771256832 1073149 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
/proc/773834/statm: 4826967 1073149 5939 1 0 1085989 0
[pid=773834/tid=773836] ppid=773831 vsize=19307868 memory=5524 CPUtime=3492.65 cores=4,6
/proc/773834/task/773836/stat : 773836 (java) R 773831 773834 769713 0 -1 4194368 179317 0 0 0 349171 94 0 0 20 0 21 0 152152687 19771256832 1073149 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 64 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
[pid=773834/tid=773845] ppid=773831 vsize=19307868 memory=2776 CPUtime=0 cores=4,6
/proc/773834/task/773845/stat : 773845 (Finalizer) S 773831 773834 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 152152690 19771256832 1073149 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
[pid=773834/tid=773852] ppid=773831 vsize=19307868 memory=13816 CPUtime=0 cores=4,6
/proc/773834/task/773852/stat : 773852 (Common-Cleaner) S 773831 773834 769713 0 -1 1077936192 4158 0 0 0 0 0 0 0 20 0 21 0 152152691 19771256832 1073149 134679101440 94202474070016 94202474073712 140735295655632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202474081528 94202474082320 94202498981888 140735295656944 140735295657057 140735295657057 140735295664072 0
Current children cumulated CPU time: 3600.22 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 4292596 KiB

Child status: 143

Real time (s): 3562.28
CPU time (s): 3600.36
CPU user time (s): 3597.79
CPU system time (s): 2.56927
CPU usage (%): 101.069
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 4292596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.79
system time used= 2.56927
maximum resident set size= 4293464
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 344564
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 148437
involuntary context switches= 13208


# summary of solver processes directly reported to runsolver:
#   pid: 773834
#   total CPU time (s): 3600.36
#   total CPU user time (s): 3597.79
#   total CPU system time (s): 2.56927

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.99657 second user time and 15.4929 second system time

The end

Launcher Data

Begin job on nodeC024 at 2024-07-15 01:31:31
IDJOB=4427667
IDBENCH=158390
IDSOLVER=3046
FILE ID=nodeC024/4427667-1720999878
RUNJOBID= nodeC024-1720994549-769724
SLURM_JOB_ID= 7505318
Free space on /tmp= 890052 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/EmployeeScheduling/normalized-sep4.5.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427667-1720999878/watcher-4427667-1720999878 -o /tmp/evaluation-result-4427667-1720999878/solver-4427667-1720999878 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1720994549-769724 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427667-1720999878.opb

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

MD5SUM BENCH= b67c8b15922ffb2eac696beabc53406c
RANDOM SEED=664437564

nodeC024.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		: 3633.704
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.60
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		: 3687.020
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	: 7007.08
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		: 3679.095
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.60
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		: 3599.946
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	: 7007.08
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		: 3637.165
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.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3687.072
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	: 7007.08
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		: 3653.017
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.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        115900932 kB
MemAvailable:   118142584 kB
Buffers:          338728 kB
Cached:          2718112 kB
SwapCached:            0 kB
Active:           543200 kB
Inactive:       14424684 kB
Active(anon):       1540 kB
Inactive(anon): 11947224 kB
Active(file):     541660 kB
Inactive(file):  2477460 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1732 kB
Writeback:             0 kB
AnonPages:      11908480 kB
Mapped:           123096 kB
Shmem:             37720 kB
KReclaimable:     124356 kB
Slab:             231292 kB
SReclaimable:     124356 kB
SUnreclaim:       106936 kB
KernelStack:        5056 kB
PageTables:        33412 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   13615124 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            57376 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11522048 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:      203476 kB
DirectMap2M:    13201408 kB
DirectMap1G:    122683392 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC024 at 2024-07-15 02:30:53