Trace number 4427663

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.37 3520.41

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/
EmployeeScheduling/normalized-sep6.5.opb
MD5SUMbb1eb546b1769ca27e4515a55d388d8e
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark43
Best CPU time to get the best result obtained on this benchmark2078.11
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9324
Total number of constraints28660
Number of constraints which are clauses26661
Number of constraints which are cardinality constraints (but not clauses)235
Number of constraints which are nor clauses,nor cardinality constraints1764
Minimum length of a constraint2
Maximum length of a constraint240
Number of terms in the objective function 26
Biggest coefficient in the objective function 20
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 211
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 160
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 670
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.12	c See www.sat4j.org for details.
0.11/0.13	c version CUSTOM.v20240707
0.11/0.13	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.13	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.14	c java.vm.version	22.0.1+8-16
0.11/0.14	c java.vm.vendor	Oracle Corporation
0.11/0.14	c sun.arch.data.model	64
0.11/0.14	c java.version		22.0.1
0.11/0.14	c os.name		Linux
0.11/0.14	c os.version		4.18.0-301.1.el8.x86_64
0.11/0.14	c os.arch		amd64
0.11/0.14	c Free memory 		2115194816
0.11/0.14	c Max memory 		16282288128
0.11/0.14	c Total memory 		2122317824
0.11/0.14	c Number of processors 	2
0.11/0.22	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.22	 - never skip resolution steps
0.11/0.22	 - Auto-division on coefficients is disabled
0.11/0.22	 - No postprocessing
0.11/0.22	 - Conflict is considered as is when resolving
0.11/0.22	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.11/0.22	 - Weaken first using unassigned literals
0.11/0.22	 - Bump strategy: ALWAYS_ONE
0.11/0.22	 - Bumper: ASSIGNED
0.11/0.22	--- Begin Solver configuration ---
0.11/0.22	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.11/0.22	Learn all clauses as in MiniSAT
0.11/0.22	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.22	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.22	No reason simplification
0.11/0.22	Armin Biere (Picosat) restarts strategy
0.11/0.22	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.11/0.22	timeout=2147483s
0.11/0.22	DB Simplification allowed=false
0.11/0.22	Listener: none
0.11/0.22	--- End Solver configuration ---
0.11/0.22	c Pseudo Boolean Optimization by upper bound
0.11/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.22	c  - never skip resolution steps
0.11/0.22	c  - Auto-division on coefficients is disabled
0.11/0.22	c  - No postprocessing
0.11/0.22	c  - Conflict is considered as is when resolving
0.11/0.22	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.11/0.22	c  - Weaken first using unassigned literals
0.11/0.22	c  - Bump strategy: ALWAYS_ONE
0.11/0.22	c  - Bumper: ASSIGNED
0.11/0.22	c --- Begin Solver configuration ---
0.11/0.22	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.11/0.22	c Learn all clauses as in MiniSAT
0.11/0.22	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.22	c No reason simplification
0.11/0.22	c Armin Biere (Picosat) restarts strategy
0.11/0.22	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.11/0.22	c timeout=2147483s
0.11/0.22	c DB Simplification allowed=false
0.11/0.22	c Listener: none
0.11/0.22	c --- End Solver configuration ---
0.11/0.22	c solving HOME/instance-4427663-1720999639.opb
0.11/0.22	c reading problem ... 
0.11/0.22	c  objective function found
2.14/1.28	c ... done. Wall clock time 1.062s.
2.14/1.28	c declared #vars     9324
2.14/1.28	c #constraints  28660
2.14/1.28	c constraints type 
2.14/1.28	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 15988
2.14/1.28	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 291
2.14/1.28	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 868
2.14/1.28	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 11513
2.14/1.28	c 28660 constraints processed.
2.14/1.29	c objective function length is 26 literals
5.91/3.12	c cleaning 2355 clauses out of 5000 with flag 0/5000
9.47/5.03	c cleaning 3627 clauses out of 8645 with flag 0/11000
12.23/7.59	c cleaning 3858 clauses out of 12018 with flag 0/18000
16.42/11.38	c cleaning 4222 clauses out of 16161 with flag 0/26001
21.28/15.55	c cleaning 5497 clauses out of 20940 with flag 0/35002
27.78/22.06	c cleaning 5826 clauses out of 25447 with flag 0/45006
35.56/29.63	c cleaning 7000 clauses out of 30616 with flag 0/56001
44.16/37.99	c cleaning 6542 clauses out of 35615 with flag 0/68000
50.99/44.67	c cleaning 7187 clauses out of 42074 with flag 0/81001
59.49/52.67	c cleaning 7377 clauses out of 48886 with flag 0/95000
76.19/69.05	c cleaning 7695 clauses out of 56510 with flag 0/110001
87.92/80.59	c cleaning 8651 clauses out of 64814 with flag 0/126000
103.13/95.14	c cleaning 9443 clauses out of 73163 with flag 0/143000
122.60/114.16	c cleaning 9668 clauses out of 81722 with flag 0/161002
138.34/129.69	c cleaning 10154 clauses out of 91052 with flag 0/180000
154.57/145.50	c cleaning 12731 clauses out of 100898 with flag 0/200000
176.78/167.15	c cleaning 14189 clauses out of 109167 with flag 0/221000
211.51/201.14	c cleaning 14513 clauses out of 116978 with flag 0/243000
243.05/232.24	c cleaning 13989 clauses out of 125465 with flag 0/266000
268.14/256.92	c cleaning 13713 clauses out of 135477 with flag 0/290001
295.37/283.51	c cleaning 13189 clauses out of 146763 with flag 0/315000
329.42/317.31	c cleaning 15313 clauses out of 159580 with flag 0/341006
358.67/345.94	c cleaning 16240 clauses out of 171261 with flag 0/368000
416.19/402.04	c cleaning 18209 clauses out of 183021 with flag 0/396000
450.39/435.18	c cleaning 16323 clauses out of 193813 with flag 0/425001
494.22/477.62	c cleaning 17002 clauses out of 207490 with flag 0/455001
559.17/540.58	c cleaning 21763 clauses out of 221489 with flag 0/486002
677.97/657.18	c cleaning 17662 clauses out of 231726 with flag 0/518002
762.42/740.57	c cleaning 19797 clauses out of 247062 with flag 0/551000
847.65/824.99	c cleaning 15815 clauses out of 261265 with flag 0/585000
886.40/862.57	c cleaning 19124 clauses out of 280451 with flag 0/620001
952.87/927.94	c cleaning 21707 clauses out of 297328 with flag 0/656002
1024.70/999.02	c cleaning 21854 clauses out of 312619 with flag 0/693000
1098.66/1071.53	c cleaning 25323 clauses out of 328766 with flag 0/731001
1260.15/1231.32	c cleaning 27486 clauses out of 342443 with flag 0/770001
1338.52/1308.63	c cleaning 27011 clauses out of 354956 with flag 0/810000
1414.13/1383.78	c cleaning 18695 clauses out of 368947 with flag 0/851002
1468.78/1436.94	c cleaning 21457 clauses out of 392250 with flag 0/893000
1530.45/1497.01	c cleaning 22556 clauses out of 413794 with flag 0/936001
1633.12/1598.03	c cleaning 26159 clauses out of 435238 with flag 0/980001
1759.79/1722.42	c cleaning 29146 clauses out of 454080 with flag 0/1025002
1894.17/1853.01	c cleaning 25023 clauses out of 470933 with flag 0/1071001
2090.27/2046.26	c cleaning 25600 clauses out of 492909 with flag 0/1118000
2403.84/2357.52	c cleaning 32721 clauses out of 515310 with flag 0/1166001
2541.01/2491.53	c cleaning 29262 clauses out of 531589 with flag 0/1215001
2746.61/2693.27	c cleaning 30336 clauses out of 552326 with flag 0/1265000
2954.82/2897.36	c cleaning 31842 clauses out of 572990 with flag 0/1316000
3048.00/2985.75	c cleaning 32408 clauses out of 593149 with flag 0/1368001
3181.98/3113.20	c cleaning 31015 clauses out of 613743 with flag 0/1421003
3322.02/3246.79	c cleaning 33669 clauses out of 636727 with flag 0/1475002
3542.55/3465.14	c cleaning 33809 clauses out of 658058 with flag 0/1530002
3600.02/3520.22	c starts		: 208
3600.02/3520.22	c timeout
3600.02/3520.23	c conflicts		: 1552841
3600.02/3520.23	c decisions		: 1986816
3600.02/3520.23	c propagations		: 65414670
3600.02/3520.23	c inspects		: 6761466494
3600.02/3520.23	c shortcuts		: 0
3600.02/3520.23	c learnt literals	: 0
3600.02/3520.23	c learnt binary clauses	: 403
3600.02/3520.23	c learnt ternary clauses	: 586
3600.02/3520.23	c learnt constraints	: 1552840
3600.02/3520.23	c ignored constraints	: 0
3600.02/3520.23	c root simplifications	: 0
3600.02/3520.23	c removed literals (reason simplification)	: 0
3600.02/3520.23	c reason swapping (by a shorter reason)	: 0
3600.02/3520.23	c Calls to reduceDB	: 51
3600.02/3520.23	c Number of update (reduction) of LBD	: 67702
3600.02/3520.23	c Imported unit clauses	: 0
3600.02/3520.23	c No decision after first conflict	: false
3600.02/3520.23	c number of reductions to clauses (during analyze)	: 0
3600.02/3520.23	c number of learned constraints concerned by reduction	: 0
3600.02/3520.23	c number of learning phase by resolution	: 0
3600.02/3520.23	c number of learning phase by cutting planes	: 0
3600.02/3520.23	c number of rounding to 1 operations	: 6872494
3600.02/3520.23	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3520.23	c number of reductions of the coefficients by power 2 	: 0
3600.02/3520.23	c number of right shift for reduction by power 2 	: 0
3600.02/3520.23	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3520.23	c number of ending skipping 	: 0
3600.02/3520.23	c number of internal skipping 	: 0
3600.02/3520.23	c number of derivation steps 	: 23165226
3600.02/3520.23	c number of skipped derivation steps 	: 0
3600.02/3520.23	c number of remaining unassigned 	: 76841
3600.02/3520.23	c number of remaining assigned 	: 216906610
3600.02/3520.23	c number of falsified literals weakened from reason	: 0
3600.02/3520.23	c number of falsified literals weakened from conflict	: 0
3600.02/3520.23	c time for arithmetic operations	: 11997028075
3600.02/3520.23	c minimum degree of deleted constraints	: 4
3600.02/3520.23	c maximum degree of deleted constraints	: 997368
3600.02/3520.23	c number of deleted constraints	: 905753
3600.02/3520.24	c speed (assignments/second)	: 18589.369094971793
3600.02/3520.24	c non guided choices	: 187230
3600.20/3520.36	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 487209
3600.20/3520.36	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 8886
3600.20/3520.36	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 403
3600.20/3520.36	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 150589
3600.20/3520.36	s UNKNOWN
3600.20/3520.36	c Total wall clock time (in seconds): 3520.151

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427663-1720999639/watcher-4427663-1720999639 -o /tmp/evaluation-result-4427663-1720999639/solver-4427663-1720999639 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1720994548-770681 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427663-1720999639.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=774215, runsolver pid=774212

[startup+0.100831 s]*
/proc/loadavg: 4.36 4.37 4.25 5/317 774233
/proc/meminfo: memFree=112114024/131655788 swapFree=131071996/131071996
[pid=774215] ppid=774212 vsize=18975048 memory=57484 CPUtime=0.11 cores=1,3
/proc/774215/stat : 774215 (java) S 774212 774215 770669 0 -1 1077936128 6488 0 0 0 9 2 0 0 20 0 18 0 152122691 19430449152 14371 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
/proc/774215/statm: 4743762 14371 5534 1 0 550908 0
[pid=774215/tid=774217] ppid=774212 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/774215/task/774217/stat : 774217 (java) R 774212 774215 770669 0 -1 4194368 5431 0 0 0 7 1 0 0 20 0 18 0 152122691 19430449152 14371 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
[pid=774215/tid=774226] ppid=774212 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/774215/task/774226/stat : 774226 (Finalizer) S 774212 774215 770669 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 152122694 19430449152 14371 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
[pid=774215/tid=774233] ppid=774212 vsize=18975048 memory=14412639824552292 CPUtime=0 cores=1,3
/proc/774215/task/774233/stat : 774233 (Common-Cleaner) S 774212 774215 770669 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 152122695 19430449152 14371 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 57484 KiB

[startup+0.213555 s]*
/proc/loadavg: 4.36 4.37 4.25 7/317 774233
/proc/meminfo: memFree=112104100/131655788 swapFree=131071996/131071996
[pid=774215] ppid=774212 vsize=18975048 memory=68592 CPUtime=0.32 cores=1,3
/proc/774215/stat : 774215 (java) S 774212 774215 770669 0 -1 1077936128 7407 0 0 0 30 2 0 0 20 0 18 0 152122691 19430449152 17148 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
/proc/774215/statm: 4743762 17148 5832 1 0 551692 0
[pid=774215/tid=774217] ppid=774212 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=1,3
/proc/774215/task/774217/stat : 774217 (java) S 774212 774215 770669 0 -1 1077936192 5965 0 0 0 17 2 0 0 20 0 18 0 152122691 19430449152 17148 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
[pid=774215/tid=774226] ppid=774212 vsize=18975048 memory=19017 CPUtime=0 cores=1,3
/proc/774215/task/774226/stat : 774226 (Finalizer) S 774212 774215 770669 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 152122694 19430449152 17148 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
[pid=774215/tid=774233] ppid=774212 vsize=18975048 memory=15535219704862701 CPUtime=0 cores=1,3
/proc/774215/task/774233/stat : 774233 (Common-Cleaner) S 774212 774215 770669 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 152122695 19430449152 17148 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 68592 KiB

[startup+0.316828 s]*
/proc/loadavg: 4.36 4.37 4.25 6/317 774233
/proc/meminfo: memFree=112096836/131655788 swapFree=131071996/131071996
[pid=774215] ppid=774212 vsize=18975048 memory=75388 CPUtime=0.5 cores=1,3
/proc/774215/stat : 774215 (java) S 774212 774215 770669 0 -1 1077936128 7578 0 0 0 47 3 0 0 20 0 18 0 152122691 19430449152 18847 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
/proc/774215/statm: 4743762 18847 5832 1 0 551764 0
[pid=774215/tid=774217] ppid=774212 vsize=18975048 memory=-9033209750217990844 CPUtime=0.25 cores=1,3
/proc/774215/task/774217/stat : 774217 (java) R 774212 774215 770669 0 -1 4194368 5991 0 0 0 23 2 0 0 20 0 18 0 152122691 19430449152 18847 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
[pid=774215/tid=774226] ppid=774212 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/774215/task/774226/stat : 774226 (Finalizer) S 774212 774215 770669 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 152122694 19430449152 18847 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
[pid=774215/tid=774233] ppid=774212 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/774215/task/774233/stat : 774233 (Common-Cleaner) S 774212 774215 770669 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 152122695 19430449152 18847 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 75388 KiB

[startup+0.700828 s]
/proc/loadavg: 4.36 4.37 4.25 6/318 774234
/proc/meminfo: memFree=112003372/131655788 swapFree=131071996/131071996
[pid=774215] ppid=774212 vsize=19041612 memory=256816 CPUtime=1.19 cores=1,3
/proc/774215/stat : 774215 (java) S 774212 774215 770669 0 -1 1077936128 10322 0 0 0 112 7 0 0 20 0 19 0 152122691 19498610688 64204 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
/proc/774215/statm: 4760403 64204 5864 1 0 553670 0
[pid=774215/tid=774217] ppid=774212 vsize=19041612 memory=5468 CPUtime=0.53 cores=1,3
/proc/774215/task/774217/stat : 774217 (java) R 774212 774215 770669 0 -1 4194368 6110 0 0 0 48 5 0 0 20 0 19 0 152122691 19498610688 64204 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
[pid=774215/tid=774226] ppid=774212 vsize=19041612 memory=12020 CPUtime=0 cores=1,3
/proc/774215/task/774226/stat : 774226 (Finalizer) S 774212 774215 770669 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 152122694 19498610688 64204 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
[pid=774215/tid=774233] ppid=774212 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/774215/task/774233/stat : 774233 (Common-Cleaner) S 774212 774215 770669 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 152122695 19498610688 64204 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 256816 KiB

[startup+1.50082 s]
/proc/loadavg: 4.36 4.37 4.25 8/318 774234
/proc/meminfo: memFree=111182052/131655788 swapFree=131071996/131071996
[pid=774215] ppid=774212 vsize=19108176 memory=1331556 CPUtime=2.73 cores=1,3
/proc/774215/stat : 774215 (java) S 774212 774215 770669 0 -1 1077936128 22510 0 0 0 242 31 0 0 20 0 20 0 152122691 19566772224 332889 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
/proc/774215/statm: 4777044 332889 5902 1 0 559591 0
[pid=774215/tid=774217] ppid=774212 vsize=19108176 memory=12020 CPUtime=1.23 cores=1,3
/proc/774215/task/774217/stat : 774217 (java) R 774212 774215 770669 0 -1 4194368 6748 0 0 0 96 27 0 0 20 0 20 0 152122691 19566772224 332889 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
[pid=774215/tid=774226] ppid=774212 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/774215/task/774226/stat : 774226 (Finalizer) S 774212 774215 770669 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 152122694 19566772224 332889 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
[pid=774215/tid=774233] ppid=774212 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/774215/task/774233/stat : 774233 (Common-Cleaner) S 774212 774215 770669 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 152122695 19566772224 332889 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
Current children cumulated CPU time: 2.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1331556 KiB

[startup+3.10762 s]
/proc/loadavg: 4.41 4.38 4.26 6/319 774235
/proc/meminfo: memFree=110823336/131655788 swapFree=131071996/131071996
[pid=774215] ppid=774212 vsize=19108176 memory=1346328 CPUtime=5.91 cores=1,3
/proc/774215/stat : 774215 (java) S 774212 774215 770669 0 -1 1077936128 25543 0 0 0 559 32 0 0 20 0 20 0 152122691 19566772224 336582 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
/proc/774215/statm: 4777044 336582 5902 1 0 560638 0
[pid=774215/tid=774217] ppid=774212 vsize=19108176 memory=198340509722 CPUtime=2.79 cores=1,3
/proc/774215/task/774217/stat : 774217 (java) R 774212 774215 770669 0 -1 4194368 6894 0 0 0 252 27 0 0 20 0 20 0 152122691 19566772224 336582 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
[pid=774215/tid=774226] ppid=774212 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/774215/task/774226/stat : 774226 (Finalizer) S 774212 774215 770669 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 152122694 19566772224 336582 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
[pid=774215/tid=774233] ppid=774212 vsize=19108176 memory=12020 CPUtime=0 cores=1,3
/proc/774215/task/774233/stat : 774233 (Common-Cleaner) S 774212 774215 770669 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 152122695 19566772224 336582 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
[pid=774215/tid=774235] ppid=774212 vsize=19108176 memory=1332424 CPUtime=0 cores=1,3
/proc/774215/task/774235/stat : 774235 (Timer-0) S 774212 774215 770669 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152122821 19566772224 336582 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
Current children cumulated CPU time: 5.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1346328 KiB

[startup+6.30084 s]
/proc/loadavg: 4.41 4.38 4.26 5/319 774235
/proc/meminfo: memFree=109503096/131655788 swapFree=131071996/131071996
[pid=774215] ppid=774212 vsize=19108176 memory=2663920 CPUtime=11.04 cores=1,3
/proc/774215/stat : 774215 (java) S 774212 774215 770669 0 -1 1077936128 27604 0 0 0 1043 61 0 0 20 0 20 0 152122691 19566772224 665980 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
/proc/774215/statm: 4777044 665980 5917 1 0 951286 0
[pid=774215/tid=774217] ppid=774212 vsize=19108176 memory=0 CPUtime=5.87 cores=1,3
/proc/774215/task/774217/stat : 774217 (java) R 774212 774215 770669 0 -1 4194368 7811 0 0 0 533 54 0 0 20 0 20 0 152122691 19566772224 665980 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
[pid=774215/tid=774226] ppid=774212 vsize=19108176 memory=12020 CPUtime=0 cores=1,3
/proc/774215/task/774226/stat : 774226 (Finalizer) S 774212 774215 770669 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 152122694 19566772224 665980 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
[pid=774215/tid=774233] ppid=774212 vsize=19108176 memory=1340948 CPUtime=0 cores=1,3
/proc/774215/task/774233/stat : 774233 (Common-Cleaner) S 774212 774215 770669 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 152122695 19566772224 665980 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
[pid=774215/tid=774235] ppid=774212 vsize=19108176 memory=2629104 CPUtime=0 cores=1,3
/proc/774215/task/774235/stat : 774235 (Timer-0) S 774212 774215 770669 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152122821 19566772224 665980 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
Current children cumulated CPU time: 11.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2663920 KiB

[startup+12.7004 s]
/proc/loadavg: 4.38 4.37 4.26 5/319 774237
/proc/meminfo: memFree=109281592/131655788 swapFree=131071996/131071996
[pid=774215] ppid=774212 vsize=19108176 memory=2885192 CPUtime=18.02 cores=1,3
/proc/774215/stat : 774215 (java) S 774212 774215 770669 0 -1 1077936128 29764 0 0 0 1736 66 0 0 20 0 20 0 152122691 19566772224 721298 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
/proc/774215/statm: 4777044 721298 5949 1 0 951291 0
[pid=774215/tid=774217] ppid=774212 vsize=19108176 memory=2884556 CPUtime=11.94 cores=1,3
/proc/774215/task/774217/stat : 774217 (java) R 774212 774215 770669 0 -1 4194368 8716 0 0 0 1135 59 0 0 20 0 20 0 152122691 19566772224 721298 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
[pid=774215/tid=774226] ppid=774212 vsize=19108176 memory=11516 CPUtime=0 cores=1,3
/proc/774215/task/774226/stat : 774226 (Finalizer) S 774212 774215 770669 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 152122694 19566772224 721298 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
[pid=774215/tid=774233] ppid=774212 vsize=19108176 memory=6082503183545492307 CPUtime=0 cores=1,3
/proc/774215/task/774233/stat : 774233 (Common-Cleaner) S 774212 774215 770669 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 152122695 19566772224 721298 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
[pid=774215/tid=774235] ppid=774212 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/774215/task/774235/stat : 774235 (Timer-0) S 774212 774215 770669 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152122821 19566772224 721298 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
Current children cumulated CPU time: 18.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2885192 KiB

[startup+25.5005 s]
/proc/loadavg: 4.30 4.35 4.25 5/319 774238
/proc/meminfo: memFree=108331076/131655788 swapFree=131071996/131071996
[pid=774215] ppid=774212 vsize=19108176 memory=3833684 CPUtime=31.3 cores=1,3
/proc/774215/stat : 774215 (java) S 774212 774215 770669 0 -1 1077936128 36188 0 0 0 3043 87 0 0 20 0 20 0 152122691 19566772224 958421 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
/proc/774215/statm: 4777044 958421 5949 1 0 1172718 0
[pid=774215/tid=774217] ppid=774212 vsize=19108176 memory=6082503183545492307 CPUtime=24.18 cores=1,3
/proc/774215/task/774217/stat : 774217 (java) R 774212 774215 770669 0 -1 4194368 10555 0 0 0 2342 76 0 0 20 0 20 0 152122691 19566772224 958421 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
[pid=774215/tid=774226] ppid=774212 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/774215/task/774226/stat : 774226 (Finalizer) S 774212 774215 770669 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 152122694 19566772224 958421 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
[pid=774215/tid=774233] ppid=774212 vsize=19108176 memory=2004 CPUtime=0 cores=1,3
/proc/774215/task/774233/stat : 774233 (Common-Cleaner) S 774212 774215 770669 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 152122695 19566772224 958421 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
[pid=774215/tid=774235] ppid=774212 vsize=19108176 memory=-9033209750217990844 CPUtime=0 cores=1,3
/proc/774215/task/774235/stat : 774235 (Timer-0) S 774212 774215 770669 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152122821 19566772224 958421 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
Current children cumulated CPU time: 31.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3833684 KiB

[startup+51.1138 s]
/proc/loadavg: 4.26 4.34 4.25 5/319 774243
/proc/meminfo: memFree=105987764/131655788 swapFree=131071996/131071996
[pid=774215] ppid=774212 vsize=19108176 memory=6213440 CPUtime=57.9 cores=1,3
/proc/774215/stat : 774215 (java) S 774212 774215 770669 0 -1 1077936128 44106 0 0 0 5656 134 0 0 20 0 20 0 152122691 19566772224 1553360 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
/proc/774215/statm: 4777044 1553360 5960 1 0 1755530 0
[pid=774215/tid=774217] ppid=774212 vsize=19108176 memory=6145704 CPUtime=48.18 cores=1,3
/proc/774215/task/774217/stat : 774217 (java) S 774212 774215 770669 0 -1 1077936192 15170 0 0 0 4704 114 0 0 20 0 20 0 152122691 19566772224 1553360 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
[pid=774215/tid=774226] ppid=774212 vsize=19108176 memory=11516 CPUtime=0 cores=1,3
/proc/774215/task/774226/stat : 774226 (Finalizer) S 774212 774215 770669 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 152122694 19566772224 1553360 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
[pid=774215/tid=774233] ppid=774212 vsize=19108176 memory=11516 CPUtime=0 cores=1,3
/proc/774215/task/774233/stat : 774233 (Common-Cleaner) S 774212 774215 770669 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 152122695 19566772224 1553360 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
[pid=774215/tid=774235] ppid=774212 vsize=19108176 memory=11516 CPUtime=0 cores=1,3
/proc/774215/task/774235/stat : 774235 (Timer-0) S 774212 774215 770669 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152122821 19566772224 1553360 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0

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

/proc/774215/task/774226/stat : 774226 (Finalizer) S 774212 774215 770669 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 152122694 19634933760 1926220 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
[pid=774215/tid=774233] ppid=774212 vsize=19174740 memory=39900 CPUtime=0 cores=1,3
/proc/774215/task/774233/stat : 774233 (Common-Cleaner) S 774212 774215 770669 0 -1 1077936192 3072 0 0 0 0 0 0 0 20 0 21 0 152122695 19634933760 1926220 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
[pid=774215/tid=774235] ppid=774212 vsize=19174740 memory=11516 CPUtime=0 cores=1,3
/proc/774215/task/774235/stat : 774235 (Timer-0) S 774212 774215 770669 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 152122821 19634933760 1926220 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
Current children cumulated CPU time: 3169.49 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 7704880 KiB

[startup+3162.3 s]
/proc/loadavg: 1.21 1.25 2.08 2/241 775698
/proc/meminfo: memFree=118926532/131655788 swapFree=131071996/131071996
[pid=774215] ppid=774212 vsize=19174740 memory=7705192 CPUtime=3233.11 cores=1,3
/proc/774215/stat : 774215 (java) S 774212 774215 770669 0 -1 1077936128 429319 0 0 0 322874 437 0 0 20 0 21 0 152122691 19634933760 1926298 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
/proc/774215/statm: 4793685 1926298 5960 1 0 1941888 0
[pid=774215/tid=774217] ppid=774212 vsize=19174740 memory=32736 CPUtime=3079.5 cores=1,3
/proc/774215/task/774217/stat : 774217 (java) R 774212 774215 770669 0 -1 4194368 232500 0 0 0 307784 166 0 0 20 0 21 0 152122691 19634933760 1926298 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 45 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
[pid=774215/tid=774226] ppid=774212 vsize=19174740 memory=7705192 CPUtime=0 cores=1,3
/proc/774215/task/774226/stat : 774226 (Finalizer) S 774212 774215 770669 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 152122694 19634933760 1926298 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
[pid=774215/tid=774233] ppid=774212 vsize=19174740 memory=7705188 CPUtime=0 cores=1,3
/proc/774215/task/774233/stat : 774233 (Common-Cleaner) S 774212 774215 770669 0 -1 1077936192 3159 0 0 0 0 0 0 0 20 0 21 0 152122695 19634933760 1926298 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
[pid=774215/tid=774235] ppid=774212 vsize=19174740 memory=7705192 CPUtime=0 cores=1,3
/proc/774215/task/774235/stat : 774235 (Timer-0) S 774212 774215 770669 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 152122821 19634933760 1926298 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
Current children cumulated CPU time: 3233.11 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 7705192 KiB

[startup+3222.3 s]
/proc/loadavg: 1.15 1.21 2.02 2/244 775713
/proc/meminfo: memFree=118919188/131655788 swapFree=131071996/131071996
[pid=774215] ppid=774212 vsize=19174740 memory=7712280 CPUtime=3297.21 cores=1,3
/proc/774215/stat : 774215 (java) S 774212 774215 770669 0 -1 1077936128 456548 0 0 0 329273 448 0 0 20 0 21 0 152122691 19634933760 1928070 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
/proc/774215/statm: 4793685 1928070 5960 1 0 1943655 0
[pid=774215/tid=774217] ppid=774212 vsize=19174740 memory=32736 CPUtime=3137.92 cores=1,3
/proc/774215/task/774217/stat : 774217 (java) R 774212 774215 770669 0 -1 4194368 240447 0 0 0 313624 168 0 0 20 0 21 0 152122691 19634933760 1928070 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 45 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
[pid=774215/tid=774226] ppid=774212 vsize=19174740 memory=12020 CPUtime=0 cores=1,3
/proc/774215/task/774226/stat : 774226 (Finalizer) S 774212 774215 770669 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 152122694 19634933760 1928070 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
[pid=774215/tid=774233] ppid=774212 vsize=19174740 memory=7705192 CPUtime=0 cores=1,3
/proc/774215/task/774233/stat : 774233 (Common-Cleaner) S 774212 774215 770669 0 -1 1077936192 3160 0 0 0 0 0 0 0 20 0 21 0 152122695 19634933760 1928070 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
[pid=774215/tid=774235] ppid=774212 vsize=19174740 memory=5468 CPUtime=0 cores=1,3
/proc/774215/task/774235/stat : 774235 (Timer-0) S 774212 774215 770669 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 152122821 19634933760 1928070 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
Current children cumulated CPU time: 3297.21 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 7712280 KiB

[startup+3282.3 s]
/proc/loadavg: 1.12 1.19 1.96 2/243 775723
/proc/meminfo: memFree=118918984/131655788 swapFree=131071996/131071996
[pid=774215] ppid=774212 vsize=19174740 memory=7712464 CPUtime=3357.9 cores=1,3
/proc/774215/stat : 774215 (java) S 774212 774215 770669 0 -1 1077936128 463728 0 0 0 335335 455 0 0 20 0 21 0 152122691 19634933760 1928116 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
/proc/774215/statm: 4793685 1928116 5960 1 0 1943667 0
[pid=774215/tid=774217] ppid=774212 vsize=19174740 memory=11516 CPUtime=3197 cores=1,3
/proc/774215/task/774217/stat : 774217 (java) R 774212 774215 770669 0 -1 4194368 244954 0 0 0 319532 168 0 0 20 0 21 0 152122691 19634933760 1928116 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 45 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
[pid=774215/tid=774226] ppid=774212 vsize=19174740 memory=7712352 CPUtime=0 cores=1,3
/proc/774215/task/774226/stat : 774226 (Finalizer) S 774212 774215 770669 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 152122694 19634933760 1928116 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
[pid=774215/tid=774233] ppid=774212 vsize=19174740 memory=12020 CPUtime=0 cores=1,3
/proc/774215/task/774233/stat : 774233 (Common-Cleaner) S 774212 774215 770669 0 -1 1077936192 3195 0 0 0 0 0 0 0 20 0 21 0 152122695 19634933760 1928116 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
[pid=774215/tid=774235] ppid=774212 vsize=19174740 memory=7712420 CPUtime=0 cores=1,3
/proc/774215/task/774235/stat : 774235 (Timer-0) S 774212 774215 770669 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 152122821 19634933760 1928116 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
Current children cumulated CPU time: 3357.9 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 7712464 KiB

[startup+3342.3 s]
/proc/loadavg: 1.23 1.20 1.91 2/243 775734
/proc/meminfo: memFree=118918552/131655788 swapFree=131071996/131071996
[pid=774215] ppid=774212 vsize=19174740 memory=7712472 CPUtime=3418.5 cores=1,3
/proc/774215/stat : 774215 (java) S 774212 774215 770669 0 -1 1077936128 464883 0 0 0 341391 459 0 0 20 0 21 0 152122691 19634933760 1928118 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
/proc/774215/statm: 4793685 1928118 5960 1 0 1943667 0
[pid=774215/tid=774217] ppid=774212 vsize=19174740 memory=32736 CPUtime=3256.07 cores=1,3
/proc/774215/task/774217/stat : 774217 (java) R 774212 774215 770669 0 -1 4194368 245817 0 0 0 325439 168 0 0 20 0 21 0 152122691 19634933760 1928118 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 45 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
[pid=774215/tid=774226] ppid=774212 vsize=19174740 memory=7712472 CPUtime=0 cores=1,3
/proc/774215/task/774226/stat : 774226 (Finalizer) S 774212 774215 770669 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 152122694 19634933760 1928118 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
[pid=774215/tid=774233] ppid=774212 vsize=19174740 memory=11516 CPUtime=0 cores=1,3
/proc/774215/task/774233/stat : 774233 (Common-Cleaner) S 774212 774215 770669 0 -1 1077936192 3282 0 0 0 0 0 0 0 20 0 21 0 152122695 19634933760 1928118 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
[pid=774215/tid=774235] ppid=774212 vsize=19174740 memory=7712472 CPUtime=0 cores=1,3
/proc/774215/task/774235/stat : 774235 (Timer-0) S 774212 774215 770669 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 152122821 19634933760 1928118 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
Current children cumulated CPU time: 3418.5 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 7712472 KiB

[startup+3402.3 s]
/proc/loadavg: 1.16 1.19 1.86 2/243 775744
/proc/meminfo: memFree=118918280/131655788 swapFree=131071996/131071996
[pid=774215] ppid=774212 vsize=19174740 memory=7712496 CPUtime=3479.09 cores=1,3
/proc/774215/stat : 774215 (java) S 774212 774215 770669 0 -1 1077936128 470828 0 0 0 347444 465 0 0 20 0 21 0 152122691 19634933760 1928124 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
/proc/774215/statm: 4793685 1928124 5960 1 0 1943667 0
[pid=774215/tid=774217] ppid=774212 vsize=19174740 memory=7712472 CPUtime=3315.13 cores=1,3
/proc/774215/task/774217/stat : 774217 (java) R 774212 774215 770669 0 -1 4194368 249394 0 0 0 331344 169 0 0 20 0 21 0 152122691 19634933760 1928124 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 49 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
[pid=774215/tid=774226] ppid=774212 vsize=19174740 memory=7712492 CPUtime=0 cores=1,3
/proc/774215/task/774226/stat : 774226 (Finalizer) S 774212 774215 770669 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 152122694 19634933760 1928124 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
[pid=774215/tid=774233] ppid=774212 vsize=19174740 memory=39900 CPUtime=0 cores=1,3
/proc/774215/task/774233/stat : 774233 (Common-Cleaner) S 774212 774215 770669 0 -1 1077936192 3283 0 0 0 0 0 0 0 20 0 21 0 152122695 19634933760 1928124 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
[pid=774215/tid=774235] ppid=774212 vsize=19174740 memory=7712496 CPUtime=0 cores=1,3
/proc/774215/task/774235/stat : 774235 (Timer-0) S 774212 774215 770669 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 152122821 19634933760 1928124 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
Current children cumulated CPU time: 3479.09 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 7712496 KiB

[startup+3462.3 s]
/proc/loadavg: 1.11 1.17 1.81 2/243 775755
/proc/meminfo: memFree=118917752/131655788 swapFree=131071996/131071996
[pid=774215] ppid=774212 vsize=19174740 memory=7712824 CPUtime=3539.75 cores=1,3
/proc/774215/stat : 774215 (java) S 774212 774215 770669 0 -1 1077936128 473056 0 0 0 353506 469 0 0 20 0 21 0 152122691 19634933760 1928206 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
/proc/774215/statm: 4793685 1928206 5960 1 0 1943715 0
[pid=774215/tid=774217] ppid=774212 vsize=19174740 memory=7712472 CPUtime=3374.31 cores=1,3
/proc/774215/task/774217/stat : 774217 (java) R 774212 774215 770669 0 -1 4194368 251027 0 0 0 337262 169 0 0 20 0 21 0 152122691 19634933760 1928206 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 49 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
[pid=774215/tid=774226] ppid=774212 vsize=19174740 memory=7712492 CPUtime=0 cores=1,3
/proc/774215/task/774226/stat : 774226 (Finalizer) S 774212 774215 770669 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 152122694 19634933760 1928206 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
[pid=774215/tid=774233] ppid=774212 vsize=19174740 memory=24980 CPUtime=0 cores=1,3
/proc/774215/task/774233/stat : 774233 (Common-Cleaner) S 774212 774215 770669 0 -1 1077936192 3371 0 0 0 0 0 0 0 20 0 21 0 152122695 19634933760 1928206 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
[pid=774215/tid=774235] ppid=774212 vsize=19174740 memory=11516 CPUtime=0 cores=1,3
/proc/774215/task/774235/stat : 774235 (Timer-0) S 774212 774215 770669 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 152122821 19634933760 1928206 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
Current children cumulated CPU time: 3539.75 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 7712824 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3520.2 s]
/proc/loadavg: 1.08 1.15 1.77 2/242 776149
/proc/meminfo: memFree=118917036/131655788 swapFree=131071996/131071996
[pid=774215] ppid=774212 vsize=19174740 memory=7712868 CPUtime=3600.02 cores=1,3
/proc/774215/stat : 774215 (java) S 774212 774215 770669 0 -1 1077936128 475244 0 0 0 359528 474 0 0 20 0 21 0 152122691 19634933760 1928217 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
/proc/774215/statm: 4793685 1928217 5960 1 0 1943715 0
[pid=774215/tid=774217] ppid=774212 vsize=19174740 memory=21116 CPUtime=3430.7 cores=1,3
/proc/774215/task/774217/stat : 774217 (java) R 774212 774215 770669 0 -1 4194368 252955 0 0 0 342901 169 0 0 20 0 21 0 152122691 19634933760 1928217 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 49 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
[pid=774215/tid=774226] ppid=774212 vsize=19174740 memory=5624 CPUtime=0 cores=1,3
/proc/774215/task/774226/stat : 774226 (Finalizer) S 774212 774215 770669 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 152122694 19634933760 1928217 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
[pid=774215/tid=774233] ppid=774212 vsize=19174740 memory=-9033209750217990844 CPUtime=0 cores=1,3
/proc/774215/task/774233/stat : 774233 (Common-Cleaner) S 774212 774215 770669 0 -1 1077936192 3371 0 0 0 0 0 0 0 20 0 21 0 152122695 19634933760 1928217 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
[pid=774215/tid=774235] ppid=774212 vsize=19174740 memory=2284 CPUtime=0 cores=1,3
/proc/774215/task/774235/stat : 774235 (Timer-0) S 774212 774215 770669 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 152122821 19634933760 1928217 134679101440 94646369189888 94646369193584 140726683984768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94646369201400 94646369202192 94646380019712 140726683993072 140726683993185 140726683993185 140726684000200 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 7712868 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.58 s, system=4.78723 s

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

[startup+3520.4 s]*
/proc/loadavg: 1.08 1.15 1.77 2/223 776152
/proc/meminfo: memFree=126424332/131655788 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3520.41
CPU time (s): 3600.37
CPU user time (s): 3595.58
CPU system time (s): 4.78723
CPU usage (%): 102.271
Max. virtual memory (cumulated for all children) (KiB): 19374432
Max. memory (cumulated for all children) (KiB): 7713568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.58
system time used= 4.78723
maximum resident set size= 7714292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 479089
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= 131647
involuntary context switches= 7151


# summary of solver processes directly reported to runsolver:
#   pid: 774215
#   total CPU time (s): 3600.37
#   total CPU user time (s): 3595.58
#   total CPU system time (s): 4.78723

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.3041 second user time and 37.3766 second system time

The end

Launcher Data

Begin job on nodeC006 at 2024-07-15 01:27:32
IDJOB=4427663
IDBENCH=158384
IDSOLVER=3046
FILE ID=nodeC006/4427663-1720999639
RUNJOBID= nodeC006-1720994548-770681
SLURM_JOB_ID= 7505307
Free space on /tmp= 723768 MiB

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

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

MD5SUM BENCH= bb1eb546b1769ca27e4515a55d388d8e
RANDOM SEED=664437564

nodeC006.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	: 0xb00001f
cpu MHz		: 3673.823
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.94
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	: 0xb00001f
cpu MHz		: 3491.989
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.26
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	: 0xb00001f
cpu MHz		: 1197.366
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.94
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	: 0xb00001f
cpu MHz		: 1197.249
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.26
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	: 0xb00001f
cpu MHz		: 3673.999
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.94
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	: 0xb00001f
cpu MHz		: 3655.557
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.26
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	: 0xb00001f
cpu MHz		: 1197.393
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.94
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	: 0xb00001f
cpu MHz		: 1197.326
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.26
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        112150884 kB
MemAvailable:   115439144 kB
Buffers:          346440 kB
Cached:          3742960 kB
SwapCached:            0 kB
Active:           527880 kB
Inactive:       18336612 kB
Active(anon):       1468 kB
Inactive(anon): 14811360 kB
Active(file):     526412 kB
Inactive(file):  3525252 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1816 kB
Writeback:             8 kB
AnonPages:      14774852 kB
Mapped:           122488 kB
Shmem:             37704 kB
KReclaimable:     153252 kB
Slab:             256236 kB
SReclaimable:     153252 kB
SUnreclaim:       102984 kB
KernelStack:        4800 kB
PageTables:        39188 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   20007452 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            49376 kB
HardwareCorrupted:     0 kB
AnonHugePages:  14473216 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:      205640 kB
DirectMap2M:    20670464 kB
DirectMap1G:    115343360 kB

Free space on /tmp at the end= 723776 MiB
End job on nodeC006 at 2024-07-15 02:26:12