Trace number 4427664

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.28 3552.43

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/
EmployeeScheduling/normalized-aug5.5.opb
MD5SUM14fbf9ee541b990313b1cac62bdb8872
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 benchmark101
Best CPU time to get the best result obtained on this benchmark3558.02
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 clauses27553
Number of constraints which are cardinality constraints (but not clauses)247
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 		2104792832
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.13/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	 - never skip resolution steps
0.13/0.15	 - Auto-division on coefficients is disabled
0.13/0.15	 - No postprocessing
0.13/0.15	 - Conflict is considered as is when resolving
0.13/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.15	 - Weaken first using unassigned literals
0.13/0.15	 - Bump strategy: ALWAYS_ONE
0.13/0.15	 - Bumper: ASSIGNED
0.13/0.15	--- Begin Solver configuration ---
0.13/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	Learn all clauses as in MiniSAT
0.13/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	No reason simplification
0.13/0.15	Armin Biere (Picosat) restarts strategy
0.13/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.15	timeout=2147483s
0.13/0.15	DB Simplification allowed=false
0.13/0.15	Listener: none
0.13/0.15	--- End Solver configuration ---
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: ASSIGNED
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Armin Biere (Picosat) restarts strategy
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4427664-1720999656.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  objective function found
1.61/0.99	c ... done. Wall clock time 0.827s.
1.61/0.99	c declared #vars     9632
1.61/0.99	c #constraints  29620
1.61/0.99	c constraints type 
1.61/0.99	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 16520
1.61/0.99	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 303
1.61/0.99	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 896
1.61/0.99	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 11901
1.61/0.99	c 29620 constraints processed.
1.80/1.01	c objective function length is 26 literals
6.32/3.34	c cleaning 2468 clauses out of 5001 with flag 0/5001
9.41/5.40	c cleaning 4100 clauses out of 8534 with flag 0/11002
12.26/8.07	c cleaning 4292 clauses out of 11432 with flag 0/18000
14.70/10.36	c cleaning 4523 clauses out of 15145 with flag 0/26005
19.10/14.62	c cleaning 5810 clauses out of 19618 with flag 0/35001
23.36/18.89	c cleaning 5499 clauses out of 23809 with flag 0/45002
27.38/22.89	c cleaning 6044 clauses out of 29310 with flag 0/56002
33.92/29.31	c cleaning 7002 clauses out of 35264 with flag 0/68000
40.95/36.35	c cleaning 7415 clauses out of 41262 with flag 0/81000
47.34/42.61	c cleaning 7706 clauses out of 47847 with flag 0/95000
60.64/55.88	c cleaning 7695 clauses out of 55142 with flag 0/110001
72.41/67.44	c cleaning 9436 clauses out of 63446 with flag 0/126000
87.28/81.95	c cleaning 10912 clauses out of 71010 with flag 0/143000
100.27/94.56	c cleaning 12640 clauses out of 78099 with flag 0/161001
120.97/114.78	c cleaning 11736 clauses out of 84458 with flag 0/180000
138.84/132.18	c cleaning 13339 clauses out of 92723 with flag 0/200001
154.89/147.83	c cleaning 12007 clauses out of 100384 with flag 0/221001
171.20/163.61	c cleaning 12361 clauses out of 110377 with flag 0/243001
199.93/191.94	c cleaning 14995 clauses out of 121015 with flag 0/266000
217.39/209.22	c cleaning 14784 clauses out of 130022 with flag 0/290002
242.04/233.52	c cleaning 17015 clauses out of 140236 with flag 0/315000
290.77/281.42	c cleaning 16023 clauses out of 149221 with flag 0/341000
352.12/341.65	c cleaning 19786 clauses out of 160200 with flag 0/368002
387.57/376.82	c cleaning 17993 clauses out of 168412 with flag 0/396000
408.46/397.27	c cleaning 18098 clauses out of 179423 with flag 0/425004
438.39/426.36	c cleaning 18566 clauses out of 191321 with flag 0/455000
494.45/481.76	c cleaning 20820 clauses out of 203756 with flag 0/486001
569.94/555.89	c cleaning 20713 clauses out of 214935 with flag 0/518000
734.35/718.98	c cleaning 24702 clauses out of 227222 with flag 0/551000
789.91/773.89	c cleaning 19128 clauses out of 236520 with flag 0/585000
816.95/800.37	c cleaning 23887 clauses out of 252393 with flag 0/620001
872.31/854.41	c cleaning 21314 clauses out of 264506 with flag 0/656001
933.65/914.24	c cleaning 22324 clauses out of 280191 with flag 0/693000
1016.90/996.65	c cleaning 26548 clauses out of 295869 with flag 0/731002
1101.95/1080.78	c cleaning 24817 clauses out of 308324 with flag 0/770005
1179.58/1157.03	c cleaning 25203 clauses out of 323502 with flag 0/810000
1313.88/1290.44	c cleaning 27526 clauses out of 339299 with flag 0/851000
1460.18/1434.58	c cleaning 30596 clauses out of 353774 with flag 0/893001
1526.33/1499.09	c cleaning 25688 clauses out of 366180 with flag 0/936003
1599.79/1570.93	c cleaning 28337 clauses out of 384489 with flag 0/980000
1784.13/1753.26	c cleaning 30894 clauses out of 401152 with flag 0/1025000
2005.67/1973.72	c cleaning 30404 clauses out of 416261 with flag 0/1071003
2128.20/2095.11	c cleaning 31273 clauses out of 432855 with flag 0/1118001
2374.90/2341.08	c cleaning 29122 clauses out of 449581 with flag 0/1166000
2478.52/2443.62	c cleaning 30364 clauses out of 469459 with flag 0/1215000
2660.96/2624.69	c cleaning 32708 clauses out of 489097 with flag 0/1265002
2835.56/2797.99	c cleaning 30763 clauses out of 507387 with flag 0/1316000
2887.49/2848.15	c cleaning 32911 clauses out of 528624 with flag 0/1368000
2986.51/2943.50	c cleaning 29865 clauses out of 548715 with flag 0/1421002
3200.79/3156.15	c cleaning 34197 clauses out of 572848 with flag 0/1475000
3375.37/3329.22	c cleaning 35529 clauses out of 593653 with flag 0/1530002
3600.09/3552.31	c starts		: 208
3600.09/3552.32	c conflicts		: 1573631
3600.09/3552.32	c decisions		: 2049633
3600.09/3552.32	c propagations		: 69546756
3600.09/3552.32	c inspects		: 6574830148
3600.09/3552.32	c shortcuts		: 0
3600.09/3552.32	c learnt literals	: 0
3600.09/3552.32	c learnt binary clauses	: 352
3600.09/3552.32	c learnt ternary clauses	: 461
3600.09/3552.32	c learnt constraints	: 1573631
3600.09/3552.32	c ignored constraints	: 0
3600.09/3552.32	c root simplifications	: 0
3600.09/3552.32	c removed literals (reason simplification)	: 0
3600.09/3552.32	c reason swapping (by a shorter reason)	: 0
3600.09/3552.32	c Calls to reduceDB	: 51
3600.09/3552.32	c Number of update (reduction) of LBD	: 40304
3600.09/3552.32	c Imported unit clauses	: 0
3600.09/3552.32	c No decision after first conflict	: false
3600.09/3552.32	c number of reductions to clauses (during analyze)	: 0
3600.09/3552.32	c number of learned constraints concerned by reduction	: 0
3600.09/3552.32	c number of learning phase by resolution	: 0
3600.09/3552.32	c number of learning phase by cutting planes	: 0
3600.09/3552.32	c number of rounding to 1 operations	: 7015630
3600.09/3552.32	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3552.32	c number of reductions of the coefficients by power 2 	: 0
3600.09/3552.32	c number of right shift for reduction by power 2 	: 0
3600.09/3552.32	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3552.32	c number of ending skipping 	: 0
3600.09/3552.32	c number of internal skipping 	: 0
3600.09/3552.32	c number of derivation steps 	: 24667611
3600.09/3552.32	c number of skipped derivation steps 	: 0
3600.09/3552.32	c number of remaining unassigned 	: 80329
3600.09/3552.32	c number of remaining assigned 	: 211869888
3600.09/3552.32	c number of falsified literals weakened from reason	: 0
3600.09/3552.32	c number of falsified literals weakened from conflict	: 0
3600.09/3552.32	c time for arithmetic operations	: 9116783472
3600.09/3552.32	c minimum degree of deleted constraints	: 4
3600.09/3552.32	c maximum degree of deleted constraints	: 11312193
3600.09/3552.32	c number of deleted constraints	: 971878
3600.09/3552.32	c speed (assignments/second)	: 19583.436628665622
3600.09/3552.32	c non guided choices	: 220494
3600.09/3552.33	c timeout
3600.25/3552.41	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 481905
3600.25/3552.41	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 9728
3600.25/3552.41	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 352
3600.25/3552.41	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 109768
3600.25/3552.41	s UNKNOWN
3600.25/3552.41	c Total wall clock time (in seconds): 3552.255

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63931 MiB (51989 MiB free)
  memory of node 1: 64510 MiB (59161 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427664-1720999656/watcher-4427664-1720999656 -o /tmp/evaluation-result-4427664-1720999656/solver-4427664-1720999656 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1720994549-769278 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427664-1720999656.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
solver pid=772959, runsolver pid=772956
Current StackSize limit: 8192 KiB


[startup+0.100081 s]*
/proc/loadavg: 4.12 4.18 4.18 5/330 772977
/proc/meminfo: memFree=113775788/131524600 swapFree=131071996/131071996
[pid=772959] ppid=772956 vsize=18975048 memory=64624 CPUtime=0.13 cores=1,3
/proc/772959/stat : 772959 (java) S 772956 772959 769266 0 -1 1077936128 7211 0 0 0 11 2 0 0 20 0 18 0 152135308 19430449152 16156 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
/proc/772959/statm: 4743762 16156 5562 1 0 549328 0
[pid=772959/tid=772961] ppid=772956 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/772959/task/772961/stat : 772961 (java) R 772956 772959 769266 0 -1 4194368 5748 0 0 0 7 1 0 0 20 0 18 0 152135308 19430449152 16156 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
[pid=772959/tid=772970] ppid=772956 vsize=18975048 memory=228556276070 CPUtime=0 cores=1,3
/proc/772959/task/772970/stat : 772970 (Finalizer) S 772956 772959 769266 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 152135311 19430449152 16156 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
[pid=772959/tid=772977] ppid=772956 vsize=18975048 memory=15817789847927870 CPUtime=0 cores=1,3
/proc/772959/task/772977/stat : 772977 (Common-Cleaner) S 772956 772959 769266 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 152135311 19430449152 16156 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64624 KiB

[startup+0.205741 s]*
/proc/loadavg: 4.12 4.18 4.18 8/330 772977
/proc/meminfo: memFree=113759156/131524600 swapFree=131071996/131071996
[pid=772959] ppid=772956 vsize=18975048 memory=82368 CPUtime=0.33 cores=1,3
/proc/772959/stat : 772959 (java) S 772956 772959 769266 0 -1 1077936128 7789 0 0 0 30 3 0 0 20 0 18 0 152135308 19430449152 20592 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
/proc/772959/statm: 4743762 20592 5854 1 0 549710 0
[pid=772959/tid=772961] ppid=772956 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=1,3
/proc/772959/task/772961/stat : 772961 (java) R 772956 772959 769266 0 -1 4194368 6034 0 0 0 17 2 0 0 20 0 18 0 152135308 19430449152 20592 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
[pid=772959/tid=772970] ppid=772956 vsize=18975048 memory=17963 CPUtime=0 cores=1,3
/proc/772959/task/772970/stat : 772970 (Finalizer) S 772956 772959 769266 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 152135311 19430449152 20592 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
[pid=772959/tid=772977] ppid=772956 vsize=18975048 memory=14697378909259238 CPUtime=0 cores=1,3
/proc/772959/task/772977/stat : 772977 (Common-Cleaner) S 772956 772959 769266 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 152135311 19430449152 20592 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 82368 KiB

[startup+0.311745 s]*
/proc/loadavg: 4.12 4.18 4.18 7/331 772978
/proc/meminfo: memFree=113674524/131524600 swapFree=131071996/131071996
[pid=772959] ppid=772956 vsize=19041612 memory=164544 CPUtime=0.52 cores=1,3
/proc/772959/stat : 772959 (java) S 772956 772959 769266 0 -1 1077936128 9390 0 0 0 47 5 0 0 20 0 19 0 152135308 19498610688 41136 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
/proc/772959/statm: 4760403 41136 5885 1 0 550995 0
[pid=772959/tid=772961] ppid=772956 vsize=19041612 memory=-8743845786167976636 CPUtime=0.26 cores=1,3
/proc/772959/task/772961/stat : 772961 (java) R 772956 772959 769266 0 -1 4194368 6096 0 0 0 23 3 0 0 20 0 19 0 152135308 19498610688 41136 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
[pid=772959/tid=772970] ppid=772956 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/772959/task/772970/stat : 772970 (Finalizer) S 772956 772959 769266 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 152135311 19498610688 41136 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
[pid=772959/tid=772977] ppid=772956 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/772959/task/772977/stat : 772977 (Common-Cleaner) S 772956 772959 769266 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 152135311 19498610688 41136 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 164544 KiB

[startup+0.700251 s]
/proc/loadavg: 4.12 4.18 4.18 6/331 772978
/proc/meminfo: memFree=113437660/131524600 swapFree=131071996/131071996
[pid=772959] ppid=772956 vsize=19041612 memory=965916 CPUtime=1.23 cores=1,3
/proc/772959/stat : 772959 (java) S 772956 772959 769266 0 -1 1077936128 16356 0 0 0 101 22 0 0 20 0 19 0 152135308 19498610688 241479 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
/proc/772959/statm: 4760403 241479 5917 1 0 553526 0
[pid=772959/tid=772961] ppid=772956 vsize=19041612 memory=5492 CPUtime=0.59 cores=1,3
/proc/772959/task/772961/stat : 772961 (java) R 772956 772959 769266 0 -1 4194368 6481 0 0 0 40 19 0 0 20 0 19 0 152135308 19498610688 241479 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
[pid=772959/tid=772970] ppid=772956 vsize=19041612 memory=12312 CPUtime=0 cores=1,3
/proc/772959/task/772970/stat : 772970 (Finalizer) S 772956 772959 769266 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 152135311 19498610688 241479 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
[pid=772959/tid=772977] ppid=772956 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/772959/task/772977/stat : 772977 (Common-Cleaner) S 772956 772959 769266 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 152135311 19498610688 241479 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 965916 KiB

[startup+1.50074 s]
/proc/loadavg: 4.12 4.18 4.18 7/331 772978
/proc/meminfo: memFree=112517556/131524600 swapFree=131071996/131071996
[pid=772959] ppid=772956 vsize=19108176 memory=1324180 CPUtime=2.78 cores=1,3
/proc/772959/stat : 772959 (java) S 772956 772959 769266 0 -1 1077936128 21585 0 0 0 248 30 0 0 20 0 20 0 152135308 19566772224 331045 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
/proc/772959/statm: 4777044 331045 5954 1 0 557578 0
[pid=772959/tid=772961] ppid=772956 vsize=19108176 memory=12312 CPUtime=1.3 cores=1,3
/proc/772959/task/772961/stat : 772961 (java) R 772956 772959 769266 0 -1 4194368 6782 0 0 0 105 25 0 0 20 0 20 0 152135308 19566772224 331045 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
[pid=772959/tid=772970] ppid=772956 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/772959/task/772970/stat : 772970 (Finalizer) S 772956 772959 769266 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152135311 19566772224 331045 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
[pid=772959/tid=772977] ppid=772956 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/772959/task/772977/stat : 772977 (Common-Cleaner) S 772956 772959 769266 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 152135311 19566772224 331045 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
Current children cumulated CPU time: 2.78 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1324180 KiB

[startup+3.10874 s]
/proc/loadavg: 4.27 4.21 4.19 6/332 772979
/proc/meminfo: memFree=111642952/131524600 swapFree=131071996/131071996
[pid=772959] ppid=772956 vsize=19108176 memory=2294736 CPUtime=5.94 cores=1,3
/proc/772959/stat : 772959 (java) S 772956 772959 769266 0 -1 1077936128 23175 0 0 0 544 50 0 0 20 0 20 0 152135308 19566772224 573684 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
/proc/772959/statm: 4777044 573684 5954 1 0 1083977 0
[pid=772959/tid=772961] ppid=772956 vsize=19108176 memory=198340509722 CPUtime=2.84 cores=1,3
/proc/772959/task/772961/stat : 772961 (java) R 772956 772959 769266 0 -1 4194368 7355 0 0 0 240 44 0 0 20 0 20 0 152135308 19566772224 573684 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
[pid=772959/tid=772970] ppid=772956 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/772959/task/772970/stat : 772970 (Finalizer) S 772956 772959 769266 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152135311 19566772224 573684 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
[pid=772959/tid=772977] ppid=772956 vsize=19108176 memory=12312 CPUtime=0 cores=1,3
/proc/772959/task/772977/stat : 772977 (Common-Cleaner) S 772956 772959 769266 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 152135311 19566772224 573684 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
[pid=772959/tid=772979] ppid=772956 vsize=19108176 memory=1324444 CPUtime=0 cores=1,3
/proc/772959/task/772979/stat : 772979 (Timer-0) S 772956 772959 769266 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152135409 19566772224 573684 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
Current children cumulated CPU time: 5.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2294736 KiB

[startup+6.30028 s]
/proc/loadavg: 4.27 4.21 4.19 5/332 772979
/proc/meminfo: memFree=110430800/131524600 swapFree=131071996/131071996
[pid=772959] ppid=772956 vsize=19108176 memory=3402112 CPUtime=10.49 cores=1,3
/proc/772959/stat : 772959 (java) S 772956 772959 769266 0 -1 1077936128 24120 0 0 0 977 72 0 0 20 0 20 0 152135308 19566772224 850528 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
/proc/772959/statm: 4777044 850528 5954 1 0 1084110 0
[pid=772959/tid=772961] ppid=772956 vsize=19108176 memory=0 CPUtime=5.97 cores=1,3
/proc/772959/task/772961/stat : 772961 (java) R 772956 772959 769266 0 -1 4194368 8017 0 0 0 532 65 0 0 20 0 20 0 152135308 19566772224 850528 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
[pid=772959/tid=772970] ppid=772956 vsize=19108176 memory=12312 CPUtime=0 cores=1,3
/proc/772959/task/772970/stat : 772970 (Finalizer) S 772956 772959 769266 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152135311 19566772224 850528 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
[pid=772959/tid=772977] ppid=772956 vsize=19108176 memory=1602252 CPUtime=0 cores=1,3
/proc/772959/task/772977/stat : 772977 (Common-Cleaner) S 772956 772959 769266 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 152135311 19566772224 850528 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
[pid=772959/tid=772979] ppid=772956 vsize=19108176 memory=3400064 CPUtime=0 cores=1,3
/proc/772959/task/772979/stat : 772979 (Timer-0) S 772956 772959 769266 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152135409 19566772224 850528 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
Current children cumulated CPU time: 10.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3402112 KiB

[startup+12.7007 s]
/proc/loadavg: 4.23 4.20 4.18 6/332 772980
/proc/meminfo: memFree=110430696/131524600 swapFree=131071996/131071996
[pid=772959] ppid=772956 vsize=19108176 memory=3402568 CPUtime=17.15 cores=1,3
/proc/772959/stat : 772959 (java) S 772956 772959 769266 0 -1 1077936128 25186 0 0 0 1643 72 0 0 20 0 20 0 152135308 19566772224 850642 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
/proc/772959/statm: 4777044 850642 5970 1 0 1084110 0
[pid=772959/tid=772961] ppid=772956 vsize=19108176 memory=3402568 CPUtime=12.25 cores=1,3
/proc/772959/task/772961/stat : 772961 (java) R 772956 772959 769266 0 -1 4194368 8780 0 0 0 1160 65 0 0 20 0 20 0 152135308 19566772224 850642 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
[pid=772959/tid=772970] ppid=772956 vsize=19108176 memory=12316 CPUtime=0 cores=1,3
/proc/772959/task/772970/stat : 772970 (Finalizer) S 772956 772959 769266 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152135311 19566772224 850642 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
[pid=772959/tid=772977] ppid=772956 vsize=19108176 memory=6083070522955490131 CPUtime=0 cores=1,3
/proc/772959/task/772977/stat : 772977 (Common-Cleaner) S 772956 772959 769266 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 152135311 19566772224 850642 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
[pid=772959/tid=772979] ppid=772956 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/772959/task/772979/stat : 772979 (Timer-0) S 772956 772959 769266 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152135409 19566772224 850642 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
Current children cumulated CPU time: 17.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3402568 KiB

[startup+25.5007 s]
/proc/loadavg: 4.20 4.19 4.18 5/332 772982
/proc/meminfo: memFree=110426444/131524600 swapFree=131071996/131071996
[pid=772959] ppid=772956 vsize=19108176 memory=3406976 CPUtime=30.08 cores=1,3
/proc/772959/stat : 772959 (java) S 772956 772959 769266 0 -1 1077936128 31646 0 0 0 2934 74 0 0 20 0 20 0 152135308 19566772224 851744 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
/proc/772959/statm: 4777044 851744 5986 1 0 1084110 0
[pid=772959/tid=772961] ppid=772956 vsize=19108176 memory=6083070522955490131 CPUtime=24.72 cores=1,3
/proc/772959/task/772961/stat : 772961 (java) R 772956 772959 769266 0 -1 4194368 10656 0 0 0 2406 66 0 0 20 0 20 0 152135308 19566772224 851744 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
[pid=772959/tid=772970] ppid=772956 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/772959/task/772970/stat : 772970 (Finalizer) S 772956 772959 769266 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152135311 19566772224 851744 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
[pid=772959/tid=772977] ppid=772956 vsize=19108176 memory=32284 CPUtime=0 cores=1,3
/proc/772959/task/772977/stat : 772977 (Common-Cleaner) S 772956 772959 769266 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 152135311 19566772224 851744 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
[pid=772959/tid=772979] ppid=772956 vsize=19108176 memory=-8743845786167976636 CPUtime=0 cores=1,3
/proc/772959/task/772979/stat : 772979 (Timer-0) S 772956 772959 769266 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152135409 19566772224 851744 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
Current children cumulated CPU time: 30.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3406976 KiB

[startup+51.1058 s]
/proc/loadavg: 4.19 4.19 4.18 5/332 772986
/proc/meminfo: memFree=110388812/131524600 swapFree=131071996/131071996
[pid=772959] ppid=772956 vsize=19108176 memory=3444040 CPUtime=55.93 cores=1,3
/proc/772959/stat : 772959 (java) S 772956 772959 769266 0 -1 1077936128 38579 0 0 0 5516 77 0 0 20 0 20 0 152135308 19566772224 861010 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
/proc/772959/statm: 4777044 861010 5986 1 0 1084110 0
[pid=772959/tid=772961] ppid=772956 vsize=19108176 memory=3427652 CPUtime=49.45 cores=1,3
/proc/772959/task/772961/stat : 772961 (java) R 772956 772959 769266 0 -1 4194368 13784 0 0 0 4879 66 0 0 20 0 20 0 152135308 19566772224 861010 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
[pid=772959/tid=772970] ppid=772956 vsize=19108176 memory=12316 CPUtime=0 cores=1,3
/proc/772959/task/772970/stat : 772970 (Finalizer) S 772956 772959 769266 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152135311 19566772224 861010 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
[pid=772959/tid=772977] ppid=772956 vsize=19108176 memory=12316 CPUtime=0 cores=1,3
/proc/772959/task/772977/stat : 772977 (Common-Cleaner) S 772956 772959 769266 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 152135311 19566772224 861010 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
[pid=772959/tid=772979] ppid=772956 vsize=19108176 memory=12316 CPUtime=0 cores=1,3
/proc/772959/task/772979/stat : 772979 (Timer-0) S 772956 772959 769266 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152135409 19566772224 861010 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0

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

[startup+3222.3 s]
/proc/loadavg: 1.28 1.25 2.06 2/257 774464
/proc/meminfo: memFree=121796756/131524600 swapFree=131071996/131071996
[pid=772959] ppid=772956 vsize=19108176 memory=5246412 CPUtime=3267.73 cores=1,3
/proc/772959/stat : 772959 (java) S 772956 772959 769266 0 -1 1077936128 319732 0 0 0 326489 284 0 0 20 0 20 0 152135308 19566772224 1311603 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
/proc/772959/statm: 4777044 1311603 5986 1 0 1323463 0
[pid=772959/tid=772961] ppid=772956 vsize=19108176 memory=5246316 CPUtime=3151.34 cores=1,3
/proc/772959/task/772961/stat : 772961 (java) R 772956 772959 769266 0 -1 4194368 151903 0 0 0 315029 105 0 0 20 0 20 0 152135308 19566772224 1311603 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 18 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
[pid=772959/tid=772970] ppid=772956 vsize=19108176 memory=5246336 CPUtime=0 cores=1,3
/proc/772959/task/772970/stat : 772970 (Finalizer) S 772956 772959 769266 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152135311 19566772224 1311603 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
[pid=772959/tid=772977] ppid=772956 vsize=19108176 memory=5246340 CPUtime=0 cores=1,3
/proc/772959/task/772977/stat : 772977 (Common-Cleaner) S 772956 772959 769266 0 -1 1077936192 3929 0 0 0 0 0 0 0 20 0 20 0 152135311 19566772224 1311603 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
[pid=772959/tid=772979] ppid=772956 vsize=19108176 memory=12316 CPUtime=0 cores=1,3
/proc/772959/task/772979/stat : 772979 (Timer-0) S 772956 772959 769266 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152135409 19566772224 1311603 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
Current children cumulated CPU time: 3267.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5246412 KiB

[startup+3282.3 s]
/proc/loadavg: 1.10 1.20 1.99 2/257 774475
/proc/meminfo: memFree=121796548/131524600 swapFree=131071996/131071996
[pid=772959] ppid=772956 vsize=19108176 memory=5246432 CPUtime=3328.17 cores=1,3
/proc/772959/stat : 772959 (java) S 772956 772959 769266 0 -1 1077936128 324436 0 0 0 332530 287 0 0 20 0 20 0 152135308 19566772224 1311608 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
/proc/772959/statm: 4777044 1311608 5986 1 0 1323463 0
[pid=772959/tid=772961] ppid=772956 vsize=19108176 memory=12316 CPUtime=3210.57 cores=1,3
/proc/772959/task/772961/stat : 772961 (java) R 772956 772959 769266 0 -1 4194368 154723 0 0 0 320951 106 0 0 20 0 20 0 152135308 19566772224 1311608 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 18 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
[pid=772959/tid=772970] ppid=772956 vsize=19108176 memory=12316 CPUtime=0 cores=1,3
/proc/772959/task/772970/stat : 772970 (Finalizer) S 772956 772959 769266 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152135311 19566772224 1311608 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
[pid=772959/tid=772977] ppid=772956 vsize=19108176 memory=5246424 CPUtime=0 cores=1,3
/proc/772959/task/772977/stat : 772977 (Common-Cleaner) S 772956 772959 769266 0 -1 1077936192 4030 0 0 0 0 0 0 0 20 0 20 0 152135311 19566772224 1311608 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
[pid=772959/tid=772979] ppid=772956 vsize=19108176 memory=5246412 CPUtime=0 cores=1,3
/proc/772959/task/772979/stat : 772979 (Timer-0) S 772956 772959 769266 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152135409 19566772224 1311608 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
Current children cumulated CPU time: 3328.17 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5246432 KiB

[startup+3342.3 s]
/proc/loadavg: 1.08 1.18 1.94 2/256 774485
/proc/meminfo: memFree=121796112/131524600 swapFree=131071996/131071996
[pid=772959] ppid=772956 vsize=19108176 memory=5246432 CPUtime=3388.69 cores=1,3
/proc/772959/stat : 772959 (java) S 772956 772959 769266 0 -1 1077936128 330795 0 0 0 338578 291 0 0 20 0 20 0 152135308 19566772224 1311608 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
/proc/772959/statm: 4777044 1311608 5986 1 0 1323463 0
[pid=772959/tid=772961] ppid=772956 vsize=19108176 memory=12316 CPUtime=3269.71 cores=1,3
/proc/772959/task/772961/stat : 772961 (java) R 772956 772959 769266 0 -1 4194368 158714 0 0 0 326865 106 0 0 20 0 20 0 152135308 19566772224 1311608 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 18 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
[pid=772959/tid=772970] ppid=772956 vsize=19108176 memory=5246432 CPUtime=0 cores=1,3
/proc/772959/task/772970/stat : 772970 (Finalizer) S 772956 772959 769266 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152135311 19566772224 1311608 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
[pid=772959/tid=772977] ppid=772956 vsize=19108176 memory=32284 CPUtime=0 cores=1,3
/proc/772959/task/772977/stat : 772977 (Common-Cleaner) S 772956 772959 769266 0 -1 1077936192 4132 0 0 0 0 0 0 0 20 0 20 0 152135311 19566772224 1311608 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
[pid=772959/tid=772979] ppid=772956 vsize=19108176 memory=5246432 CPUtime=0 cores=1,3
/proc/772959/task/772979/stat : 772979 (Timer-0) S 772956 772959 769266 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152135409 19566772224 1311608 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
Current children cumulated CPU time: 3388.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5246432 KiB

[startup+3402.3 s]
/proc/loadavg: 1.17 1.19 1.89 2/256 774496
/proc/meminfo: memFree=121795764/131524600 swapFree=131071996/131071996
[pid=772959] ppid=772956 vsize=19108176 memory=5246432 CPUtime=3449.46 cores=1,3
/proc/772959/stat : 772959 (java) S 772956 772959 769266 0 -1 1077936128 333175 0 0 0 344652 294 0 0 20 0 20 0 152135308 19566772224 1311608 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
/proc/772959/statm: 4777044 1311608 5986 1 0 1323463 0
[pid=772959/tid=772961] ppid=772956 vsize=19108176 memory=12312 CPUtime=3328.55 cores=1,3
/proc/772959/task/772961/stat : 772961 (java) R 772956 772959 769266 0 -1 4194368 160204 0 0 0 332749 106 0 0 20 0 20 0 152135308 19566772224 1311608 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 18 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
[pid=772959/tid=772970] ppid=772956 vsize=19108176 memory=12316 CPUtime=0 cores=1,3
/proc/772959/task/772970/stat : 772970 (Finalizer) S 772956 772959 769266 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152135311 19566772224 1311608 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
[pid=772959/tid=772977] ppid=772956 vsize=19108176 memory=5246432 CPUtime=0 cores=1,3
/proc/772959/task/772977/stat : 772977 (Common-Cleaner) S 772956 772959 769266 0 -1 1077936192 4232 0 0 0 0 0 0 0 20 0 20 0 152135311 19566772224 1311608 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
[pid=772959/tid=772979] ppid=772956 vsize=19108176 memory=5246432 CPUtime=0 cores=1,3
/proc/772959/task/772979/stat : 772979 (Timer-0) S 772956 772959 769266 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152135409 19566772224 1311608 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
Current children cumulated CPU time: 3449.46 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5246432 KiB

[startup+3462.3 s]
/proc/loadavg: 1.11 1.17 1.84 2/254 774506
/proc/meminfo: memFree=121795412/131524600 swapFree=131071996/131071996
[pid=772959] ppid=772956 vsize=19108176 memory=5246432 CPUtime=3509.81 cores=1,3
/proc/772959/stat : 772959 (java) S 772956 772959 769266 0 -1 1077936128 337714 0 0 0 350684 297 0 0 20 0 20 0 152135308 19566772224 1311608 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
/proc/772959/statm: 4777044 1311608 5986 1 0 1323463 0
[pid=772959/tid=772961] ppid=772956 vsize=19108176 memory=12316 CPUtime=3387.94 cores=1,3
/proc/772959/task/772961/stat : 772961 (java) R 772956 772959 769266 0 -1 4194368 162462 0 0 0 338688 106 0 0 20 0 20 0 152135308 19566772224 1311608 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 18 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
[pid=772959/tid=772970] ppid=772956 vsize=19108176 memory=5246432 CPUtime=0 cores=1,3
/proc/772959/task/772970/stat : 772970 (Finalizer) S 772956 772959 769266 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152135311 19566772224 1311608 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
[pid=772959/tid=772977] ppid=772956 vsize=19108176 memory=-8743845786167976636 CPUtime=0 cores=1,3
/proc/772959/task/772977/stat : 772977 (Common-Cleaner) S 772956 772959 769266 0 -1 1077936192 4325 0 0 0 0 0 0 0 20 0 20 0 152135311 19566772224 1311608 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
[pid=772959/tid=772979] ppid=772956 vsize=19108176 memory=38444 CPUtime=0 cores=1,3
/proc/772959/task/772979/stat : 772979 (Timer-0) S 772956 772959 769266 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152135409 19566772224 1311608 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
Current children cumulated CPU time: 3509.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5246432 KiB

[startup+3522.3 s]
/proc/loadavg: 1.27 1.20 1.81 2/254 774900
/proc/meminfo: memFree=121794372/131524600 swapFree=131071996/131071996
[pid=772959] ppid=772956 vsize=19108176 memory=5246432 CPUtime=3570 cores=1,3
/proc/772959/stat : 772959 (java) S 772956 772959 769266 0 -1 1077936128 342530 0 0 0 356699 301 0 0 20 0 20 0 152135308 19566772224 1311608 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
/proc/772959/statm: 4777044 1311608 5986 1 0 1323463 0
[pid=772959/tid=772961] ppid=772956 vsize=19108176 memory=5492 CPUtime=3447.38 cores=1,3
/proc/772959/task/772961/stat : 772961 (java) R 772956 772959 769266 0 -1 4194368 165516 0 0 0 344631 107 0 0 20 0 20 0 152135308 19566772224 1311608 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 23 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
[pid=772959/tid=772970] ppid=772956 vsize=19108176 memory=12312 CPUtime=0 cores=1,3
/proc/772959/task/772970/stat : 772970 (Finalizer) S 772956 772959 769266 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152135311 19566772224 1311608 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
[pid=772959/tid=772977] ppid=772956 vsize=19108176 memory=12312 CPUtime=0 cores=1,3
/proc/772959/task/772977/stat : 772977 (Common-Cleaner) S 772956 772959 769266 0 -1 1077936192 4425 0 0 0 0 0 0 0 20 0 20 0 152135311 19566772224 1311608 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
[pid=772959/tid=772979] ppid=772956 vsize=19108176 memory=4808 CPUtime=0 cores=1,3
/proc/772959/task/772979/stat : 772979 (Timer-0) S 772956 772959 769266 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152135409 19566772224 1311608 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
Current children cumulated CPU time: 3570 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5246432 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3552.3 s]
/proc/loadavg: 1.16 1.18 1.78 2/254 774906
/proc/meminfo: memFree=121793968/131524600 swapFree=131071996/131071996
[pid=772959] ppid=772956 vsize=19108176 memory=5246432 CPUtime=3600.09 cores=1,3
/proc/772959/stat : 772959 (java) S 772956 772959 769266 0 -1 1077936128 346178 0 0 0 359707 302 0 0 20 0 20 0 152135308 19566772224 1311608 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
/proc/772959/statm: 4777044 1311608 5986 1 0 1323463 0
[pid=772959/tid=772961] ppid=772956 vsize=19108176 memory=12312 CPUtime=3477.11 cores=1,3
/proc/772959/task/772961/stat : 772961 (java) R 772956 772959 769266 0 -1 4194368 166774 0 0 0 347604 107 0 0 20 0 20 0 152135308 19566772224 1311608 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 24 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
[pid=772959/tid=772970] ppid=772956 vsize=19108176 memory=4808 CPUtime=0 cores=1,3
/proc/772959/task/772970/stat : 772970 (Finalizer) S 772956 772959 769266 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152135311 19566772224 1311608 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
[pid=772959/tid=772977] ppid=772956 vsize=19108176 memory=12316 CPUtime=0 cores=1,3
/proc/772959/task/772977/stat : 772977 (Common-Cleaner) S 772956 772959 769266 0 -1 1077936192 4525 0 0 0 0 0 0 0 20 0 20 0 152135311 19566772224 1311608 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
[pid=772959/tid=772979] ppid=772956 vsize=19108176 memory=5246432 CPUtime=0 cores=1,3
/proc/772959/task/772979/stat : 772979 (Timer-0) S 772956 772959 769266 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152135409 19566772224 1311608 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5246432 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.23 s, system=3.04834 s

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

[startup+3552.4 s]
/proc/loadavg: 1.16 1.18 1.78 2/254 774906
/proc/meminfo: memFree=121793968/131524600 swapFree=131071996/131071996
[pid=772959] ppid=772956 vsize=19307868 memory=5247108 CPUtime=3600.25 cores=1,3
/proc/772959/stat : 772959 (java) S 772956 772959 769266 0 -1 1077936128 350741 0 0 0 359722 303 0 0 20 0 21 0 152135308 19771256832 1311777 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
/proc/772959/statm: 4826967 1311777 5985 1 0 1324416 0
[pid=772959/tid=772961] ppid=772956 vsize=19307868 memory=-8743845786167976636 CPUtime=3477.13 cores=1,3
/proc/772959/task/772961/stat : 772961 (java) S 772956 772959 769266 0 -1 1077936192 166961 0 0 0 347606 107 0 0 20 0 21 0 152135308 19771256832 1311777 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 24 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
[pid=772959/tid=772970] ppid=772956 vsize=19307868 memory=38444 CPUtime=0 cores=1,3
/proc/772959/task/772970/stat : 772970 (Finalizer) S 772956 772959 769266 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 152135311 19771256832 1311777 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
[pid=772959/tid=772977] ppid=772956 vsize=19307868 memory=12312 CPUtime=0 cores=1,3
/proc/772959/task/772977/stat : 772977 (Common-Cleaner) S 772956 772959 769266 0 -1 1077936192 4525 0 0 0 0 0 0 0 20 0 21 0 152135311 19771256832 1311777 134679101440 94876994117632 94876994121328 140721851722176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94876994129144 94876994129936 94877022482432 140721851724784 140721851724897 140721851724897 140721851731912 0
Current children cumulated CPU time: 3600.25 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 5247108 KiB

Child status: 143

Real time (s): 3552.43
CPU time (s): 3600.28
CPU user time (s): 3597.23
CPU system time (s): 3.04834
CPU usage (%): 101.347
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 5247108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.23
system time used= 3.04834
maximum resident set size= 5248016
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 350985
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= 147883
involuntary context switches= 12290


# summary of solver processes directly reported to runsolver:
#   pid: 772959
#   total CPU time (s): 3600.28
#   total CPU user time (s): 3597.23
#   total CPU system time (s): 3.04834

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.53645 second user time and 16.8389 second system time

The end

Launcher Data

Begin job on nodeC033 at 2024-07-15 01:27:48
IDJOB=4427664
IDBENCH=158385
IDSOLVER=3046
FILE ID=nodeC033/4427664-1720999656
RUNJOBID= nodeC033-1720994549-769278
SLURM_JOB_ID= 7505327
Free space on /tmp= 889984 MiB

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

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

MD5SUM BENCH= 14fbf9ee541b990313b1cac62bdb8872
RANDOM SEED=284081616

nodeC033.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		: 3665.578
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.50
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		: 3654.819
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	: 7006.25
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		: 3599.961
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.50
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		: 3655.151
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	: 7006.25
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		: 3600.096
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.50
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		: 3662.869
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	: 7006.25
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		: 3665.758
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.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        113818160 kB
MemAvailable:   116564896 kB
Buffers:          343316 kB
Cached:          3211948 kB
SwapCached:            0 kB
Active:           608936 kB
Inactive:       16423116 kB
Active(anon):       1572 kB
Inactive(anon): 13512928 kB
Active(file):     607364 kB
Inactive(file):  2910188 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              2256 kB
Writeback:            20 kB
AnonPages:      13476180 kB
Mapped:           123068 kB
Shmem:             37716 kB
KReclaimable:     137660 kB
Slab:             246156 kB
SReclaimable:     137660 kB
SUnreclaim:       108496 kB
KernelStack:        5020 kB
PageTables:        36500 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   15607344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            57984 kB
HardwareCorrupted:     0 kB
AnonHugePages:  13074432 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:      242388 kB
DirectMap2M:    19453952 kB
DirectMap1G:    116391936 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC033 at 2024-07-15 02:27:01