Trace number 4427671

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

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/
EmployeeScheduling/normalized-aug4.5.opb
MD5SUM481101aa5750e702617a44583ed063de
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark204
Best CPU time to get the best result obtained on this benchmark3558.01
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9632
Total number of constraints29620
Number of constraints which are clauses27552
Number of constraints which are cardinality constraints (but not clauses)248
Number of constraints which are nor clauses,nor cardinality constraints1820
Minimum length of a constraint2
Maximum length of a constraint248
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 687
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.09	c Number of processors 	2
0.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: ASSIGNED
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Armin Biere (Picosat) restarts strategy
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: ASSIGNED
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Armin Biere (Picosat) restarts strategy
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4427671-1721000490.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  objective function found
1.81/1.03	c ... done. Wall clock time 0.879s.
1.81/1.03	c declared #vars     9632
1.81/1.03	c #constraints  29620
1.81/1.03	c constraints type 
1.81/1.03	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 16520
1.81/1.03	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 304
1.81/1.03	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 896
1.81/1.03	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 11900
1.81/1.03	c 29620 constraints processed.
1.81/1.06	c objective function length is 26 literals
6.50/3.40	c cleaning 2257 clauses out of 5001 with flag 0/5001
8.87/4.80	c cleaning 3589 clauses out of 8744 with flag 0/11001
11.31/7.02	c cleaning 4583 clauses out of 12155 with flag 0/18001
14.05/9.61	c cleaning 5611 clauses out of 15571 with flag 0/26000
18.93/14.45	c cleaning 5396 clauses out of 18964 with flag 0/35004
22.85/18.39	c cleaning 5989 clauses out of 23564 with flag 0/45000
28.00/23.42	c cleaning 7191 clauses out of 28576 with flag 0/56001
34.65/30.10	c cleaning 7318 clauses out of 33386 with flag 0/68002
39.08/34.49	c cleaning 5902 clauses out of 39066 with flag 0/81000
49.34/44.65	c cleaning 8955 clauses out of 47164 with flag 0/95000
62.64/57.71	c cleaning 9020 clauses out of 53210 with flag 0/110001
68.97/63.94	c cleaning 8714 clauses out of 60193 with flag 0/126004
77.96/72.74	c cleaning 9472 clauses out of 68475 with flag 0/143000
94.83/89.20	c cleaning 11973 clauses out of 77004 with flag 0/161001
116.68/110.54	c cleaning 12850 clauses out of 84031 with flag 0/180001
130.76/124.21	c cleaning 12651 clauses out of 91182 with flag 0/200002
151.32/144.31	c cleaning 12150 clauses out of 99529 with flag 0/221000
183.21/175.57	c cleaning 15499 clauses out of 109379 with flag 0/243000
230.44/221.90	c cleaning 15841 clauses out of 116880 with flag 0/266000
246.36/237.50	c cleaning 15701 clauses out of 125039 with flag 0/290000
279.70/270.32	c cleaning 17418 clauses out of 134342 with flag 0/315004
348.36/338.50	c cleaning 19037 clauses out of 142921 with flag 0/341001
402.99/392.92	c cleaning 18671 clauses out of 150887 with flag 0/368004
476.75/466.12	c cleaning 22690 clauses out of 160214 with flag 0/396002
504.22/492.92	c cleaning 18739 clauses out of 166522 with flag 0/425000
586.80/575.16	c cleaning 21791 clauses out of 177785 with flag 0/455002
654.46/642.40	c cleaning 22169 clauses out of 186994 with flag 0/486002
728.91/716.06	c cleaning 20589 clauses out of 196827 with flag 0/518004
843.35/829.44	c cleaning 23639 clauses out of 209236 with flag 0/551002
881.31/866.89	c cleaning 11055 clauses out of 219596 with flag 0/585001
911.11/895.86	c cleaning 22520 clauses out of 243540 with flag 0/620000
996.10/979.63	c cleaning 26344 clauses out of 257021 with flag 0/656001
1112.36/1094.70	c cleaning 29405 clauses out of 267676 with flag 0/693000
1190.87/1172.73	c cleaning 23253 clauses out of 276272 with flag 0/731001
1295.28/1275.72	c cleaning 21882 clauses out of 292018 with flag 0/770000
1381.97/1361.42	c cleaning 24875 clauses out of 310137 with flag 0/810001
1660.78/1639.29	c cleaning 25619 clauses out of 326262 with flag 0/851001
1761.00/1738.78	c cleaning 19425 clauses out of 342642 with flag 0/893000
1843.48/1819.44	c cleaning 29591 clauses out of 366217 with flag 0/936000
1990.41/1965.50	c cleaning 29972 clauses out of 380626 with flag 0/980000
2048.06/2022.39	c cleaning 27310 clauses out of 395655 with flag 0/1025001
2120.59/2093.24	c cleaning 36960 clauses out of 414345 with flag 0/1071001
2259.67/2230.20	c cleaning 28011 clauses out of 424384 with flag 0/1118000
2622.52/2592.83	c cleaning 27566 clauses out of 444373 with flag 0/1166000
2757.86/2726.05	c cleaning 26768 clauses out of 465807 with flag 0/1215000
3012.55/2977.67	c cleaning 29455 clauses out of 489040 with flag 0/1265001
3289.31/3249.85	c cleaning 30620 clauses out of 510585 with flag 0/1316001
3363.18/3321.81	c cleaning 29623 clauses out of 531964 with flag 0/1368000
3469.99/3425.49	c cleaning 34783 clauses out of 555342 with flag 0/1421001
3600.01/3553.62	c starts		: 207
3600.01/3553.62	c timeout
3600.01/3553.62	c conflicts		: 1474852
3600.01/3553.62	c decisions		: 1886120
3600.01/3553.62	c propagations		: 64781140
3600.01/3553.62	c inspects		: 5725703638
3600.01/3553.62	c shortcuts		: 0
3600.01/3553.62	c learnt literals	: 0
3600.01/3553.62	c learnt binary clauses	: 267
3600.01/3553.62	c learnt ternary clauses	: 254
3600.01/3553.62	c learnt constraints	: 1474851
3600.01/3553.62	c ignored constraints	: 0
3600.01/3553.62	c root simplifications	: 0
3600.01/3553.62	c removed literals (reason simplification)	: 0
3600.01/3553.62	c reason swapping (by a shorter reason)	: 0
3600.01/3553.62	c Calls to reduceDB	: 49
3600.01/3553.62	c Number of update (reduction) of LBD	: 42479
3600.01/3553.62	c Imported unit clauses	: 0
3600.01/3553.62	c No decision after first conflict	: false
3600.01/3553.62	c number of reductions to clauses (during analyze)	: 0
3600.01/3553.62	c number of learned constraints concerned by reduction	: 0
3600.01/3553.62	c number of learning phase by resolution	: 0
3600.01/3553.62	c number of learning phase by cutting planes	: 0
3600.01/3553.62	c number of rounding to 1 operations	: 7172098
3600.01/3553.62	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3553.62	c number of reductions of the coefficients by power 2 	: 0
3600.01/3553.62	c number of right shift for reduction by power 2 	: 0
3600.01/3553.62	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3553.62	c number of ending skipping 	: 0
3600.01/3553.62	c number of internal skipping 	: 0
3600.01/3553.62	c number of derivation steps 	: 22837705
3600.01/3553.62	c number of skipped derivation steps 	: 0
3600.01/3553.62	c number of remaining unassigned 	: 53408
3600.01/3553.62	c number of remaining assigned 	: 189935313
3600.01/3553.62	c number of falsified literals weakened from reason	: 0
3600.01/3553.62	c number of falsified literals weakened from conflict	: 0
3600.01/3553.62	c time for arithmetic operations	: 9012489564
3600.01/3553.64	c minimum degree of deleted constraints	: 4
3600.01/3553.64	c maximum degree of deleted constraints	: 461216
3600.01/3553.64	c number of deleted constraints	: 900442
3600.01/3553.64	c speed (assignments/second)	: 18234.986801119412
3600.01/3553.64	c non guided choices	: 169482
3600.18/3553.72	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 425110
3600.18/3553.72	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 11795
3600.18/3553.72	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 267
3600.18/3553.72	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 137237
3600.18/3553.72	s UNKNOWN
3600.18/3553.72	c Total wall clock time (in seconds): 3553.571

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427671-1721000490/watcher-4427671-1721000490 -o /tmp/evaluation-result-4427671-1721000490/solver-4427671-1721000490 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1720994549-776109 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427671-1721000490.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=780197, runsolver pid=780194

[startup+0.10021 s]*
/proc/loadavg: 4.35 4.32 4.36 7/332 780215
/proc/meminfo: memFree=119051180/131524600 swapFree=131071996/131071996
[pid=780197] ppid=780194 vsize=18975048 memory=65628 CPUtime=0.14 cores=4,6
/proc/780197/stat : 780197 (java) S 780194 780197 776098 0 -1 1077936128 7214 0 0 0 12 2 0 0 20 0 18 0 152219852 19430449152 16407 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
/proc/780197/statm: 4743762 16407 5735 1 0 549378 0
[pid=780197/tid=780199] ppid=780194 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=4,6
/proc/780197/task/780199/stat : 780199 (java) R 780194 780197 776098 0 -1 4194368 5759 0 0 0 8 1 0 0 20 0 18 0 152219852 19430449152 16407 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
[pid=780197/tid=780208] ppid=780194 vsize=18975048 memory=237146210664 CPUtime=0 cores=4,6
/proc/780197/task/780208/stat : 780208 (Finalizer) S 780194 780197 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 152219854 19430449152 16407 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
[pid=780197/tid=780215] ppid=780194 vsize=18975048 memory=14971178779437607 CPUtime=0 cores=4,6
/proc/780197/task/780215/stat : 780215 (Common-Cleaner) S 780194 780197 776098 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 152219855 19430449152 16407 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65628 KiB

[startup+0.210664 s]*
/proc/loadavg: 4.35 4.32 4.36 7/332 780215
/proc/meminfo: memFree=119032640/131524600 swapFree=131071996/131071996
[pid=780197] ppid=780194 vsize=18975048 memory=87984 CPUtime=0.33 cores=4,6
/proc/780197/stat : 780197 (java) S 780194 780197 776098 0 -1 1077936128 7628 0 0 0 31 2 0 0 20 0 18 0 152219852 19430449152 21996 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
/proc/780197/statm: 4743762 21996 5855 1 0 549699 0
[pid=780197/tid=780199] ppid=780194 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=4,6
/proc/780197/task/780199/stat : 780199 (java) R 780194 780197 776098 0 -1 4194368 6028 0 0 0 17 2 0 0 20 0 18 0 152219852 19430449152 21996 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
[pid=780197/tid=780208] ppid=780194 vsize=18975048 memory=15997 CPUtime=0 cores=4,6
/proc/780197/task/780208/stat : 780208 (Finalizer) S 780194 780197 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 152219854 19430449152 21996 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
[pid=780197/tid=780215] ppid=780194 vsize=18975048 memory=14689703802701563 CPUtime=0 cores=4,6
/proc/780197/task/780215/stat : 780215 (Common-Cleaner) S 780194 780197 776098 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 152219855 19430449152 21996 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 87984 KiB

[startup+0.307861 s]*
/proc/loadavg: 4.35 4.32 4.36 6/333 780216
/proc/meminfo: memFree=118950380/131524600 swapFree=131071996/131071996
[pid=780197] ppid=780194 vsize=19041612 memory=165968 CPUtime=0.51 cores=4,6
/proc/780197/stat : 780197 (java) S 780194 780197 776098 0 -1 1077936128 9194 0 0 0 46 5 0 0 20 0 19 0 152219852 19498610688 41492 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
/proc/780197/statm: 4760403 41492 5886 1 0 550984 0
[pid=780197/tid=780199] ppid=780194 vsize=19041612 memory=-8886843879003169468 CPUtime=0.25 cores=4,6
/proc/780197/task/780199/stat : 780199 (java) R 780194 780197 776098 0 -1 4194368 6088 0 0 0 22 3 0 0 20 0 19 0 152219852 19498610688 41492 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
[pid=780197/tid=780208] ppid=780194 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/780197/task/780208/stat : 780208 (Finalizer) S 780194 780197 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 152219854 19498610688 41492 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
[pid=780197/tid=780215] ppid=780194 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/780197/task/780215/stat : 780215 (Common-Cleaner) S 780194 780197 776098 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 152219855 19498610688 41492 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 165968 KiB

[startup+0.70062 s]
/proc/loadavg: 4.35 4.32 4.36 5/333 780216
/proc/meminfo: memFree=118618960/131524600 swapFree=131071996/131071996
[pid=780197] ppid=780194 vsize=19041612 memory=1056656 CPUtime=1.25 cores=4,6
/proc/780197/stat : 780197 (java) S 780194 780197 776098 0 -1 1077936128 12620 0 0 0 102 23 0 0 20 0 19 0 152219852 19498610688 264164 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
/proc/780197/statm: 4760403 264164 5918 1 0 552913 0
[pid=780197/tid=780199] ppid=780194 vsize=19041612 memory=5472 CPUtime=0.61 cores=4,6
/proc/780197/task/780199/stat : 780199 (java) R 780194 780197 776098 0 -1 4194368 6531 0 0 0 41 20 0 0 20 0 19 0 152219852 19498610688 264164 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
[pid=780197/tid=780208] ppid=780194 vsize=19041612 memory=13184 CPUtime=0 cores=4,6
/proc/780197/task/780208/stat : 780208 (Finalizer) S 780194 780197 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 152219854 19498610688 264164 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
[pid=780197/tid=780215] ppid=780194 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/780197/task/780215/stat : 780215 (Common-Cleaner) S 780194 780197 776098 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 152219855 19498610688 264164 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1056656 KiB

[startup+1.50766 s]
/proc/loadavg: 4.40 4.33 4.36 7/333 780216
/proc/meminfo: memFree=117171620/131524600 swapFree=131071996/131071996
[pid=780197] ppid=780194 vsize=19108176 memory=2121920 CPUtime=2.75 cores=4,6
/proc/780197/stat : 780197 (java) S 780194 780197 776098 0 -1 1077936128 22163 0 0 0 229 46 0 0 20 0 20 0 152219852 19566772224 530480 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
/proc/780197/statm: 4777044 530480 5956 1 0 1083693 0
[pid=780197/tid=780199] ppid=780194 vsize=19108176 memory=13184 CPUtime=1.35 cores=4,6
/proc/780197/task/780199/stat : 780199 (java) R 780194 780197 776098 0 -1 4194368 7170 0 0 0 94 41 0 0 20 0 20 0 152219852 19566772224 530480 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
[pid=780197/tid=780208] ppid=780194 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/780197/task/780208/stat : 780208 (Finalizer) S 780194 780197 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152219854 19566772224 530480 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
[pid=780197/tid=780215] ppid=780194 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/780197/task/780215/stat : 780215 (Common-Cleaner) S 780194 780197 776098 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 152219855 19566772224 530480 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
Current children cumulated CPU time: 2.75 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2121920 KiB

[startup+3.10718 s]
/proc/loadavg: 4.40 4.33 4.36 6/334 780217
/proc/meminfo: memFree=116076420/131524600 swapFree=131071996/131071996
[pid=780197] ppid=780194 vsize=19108176 memory=3122032 CPUtime=5.91 cores=4,6
/proc/780197/stat : 780197 (java) S 780194 780197 776098 0 -1 1077936128 24880 0 0 0 527 64 0 0 20 0 20 0 152219852 19566772224 780508 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
/proc/780197/statm: 4777044 780508 5956 1 0 1084442 0
[pid=780197/tid=780199] ppid=780194 vsize=19108176 memory=198340509722 CPUtime=2.92 cores=4,6
/proc/780197/task/780199/stat : 780199 (java) R 780194 780197 776098 0 -1 4194368 7667 0 0 0 234 58 0 0 20 0 20 0 152219852 19566772224 780508 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
[pid=780197/tid=780208] ppid=780194 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/780197/task/780208/stat : 780208 (Finalizer) S 780194 780197 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152219854 19566772224 780508 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
[pid=780197/tid=780215] ppid=780194 vsize=19108176 memory=13184 CPUtime=0 cores=4,6
/proc/780197/task/780215/stat : 780215 (Common-Cleaner) S 780194 780197 776098 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 152219855 19566772224 780508 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
[pid=780197/tid=780217] ppid=780194 vsize=19108176 memory=2244848 CPUtime=0 cores=4,6
/proc/780197/task/780217/stat : 780217 (Timer-0) S 780194 780197 776098 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152219958 19566772224 780508 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
Current children cumulated CPU time: 5.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3122032 KiB

[startup+6.30027 s]
/proc/loadavg: 4.45 4.34 4.37 5/334 780217
/proc/meminfo: memFree=115721356/131524600 swapFree=131071996/131071996
[pid=780197] ppid=780194 vsize=19108176 memory=3388628 CPUtime=10.61 cores=4,6
/proc/780197/stat : 780197 (java) S 780194 780197 776098 0 -1 1077936128 25998 0 0 0 992 69 0 0 20 0 20 0 152219852 19566772224 847157 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
/proc/780197/statm: 4777044 847157 5972 1 0 1085021 0
[pid=780197/tid=780199] ppid=780194 vsize=19108176 memory=0 CPUtime=6.05 cores=4,6
/proc/780197/task/780199/stat : 780199 (java) R 780194 780197 776098 0 -1 4194368 8063 0 0 0 543 62 0 0 20 0 20 0 152219852 19566772224 847157 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
[pid=780197/tid=780208] ppid=780194 vsize=19108176 memory=13184 CPUtime=0 cores=4,6
/proc/780197/task/780208/stat : 780208 (Finalizer) S 780194 780197 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152219854 19566772224 847157 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
[pid=780197/tid=780215] ppid=780194 vsize=19108176 memory=2609668 CPUtime=0 cores=4,6
/proc/780197/task/780215/stat : 780215 (Common-Cleaner) S 780194 780197 776098 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 152219855 19566772224 847157 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
[pid=780197/tid=780217] ppid=780194 vsize=19108176 memory=3388628 CPUtime=0 cores=4,6
/proc/780197/task/780217/stat : 780217 (Timer-0) S 780194 780197 776098 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152219958 19566772224 847157 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
Current children cumulated CPU time: 10.61 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3388628 KiB

[startup+12.7003 s]
/proc/loadavg: 4.41 4.33 4.36 5/334 780219
/proc/meminfo: memFree=115721128/131524600 swapFree=131071996/131071996
[pid=780197] ppid=780194 vsize=19108176 memory=3388680 CPUtime=17.2 cores=4,6
/proc/780197/stat : 780197 (java) S 780194 780197 776098 0 -1 1077936128 26933 0 0 0 1651 69 0 0 20 0 20 0 152219852 19566772224 847170 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
/proc/780197/statm: 4777044 847170 5972 1 0 1085021 0
[pid=780197/tid=780199] ppid=780194 vsize=19108176 memory=3388680 CPUtime=12.36 cores=4,6
/proc/780197/task/780199/stat : 780199 (java) R 780194 780197 776098 0 -1 4194368 8822 0 0 0 1174 62 0 0 20 0 20 0 152219852 19566772224 847170 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
[pid=780197/tid=780208] ppid=780194 vsize=19108176 memory=11588 CPUtime=0 cores=4,6
/proc/780197/task/780208/stat : 780208 (Finalizer) S 780194 780197 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152219854 19566772224 847170 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
[pid=780197/tid=780215] ppid=780194 vsize=19108176 memory=6084195336235606867 CPUtime=0 cores=4,6
/proc/780197/task/780215/stat : 780215 (Common-Cleaner) S 780194 780197 776098 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 152219855 19566772224 847170 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
[pid=780197/tid=780217] ppid=780194 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/780197/task/780217/stat : 780217 (Timer-0) S 780194 780197 776098 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152219958 19566772224 847170 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
Current children cumulated CPU time: 17.2 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3388680 KiB

[startup+25.5003 s]
/proc/loadavg: 4.43 4.34 4.36 5/334 780220
/proc/meminfo: memFree=115716840/131524600 swapFree=131071996/131071996
[pid=780197] ppid=780194 vsize=19108176 memory=3392884 CPUtime=30.11 cores=4,6
/proc/780197/stat : 780197 (java) S 780194 780197 776098 0 -1 1077936128 30761 0 0 0 2940 71 0 0 20 0 20 0 152219852 19566772224 848221 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
/proc/780197/statm: 4777044 848221 5972 1 0 1085021 0
[pid=780197/tid=780199] ppid=780194 vsize=19108176 memory=6084195336235606867 CPUtime=24.94 cores=4,6
/proc/780197/task/780199/stat : 780199 (java) R 780194 780197 776098 0 -1 4194368 10684 0 0 0 2431 63 0 0 20 0 20 0 152219852 19566772224 848221 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
[pid=780197/tid=780208] ppid=780194 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/780197/task/780208/stat : 780208 (Finalizer) S 780194 780197 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152219854 19566772224 848221 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
[pid=780197/tid=780215] ppid=780194 vsize=19108176 memory=1900 CPUtime=0 cores=4,6
/proc/780197/task/780215/stat : 780215 (Common-Cleaner) S 780194 780197 776098 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 152219855 19566772224 848221 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
[pid=780197/tid=780217] ppid=780194 vsize=19108176 memory=-8886843879003169468 CPUtime=0 cores=4,6
/proc/780197/task/780217/stat : 780217 (Timer-0) S 780194 780197 776098 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152219958 19566772224 848221 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
Current children cumulated CPU time: 30.11 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3392884 KiB

[startup+51.1058 s]
/proc/loadavg: 4.39 4.34 4.36 6/334 780426
/proc/meminfo: memFree=118242196/131524600 swapFree=131071996/131071996
[pid=780197] ppid=780194 vsize=19108176 memory=3420000 CPUtime=55.95 cores=4,6
/proc/780197/stat : 780197 (java) S 780194 780197 776098 0 -1 1077936128 36738 0 0 0 5522 73 0 0 20 0 20 0 152219852 19566772224 855000 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
/proc/780197/statm: 4777044 855000 5988 1 0 1085021 0
[pid=780197/tid=780199] ppid=780194 vsize=19108176 memory=3409728 CPUtime=49.95 cores=4,6
/proc/780197/task/780199/stat : 780199 (java) R 780194 780197 776098 0 -1 4194368 12934 0 0 0 4931 64 0 0 20 0 20 0 152219852 19566772224 855000 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
[pid=780197/tid=780208] ppid=780194 vsize=19108176 memory=11588 CPUtime=0 cores=4,6
/proc/780197/task/780208/stat : 780208 (Finalizer) S 780194 780197 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152219854 19566772224 855000 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
[pid=780197/tid=780215] ppid=780194 vsize=19108176 memory=11588 CPUtime=0 cores=4,6
/proc/780197/task/780215/stat : 780215 (Common-Cleaner) S 780194 780197 776098 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 152219855 19566772224 855000 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
[pid=780197/tid=780217] ppid=780194 vsize=19108176 memory=11588 CPUtime=0 cores=4,6
/proc/780197/task/780217/stat : 780217 (Timer-0) S 780194 780197 776098 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152219958 19566772224 855000 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0

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

[startup+3222.31 s]
/proc/loadavg: 4.29 4.31 4.27 6/334 782458
/proc/meminfo: memFree=112977108/131524600 swapFree=131071996/131071996
[pid=780197] ppid=780194 vsize=19108176 memory=4775432 CPUtime=3261.86 cores=4,6
/proc/780197/stat : 780197 (java) S 780194 780197 776098 0 -1 1077936128 273412 0 0 0 325904 282 0 0 20 0 20 0 152219852 19566772224 1193858 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
/proc/780197/statm: 4777044 1193858 5988 1 0 1207382 0
[pid=780197/tid=780199] ppid=780194 vsize=19108176 memory=38888 CPUtime=3156.27 cores=4,6
/proc/780197/task/780199/stat : 780199 (java) S 780194 780197 776098 0 -1 1077936192 129761 0 0 0 315530 97 0 0 20 0 20 0 152219852 19566772224 1193858 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 56 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
[pid=780197/tid=780208] ppid=780194 vsize=19108176 memory=19640 CPUtime=0 cores=4,6
/proc/780197/task/780208/stat : 780208 (Finalizer) S 780194 780197 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152219854 19566772224 1193858 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
[pid=780197/tid=780215] ppid=780194 vsize=19108176 memory=11588 CPUtime=0 cores=4,6
/proc/780197/task/780215/stat : 780215 (Common-Cleaner) S 780194 780197 776098 0 -1 1077936192 2918 0 0 0 0 0 0 0 20 0 20 0 152219855 19566772224 1193858 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
[pid=780197/tid=780217] ppid=780194 vsize=19108176 memory=4775432 CPUtime=0 cores=4,6
/proc/780197/task/780217/stat : 780217 (Timer-0) S 780194 780197 776098 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152219958 19566772224 1193858 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
Current children cumulated CPU time: 3261.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4775432 KiB

[startup+3282.3 s]
/proc/loadavg: 4.27 4.29 4.27 5/331 782468
/proc/meminfo: memFree=112975776/131524600 swapFree=131071996/131071996
[pid=780197] ppid=780194 vsize=19108176 memory=4775536 CPUtime=3322.39 cores=4,6
/proc/780197/stat : 780197 (java) S 780194 780197 776098 0 -1 1077936128 278477 0 0 0 331953 286 0 0 20 0 20 0 152219852 19566772224 1193884 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
/proc/780197/statm: 4777044 1193884 5988 1 0 1207403 0
[pid=780197/tid=780199] ppid=780194 vsize=19108176 memory=4775536 CPUtime=3215.07 cores=4,6
/proc/780197/task/780199/stat : 780199 (java) R 780194 780197 776098 0 -1 4194368 132080 0 0 0 321409 98 0 0 20 0 20 0 152219852 19566772224 1193884 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 56 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
[pid=780197/tid=780208] ppid=780194 vsize=19108176 memory=11588 CPUtime=0 cores=4,6
/proc/780197/task/780208/stat : 780208 (Finalizer) S 780194 780197 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152219854 19566772224 1193884 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
[pid=780197/tid=780215] ppid=780194 vsize=19108176 memory=4775444 CPUtime=0 cores=4,6
/proc/780197/task/780215/stat : 780215 (Common-Cleaner) S 780194 780197 776098 0 -1 1077936192 3013 0 0 0 0 0 0 0 20 0 20 0 152219855 19566772224 1193884 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
[pid=780197/tid=780217] ppid=780194 vsize=19108176 memory=4775536 CPUtime=0 cores=4,6
/proc/780197/task/780217/stat : 780217 (Timer-0) S 780194 780197 776098 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152219958 19566772224 1193884 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
Current children cumulated CPU time: 3322.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4775536 KiB

[startup+3342.3 s]
/proc/loadavg: 4.45 4.33 4.28 5/331 782480
/proc/meminfo: memFree=112974552/131524600 swapFree=131071996/131071996
[pid=780197] ppid=780194 vsize=19108176 memory=4775876 CPUtime=3384.13 cores=4,6
/proc/780197/stat : 780197 (java) S 780194 780197 776098 0 -1 1077936128 282281 0 0 0 338124 289 0 0 20 0 20 0 152219852 19566772224 1193969 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
/proc/780197/statm: 4777044 1193969 5988 1 0 1207456 0
[pid=780197/tid=780199] ppid=780194 vsize=19108176 memory=38888 CPUtime=3272.92 cores=4,6
/proc/780197/task/780199/stat : 780199 (java) R 780194 780197 776098 0 -1 4194368 133904 0 0 0 327193 99 0 0 20 0 20 0 152219852 19566772224 1193969 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 56 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
[pid=780197/tid=780208] ppid=780194 vsize=19108176 memory=4775876 CPUtime=0 cores=4,6
/proc/780197/task/780208/stat : 780208 (Finalizer) S 780194 780197 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152219854 19566772224 1193969 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
[pid=780197/tid=780215] ppid=780194 vsize=19108176 memory=4775876 CPUtime=0 cores=4,6
/proc/780197/task/780215/stat : 780215 (Common-Cleaner) S 780194 780197 776098 0 -1 1077936192 3013 0 0 0 0 0 0 0 20 0 20 0 152219855 19566772224 1193969 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
[pid=780197/tid=780217] ppid=780194 vsize=19108176 memory=4775876 CPUtime=0 cores=4,6
/proc/780197/task/780217/stat : 780217 (Timer-0) S 780194 780197 776098 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152219958 19566772224 1193969 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
Current children cumulated CPU time: 3384.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4775876 KiB

[startup+3402.3 s]
/proc/loadavg: 4.33 4.32 4.28 5/330 782490
/proc/meminfo: memFree=112973636/131524600 swapFree=131071996/131071996
[pid=780197] ppid=780194 vsize=19108176 memory=4775936 CPUtime=3446.5 cores=4,6
/proc/780197/stat : 780197 (java) S 780194 780197 776098 0 -1 1077936128 286222 0 0 0 344357 293 0 0 20 0 20 0 152219852 19566772224 1193984 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
/proc/780197/statm: 4777044 1193984 5988 1 0 1207456 0
[pid=780197/tid=780199] ppid=780194 vsize=19108176 memory=4775876 CPUtime=3331.5 cores=4,6
/proc/780197/task/780199/stat : 780199 (java) R 780194 780197 776098 0 -1 4194368 134961 0 0 0 333051 99 0 0 20 0 20 0 152219852 19566772224 1193984 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 56 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
[pid=780197/tid=780208] ppid=780194 vsize=19108176 memory=4775876 CPUtime=0 cores=4,6
/proc/780197/task/780208/stat : 780208 (Finalizer) S 780194 780197 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152219854 19566772224 1193984 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
[pid=780197/tid=780215] ppid=780194 vsize=19108176 memory=13184 CPUtime=0 cores=4,6
/proc/780197/task/780215/stat : 780215 (Common-Cleaner) S 780194 780197 776098 0 -1 1077936192 3069 0 0 0 0 0 0 0 20 0 20 0 152219855 19566772224 1193984 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
[pid=780197/tid=780217] ppid=780194 vsize=19108176 memory=1928 CPUtime=0 cores=4,6
/proc/780197/task/780217/stat : 780217 (Timer-0) S 780194 780197 776098 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152219958 19566772224 1193984 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
Current children cumulated CPU time: 3446.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4775936 KiB

[startup+3462.3 s]
/proc/loadavg: 4.28 4.30 4.27 6/330 782500
/proc/meminfo: memFree=112972344/131524600 swapFree=131071996/131071996
[pid=780197] ppid=780194 vsize=19108176 memory=4775984 CPUtime=3507.77 cores=4,6
/proc/780197/stat : 780197 (java) S 780194 780197 776098 0 -1 1077936128 289700 0 0 0 350480 297 0 0 20 0 20 0 152219852 19566772224 1193996 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
/proc/780197/statm: 4777044 1193996 5988 1 0 1207465 0
[pid=780197/tid=780199] ppid=780194 vsize=19108176 memory=4775876 CPUtime=3390.08 cores=4,6
/proc/780197/task/780199/stat : 780199 (java) R 780194 780197 776098 0 -1 4194368 136204 0 0 0 338908 100 0 0 20 0 20 0 152219852 19566772224 1193996 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 56 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
[pid=780197/tid=780208] ppid=780194 vsize=19108176 memory=4775876 CPUtime=0 cores=4,6
/proc/780197/task/780208/stat : 780208 (Finalizer) S 780194 780197 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152219854 19566772224 1193996 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
[pid=780197/tid=780215] ppid=780194 vsize=19108176 memory=13184 CPUtime=0 cores=4,6
/proc/780197/task/780215/stat : 780215 (Common-Cleaner) S 780194 780197 776098 0 -1 1077936192 3115 0 0 0 0 0 0 0 20 0 20 0 152219855 19566772224 1193996 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
[pid=780197/tid=780217] ppid=780194 vsize=19108176 memory=1976 CPUtime=0 cores=4,6
/proc/780197/task/780217/stat : 780217 (Timer-0) S 780194 780197 776098 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152219958 19566772224 1193996 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
Current children cumulated CPU time: 3507.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4775984 KiB

[startup+3522.3 s]
/proc/loadavg: 4.27 4.29 4.27 5/332 782515
/proc/meminfo: memFree=112971432/131524600 swapFree=131071996/131071996
[pid=780197] ppid=780194 vsize=19108176 memory=4776008 CPUtime=3568.48 cores=4,6
/proc/780197/stat : 780197 (java) S 780194 780197 776098 0 -1 1077936128 291018 0 0 0 356548 300 0 0 20 0 20 0 152219852 19566772224 1194002 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
/proc/780197/statm: 4777044 1194002 5988 1 0 1207477 0
[pid=780197/tid=780199] ppid=780194 vsize=19108176 memory=1976 CPUtime=3448.79 cores=4,6
/proc/780197/task/780199/stat : 780199 (java) R 780194 780197 776098 0 -1 4194368 137160 0 0 0 344779 100 0 0 20 0 20 0 152219852 19566772224 1194002 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 56 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
[pid=780197/tid=780208] ppid=780194 vsize=19108176 memory=4775996 CPUtime=0 cores=4,6
/proc/780197/task/780208/stat : 780208 (Finalizer) S 780194 780197 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152219854 19566772224 1194002 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
[pid=780197/tid=780215] ppid=780194 vsize=19108176 memory=38888 CPUtime=0 cores=4,6
/proc/780197/task/780215/stat : 780215 (Common-Cleaner) S 780194 780197 776098 0 -1 1077936192 3121 0 0 0 0 0 0 0 20 0 20 0 152219855 19566772224 1194002 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
[pid=780197/tid=780217] ppid=780194 vsize=19108176 memory=4776008 CPUtime=0 cores=4,6
/proc/780197/task/780217/stat : 780217 (Timer-0) S 780194 780197 776098 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152219958 19566772224 1194002 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
Current children cumulated CPU time: 3568.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4776008 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3553.6 s]
/proc/loadavg: 4.23 4.28 4.27 5/332 782522
/proc/meminfo: memFree=112971112/131524600 swapFree=131071996/131071996
[pid=780197] ppid=780194 vsize=19108176 memory=4776084 CPUtime=3600.01 cores=4,6
/proc/780197/stat : 780197 (java) S 780194 780197 776098 0 -1 1077936128 293313 0 0 0 359700 301 0 0 20 0 20 0 152219852 19566772224 1194021 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
/proc/780197/statm: 4777044 1194021 5988 1 0 1207477 0
[pid=780197/tid=780199] ppid=780194 vsize=19108176 memory=4776084 CPUtime=3479.18 cores=4,6
/proc/780197/task/780199/stat : 780199 (java) R 780194 780197 776098 0 -1 4194368 137978 0 0 0 347818 100 0 0 20 0 20 0 152219852 19566772224 1194021 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 56 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
[pid=780197/tid=780208] ppid=780194 vsize=19108176 memory=4776084 CPUtime=0 cores=4,6
/proc/780197/task/780208/stat : 780208 (Finalizer) S 780194 780197 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152219854 19566772224 1194021 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
[pid=780197/tid=780215] ppid=780194 vsize=19108176 memory=3684 CPUtime=0 cores=4,6
/proc/780197/task/780215/stat : 780215 (Common-Cleaner) S 780194 780197 776098 0 -1 1077936192 3168 0 0 0 0 0 0 0 20 0 20 0 152219855 19566772224 1194021 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
[pid=780197/tid=780217] ppid=780194 vsize=19108176 memory=32812 CPUtime=0 cores=4,6
/proc/780197/task/780217/stat : 780217 (Timer-0) S 780194 780197 776098 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152219958 19566772224 1194021 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4776084 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.18 s, system=3.03196 s

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

[startup+3553.72 s]
/proc/loadavg: 4.23 4.28 4.27 5/332 782522
/proc/meminfo: memFree=112971112/131524600 swapFree=131071996/131071996
[pid=780197] ppid=780194 vsize=19307868 memory=4776840 CPUtime=3600.18 cores=4,6
/proc/780197/stat : 780197 (java) S 780194 780197 776098 0 -1 1077936128 295613 0 0 0 359717 301 0 0 20 0 21 0 152219852 19771256832 1194210 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
/proc/780197/statm: 4826967 1194210 5987 1 0 1208441 0
[pid=780197/tid=780199] ppid=780194 vsize=19307868 memory=38888 CPUtime=3479.2 cores=4,6
/proc/780197/task/780199/stat : 780199 (java) S 780194 780197 776098 0 -1 1077936192 138074 0 0 0 347820 100 0 0 20 0 21 0 152219852 19771256832 1194210 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 56 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
[pid=780197/tid=780208] ppid=780194 vsize=19307868 memory=4776008 CPUtime=0 cores=4,6
/proc/780197/task/780208/stat : 780208 (Finalizer) S 780194 780197 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 152219854 19771256832 1194210 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
[pid=780197/tid=780215] ppid=780194 vsize=19307868 memory=4776072 CPUtime=0 cores=4,6
/proc/780197/task/780215/stat : 780215 (Common-Cleaner) S 780194 780197 776098 0 -1 1077936192 3168 0 0 0 0 0 0 0 20 0 21 0 152219855 19771256832 1194210 134679101440 93963184709632 93963184713328 140726124493968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93963184721144 93963184721936 93963195604992 140726124499952 140726124500065 140726124500065 140726124507080 0
Current children cumulated CPU time: 3600.18 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 4776840 KiB

Child status: 143

Real time (s): 3553.74
CPU time (s): 3600.21
CPU user time (s): 3597.18
CPU system time (s): 3.03196
CPU usage (%): 101.308
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 4776840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.18
system time used= 3.03195
maximum resident set size= 4776856
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 295740
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 145680
involuntary context switches= 13865


# summary of solver processes directly reported to runsolver:
#   pid: 780197
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3597.18
#   total CPU system time (s): 3.03196

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.59495 second user time and 18.9299 second system time

The end

Launcher Data

Begin job on nodeC035 at 2024-07-15 01:41:43
IDJOB=4427671
IDBENCH=158396
IDSOLVER=3046
FILE ID=nodeC035/4427671-1721000490
RUNJOBID= nodeC035-1720994549-776109
SLURM_JOB_ID= 7505329
Free space on /tmp= 890060 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/EmployeeScheduling/normalized-aug4.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-4427671-1721000490/watcher-4427671-1721000490 -o /tmp/evaluation-result-4427671-1721000490/solver-4427671-1721000490 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1720994549-776109 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427671-1721000490.opb

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

MD5SUM BENCH= 481101aa5750e702617a44583ed063de
RANDOM SEED=284081616

nodeC035.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		: 3603.236
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.65
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		: 3685.457
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.79
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		: 3663.567
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.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        119095360 kB
MemAvailable:   119370236 kB
Buffers:          337656 kB
Cached:           780040 kB
SwapCached:            0 kB
Active:           558348 kB
Inactive:       11274976 kB
Active(anon):       1560 kB
Inactive(anon): 10751816 kB
Active(file):     556788 kB
Inactive(file):   523160 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              2344 kB
Writeback:             0 kB
AnonPages:      10715672 kB
Mapped:           123364 kB
Shmem:             37720 kB
KReclaimable:      69504 kB
Slab:             171092 kB
SReclaimable:      69504 kB
SUnreclaim:       101588 kB
KernelStack:        5136 kB
PageTables:        30800 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   11407700 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            59648 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10539008 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:      174804 kB
DirectMap2M:     7987200 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC035 at 2024-07-15 02:40:56