Trace number 4430097

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 Cutting Planes 2024 2024-07-12? (TO) 3600.11 3563.08

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/
EmployeeScheduling/normalized-oct5.5.opb
MD5SUM26f8151eeea3bfac35ea53df0172ab44
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 benchmark167
Best CPU time to get the best result obtained on this benchmark3.55095
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 clauses27568
Number of constraints which are cardinality constraints (but not clauses)232
Number of constraints which are nor clauses,nor cardinality constraints1820
Minimum length of a constraint2
Maximum length of a constraint248
Number of terms in the objective function 26
Biggest coefficient in the objective function 20
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 211
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 160
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 687
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.16	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	 - never skip resolution steps
0.13/0.16	 - Auto-division on coefficients is disabled
0.13/0.16	 - No postprocessing
0.13/0.16	 - Conflict is considered as is when resolving
0.13/0.16	 - Use constraints as they come during conflict analysis
0.13/0.16	 - Weaken first using unassigned literals
0.13/0.16	 - Bump strategy: ALWAYS_ONE
0.13/0.16	 - Bumper: EFFECTIVE
0.13/0.16	--- Begin Solver configuration ---
0.13/0.16	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.16	Learn all clauses as in MiniSAT
0.13/0.16	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	No reason simplification
0.13/0.16	Dynamic restart strategy considering the size of the coefficients
0.13/0.16	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.16	timeout=2147483s
0.13/0.16	DB Simplification allowed=false
0.13/0.16	Listener: none
0.13/0.16	--- End Solver configuration ---
0.13/0.16	c Pseudo Boolean Optimization by upper bound
0.13/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	c  - never skip resolution steps
0.13/0.16	c  - Auto-division on coefficients is disabled
0.13/0.16	c  - No postprocessing
0.13/0.16	c  - Conflict is considered as is when resolving
0.13/0.16	c  - Use constraints as they come during conflict analysis
0.13/0.16	c  - Weaken first using unassigned literals
0.13/0.16	c  - Bump strategy: ALWAYS_ONE
0.13/0.16	c  - Bumper: EFFECTIVE
0.13/0.16	c --- Begin Solver configuration ---
0.13/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.16	c Learn all clauses as in MiniSAT
0.13/0.16	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	c No reason simplification
0.13/0.16	c Dynamic restart strategy considering the size of the coefficients
0.13/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.16	c timeout=2147483s
0.13/0.16	c DB Simplification allowed=false
0.13/0.16	c Listener: none
0.13/0.16	c --- End Solver configuration ---
0.13/0.16	c solving HOME/instance-4430097-1721167872.opb
0.13/0.16	c reading problem ... 
0.13/0.16	c  objective function found
1.83/1.06	c ... done. Wall clock time 0.906s.
1.83/1.06	c declared #vars     9632
1.83/1.06	c #constraints  29620
1.83/1.06	c constraints type 
1.83/1.06	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 16520
1.83/1.06	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 288
1.83/1.06	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 896
1.83/1.06	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 11916
1.83/1.06	c 29620 constraints processed.
1.83/1.07	c objective function length is 26 literals
5.18/2.75	c cleaning 2475 clauses out of 5003 with flag 0/5003
10.03/6.35	c cleaning 4265 clauses out of 8530 with flag 0/11005
11.90/8.07	c cleaning 5623 clauses out of 11260 with flag 0/18000
15.78/11.64	c cleaning 6809 clauses out of 13638 with flag 0/26001
20.29/16.07	c cleaning 7913 clauses out of 15828 with flag 0/35000
26.19/21.98	c cleaning 8953 clauses out of 17916 with flag 0/45001
36.28/31.91	c cleaning 9964 clauses out of 19962 with flag 0/56000
51.92/47.58	c cleaning 10993 clauses out of 21998 with flag 0/68000
66.11/61.62	c cleaning 11999 clauses out of 24005 with flag 0/81000
81.69/77.16	c cleaning 12999 clauses out of 26007 with flag 0/95001
106.13/100.95	c cleaning 13989 clauses out of 28009 with flag 0/110002
122.51/117.08	c cleaning 15000 clauses out of 30020 with flag 0/126002
150.74/144.72	c cleaning 15999 clauses out of 32019 with flag 0/143001
179.37/173.30	c cleaning 17009 clauses out of 34021 with flag 0/161002
204.83/198.25	c cleaning 17984 clauses out of 36011 with flag 0/180001
223.06/216.01	c cleaning 18994 clauses out of 38026 with flag 0/200000
243.20/234.88	c cleaning 20010 clauses out of 40033 with flag 0/221001
282.73/273.30	c cleaning 21004 clauses out of 42023 with flag 0/243001
352.98/343.05	c cleaning 22000 clauses out of 44018 with flag 0/266000
448.35/437.64	c cleaning 22999 clauses out of 46018 with flag 0/290000
525.67/514.42	c cleaning 23999 clauses out of 48019 with flag 0/315000
606.25/594.46	c cleaning 24999 clauses out of 50020 with flag 0/341000
701.05/688.48	c cleaning 26003 clauses out of 52021 with flag 0/368000
796.90/783.75	c cleaning 26998 clauses out of 54018 with flag 0/396000
926.55/912.44	c cleaning 28005 clauses out of 56020 with flag 0/425000
1034.74/1020.36	c cleaning 29002 clauses out of 58018 with flag 0/455003
1135.90/1120.20	c cleaning 30004 clauses out of 60015 with flag 0/486002
1239.65/1222.60	c cleaning 30999 clauses out of 62009 with flag 0/518000
1295.35/1277.41	c cleaning 31999 clauses out of 64012 with flag 0/551002
1395.89/1377.18	c cleaning 32995 clauses out of 66011 with flag 0/585000
1524.02/1504.44	c cleaning 34003 clauses out of 68016 with flag 0/620000
1643.10/1622.57	c cleaning 35006 clauses out of 70021 with flag 0/656008
1784.85/1763.21	c cleaning 35993 clauses out of 72007 with flag 0/693000
1933.21/1910.69	c cleaning 36999 clauses out of 74014 with flag 0/731000
2114.79/2091.24	c cleaning 38002 clauses out of 76015 with flag 0/770000
2283.79/2258.90	c cleaning 38997 clauses out of 78013 with flag 0/810000
2442.03/2416.03	c cleaning 40004 clauses out of 80017 with flag 0/851001
2549.99/2522.70	c cleaning 40998 clauses out of 82012 with flag 0/893000
2729.46/2700.59	c cleaning 42008 clauses out of 84016 with flag 0/936002
2888.54/2858.25	c cleaning 43000 clauses out of 86006 with flag 0/980000
3018.87/2987.69	c cleaning 44002 clauses out of 88008 with flag 0/1025002
3123.21/3090.55	c cleaning 44974 clauses out of 90004 with flag 0/1071000
3314.30/3279.91	c cleaning 45991 clauses out of 92031 with flag 0/1118001
3531.73/3495.89	c cleaning 47001 clauses out of 94041 with flag 0/1166002
3600.00/3563.01	c timeout
3600.00/3563.02	c starts		: 191
3600.00/3563.02	c conflicts		: 1189630
3600.00/3563.02	c decisions		: 1629041
3600.00/3563.02	c propagations		: 48078220
3600.00/3563.02	c inspects		: 5011916453
3600.00/3563.02	c shortcuts		: 0
3600.00/3563.02	c learnt literals	: 0
3600.00/3563.02	c learnt binary clauses	: 226
3600.00/3563.02	c learnt ternary clauses	: 516
3600.00/3563.02	c learnt constraints	: 1189630
3600.00/3563.02	c ignored constraints	: 0
3600.00/3563.02	c root simplifications	: 0
3600.00/3563.02	c removed literals (reason simplification)	: 0
3600.00/3563.02	c reason swapping (by a shorter reason)	: 0
3600.00/3563.02	c Calls to reduceDB	: 44
3600.00/3563.02	c Number of update (reduction) of LBD	: 1038015
3600.00/3563.02	c Imported unit clauses	: 0
3600.00/3563.02	c No decision after first conflict	: false
3600.00/3563.02	c number of reductions to clauses (during analyze)	: 0
3600.00/3563.02	c number of learned constraints concerned by reduction	: 0
3600.00/3563.02	c number of learning phase by resolution	: 0
3600.00/3563.02	c number of learning phase by cutting planes	: 0
3600.00/3563.02	c number of rounding to 1 operations	: 0
3600.00/3563.02	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3563.02	c number of reductions of the coefficients by power 2 	: 0
3600.00/3563.02	c number of right shift for reduction by power 2 	: 0
3600.00/3563.02	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3563.02	c number of ending skipping 	: 0
3600.00/3563.02	c number of internal skipping 	: 0
3600.00/3563.02	c number of derivation steps 	: 15548126
3600.00/3563.02	c number of skipped derivation steps 	: 0
3600.00/3563.02	c number of remaining unassigned 	: 91630
3600.00/3563.02	c number of remaining assigned 	: 200488879
3600.00/3563.02	c number of falsified literals weakened from reason	: 0
3600.00/3563.02	c number of falsified literals weakened from conflict	: 0
3600.00/3563.02	c time for arithmetic operations	: 6408503235
3600.00/3563.02	c minimum degree of deleted constraints	: 1
3600.00/3563.02	c maximum degree of deleted constraints	: 550582369617727628023062528
3600.00/3563.02	c number of deleted constraints	: 1118962
3600.00/3563.02	c speed (assignments/second)	: 13497.758665851008
3600.00/3563.03	c non guided choices	: 145617
3600.00/3563.06	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1942
3600.00/3563.06	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 7803
3600.00/3563.06	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 226
3600.00/3563.06	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 60697
3600.00/3563.06	s UNKNOWN
3600.00/3563.06	c Total wall clock time (in seconds): 3562.914

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63968 MiB (55887 MiB free)
  memory of node 1: 64473 MiB (61027 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4430097-1721167872/watcher-4430097-1721167872 -o /tmp/evaluation-result-4430097-1721167872/solver-4430097-1721167872 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1721160679-869040 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4430097-1721167872.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=873903, runsolver pid=873900

[startup+0.101599 s]*
/proc/loadavg: 4.35 4.22 4.19 5/336 873921
/proc/meminfo: memFree=119678720/131524600 swapFree=131071996/131071996
[pid=873903] ppid=873900 vsize=18975048 memory=62576 CPUtime=0.13 cores=5,7
/proc/873903/stat : 873903 (java) S 873900 873903 869027 0 -1 1077936128 7727 0 0 0 12 1 0 0 20 0 18 0 168953873 19430449152 15644 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
/proc/873903/statm: 4743762 15644 5545 1 0 549322 0
[pid=873903/tid=873905] ppid=873900 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/873903/task/873905/stat : 873905 (java) R 873900 873903 869027 0 -1 1077936192 6265 0 0 0 7 1 0 0 20 0 18 0 168953873 19430449152 15644 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
[pid=873903/tid=873914] ppid=873900 vsize=18975048 memory=237146210664 CPUtime=0 cores=5,7
/proc/873903/task/873914/stat : 873914 (Finalizer) S 873900 873903 869027 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 168953876 19430449152 15644 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
[pid=873903/tid=873921] ppid=873900 vsize=18975048 memory=14408228826018639 CPUtime=0 cores=5,7
/proc/873903/task/873921/stat : 873921 (Common-Cleaner) S 873900 873903 869027 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 168953876 19430449152 15644 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62576 KiB

[startup+0.211767 s]*
/proc/loadavg: 4.35 4.22 4.19 7/336 873921
/proc/meminfo: memFree=119664184/131524600 swapFree=131071996/131071996
[pid=873903] ppid=873900 vsize=18975048 memory=77768 CPUtime=0.34 cores=5,7
/proc/873903/stat : 873903 (java) S 873900 873903 869027 0 -1 1077936128 8211 0 0 0 33 1 0 0 20 0 18 0 168953873 19430449152 19442 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
/proc/873903/statm: 4743762 19442 5813 1 0 549724 0
[pid=873903/tid=873905] ppid=873900 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=5,7
/proc/873903/task/873905/stat : 873905 (java) R 873900 873903 869027 0 -1 4194368 6554 0 0 0 17 1 0 0 20 0 18 0 168953873 19430449152 19442 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
[pid=873903/tid=873914] ppid=873900 vsize=18975048 memory=2643 CPUtime=0 cores=5,7
/proc/873903/task/873914/stat : 873914 (Finalizer) S 873900 873903 869027 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 168953876 19430449152 19442 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
[pid=873903/tid=873921] ppid=873900 vsize=18975048 memory=14126753849280249 CPUtime=0 cores=5,7
/proc/873903/task/873921/stat : 873921 (Common-Cleaner) S 873900 873903 869027 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 168953876 19430449152 19442 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 77768 KiB

[startup+0.306766 s]*
/proc/loadavg: 4.35 4.22 4.19 7/336 873921
/proc/meminfo: memFree=119619360/131524600 swapFree=131071996/131071996
[pid=873903] ppid=873900 vsize=18975048 memory=122528 CPUtime=0.52 cores=5,7
/proc/873903/stat : 873903 (java) S 873900 873903 869027 0 -1 1077936128 9675 0 0 0 50 2 0 0 20 0 18 0 168953873 19430449152 30632 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
/proc/873903/statm: 4743762 30632 5813 1 0 550691 0
[pid=873903/tid=873905] ppid=873900 vsize=18975048 memory=-9177598720984064700 CPUtime=0.27 cores=5,7
/proc/873903/task/873905/stat : 873905 (java) R 873900 873903 869027 0 -1 4194368 6606 0 0 0 25 2 0 0 20 0 18 0 168953873 19430449152 30632 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
[pid=873903/tid=873914] ppid=873900 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/873903/task/873914/stat : 873914 (Finalizer) S 873900 873903 869027 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 168953876 19430449152 30632 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
[pid=873903/tid=873921] ppid=873900 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/873903/task/873921/stat : 873921 (Common-Cleaner) S 873900 873903 869027 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 168953876 19430449152 30632 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 122528 KiB

[startup+0.700768 s]
/proc/loadavg: 4.35 4.22 4.19 6/337 873922
/proc/meminfo: memFree=119501364/131524600 swapFree=131071996/131071996
[pid=873903] ppid=873900 vsize=19041612 memory=716384 CPUtime=1.24 cores=5,7
/proc/873903/stat : 873903 (java) S 873900 873903 869027 0 -1 1077936128 16344 0 0 0 109 15 0 0 20 0 19 0 168953873 19498610688 179096 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
/proc/873903/statm: 4760403 179096 5861 1 0 553354 0
[pid=873903/tid=873905] ppid=873900 vsize=19041612 memory=5544 CPUtime=0.61 cores=5,7
/proc/873903/task/873905/stat : 873905 (java) R 873900 873903 869027 0 -1 4194368 6901 0 0 0 48 13 0 0 20 0 19 0 168953873 19498610688 179096 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
[pid=873903/tid=873914] ppid=873900 vsize=19041612 memory=12504 CPUtime=0 cores=5,7
/proc/873903/task/873914/stat : 873914 (Finalizer) S 873900 873903 869027 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 168953876 19498610688 179096 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
[pid=873903/tid=873921] ppid=873900 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/873903/task/873921/stat : 873921 (Common-Cleaner) S 873900 873903 869027 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 168953876 19498610688 179096 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 716384 KiB

[startup+1.50877 s]
/proc/loadavg: 4.35 4.22 4.19 6/337 873922
/proc/meminfo: memFree=118420932/131524600 swapFree=131071996/131071996
[pid=873903] ppid=873900 vsize=19108176 memory=1319804 CPUtime=2.83 cores=5,7
/proc/873903/stat : 873903 (java) S 873900 873903 869027 0 -1 1077936128 20404 0 0 0 255 28 0 0 20 0 20 0 168953873 19566772224 329951 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
/proc/873903/statm: 4777044 329951 5898 1 0 556579 0
[pid=873903/tid=873905] ppid=873900 vsize=19108176 memory=12504 CPUtime=1.35 cores=5,7
/proc/873903/task/873905/stat : 873905 (java) R 873900 873903 869027 0 -1 4194368 7321 0 0 0 111 24 0 0 20 0 20 0 168953873 19566772224 329951 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
[pid=873903/tid=873914] ppid=873900 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/873903/task/873914/stat : 873914 (Finalizer) S 873900 873903 869027 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 168953876 19566772224 329951 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
[pid=873903/tid=873921] ppid=873900 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/873903/task/873921/stat : 873921 (Common-Cleaner) S 873900 873903 869027 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 168953876 19566772224 329951 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1319804 KiB

[startup+3.10677 s]
/proc/loadavg: 4.35 4.22 4.19 6/338 873923
/proc/meminfo: memFree=117718588/131524600 swapFree=131071996/131071996
[pid=873903] ppid=873900 vsize=19108176 memory=2090904 CPUtime=5.99 cores=5,7
/proc/873903/stat : 873903 (java) S 873900 873903 869027 0 -1 1077936128 22183 0 0 0 556 43 0 0 20 0 20 0 168953873 19566772224 522726 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
/proc/873903/statm: 4777044 522726 5898 1 0 951837 0
[pid=873903/tid=873905] ppid=873900 vsize=19108176 memory=198340509722 CPUtime=2.89 cores=5,7
/proc/873903/task/873905/stat : 873905 (java) R 873900 873903 869027 0 -1 4194368 7829 0 0 0 251 38 0 0 20 0 20 0 168953873 19566772224 522726 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
[pid=873903/tid=873914] ppid=873900 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/873903/task/873914/stat : 873914 (Finalizer) S 873900 873903 869027 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 168953876 19566772224 522726 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
[pid=873903/tid=873921] ppid=873900 vsize=19108176 memory=12504 CPUtime=0 cores=5,7
/proc/873903/task/873921/stat : 873921 (Common-Cleaner) S 873900 873903 869027 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 168953876 19566772224 522726 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
[pid=873903/tid=873923] ppid=873900 vsize=19108176 memory=1319804 CPUtime=0 cores=5,7
/proc/873903/task/873923/stat : 873923 (Timer-0) S 873900 873903 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168953981 19566772224 522726 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
Current children cumulated CPU time: 5.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2090904 KiB

[startup+6.30077 s]
/proc/loadavg: 4.48 4.25 4.20 5/338 873923
/proc/meminfo: memFree=116854080/131524600 swapFree=131071996/131071996
[pid=873903] ppid=873900 vsize=19108176 memory=2875712 CPUtime=10.03 cores=5,7
/proc/873903/stat : 873903 (java) S 873900 873903 869027 0 -1 1077936128 22896 0 0 0 945 58 0 0 20 0 20 0 168953873 19566772224 718928 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
/proc/873903/statm: 4777044 718928 5898 1 0 951857 0
[pid=873903/tid=873905] ppid=873900 vsize=19108176 memory=0 CPUtime=6.03 cores=5,7
/proc/873903/task/873905/stat : 873905 (java) R 873900 873903 869027 0 -1 4194368 8401 0 0 0 550 53 0 0 20 0 20 0 168953873 19566772224 718928 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
[pid=873903/tid=873914] ppid=873900 vsize=19108176 memory=12504 CPUtime=0 cores=5,7
/proc/873903/task/873914/stat : 873914 (Finalizer) S 873900 873903 869027 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 168953876 19566772224 718928 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
[pid=873903/tid=873921] ppid=873900 vsize=19108176 memory=1536808 CPUtime=0 cores=5,7
/proc/873903/task/873921/stat : 873921 (Common-Cleaner) S 873900 873903 869027 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 168953876 19566772224 718928 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
[pid=873903/tid=873923] ppid=873900 vsize=19108176 memory=2875712 CPUtime=0 cores=5,7
/proc/873903/task/873923/stat : 873923 (Timer-0) S 873900 873903 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168953981 19566772224 718928 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
Current children cumulated CPU time: 10.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2875712 KiB

[startup+12.7003 s]
/proc/loadavg: 4.52 4.26 4.20 5/338 873925
/proc/meminfo: memFree=116329220/131524600 swapFree=131071996/131071996
[pid=873903] ppid=873900 vsize=19108176 memory=2876188 CPUtime=16.95 cores=5,7
/proc/873903/stat : 873903 (java) S 873900 873903 869027 0 -1 1077936128 28378 0 0 0 1636 59 0 0 20 0 20 0 168953873 19566772224 719047 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
/proc/873903/statm: 4777044 719047 5928 1 0 951859 0
[pid=873903/tid=873905] ppid=873900 vsize=19108176 memory=2876088 CPUtime=12.34 cores=5,7
/proc/873903/task/873905/stat : 873905 (java) R 873900 873903 869027 0 -1 4194368 10023 0 0 0 1180 54 0 0 20 0 20 0 168953873 19566772224 719047 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
[pid=873903/tid=873914] ppid=873900 vsize=19108176 memory=11476 CPUtime=0 cores=5,7
/proc/873903/task/873914/stat : 873914 (Finalizer) S 873900 873903 869027 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 168953876 19566772224 719047 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
[pid=873903/tid=873921] ppid=873900 vsize=19108176 memory=7812730947717653331 CPUtime=0 cores=5,7
/proc/873903/task/873921/stat : 873921 (Common-Cleaner) S 873900 873903 869027 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 168953876 19566772224 719047 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
[pid=873903/tid=873923] ppid=873900 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/873903/task/873923/stat : 873923 (Timer-0) S 873900 873903 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168953981 19566772224 719047 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
Current children cumulated CPU time: 16.95 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2876188 KiB

[startup+25.5003 s]
/proc/loadavg: 4.41 4.25 4.20 5/337 873926
/proc/meminfo: memFree=115796092/131524600 swapFree=131071996/131071996
[pid=873903] ppid=873900 vsize=19108176 memory=2876516 CPUtime=29.84 cores=5,7
/proc/873903/stat : 873903 (java) S 873900 873903 869027 0 -1 1077936128 31589 0 0 0 2924 60 0 0 20 0 20 0 168953873 19566772224 719129 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
/proc/873903/statm: 4777044 719129 5944 1 0 951859 0
[pid=873903/tid=873905] ppid=873900 vsize=19108176 memory=7812730947717653331 CPUtime=24.91 cores=5,7
/proc/873903/task/873905/stat : 873905 (java) R 873900 873903 869027 0 -1 4194368 11448 0 0 0 2437 54 0 0 20 0 20 0 168953873 19566772224 719129 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
[pid=873903/tid=873914] ppid=873900 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/873903/task/873914/stat : 873914 (Finalizer) S 873900 873903 869027 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 168953876 19566772224 719129 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
[pid=873903/tid=873921] ppid=873900 vsize=19108176 memory=5552 CPUtime=0 cores=5,7
/proc/873903/task/873921/stat : 873921 (Common-Cleaner) S 873900 873903 869027 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 168953876 19566772224 719129 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
[pid=873903/tid=873923] ppid=873900 vsize=19108176 memory=-9177598720984064700 CPUtime=0 cores=5,7
/proc/873903/task/873923/stat : 873923 (Timer-0) S 873900 873903 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168953981 19566772224 719129 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
Current children cumulated CPU time: 29.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2876516 KiB

[startup+51.1059 s]
/proc/loadavg: 4.27 4.23 4.19 5/336 873931
/proc/meminfo: memFree=115669808/131524600 swapFree=131071996/131071996
[pid=873903] ppid=873900 vsize=19108176 memory=2891012 CPUtime=55.55 cores=5,7
/proc/873903/stat : 873903 (java) S 873900 873903 869027 0 -1 1077936128 39115 0 0 0 5493 62 0 0 20 0 20 0 168953873 19566772224 722753 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
/proc/873903/statm: 4777044 722753 5944 1 0 951875 0
[pid=873903/tid=873905] ppid=873900 vsize=19108176 memory=2886840 CPUtime=50.11 cores=5,7
/proc/873903/task/873905/stat : 873905 (java) R 873900 873903 869027 0 -1 4194368 15180 0 0 0 4957 54 0 0 20 0 20 0 168953873 19566772224 722753 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
[pid=873903/tid=873914] ppid=873900 vsize=19108176 memory=11476 CPUtime=0 cores=5,7
/proc/873903/task/873914/stat : 873914 (Finalizer) S 873900 873903 869027 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 168953876 19566772224 722753 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
[pid=873903/tid=873921] ppid=873900 vsize=19108176 memory=11476 CPUtime=0 cores=5,7
/proc/873903/task/873921/stat : 873921 (Common-Cleaner) S 873900 873903 869027 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 168953876 19566772224 722753 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
[pid=873903/tid=873923] ppid=873900 vsize=19108176 memory=11476 CPUtime=0 cores=5,7

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

/proc/meminfo: memFree=112312244/131524600 swapFree=131071996/131071996
[pid=873903] ppid=873900 vsize=19108176 memory=3759344 CPUtime=3196.04 cores=5,7
/proc/873903/stat : 873903 (java) S 873900 873903 869027 0 -1 1077936128 292678 0 0 0 319383 221 0 0 20 0 20 0 168953873 19566772224 939836 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
/proc/873903/statm: 4777044 939836 5948 1 0 952625 0
[pid=873903/tid=873905] ppid=873900 vsize=19108176 memory=42116 CPUtime=3103.12 cores=5,7
/proc/873903/task/873905/stat : 873905 (java) R 873900 873903 869027 0 -1 4194368 137553 0 0 0 310241 71 0 0 20 0 20 0 168953873 19566772224 939836 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 38 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
[pid=873903/tid=873914] ppid=873900 vsize=19108176 memory=11476 CPUtime=0 cores=5,7
/proc/873903/task/873914/stat : 873914 (Finalizer) S 873900 873903 869027 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 168953876 19566772224 939836 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
[pid=873903/tid=873921] ppid=873900 vsize=19108176 memory=3759344 CPUtime=0 cores=5,7
/proc/873903/task/873921/stat : 873921 (Common-Cleaner) S 873900 873903 869027 0 -1 1077936192 3489 0 0 0 0 0 0 0 20 0 20 0 168953876 19566772224 939836 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
[pid=873903/tid=873923] ppid=873900 vsize=19108176 memory=3759276 CPUtime=0 cores=5,7
/proc/873903/task/873923/stat : 873923 (Timer-0) S 873900 873903 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168953981 19566772224 939836 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
Current children cumulated CPU time: 3196.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3759344 KiB

[startup+3222.3 s]
/proc/loadavg: 4.15 4.16 4.17 5/333 875686
/proc/meminfo: memFree=112311780/131524600 swapFree=131071996/131071996
[pid=873903] ppid=873900 vsize=19108176 memory=3759348 CPUtime=3256.47 cores=5,7
/proc/873903/stat : 873903 (java) S 873900 873903 869027 0 -1 1077936128 295580 0 0 0 325424 223 0 0 20 0 20 0 168953873 19566772224 939837 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
/proc/873903/statm: 4777044 939837 5948 1 0 952625 0
[pid=873903/tid=873905] ppid=873900 vsize=19108176 memory=3759348 CPUtime=3162.23 cores=5,7
/proc/873903/task/873905/stat : 873905 (java) R 873900 873903 869027 0 -1 4194368 138979 0 0 0 316152 71 0 0 20 0 20 0 168953873 19566772224 939837 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 38 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
[pid=873903/tid=873914] ppid=873900 vsize=19108176 memory=3759348 CPUtime=0 cores=5,7
/proc/873903/task/873914/stat : 873914 (Finalizer) S 873900 873903 869027 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 168953876 19566772224 939837 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
[pid=873903/tid=873921] ppid=873900 vsize=19108176 memory=5544 CPUtime=0 cores=5,7
/proc/873903/task/873921/stat : 873921 (Common-Cleaner) S 873900 873903 869027 0 -1 1077936192 3489 0 0 0 0 0 0 0 20 0 20 0 168953876 19566772224 939837 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
[pid=873903/tid=873923] ppid=873900 vsize=19108176 memory=40388 CPUtime=0 cores=5,7
/proc/873903/task/873923/stat : 873923 (Timer-0) S 873900 873903 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168953981 19566772224 939837 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
Current children cumulated CPU time: 3256.47 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3759348 KiB

[startup+3282.3 s]
/proc/loadavg: 4.21 4.17 4.18 5/331 875697
/proc/meminfo: memFree=112311388/131524600 swapFree=131071996/131071996
[pid=873903] ppid=873900 vsize=19108176 memory=3759348 CPUtime=3316.74 cores=5,7
/proc/873903/stat : 873903 (java) S 873900 873903 869027 0 -1 1077936128 296699 0 0 0 331449 225 0 0 20 0 20 0 168953873 19566772224 939837 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
/proc/873903/statm: 4777044 939837 5948 1 0 952625 0
[pid=873903/tid=873905] ppid=873900 vsize=19108176 memory=3759348 CPUtime=3221.42 cores=5,7
/proc/873903/task/873905/stat : 873905 (java) R 873900 873903 869027 0 -1 4194368 139879 0 0 0 322071 71 0 0 20 0 20 0 168953873 19566772224 939837 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 38 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
[pid=873903/tid=873914] ppid=873900 vsize=19108176 memory=3759348 CPUtime=0 cores=5,7
/proc/873903/task/873914/stat : 873914 (Finalizer) S 873900 873903 869027 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 168953876 19566772224 939837 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
[pid=873903/tid=873921] ppid=873900 vsize=19108176 memory=198340509722 CPUtime=0 cores=5,7
/proc/873903/task/873921/stat : 873921 (Common-Cleaner) S 873900 873903 869027 0 -1 1077936192 3580 0 0 0 0 0 0 0 20 0 20 0 168953876 19566772224 939837 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
[pid=873903/tid=873923] ppid=873900 vsize=19108176 memory=7328 CPUtime=0 cores=5,7
/proc/873903/task/873923/stat : 873923 (Timer-0) S 873900 873903 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168953981 19566772224 939837 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
Current children cumulated CPU time: 3316.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3759348 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.16 4.17 5/331 875707
/proc/meminfo: memFree=112310920/131524600 swapFree=131071996/131071996
[pid=873903] ppid=873900 vsize=19108176 memory=3759384 CPUtime=3377.44 cores=5,7
/proc/873903/stat : 873903 (java) S 873900 873903 869027 0 -1 1077936128 297908 0 0 0 337516 228 0 0 20 0 20 0 168953873 19566772224 939846 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
/proc/873903/statm: 4777044 939846 5948 1 0 952625 0
[pid=873903/tid=873905] ppid=873900 vsize=19108176 memory=11476 CPUtime=3280.17 cores=5,7
/proc/873903/task/873905/stat : 873905 (java) R 873900 873903 869027 0 -1 4194368 140774 0 0 0 327945 72 0 0 20 0 20 0 168953873 19566772224 939846 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 42 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
[pid=873903/tid=873914] ppid=873900 vsize=19108176 memory=3759356 CPUtime=0 cores=5,7
/proc/873903/task/873914/stat : 873914 (Finalizer) S 873900 873903 869027 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 168953876 19566772224 939846 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
[pid=873903/tid=873921] ppid=873900 vsize=19108176 memory=42116 CPUtime=0 cores=5,7
/proc/873903/task/873921/stat : 873921 (Common-Cleaner) S 873900 873903 869027 0 -1 1077936192 3580 0 0 0 0 0 0 0 20 0 20 0 168953876 19566772224 939846 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
[pid=873903/tid=873923] ppid=873900 vsize=19108176 memory=11476 CPUtime=0 cores=5,7
/proc/873903/task/873923/stat : 873923 (Timer-0) S 873900 873903 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168953981 19566772224 939846 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
Current children cumulated CPU time: 3377.44 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3759384 KiB

[startup+3402.3 s]
/proc/loadavg: 4.30 4.19 4.19 5/331 875718
/proc/meminfo: memFree=112310468/131524600 swapFree=131071996/131071996
[pid=873903] ppid=873900 vsize=19108176 memory=3759420 CPUtime=3437.73 cores=5,7
/proc/873903/stat : 873903 (java) S 873900 873903 869027 0 -1 1077936128 300202 0 0 0 343543 230 0 0 20 0 20 0 168953873 19566772224 939855 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
/proc/873903/statm: 4777044 939855 5948 1 0 952625 0
[pid=873903/tid=873905] ppid=873900 vsize=19108176 memory=3759420 CPUtime=3339.11 cores=5,7
/proc/873903/task/873905/stat : 873905 (java) R 873900 873903 869027 0 -1 4194368 141780 0 0 0 333839 72 0 0 20 0 20 0 168953873 19566772224 939855 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 46 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
[pid=873903/tid=873914] ppid=873900 vsize=19108176 memory=42116 CPUtime=0 cores=5,7
/proc/873903/task/873914/stat : 873914 (Finalizer) S 873900 873903 869027 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 168953876 19566772224 939855 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
[pid=873903/tid=873921] ppid=873900 vsize=19108176 memory=3759420 CPUtime=0 cores=5,7
/proc/873903/task/873921/stat : 873921 (Common-Cleaner) S 873900 873903 869027 0 -1 1077936192 3672 0 0 0 0 0 0 0 20 0 20 0 168953876 19566772224 939855 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
[pid=873903/tid=873923] ppid=873900 vsize=19108176 memory=3759420 CPUtime=0 cores=5,7
/proc/873903/task/873923/stat : 873923 (Timer-0) S 873900 873903 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168953981 19566772224 939855 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
Current children cumulated CPU time: 3437.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3759420 KiB

[startup+3462.3 s]
/proc/loadavg: 4.61 4.29 4.22 5/331 875728
/proc/meminfo: memFree=112310204/131524600 swapFree=131071996/131071996
[pid=873903] ppid=873900 vsize=19108176 memory=3759420 CPUtime=3498.05 cores=5,7
/proc/873903/stat : 873903 (java) S 873900 873903 869027 0 -1 1077936128 300936 0 0 0 349573 232 0 0 20 0 20 0 168953873 19566772224 939855 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
/proc/873903/statm: 4777044 939855 5948 1 0 952625 0
[pid=873903/tid=873905] ppid=873900 vsize=19108176 memory=3759420 CPUtime=3398.26 cores=5,7
/proc/873903/task/873905/stat : 873905 (java) R 873900 873903 869027 0 -1 4194368 142374 0 0 0 339754 72 0 0 20 0 20 0 168953873 19566772224 939855 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 46 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
[pid=873903/tid=873914] ppid=873900 vsize=19108176 memory=11476 CPUtime=0 cores=5,7
/proc/873903/task/873914/stat : 873914 (Finalizer) S 873900 873903 869027 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 168953876 19566772224 939855 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
[pid=873903/tid=873921] ppid=873900 vsize=19108176 memory=11476 CPUtime=0 cores=5,7
/proc/873903/task/873921/stat : 873921 (Common-Cleaner) S 873900 873903 869027 0 -1 1077936192 3672 0 0 0 0 0 0 0 20 0 20 0 168953876 19566772224 939855 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
[pid=873903/tid=873923] ppid=873900 vsize=19108176 memory=3759420 CPUtime=0 cores=5,7
/proc/873903/task/873923/stat : 873923 (Timer-0) S 873900 873903 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168953981 19566772224 939855 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
Current children cumulated CPU time: 3498.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3759420 KiB

[startup+3522.3 s]
/proc/loadavg: 4.04 4.20 4.19 3/279 875806
/proc/meminfo: memFree=120961812/131524600 swapFree=131071996/131071996
[pid=873903] ppid=873900 vsize=19108176 memory=3759428 CPUtime=3558.58 cores=5,7
/proc/873903/stat : 873903 (java) S 873900 873903 869027 0 -1 1077936128 304277 0 0 0 355623 235 0 0 20 0 20 0 168953873 19566772224 939857 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
/proc/873903/statm: 4777044 939857 5948 1 0 952625 0
[pid=873903/tid=873905] ppid=873900 vsize=19108176 memory=11476 CPUtime=3457.24 cores=5,7
/proc/873903/task/873905/stat : 873905 (java) R 873900 873903 869027 0 -1 4194368 144327 0 0 0 345652 72 0 0 20 0 20 0 168953873 19566772224 939857 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 46 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
[pid=873903/tid=873914] ppid=873900 vsize=19108176 memory=3759420 CPUtime=0 cores=5,7
/proc/873903/task/873914/stat : 873914 (Finalizer) S 873900 873903 869027 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 168953876 19566772224 939857 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
[pid=873903/tid=873921] ppid=873900 vsize=19108176 memory=3759420 CPUtime=0 cores=5,7
/proc/873903/task/873921/stat : 873921 (Common-Cleaner) S 873900 873903 869027 0 -1 1077936192 3672 0 0 0 0 0 0 0 20 0 20 0 168953876 19566772224 939857 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
[pid=873903/tid=873923] ppid=873900 vsize=19108176 memory=3759424 CPUtime=0 cores=5,7
/proc/873903/task/873923/stat : 873923 (Timer-0) S 873900 873903 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168953981 19566772224 939857 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
Current children cumulated CPU time: 3558.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3759428 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3563 s]*
/proc/loadavg: 3.04 3.93 4.10 2/256 875854
/proc/meminfo: memFree=125240772/131524600 swapFree=131071996/131071996
[pid=873903] ppid=873900 vsize=19108176 memory=3759504 CPUtime=3600 cores=5,7
/proc/873903/stat : 873903 (java) S 873900 873903 869027 0 -1 1077936128 314978 0 0 0 359762 238 0 0 20 0 20 0 168953873 19566772224 939876 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
/proc/873903/statm: 4777044 939876 5948 1 0 952625 0
[pid=873903/tid=873905] ppid=873900 vsize=19108176 memory=-9177598720984064700 CPUtime=3497.19 cores=5,7
/proc/873903/task/873905/stat : 873905 (java) R 873900 873903 869027 0 -1 4194368 145068 0 0 0 349647 72 0 0 20 0 20 0 168953873 19566772224 939876 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 46 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
[pid=873903/tid=873914] ppid=873900 vsize=19108176 memory=-8621784580815831193 CPUtime=0 cores=5,7
/proc/873903/task/873914/stat : 873914 (Finalizer) S 873900 873903 869027 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 168953876 19566772224 939876 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
[pid=873903/tid=873921] ppid=873900 vsize=19108176 memory=2844 CPUtime=0 cores=5,7
/proc/873903/task/873921/stat : 873921 (Common-Cleaner) S 873900 873903 869027 0 -1 1077936192 3693 0 0 0 0 0 0 0 20 0 20 0 168953876 19566772224 939876 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
[pid=873903/tid=873923] ppid=873900 vsize=19108176 memory=13712 CPUtime=0 cores=5,7
/proc/873903/task/873923/stat : 873923 (Timer-0) S 873900 873903 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168953981 19566772224 939876 134679101440 94744368291840 94744368295536 140721884442592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94744368303352 94744368304144 94744385880064 140721884447733 140721884447841 140721884447841 140721884454856 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3759504 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.71 s, system=2.40269 s

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

Child status: 143

Real time (s): 3563.08
CPU time (s): 3600.11
CPU user time (s): 3597.71
CPU system time (s): 2.40269
CPU usage (%): 101.039
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 3759504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.71
system time used= 2.40269
maximum resident set size= 3761360
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 316987
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= 149195
involuntary context switches= 9080


# summary of solver processes directly reported to runsolver:
#   pid: 873903
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3597.71
#   total CPU system time (s): 2.40269

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.9181 second user time and 17.5998 second system time

The end

Launcher Data

Begin job on nodeC027 at 2024-07-17 00:11:25
IDJOB=4430097
IDBENCH=158398
IDSOLVER=3052
FILE ID=nodeC027/4430097-1721167872
RUNJOBID= nodeC027-1721160679-869040
SLURM_JOB_ID= 7505775
Free space on /tmp= 890076 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/EmployeeScheduling/normalized-oct5.5.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4430097-1721167872/watcher-4430097-1721167872 -o /tmp/evaluation-result-4430097-1721167872/solver-4430097-1721167872 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1721160679-869040 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4430097-1721167872.opb

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

MD5SUM BENCH= 26f8151eeea3bfac35ea53df0172ab44
RANDOM SEED=537719591

nodeC027.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.564
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	: 7000.36
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		: 3689.890
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.29
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		: 3682.984
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	: 7000.36
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		: 3671.903
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.29
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		: 3683.022
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	: 7000.36
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		: 3661.968
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.29
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		: 3600.319
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	: 7000.36
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		: 3660.124
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.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        119720508 kB
MemAvailable:   120477108 kB
Buffers:          425260 kB
Cached:          1167460 kB
SwapCached:            0 kB
Active:           738544 kB
Inactive:       10451376 kB
Active(anon):       1576 kB
Inactive(anon):  9633020 kB
Active(file):     736968 kB
Inactive(file):   818356 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              3968 kB
Writeback:             0 kB
AnonPages:       9594708 kB
Mapped:           125192 kB
Shmem:             37720 kB
KReclaimable:      82196 kB
Slab:             187252 kB
SReclaimable:      82196 kB
SUnreclaim:       105056 kB
KernelStack:        5184 kB
PageTables:        28488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   12580720 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            62912 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9279488 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:      193236 kB
DirectMap2M:    15308800 kB
DirectMap1G:    120586240 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC027 at 2024-07-17 01:10:48