Trace number 4427670

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.24 3420.24

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/
EmployeeScheduling/normalized-aug6.5.opb
MD5SUM83ba36613360d6ce9be489830858dbc7
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 benchmark48
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 clauses27555
Number of constraints which are cardinality constraints (but not clauses)245
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.09	c Free memory 		2106806208
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.16	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.16	 - never skip resolution steps
0.12/0.16	 - Auto-division on coefficients is disabled
0.12/0.16	 - No postprocessing
0.12/0.16	 - Conflict is considered as is when resolving
0.12/0.16	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.12/0.16	 - Weaken first using unassigned literals
0.12/0.16	 - Bump strategy: ALWAYS_ONE
0.12/0.16	 - Bumper: ASSIGNED
0.12/0.16	--- Begin Solver configuration ---
0.12/0.16	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.12/0.16	Learn all clauses as in MiniSAT
0.12/0.16	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.16	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.16	No reason simplification
0.12/0.16	Armin Biere (Picosat) restarts strategy
0.12/0.16	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.12/0.16	timeout=2147483s
0.12/0.16	DB Simplification allowed=false
0.12/0.16	Listener: none
0.12/0.16	--- End Solver configuration ---
0.12/0.16	c Pseudo Boolean Optimization by upper bound
0.12/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.16	c  - never skip resolution steps
0.12/0.16	c  - Auto-division on coefficients is disabled
0.12/0.16	c  - No postprocessing
0.12/0.16	c  - Conflict is considered as is when resolving
0.12/0.16	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.12/0.16	c  - Weaken first using unassigned literals
0.12/0.16	c  - Bump strategy: ALWAYS_ONE
0.12/0.16	c  - Bumper: ASSIGNED
0.12/0.16	c --- Begin Solver configuration ---
0.12/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.12/0.16	c Learn all clauses as in MiniSAT
0.12/0.16	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.16	c No reason simplification
0.12/0.16	c Armin Biere (Picosat) restarts strategy
0.12/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.12/0.16	c timeout=2147483s
0.12/0.16	c DB Simplification allowed=false
0.12/0.16	c Listener: none
0.12/0.16	c --- End Solver configuration ---
0.12/0.16	c solving HOME/instance-4427670-1721000457.opb
0.12/0.16	c reading problem ... 
0.12/0.16	c  objective function found
1.81/1.03	c ... done. Wall clock time 0.869s.
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 => 301
1.81/1.03	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 896
1.81/1.03	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 11903
1.81/1.03	c 29620 constraints processed.
1.81/1.06	c objective function length is 26 literals
6.36/3.34	c cleaning 2417 clauses out of 5000 with flag 0/5000
9.20/5.42	c cleaning 3433 clauses out of 8583 with flag 0/11000
11.85/7.91	c cleaning 3585 clauses out of 12150 with flag 0/18000
15.13/11.02	c cleaning 4042 clauses out of 16566 with flag 0/26001
19.86/15.64	c cleaning 4718 clauses out of 21526 with flag 0/35003
24.11/19.87	c cleaning 4843 clauses out of 26806 with flag 0/45001
29.31/24.96	c cleaning 4949 clauses out of 32962 with flag 0/56000
39.25/34.63	c cleaning 6987 clauses out of 40016 with flag 0/68003
51.36/46.46	c cleaning 6937 clauses out of 46028 with flag 0/81002
61.79/56.55	c cleaning 8169 clauses out of 53090 with flag 0/95001
75.21/69.59	c cleaning 6657 clauses out of 59922 with flag 0/110002
86.73/80.76	c cleaning 7491 clauses out of 69264 with flag 0/126001
105.01/98.50	c cleaning 8771 clauses out of 78772 with flag 0/143000
123.06/116.02	c cleaning 9240 clauses out of 88001 with flag 0/161000
141.88/134.46	c cleaning 11995 clauses out of 97762 with flag 0/180001
156.01/148.17	c cleaning 12552 clauses out of 105766 with flag 0/200000
179.03/170.69	c cleaning 13680 clauses out of 114214 with flag 0/221000
206.04/197.27	c cleaning 15728 clauses out of 122535 with flag 0/243001
228.11/218.99	c cleaning 12455 clauses out of 129812 with flag 0/266006
268.05/257.92	c cleaning 16208 clauses out of 141351 with flag 0/290000
311.61/300.75	c cleaning 15013 clauses out of 150143 with flag 0/315000
381.14/369.69	c cleaning 15590 clauses out of 161130 with flag 0/341000
415.12/403.05	c cleaning 15788 clauses out of 172540 with flag 0/368000
462.71/449.58	c cleaning 13016 clauses out of 184752 with flag 0/396000
495.37/481.32	c cleaning 15744 clauses out of 200738 with flag 0/425002
534.85/519.85	c cleaning 17413 clauses out of 214993 with flag 0/455001
583.58/567.34	c cleaning 18821 clauses out of 228580 with flag 0/486001
713.11/695.39	c cleaning 19173 clauses out of 241760 with flag 0/518002
769.36/749.39	c cleaning 16161 clauses out of 255586 with flag 0/551001
821.05/800.22	c cleaning 15590 clauses out of 273424 with flag 0/585000
868.40/846.41	c cleaning 18255 clauses out of 292836 with flag 0/620002
916.29/893.26	c cleaning 21623 clauses out of 310579 with flag 0/656000
1021.30/996.39	c cleaning 23475 clauses out of 325956 with flag 0/693000
1123.98/1096.96	c cleaning 23863 clauses out of 340483 with flag 0/731002
1269.99/1242.28	c cleaning 22494 clauses out of 355619 with flag 0/770001
1348.16/1317.47	c cleaning 20623 clauses out of 373124 with flag 0/810000
1432.72/1400.75	c cleaning 11995 clauses out of 393502 with flag 0/851001
1513.20/1479.99	c cleaning 11478 clauses out of 423507 with flag 0/893001
1577.77/1542.33	c cleaning 23621 clauses out of 455029 with flag 0/936001
1652.33/1614.22	c cleaning 22296 clauses out of 475407 with flag 0/980000
1771.80/1730.39	c cleaning 24727 clauses out of 498113 with flag 0/1025002
1899.79/1854.36	c cleaning 19638 clauses out of 519386 with flag 0/1071002
2062.33/2009.04	c cleaning 26904 clauses out of 546747 with flag 0/1118001
2341.26/2277.06	c cleaning 29501 clauses out of 567842 with flag 0/1166000
2486.79/2414.99	c cleaning 30996 clauses out of 587341 with flag 0/1215000
2613.56/2533.45	c cleaning 27635 clauses out of 606348 with flag 0/1265003
2769.48/2673.38	c cleaning 26298 clauses out of 629710 with flag 0/1316000
2890.03/2782.18	c cleaning 27859 clauses out of 655412 with flag 0/1368000
3099.35/2977.14	c cleaning 28344 clauses out of 680557 with flag 0/1421004
3209.73/3075.41	c cleaning 32272 clauses out of 706210 with flag 0/1475001
3326.87/3178.18	c cleaning 33051 clauses out of 728938 with flag 0/1530001
3600.04/3420.12	c starts		: 208
3600.04/3420.12	c conflicts		: 1574504
3600.04/3420.12	c decisions		: 2008155
3600.04/3420.12	c propagations		: 74512133
3600.04/3420.12	c inspects		: 7040529281
3600.04/3420.12	c shortcuts		: 0
3600.04/3420.12	c learnt literals	: 0
3600.04/3420.12	c learnt binary clauses	: 336
3600.04/3420.12	c learnt ternary clauses	: 506
3600.04/3420.12	c learnt constraints	: 1574504
3600.04/3420.12	c ignored constraints	: 0
3600.04/3420.12	c root simplifications	: 0
3600.04/3420.12	c removed literals (reason simplification)	: 0
3600.04/3420.12	c reason swapping (by a shorter reason)	: 0
3600.04/3420.12	c Calls to reduceDB	: 51
3600.04/3420.12	c Number of update (reduction) of LBD	: 98700
3600.04/3420.12	c Imported unit clauses	: 0
3600.04/3420.12	c No decision after first conflict	: false
3600.04/3420.12	c number of reductions to clauses (during analyze)	: 0
3600.04/3420.12	c number of learned constraints concerned by reduction	: 0
3600.04/3420.12	c number of learning phase by resolution	: 0
3600.04/3420.12	c number of learning phase by cutting planes	: 0
3600.04/3420.12	c number of rounding to 1 operations	: 6731002
3600.04/3420.12	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3420.12	c number of reductions of the coefficients by power 2 	: 0
3600.04/3420.12	c number of right shift for reduction by power 2 	: 0
3600.04/3420.12	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3420.12	c number of ending skipping 	: 0
3600.04/3420.12	c number of internal skipping 	: 0
3600.04/3420.12	c number of derivation steps 	: 24518487
3600.04/3420.12	c number of skipped derivation steps 	: 0
3600.04/3420.12	c number of remaining unassigned 	: 51310
3600.04/3420.12	c number of remaining assigned 	: 228833972
3600.04/3420.12	c number of falsified literals weakened from reason	: 0
3600.04/3420.12	c number of falsified literals weakened from conflict	: 0
3600.04/3420.12	c time for arithmetic operations	: 13325417438
3600.04/3420.12	c minimum degree of deleted constraints	: 4
3600.04/3420.13	c maximum degree of deleted constraints	: 406624
3600.04/3420.13	c number of deleted constraints	: 834114
3600.04/3420.13	c speed (assignments/second)	: 21793.142277201514
3600.04/3420.13	c non guided choices	: 207360
3600.04/3420.14	c timeout
3600.19/3420.22	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 518907
3600.19/3420.22	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 10955
3600.19/3420.22	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 336
3600.19/3420.22	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 210192
3600.19/3420.22	s UNKNOWN
3600.19/3420.22	c Total wall clock time (in seconds): 3420.06

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=775411, runsolver pid=775408

[startup+0.100342 s]*
/proc/loadavg: 4.19 4.21 4.25 5/330 775429
/proc/meminfo: memFree=112085952/131524600 swapFree=131071996/131071996
[pid=775411] ppid=775408 vsize=18975048 memory=62488 CPUtime=0.12 cores=1,3
/proc/775411/stat : 775411 (java) S 775408 775411 771208 0 -1 1077936128 7186 0 0 0 11 1 0 0 20 0 18 0 152210679 19430449152 15622 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
/proc/775411/statm: 4743762 15622 5535 1 0 549301 0
[pid=775411/tid=775413] ppid=775408 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/775411/task/775413/stat : 775413 (java) R 775408 775411 771208 0 -1 4194368 5733 0 0 0 7 1 0 0 20 0 18 0 152210679 19430449152 15622 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
[pid=775411/tid=775422] ppid=775408 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/775411/task/775422/stat : 775422 (Finalizer) S 775408 775411 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 152210682 19430449152 15622 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
[pid=775411/tid=775429] ppid=775408 vsize=18975048 memory=13846374089254215 CPUtime=0 cores=1,3
/proc/775411/task/775429/stat : 775429 (Common-Cleaner) S 775408 775411 771208 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 152210683 19430449152 15622 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62488 KiB

[startup+0.214325 s]*
/proc/loadavg: 4.19 4.21 4.25 7/330 775429
/proc/meminfo: memFree=112071200/131524600 swapFree=131071996/131071996
[pid=775411] ppid=775408 vsize=18975048 memory=77996 CPUtime=0.34 cores=1,3
/proc/775411/stat : 775411 (java) S 775408 775411 771208 0 -1 1077936128 7760 0 0 0 31 3 0 0 20 0 18 0 152210679 19430449152 19499 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
/proc/775411/statm: 4743762 19499 5820 1 0 549683 0
[pid=775411/tid=775413] ppid=775408 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=1,3
/proc/775411/task/775413/stat : 775413 (java) R 775408 775411 771208 0 -1 4194368 6037 0 0 0 16 2 0 0 20 0 18 0 152210679 19430449152 19499 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
[pid=775411/tid=775422] ppid=775408 vsize=18975048 memory=5714 CPUtime=0 cores=1,3
/proc/775411/task/775422/stat : 775422 (Finalizer) S 775408 775411 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 152210682 19430449152 19499 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
[pid=775411/tid=775429] ppid=775408 vsize=18975048 memory=15252649461155485 CPUtime=0 cores=1,3
/proc/775411/task/775429/stat : 775429 (Common-Cleaner) S 775408 775411 771208 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 152210683 19430449152 19499 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 77996 KiB

[startup+0.31234 s]*
/proc/loadavg: 4.19 4.21 4.25 6/331 775430
/proc/meminfo: memFree=111984352/131524600 swapFree=131071996/131071996
[pid=775411] ppid=775408 vsize=19041612 memory=164416 CPUtime=0.51 cores=1,3
/proc/775411/stat : 775411 (java) S 775408 775411 771208 0 -1 1077936128 9376 0 0 0 46 5 0 0 20 0 19 0 152210679 19498610688 41104 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
/proc/775411/statm: 4760403 41104 5851 1 0 550987 0
[pid=775411/tid=775413] ppid=775408 vsize=19041612 memory=-8601143457648911036 CPUtime=0.25 cores=1,3
/proc/775411/task/775413/stat : 775413 (java) R 775408 775411 771208 0 -1 1077936192 6110 0 0 0 21 4 0 0 20 0 19 0 152210679 19498610688 41104 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
[pid=775411/tid=775422] ppid=775408 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/775411/task/775422/stat : 775422 (Finalizer) S 775408 775411 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 152210682 19498610688 41104 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
[pid=775411/tid=775429] ppid=775408 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/775411/task/775429/stat : 775429 (Common-Cleaner) S 775408 775411 771208 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 152210683 19498610688 41104 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 164416 KiB

[startup+0.700357 s]
/proc/loadavg: 4.19 4.21 4.25 6/331 775430
/proc/meminfo: memFree=111682036/131524600 swapFree=131071996/131071996
[pid=775411] ppid=775408 vsize=19041612 memory=1050564 CPUtime=1.23 cores=1,3
/proc/775411/stat : 775411 (java) S 775408 775411 771208 0 -1 1077936128 15272 0 0 0 98 25 0 0 20 0 19 0 152210679 19498610688 262641 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
/proc/775411/statm: 4760403 262641 5867 1 0 553270 0
[pid=775411/tid=775413] ppid=775408 vsize=19041612 memory=5432 CPUtime=0.63 cores=1,3
/proc/775411/task/775413/stat : 775413 (java) R 775408 775411 771208 0 -1 4194368 6538 0 0 0 41 22 0 0 20 0 19 0 152210679 19498610688 262641 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
[pid=775411/tid=775422] ppid=775408 vsize=19041612 memory=12952 CPUtime=0 cores=1,3
/proc/775411/task/775422/stat : 775422 (Finalizer) S 775408 775411 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 152210682 19498610688 263153 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
[pid=775411/tid=775429] ppid=775408 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/775411/task/775429/stat : 775429 (Common-Cleaner) S 775408 775411 771208 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 152210683 19498610688 263153 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1050564 KiB

[startup+1.50503 s]
/proc/loadavg: 4.19 4.21 4.25 7/331 775430
/proc/meminfo: memFree=110205852/131524600 swapFree=131071996/131071996
[pid=775411] ppid=775408 vsize=19108176 memory=2126868 CPUtime=2.79 cores=1,3
/proc/775411/stat : 775411 (java) S 775408 775411 771208 0 -1 1077936128 22867 0 0 0 231 48 0 0 20 0 20 0 152210679 19566772224 531717 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
/proc/775411/statm: 4777044 531717 5905 1 0 906096 0
[pid=775411/tid=775413] ppid=775408 vsize=19108176 memory=0 CPUtime=1.36 cores=1,3
/proc/775411/task/775413/stat : 775413 (java) R 775408 775411 771208 0 -1 4194368 7177 0 0 0 93 43 0 0 20 0 20 0 152210679 19566772224 531717 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
[pid=775411/tid=775422] ppid=775408 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/775411/task/775422/stat : 775422 (Finalizer) S 775408 775411 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152210682 19566772224 531717 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
[pid=775411/tid=775429] ppid=775408 vsize=19108176 memory=12952 CPUtime=0 cores=1,3
/proc/775411/task/775429/stat : 775429 (Common-Cleaner) S 775408 775411 771208 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 152210683 19566772224 531717 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
Current children cumulated CPU time: 2.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2126868 KiB

[startup+3.10632 s]
/proc/loadavg: 4.33 4.24 4.25 6/332 775431
/proc/meminfo: memFree=109450684/131524600 swapFree=131071996/131071996
[pid=775411] ppid=775408 vsize=19108176 memory=2693156 CPUtime=5.96 cores=1,3
/proc/775411/stat : 775411 (java) S 775408 775411 771208 0 -1 1077936128 23431 0 0 0 537 59 0 0 20 0 20 0 152210679 19566772224 673289 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
/proc/775411/statm: 4777044 673289 5905 1 0 906141 0
[pid=775411/tid=775413] ppid=775408 vsize=19108176 memory=12952 CPUtime=2.91 cores=1,3
/proc/775411/task/775413/stat : 775413 (java) R 775408 775411 771208 0 -1 4194368 7459 0 0 0 237 54 0 0 20 0 20 0 152210679 19566772224 673289 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
[pid=775411/tid=775422] ppid=775408 vsize=19108176 memory=1322784 CPUtime=0 cores=1,3
/proc/775411/task/775422/stat : 775422 (Finalizer) S 775408 775411 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152210682 19566772224 673289 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
[pid=775411/tid=775429] ppid=775408 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/775411/task/775429/stat : 775429 (Common-Cleaner) S 775408 775411 771208 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 152210683 19566772224 673289 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
[pid=775411/tid=775431] ppid=775408 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/775411/task/775431/stat : 775431 (Timer-0) S 775408 775411 771208 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152210785 19566772224 673289 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
Current children cumulated CPU time: 5.96 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2693156 KiB

[startup+6.30028 s]
/proc/loadavg: 4.33 4.24 4.25 5/332 775433
/proc/meminfo: memFree=109448704/131524600 swapFree=131071996/131071996
[pid=775411] ppid=775408 vsize=19108176 memory=2694632 CPUtime=10.19 cores=1,3
/proc/775411/stat : 775411 (java) S 775408 775411 771208 0 -1 1077936128 23741 0 0 0 959 60 0 0 20 0 20 0 152210679 19566772224 673658 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
/proc/775411/statm: 4777044 673658 5905 1 0 906282 0
[pid=775411/tid=775413] ppid=775408 vsize=19108176 memory=0 CPUtime=5.95 cores=1,3
/proc/775411/task/775413/stat : 775413 (java) R 775408 775411 771208 0 -1 4194368 7494 0 0 0 541 54 0 0 20 0 20 0 152210679 19566772224 673658 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
[pid=775411/tid=775422] ppid=775408 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/775411/task/775422/stat : 775422 (Finalizer) S 775408 775411 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152210682 19566772224 673658 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
[pid=775411/tid=775429] ppid=775408 vsize=19108176 memory=11648 CPUtime=0 cores=1,3
/proc/775411/task/775429/stat : 775429 (Common-Cleaner) S 775408 775411 771208 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 152210683 19566772224 673658 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
[pid=775411/tid=775431] ppid=775408 vsize=19108176 memory=11648 CPUtime=0 cores=1,3
/proc/775411/task/775431/stat : 775431 (Timer-0) S 775408 775411 771208 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152210785 19566772224 673658 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
Current children cumulated CPU time: 10.19 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2694632 KiB

[startup+12.7003 s]
/proc/loadavg: 4.39 4.25 4.26 5/332 775433
/proc/meminfo: memFree=109442336/131524600 swapFree=131071996/131071996
[pid=775411] ppid=775408 vsize=19108176 memory=2695344 CPUtime=16.87 cores=1,3
/proc/775411/stat : 775411 (java) S 775408 775411 771208 0 -1 1077936128 26051 0 0 0 1627 60 0 0 20 0 20 0 152210679 19566772224 673836 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
/proc/775411/statm: 4777044 673836 5937 1 0 906282 0
[pid=775411/tid=775413] ppid=775408 vsize=19108176 memory=11648 CPUtime=12.24 cores=1,3
/proc/775411/task/775413/stat : 775413 (java) R 775408 775411 771208 0 -1 4194368 9396 0 0 0 1170 54 0 0 20 0 20 0 152210679 19566772224 673836 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
[pid=775411/tid=775422] ppid=775408 vsize=19108176 memory=2695340 CPUtime=0 cores=1,3
/proc/775411/task/775422/stat : 775422 (Finalizer) S 775408 775411 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152210682 19566772224 673836 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
[pid=775411/tid=775429] ppid=775408 vsize=19108176 memory=-8601143457648911036 CPUtime=0 cores=1,3
/proc/775411/task/775429/stat : 775429 (Common-Cleaner) S 775408 775411 771208 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 152210683 19566772224 673836 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
[pid=775411/tid=775431] ppid=775408 vsize=19108176 memory=2693156 CPUtime=0 cores=1,3
/proc/775411/task/775431/stat : 775431 (Timer-0) S 775408 775411 771208 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152210785 19566772224 673836 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
Current children cumulated CPU time: 16.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2695344 KiB

[startup+25.5033 s]
/proc/loadavg: 4.30 4.24 4.25 5/332 775434
/proc/meminfo: memFree=109440208/131524600 swapFree=131071996/131071996
[pid=775411] ppid=775408 vsize=19108176 memory=2702000 CPUtime=29.94 cores=1,3
/proc/775411/stat : 775411 (java) S 775408 775411 771208 0 -1 1077936128 30464 0 0 0 2932 62 0 0 20 0 20 0 152210679 19566772224 675500 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
/proc/775411/statm: 4777044 675500 5953 1 0 906282 0
[pid=775411/tid=775413] ppid=775408 vsize=19108176 memory=2695340 CPUtime=24.57 cores=1,3
/proc/775411/task/775413/stat : 775413 (java) S 775408 775411 771208 0 -1 1077936192 10107 0 0 0 2403 54 0 0 20 0 20 0 152210679 19566772224 675500 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
[pid=775411/tid=775422] ppid=775408 vsize=19108176 memory=2697852 CPUtime=0 cores=1,3
/proc/775411/task/775422/stat : 775422 (Finalizer) S 775408 775411 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152210682 19566772224 675500 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
[pid=775411/tid=775429] ppid=775408 vsize=19108176 memory=2697852 CPUtime=0 cores=1,3
/proc/775411/task/775429/stat : 775429 (Common-Cleaner) S 775408 775411 771208 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 152210683 19566772224 675500 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
[pid=775411/tid=775431] ppid=775408 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/775411/task/775431/stat : 775431 (Timer-0) S 775408 775411 771208 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152210785 19566772224 675500 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
Current children cumulated CPU time: 29.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2702000 KiB

[startup+51.1058 s]
/proc/loadavg: 4.20 4.22 4.25 5/332 775439
/proc/meminfo: memFree=109380084/131524600 swapFree=131071996/131071996
[pid=775411] ppid=775408 vsize=19108176 memory=2757556 CPUtime=56.24 cores=1,3
/proc/775411/stat : 775411 (java) S 775408 775411 771208 0 -1 1077936128 38862 0 0 0 5559 65 0 0 20 0 20 0 152210679 19566772224 689389 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
/proc/775411/statm: 4777044 689389 5953 1 0 906283 0
[pid=775411/tid=775413] ppid=775408 vsize=19108176 memory=2743080 CPUtime=49.28 cores=1,3
/proc/775411/task/775413/stat : 775413 (java) R 775408 775411 771208 0 -1 4194368 14314 0 0 0 4873 55 0 0 20 0 20 0 152210679 19566772224 689389 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
[pid=775411/tid=775422] ppid=775408 vsize=19108176 memory=2724632 CPUtime=0 cores=1,3
/proc/775411/task/775422/stat : 775422 (Finalizer) S 775408 775411 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152210682 19566772224 689389 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
[pid=775411/tid=775429] ppid=775408 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/775411/task/775429/stat : 775429 (Common-Cleaner) S 775408 775411 771208 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 152210683 19566772224 689389 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
[pid=775411/tid=775431] ppid=775408 vsize=19108176 memory=28124 CPUtime=0 cores=1,3
/proc/775411/task/775431/stat : 775431 (Timer-0) S 775408 775411 771208 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152210785 19566772224 689389 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0

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

[startup+3102.3 s]
/proc/loadavg: 2.15 2.20 2.47 5/283 777504
/proc/meminfo: memFree=120982632/131524600 swapFree=131071996/131071996
[pid=775411] ppid=775408 vsize=19108176 memory=5059168 CPUtime=3241.2 cores=1,3
/proc/775411/stat : 775411 (java) S 775408 775411 771208 0 -1 1077936128 443981 0 0 0 323780 340 0 0 20 0 20 0 152210679 19566772224 1264792 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
/proc/775411/statm: 4777044 1264792 5969 1 0 1278332 0
[pid=775411/tid=775413] ppid=775408 vsize=19108176 memory=100 CPUtime=3019.48 cores=1,3
/proc/775411/task/775413/stat : 775413 (java) R 775408 775411 771208 0 -1 4194368 159234 0 0 0 301848 100 0 0 20 0 20 0 152210679 19566772224 1264792 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 163 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
[pid=775411/tid=775422] ppid=775408 vsize=19108176 memory=12952 CPUtime=0 cores=1,3
/proc/775411/task/775422/stat : 775422 (Finalizer) S 775408 775411 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152210682 19566772224 1264792 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
[pid=775411/tid=775429] ppid=775408 vsize=19108176 memory=11648 CPUtime=0 cores=1,3
/proc/775411/task/775429/stat : 775429 (Common-Cleaner) S 775408 775411 771208 0 -1 1077936192 2564 0 0 0 0 0 0 0 20 0 20 0 152210683 19566772224 1264792 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
[pid=775411/tid=775431] ppid=775408 vsize=19108176 memory=5059168 CPUtime=0 cores=1,3
/proc/775411/task/775431/stat : 775431 (Timer-0) S 775408 775411 771208 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152210785 19566772224 1264792 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
Current children cumulated CPU time: 3241.2 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5059168 KiB

[startup+3162.3 s]
/proc/loadavg: 2.23 2.21 2.45 4/282 777515
/proc/meminfo: memFree=120982364/131524600 swapFree=131071996/131071996
[pid=775411] ppid=775408 vsize=19108176 memory=5059168 CPUtime=3308.61 cores=1,3
/proc/775411/stat : 775411 (java) S 775408 775411 771208 0 -1 1077936128 445417 0 0 0 330511 350 0 0 20 0 20 0 152210679 19566772224 1264792 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
/proc/775411/statm: 4777044 1264792 5969 1 0 1278332 0
[pid=775411/tid=775413] ppid=775408 vsize=19108176 memory=100 CPUtime=3078.22 cores=1,3
/proc/775411/task/775413/stat : 775413 (java) R 775408 775411 771208 0 -1 4194368 160436 0 0 0 307722 100 0 0 20 0 20 0 152210679 19566772224 1264792 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 163 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
[pid=775411/tid=775422] ppid=775408 vsize=19108176 memory=12952 CPUtime=0 cores=1,3
/proc/775411/task/775422/stat : 775422 (Finalizer) S 775408 775411 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152210682 19566772224 1264792 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
[pid=775411/tid=775429] ppid=775408 vsize=19108176 memory=11648 CPUtime=0 cores=1,3
/proc/775411/task/775429/stat : 775429 (Common-Cleaner) S 775408 775411 771208 0 -1 1077936192 2565 0 0 0 0 0 0 0 20 0 20 0 152210683 19566772224 1264792 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
[pid=775411/tid=775431] ppid=775408 vsize=19108176 memory=5059168 CPUtime=0 cores=1,3
/proc/775411/task/775431/stat : 775431 (Timer-0) S 775408 775411 771208 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152210785 19566772224 1264792 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
Current children cumulated CPU time: 3308.61 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5059168 KiB

[startup+3222.3 s]
/proc/loadavg: 2.27 2.23 2.44 4/282 777526
/proc/meminfo: memFree=120981684/131524600 swapFree=131071996/131071996
[pid=775411] ppid=775408 vsize=19108176 memory=5059220 CPUtime=3376.01 cores=1,3
/proc/775411/stat : 775411 (java) S 775408 775411 771208 0 -1 1077936128 462502 0 0 0 337241 360 0 0 20 0 20 0 152210679 19566772224 1264805 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
/proc/775411/statm: 4777044 1264805 5969 1 0 1278332 0
[pid=775411/tid=775413] ppid=775408 vsize=19108176 memory=100 CPUtime=3137.03 cores=1,3
/proc/775411/task/775413/stat : 775413 (java) R 775408 775411 771208 0 -1 4194368 163002 0 0 0 313603 100 0 0 20 0 20 0 152210679 19566772224 1264805 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 163 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
[pid=775411/tid=775422] ppid=775408 vsize=19108176 memory=12952 CPUtime=0 cores=1,3
/proc/775411/task/775422/stat : 775422 (Finalizer) S 775408 775411 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152210682 19566772224 1264805 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
[pid=775411/tid=775429] ppid=775408 vsize=19108176 memory=5059220 CPUtime=0 cores=1,3
/proc/775411/task/775429/stat : 775429 (Common-Cleaner) S 775408 775411 771208 0 -1 1077936192 2586 0 0 0 0 0 0 0 20 0 20 0 152210683 19566772224 1264805 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
[pid=775411/tid=775431] ppid=775408 vsize=19108176 memory=11648 CPUtime=0 cores=1,3
/proc/775411/task/775431/stat : 775431 (Timer-0) S 775408 775411 771208 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152210785 19566772224 1264805 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
Current children cumulated CPU time: 3376.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5059220 KiB

[startup+3282.3 s]
/proc/loadavg: 2.36 2.25 2.44 3/279 777536
/proc/meminfo: memFree=120981476/131524600 swapFree=131071996/131071996
[pid=775411] ppid=775408 vsize=19108176 memory=5059220 CPUtime=3443.31 cores=1,3
/proc/775411/stat : 775411 (java) S 775408 775411 771208 0 -1 1077936128 463866 0 0 0 343962 369 0 0 20 0 20 0 152210679 19566772224 1264805 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
/proc/775411/statm: 4777044 1264805 5969 1 0 1278332 0
[pid=775411/tid=775413] ppid=775408 vsize=19108176 memory=39476 CPUtime=3195.93 cores=1,3
/proc/775411/task/775413/stat : 775413 (java) R 775408 775411 771208 0 -1 4194368 164128 0 0 0 319493 100 0 0 20 0 20 0 152210679 19566772224 1264805 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 163 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
[pid=775411/tid=775422] ppid=775408 vsize=19108176 memory=11648 CPUtime=0 cores=1,3
/proc/775411/task/775422/stat : 775422 (Finalizer) S 775408 775411 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152210682 19566772224 1264805 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
[pid=775411/tid=775429] ppid=775408 vsize=19108176 memory=5059220 CPUtime=0 cores=1,3
/proc/775411/task/775429/stat : 775429 (Common-Cleaner) S 775408 775411 771208 0 -1 1077936192 2586 0 0 0 0 0 0 0 20 0 20 0 152210683 19566772224 1264805 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
[pid=775411/tid=775431] ppid=775408 vsize=19108176 memory=11648 CPUtime=0 cores=1,3
/proc/775411/task/775431/stat : 775431 (Timer-0) S 775408 775411 771208 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152210785 19566772224 1264805 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
Current children cumulated CPU time: 3443.31 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5059220 KiB

[startup+3342.3 s]
/proc/loadavg: 2.34 2.27 2.43 3/279 777546
/proc/meminfo: memFree=120980964/131524600 swapFree=131071996/131071996
[pid=775411] ppid=775408 vsize=19108176 memory=5059240 CPUtime=3512.77 cores=1,3
/proc/775411/stat : 775411 (java) S 775408 775411 771208 0 -1 1077936128 480217 0 0 0 350898 379 0 0 20 0 20 0 152210679 19566772224 1264810 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
/proc/775411/statm: 4777044 1264810 5969 1 0 1278332 0
[pid=775411/tid=775413] ppid=775408 vsize=19108176 memory=5059240 CPUtime=3255.22 cores=1,3
/proc/775411/task/775413/stat : 775413 (java) R 775408 775411 771208 0 -1 4194368 166280 0 0 0 325422 100 0 0 20 0 20 0 152210679 19566772224 1264810 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 163 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
[pid=775411/tid=775422] ppid=775408 vsize=19108176 memory=12952 CPUtime=0 cores=1,3
/proc/775411/task/775422/stat : 775422 (Finalizer) S 775408 775411 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152210682 19566772224 1264810 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
[pid=775411/tid=775429] ppid=775408 vsize=19108176 memory=11648 CPUtime=0 cores=1,3
/proc/775411/task/775429/stat : 775429 (Common-Cleaner) S 775408 775411 771208 0 -1 1077936192 2659 0 0 0 0 0 0 0 20 0 20 0 152210683 19566772224 1264810 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
[pid=775411/tid=775431] ppid=775408 vsize=19108176 memory=5059240 CPUtime=0 cores=1,3
/proc/775411/task/775431/stat : 775431 (Timer-0) S 775408 775411 771208 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152210785 19566772224 1264810 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
Current children cumulated CPU time: 3512.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5059240 KiB

[startup+3402.3 s]
/proc/loadavg: 2.34 2.28 2.43 3/279 777557
/proc/meminfo: memFree=120980500/131524600 swapFree=131071996/131071996
[pid=775411] ppid=775408 vsize=19108176 memory=5059240 CPUtime=3579.86 cores=1,3
/proc/775411/stat : 775411 (java) S 775408 775411 771208 0 -1 1077936128 481562 0 0 0 357598 388 0 0 20 0 20 0 152210679 19566772224 1264810 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
/proc/775411/statm: 4777044 1264810 5969 1 0 1278332 0
[pid=775411/tid=775413] ppid=775408 vsize=19108176 memory=5432 CPUtime=3314.49 cores=1,3
/proc/775411/task/775413/stat : 775413 (java) R 775408 775411 771208 0 -1 4194368 167476 0 0 0 331349 100 0 0 20 0 20 0 152210679 19566772224 1264810 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 177 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
[pid=775411/tid=775422] ppid=775408 vsize=19108176 memory=39476 CPUtime=0 cores=1,3
/proc/775411/task/775422/stat : 775422 (Finalizer) S 775408 775411 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152210682 19566772224 1264810 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
[pid=775411/tid=775429] ppid=775408 vsize=19108176 memory=5059240 CPUtime=0 cores=1,3
/proc/775411/task/775429/stat : 775429 (Common-Cleaner) S 775408 775411 771208 0 -1 1077936192 2661 0 0 0 0 0 0 0 20 0 20 0 152210683 19566772224 1264810 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
[pid=775411/tid=775431] ppid=775408 vsize=19108176 memory=-8601143457648911036 CPUtime=0 cores=1,3
/proc/775411/task/775431/stat : 775431 (Timer-0) S 775408 775411 771208 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152210785 19566772224 1264810 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
Current children cumulated CPU time: 3579.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5059240 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3420.11 s]
/proc/loadavg: 2.32 2.27 2.42 3/279 777560
/proc/meminfo: memFree=120980060/131524600 swapFree=131071996/131071996
[pid=775411] ppid=775408 vsize=19108176 memory=5059244 CPUtime=3600.04 cores=1,3
/proc/775411/stat : 775411 (java) S 775408 775411 771208 0 -1 1077936128 483799 0 0 0 359613 391 0 0 20 0 20 0 152210679 19566772224 1264811 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
/proc/775411/statm: 4777044 1264811 5969 1 0 1278337 0
[pid=775411/tid=775413] ppid=775408 vsize=19108176 memory=5432 CPUtime=3332.13 cores=1,3
/proc/775411/task/775413/stat : 775413 (java) R 775408 775411 771208 0 -1 4194368 169021 0 0 0 333112 101 0 0 20 0 20 0 152210679 19566772224 1264811 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 178 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
[pid=775411/tid=775422] ppid=775408 vsize=19108176 memory=5059240 CPUtime=0 cores=1,3
/proc/775411/task/775422/stat : 775422 (Finalizer) S 775408 775411 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152210682 19566772224 1264811 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
[pid=775411/tid=775429] ppid=775408 vsize=19108176 memory=5059240 CPUtime=0 cores=1,3
/proc/775411/task/775429/stat : 775429 (Common-Cleaner) S 775408 775411 771208 0 -1 1077936192 2661 0 0 0 0 0 0 0 20 0 20 0 152210683 19566772224 1264811 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
[pid=775411/tid=775431] ppid=775408 vsize=19108176 memory=-8601143457648911036 CPUtime=0 cores=1,3
/proc/775411/task/775431/stat : 775431 (Timer-0) S 775408 775411 771208 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152210785 19566772224 1264811 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5059244 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.31 s, system=3.93607 s

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

[startup+3420.21 s]
/proc/loadavg: 2.32 2.27 2.42 3/279 777560
/proc/meminfo: memFree=120980060/131524600 swapFree=131071996/131071996
[pid=775411] ppid=775408 vsize=19307868 memory=5060072 CPUtime=3600.19 cores=1,3
/proc/775411/stat : 775411 (java) S 775408 775411 771208 0 -1 1077936128 487834 0 0 0 359628 391 0 0 20 0 21 0 152210679 19771256832 1265018 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
/proc/775411/statm: 4826967 1265018 5968 1 0 1279323 0
[pid=775411/tid=775413] ppid=775408 vsize=19307868 memory=5568 CPUtime=3332.15 cores=1,3
/proc/775411/task/775413/stat : 775413 (java) S 775408 775411 771208 0 -1 1077936192 169223 0 0 0 333114 101 0 0 20 0 21 0 152210679 19771256832 1265018 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 178 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
[pid=775411/tid=775422] ppid=775408 vsize=19307868 memory=17608 CPUtime=0 cores=1,3
/proc/775411/task/775422/stat : 775422 (Finalizer) S 775408 775411 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 152210682 19771256832 1265018 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
[pid=775411/tid=775429] ppid=775408 vsize=19307868 memory=3905806387611172946 CPUtime=0 cores=1,3
/proc/775411/task/775429/stat : 775429 (Common-Cleaner) S 775408 775411 771208 0 -1 1077936192 2661 0 0 0 0 0 0 0 20 0 21 0 152210683 19771256832 1265018 134679101440 94499553964032 94499553967728 140735920687408 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94499553975544 94499553976336 94499556622336 140735920694256 140735920694369 140735920694369 140735920701384 0
Current children cumulated CPU time: 3600.19 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 5060072 KiB

Child status: 143

Real time (s): 3420.24
CPU time (s): 3600.24
CPU user time (s): 3596.31
CPU system time (s): 3.93607
CPU usage (%): 105.263
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 5060072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.31
system time used= 3.93607
maximum resident set size= 5060972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 488042
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 145297
involuntary context switches= 15151


# summary of solver processes directly reported to runsolver:
#   pid: 775411
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3596.31
#   total CPU system time (s): 3.93607

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.90111 second user time and 17.8609 second system time

The end

Launcher Data

Begin job on nodeC023 at 2024-07-15 01:41:10
IDJOB=4427670
IDBENCH=158395
IDSOLVER=3046
FILE ID=nodeC023/4427670-1721000457
RUNJOBID= nodeC023-1720994549-771220
SLURM_JOB_ID= 7505317
Free space on /tmp= 890076 MiB

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

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

MD5SUM BENCH= 83ba36613360d6ce9be489830858dbc7
RANDOM SEED=664437564

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        112127964 kB
MemAvailable:   113221060 kB
Buffers:          348392 kB
Cached:          1575660 kB
SwapCached:            0 kB
Active:           574212 kB
Inactive:       18188008 kB
Active(anon):       1580 kB
Inactive(anon): 16874324 kB
Active(file):     572632 kB
Inactive(file):  1313684 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1988 kB
Writeback:             0 kB
AnonPages:      16837912 kB
Mapped:           122908 kB
Shmem:             37720 kB
KReclaimable:      93208 kB
Slab:             197720 kB
SReclaimable:      93208 kB
SUnreclaim:       104512 kB
KernelStack:        5040 kB
PageTables:        42888 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   17793312 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            58240 kB
HardwareCorrupted:     0 kB
AnonHugePages:  16414720 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:      189140 kB
DirectMap2M:    15312896 kB
DirectMap1G:    120586240 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC023 at 2024-07-15 02:38:10