Trace number 4430098

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.33 3552.15

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/
EmployeeScheduling/normalized-oct6.5.opb
MD5SUM0048c1c5d89c09890e717f6e64ce7569
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 benchmark101
Best CPU time to get the best result obtained on this benchmark1.45304
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 clauses27574
Number of constraints which are cardinality constraints (but not clauses)226
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.12/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.12	c See www.sat4j.org for details.
0.12/0.12	c version CUSTOM.v20240707
0.12/0.13	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.13	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.13	c java.vm.version	22.0.1+8-16
0.12/0.13	c java.vm.vendor	Oracle Corporation
0.12/0.13	c sun.arch.data.model	64
0.12/0.13	c java.version		22.0.1
0.12/0.13	c os.name		Linux
0.12/0.13	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.13	c os.arch		amd64
0.12/0.14	c Free memory 		2115194816
0.12/0.14	c Max memory 		16282288128
0.12/0.14	c Total memory 		2122317824
0.12/0.14	c Number of processors 	2
0.12/0.21	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.21	 - never skip resolution steps
0.12/0.21	 - Auto-division on coefficients is disabled
0.12/0.21	 - No postprocessing
0.12/0.21	 - Conflict is considered as is when resolving
0.12/0.21	 - Use constraints as they come during conflict analysis
0.12/0.21	 - Weaken first using unassigned literals
0.12/0.21	 - Bump strategy: ALWAYS_ONE
0.12/0.21	 - Bumper: EFFECTIVE
0.12/0.21	--- Begin Solver configuration ---
0.12/0.21	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.12/0.21	Learn all clauses as in MiniSAT
0.12/0.21	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.21	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.21	No reason simplification
0.12/0.21	Dynamic restart strategy considering the size of the coefficients
0.12/0.21	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.12/0.21	timeout=2147483s
0.12/0.21	DB Simplification allowed=false
0.12/0.21	Listener: none
0.12/0.21	--- End Solver configuration ---
0.12/0.21	c Pseudo Boolean Optimization by upper bound
0.12/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.21	c  - never skip resolution steps
0.12/0.21	c  - Auto-division on coefficients is disabled
0.12/0.21	c  - No postprocessing
0.12/0.21	c  - Conflict is considered as is when resolving
0.12/0.21	c  - Use constraints as they come during conflict analysis
0.12/0.21	c  - Weaken first using unassigned literals
0.12/0.21	c  - Bump strategy: ALWAYS_ONE
0.12/0.21	c  - Bumper: EFFECTIVE
0.12/0.21	c --- Begin Solver configuration ---
0.12/0.21	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.12/0.21	c Learn all clauses as in MiniSAT
0.12/0.21	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.21	c No reason simplification
0.12/0.21	c Dynamic restart strategy considering the size of the coefficients
0.12/0.21	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.12/0.21	c timeout=2147483s
0.12/0.21	c DB Simplification allowed=false
0.12/0.21	c Listener: none
0.12/0.21	c --- End Solver configuration ---
0.12/0.21	c solving HOME/instance-4430098-1721167705.opb
0.12/0.21	c reading problem ... 
0.12/0.21	c  objective function found
2.55/1.47	c ... done. Wall clock time 1.249s.
2.55/1.47	c declared #vars     9632
2.55/1.47	c #constraints  29620
2.55/1.47	c constraints type 
2.55/1.47	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 16520
2.55/1.47	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 282
2.55/1.47	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 896
2.55/1.47	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 11922
2.55/1.47	c 29620 constraints processed.
2.55/1.48	c objective function length is 26 literals
6.71/3.58	c cleaning 2495 clauses out of 5000 with flag 0/5000
10.21/5.93	c cleaning 4248 clauses out of 8507 with flag 0/11002
15.35/10.52	c cleaning 5622 clauses out of 11257 with flag 0/18000
20.77/15.62	c cleaning 6817 clauses out of 13635 with flag 0/26000
27.71/22.16	c cleaning 7902 clauses out of 15818 with flag 0/35000
33.78/28.01	c cleaning 8952 clauses out of 17917 with flag 0/45001
40.75/34.97	c cleaning 9974 clauses out of 19964 with flag 0/56000
54.74/48.75	c cleaning 10995 clauses out of 21992 with flag 0/68002
87.26/80.26	c cleaning 11982 clauses out of 23995 with flag 0/81000
100.62/91.73	c cleaning 12996 clauses out of 26016 with flag 0/95003
129.22/119.77	c cleaning 14000 clauses out of 28018 with flag 0/110001
164.84/154.89	c cleaning 15000 clauses out of 30018 with flag 0/126001
212.00/201.31	c cleaning 16005 clauses out of 32018 with flag 0/143001
264.53/253.46	c cleaning 16997 clauses out of 34013 with flag 0/161001
335.37/323.50	c cleaning 17997 clauses out of 36015 with flag 0/180000
402.52/390.30	c cleaning 19009 clauses out of 38018 with flag 0/200000
419.46/406.89	c cleaning 20004 clauses out of 40011 with flag 0/221002
450.52/437.49	c cleaning 20993 clauses out of 42005 with flag 0/243000
479.30/465.96	c cleaning 21996 clauses out of 44012 with flag 0/266000
530.40/516.49	c cleaning 23003 clauses out of 46017 with flag 0/290001
592.62/578.08	c cleaning 24000 clauses out of 48014 with flag 0/315001
669.87/654.32	c cleaning 24999 clauses out of 50013 with flag 0/341000
762.24/745.79	c cleaning 25999 clauses out of 52014 with flag 0/368000
869.86/852.23	c cleaning 27000 clauses out of 54016 with flag 0/396001
994.80/976.56	c cleaning 28001 clauses out of 56015 with flag 0/425000
1066.32/1047.46	c cleaning 29006 clauses out of 58020 with flag 0/455006
1127.96/1108.08	c cleaning 29994 clauses out of 60008 with flag 0/486000
1184.38/1163.82	c cleaning 31005 clauses out of 62015 with flag 0/518001
1326.04/1304.25	c cleaning 32004 clauses out of 64010 with flag 0/551001
1418.94/1396.12	c cleaning 32995 clauses out of 66005 with flag 0/585000
1509.53/1485.97	c cleaning 34001 clauses out of 68013 with flag 0/620003
1564.05/1538.89	c cleaning 35000 clauses out of 70010 with flag 0/656001
1713.33/1686.68	c cleaning 35998 clauses out of 72010 with flag 0/693001
1854.56/1826.74	c cleaning 37000 clauses out of 74013 with flag 0/731002
2023.48/1994.11	c cleaning 37995 clauses out of 76012 with flag 0/770001
2090.19/2059.81	c cleaning 39003 clauses out of 78016 with flag 0/810000
2161.22/2129.11	c cleaning 40005 clauses out of 80013 with flag 0/851000
2239.05/2205.86	c cleaning 40989 clauses out of 82009 with flag 0/893001
2361.42/2327.02	c cleaning 41994 clauses out of 84019 with flag 0/936000
2503.00/2466.74	c cleaning 43002 clauses out of 86025 with flag 0/980000
2683.90/2645.02	c cleaning 43998 clauses out of 88023 with flag 0/1025000
2901.30/2860.40	c cleaning 45001 clauses out of 90026 with flag 0/1071001
3022.17/2980.32	c cleaning 46003 clauses out of 92024 with flag 0/1118000
3255.03/3210.74	c cleaning 46999 clauses out of 94021 with flag 0/1166000
3491.34/3444.68	c cleaning 48002 clauses out of 96023 with flag 0/1215001
3600.10/3552.04	c timeout
3600.10/3552.05	c starts		: 115
3600.10/3552.05	c conflicts		: 1248326
3600.10/3552.05	c decisions		: 1574841
3600.10/3552.05	c propagations		: 53078983
3600.10/3552.05	c inspects		: 4894105961
3600.10/3552.05	c shortcuts		: 0
3600.10/3552.05	c learnt literals	: 0
3600.10/3552.05	c learnt binary clauses	: 199
3600.10/3552.05	c learnt ternary clauses	: 459
3600.10/3552.05	c learnt constraints	: 1248325
3600.10/3552.05	c ignored constraints	: 0
3600.10/3552.05	c root simplifications	: 0
3600.10/3552.05	c removed literals (reason simplification)	: 0
3600.10/3552.05	c reason swapping (by a shorter reason)	: 0
3600.10/3552.05	c Calls to reduceDB	: 45
3600.10/3552.05	c Number of update (reduction) of LBD	: 1249412
3600.10/3552.05	c Imported unit clauses	: 0
3600.10/3552.05	c No decision after first conflict	: false
3600.10/3552.05	c number of reductions to clauses (during analyze)	: 0
3600.10/3552.05	c number of learned constraints concerned by reduction	: 0
3600.10/3552.05	c number of learning phase by resolution	: 0
3600.10/3552.05	c number of learning phase by cutting planes	: 0
3600.10/3552.05	c number of rounding to 1 operations	: 0
3600.10/3552.05	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.10/3552.05	c number of reductions of the coefficients by power 2 	: 0
3600.10/3552.05	c number of right shift for reduction by power 2 	: 0
3600.10/3552.05	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.10/3552.05	c number of ending skipping 	: 0
3600.10/3552.05	c number of internal skipping 	: 0
3600.10/3552.05	c number of derivation steps 	: 17188382
3600.10/3552.05	c number of skipped derivation steps 	: 0
3600.10/3552.05	c number of remaining unassigned 	: 48567
3600.10/3552.05	c number of remaining assigned 	: 302706762
3600.10/3552.05	c number of falsified literals weakened from reason	: 0
3600.10/3552.05	c number of falsified literals weakened from conflict	: 0
3600.10/3552.05	c time for arithmetic operations	: 6096546931
3600.10/3552.05	c minimum degree of deleted constraints	: 1
3600.10/3552.05	c maximum degree of deleted constraints	: 1810471798200744
3600.10/3552.05	c number of deleted constraints	: 1166980
3600.10/3552.05	c speed (assignments/second)	: 14949.446919011481
3600.10/3552.05	c non guided choices	: 117843
3600.10/3552.11	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 2882
3600.10/3552.11	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 5181
3600.10/3552.11	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 199
3600.10/3552.11	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 73083
3600.10/3552.11	s UNKNOWN
3600.10/3552.11	c Total wall clock time (in seconds): 3551.9

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4430098-1721167705/watcher-4430098-1721167705 -o /tmp/evaluation-result-4430098-1721167705/solver-4430098-1721167705 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1721164162-862699 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4430098-1721167705.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=864724, runsolver pid=864721

[startup+0.100835 s]*
/proc/loadavg: 4.76 4.40 4.19 7/317 864742
/proc/meminfo: memFree=110122400/131655788 swapFree=131071996/131071996
[pid=864724] ppid=864721 vsize=18975048 memory=56516 CPUtime=0.12 cores=1,3
/proc/864724/stat : 864724 (java) S 864721 864724 862687 0 -1 1077936128 6627 0 0 0 9 3 0 0 20 0 18 0 168927470 19430449152 14129 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
/proc/864724/statm: 4743762 14129 5622 1 0 550964 0
[pid=864724/tid=864726] ppid=864721 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=1,3
/proc/864724/task/864726/stat : 864726 (java) R 864721 864724 862687 0 -1 4194368 5524 0 0 0 7 2 0 0 20 0 18 0 168927470 19430449152 14129 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
[pid=864724/tid=864735] ppid=864721 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/864724/task/864735/stat : 864735 (Finalizer) S 864721 864724 862687 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 168927475 19430449152 14129 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
[pid=864724/tid=864742] ppid=864721 vsize=18975048 memory=14130048156493157 CPUtime=0 cores=1,3
/proc/864724/task/864742/stat : 864742 (Common-Cleaner) S 864721 864724 862687 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 168927476 19430449152 14129 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56516 KiB

[startup+0.214153 s]*
/proc/loadavg: 4.76 4.40 4.19 8/317 864742
/proc/meminfo: memFree=110112112/131655788 swapFree=131071996/131071996
[pid=864724] ppid=864721 vsize=18975048 memory=69452 CPUtime=0.37 cores=1,3
/proc/864724/stat : 864724 (java) S 864721 864724 862687 0 -1 1077936128 7625 0 0 0 33 4 0 0 20 0 18 0 168927470 19430449152 17363 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
/proc/864724/statm: 4743762 17363 5855 1 0 551765 0
[pid=864724/tid=864726] ppid=864721 vsize=18975048 memory=4782652875487838339 CPUtime=0.22 cores=1,3
/proc/864724/task/864726/stat : 864726 (java) R 864721 864724 862687 0 -1 4194368 6070 0 0 0 19 3 0 0 20 0 18 0 168927470 19430449152 17363 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
[pid=864724/tid=864735] ppid=864721 vsize=18975048 memory=657 CPUtime=0 cores=1,3
/proc/864724/task/864735/stat : 864735 (Finalizer) S 864721 864724 862687 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 168927475 19430449152 17363 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
[pid=864724/tid=864742] ppid=864721 vsize=18975048 memory=15260341814695506 CPUtime=0 cores=1,3
/proc/864724/task/864742/stat : 864742 (Common-Cleaner) S 864721 864724 862687 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 168927476 19430449152 17363 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 69452 KiB

[startup+0.346962 s]*
/proc/loadavg: 4.76 4.40 4.19 7/317 864742
/proc/meminfo: memFree=110078308/131655788 swapFree=131071996/131071996
[pid=864724] ppid=864721 vsize=18975048 memory=112804 CPUtime=0.57 cores=1,3
/proc/864724/stat : 864724 (java) S 864721 864724 862687 0 -1 1077936128 7736 0 0 0 53 4 0 0 20 0 18 0 168927470 19430449152 28201 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
/proc/864724/statm: 4743762 28201 5855 1 0 551787 0
[pid=864724/tid=864726] ppid=864721 vsize=18975048 memory=-9104980371737780924 CPUtime=0.32 cores=1,3
/proc/864724/task/864726/stat : 864726 (java) R 864721 864724 862687 0 -1 4194368 6113 0 0 0 28 4 0 0 20 0 18 0 168927470 19430449152 28201 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
[pid=864724/tid=864735] ppid=864721 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/864724/task/864735/stat : 864735 (Finalizer) S 864721 864724 862687 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 168927475 19430449152 28201 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
[pid=864724/tid=864742] ppid=864721 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/864724/task/864742/stat : 864742 (Common-Cleaner) S 864721 864724 862687 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 168927476 19430449152 28201 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 112804 KiB

[startup+0.700965 s]
/proc/loadavg: 4.76 4.40 4.19 8/318 864743
/proc/meminfo: memFree=110017012/131655788 swapFree=131071996/131071996
[pid=864724] ppid=864721 vsize=19041612 memory=187248 CPUtime=1.21 cores=1,3
/proc/864724/stat : 864724 (java) S 864721 864724 862687 0 -1 1077936128 9438 0 0 0 114 7 0 0 20 0 19 0 168927470 19498610688 46812 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
/proc/864724/statm: 4760403 46812 5870 1 0 553062 0
[pid=864724/tid=864726] ppid=864721 vsize=19041612 memory=5524 CPUtime=0.63 cores=1,3
/proc/864724/task/864726/stat : 864726 (java) R 864721 864724 862687 0 -1 4194368 6152 0 0 0 58 5 0 0 20 0 19 0 168927470 19498610688 46812 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
[pid=864724/tid=864735] ppid=864721 vsize=19041612 memory=12556 CPUtime=0 cores=1,3
/proc/864724/task/864735/stat : 864735 (Finalizer) S 864721 864724 862687 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 168927475 19498610688 46812 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
[pid=864724/tid=864742] ppid=864721 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/864724/task/864742/stat : 864742 (Common-Cleaner) S 864721 864724 862687 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 168927476 19498610688 46812 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 187248 KiB

[startup+1.50095 s]
/proc/loadavg: 4.76 4.40 4.19 5/318 864743
/proc/meminfo: memFree=109690996/131655788 swapFree=131071996/131071996
[pid=864724] ppid=864721 vsize=19108176 memory=1327016 CPUtime=2.73 cores=1,3
/proc/864724/stat : 864724 (java) S 864721 864724 862687 0 -1 1077936128 20979 0 0 0 242 31 0 0 20 0 20 0 168927470 19566772224 331754 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
/proc/864724/statm: 4777044 331754 5908 1 0 558954 0
[pid=864724/tid=864726] ppid=864721 vsize=19108176 memory=12556 CPUtime=1.37 cores=1,3
/proc/864724/task/864726/stat : 864726 (java) R 864721 864724 862687 0 -1 4194368 6870 0 0 0 111 26 0 0 20 0 20 0 168927470 19566772224 331754 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
[pid=864724/tid=864735] ppid=864721 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/864724/task/864735/stat : 864735 (Finalizer) S 864721 864724 862687 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168927475 19566772224 331754 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
[pid=864724/tid=864742] ppid=864721 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/864724/task/864742/stat : 864742 (Common-Cleaner) S 864721 864724 862687 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 168927476 19566772224 331754 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
Current children cumulated CPU time: 2.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1327016 KiB

[startup+3.10896 s]
/proc/loadavg: 4.76 4.40 4.19 6/319 864744
/proc/meminfo: memFree=108833304/131655788 swapFree=131071996/131071996
[pid=864724] ppid=864721 vsize=19108176 memory=1343104 CPUtime=5.91 cores=1,3
/proc/864724/stat : 864724 (java) S 864721 864724 862687 0 -1 1077936128 22528 0 0 0 560 31 0 0 20 0 20 0 168927470 19566772224 335776 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
/proc/864724/statm: 4777044 335776 5908 1 0 559654 0
[pid=864724/tid=864726] ppid=864721 vsize=19108176 memory=198340509722 CPUtime=2.91 cores=1,3
/proc/864724/task/864726/stat : 864726 (java) R 864721 864724 862687 0 -1 4194368 7024 0 0 0 265 26 0 0 20 0 20 0 168927470 19566772224 335776 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
[pid=864724/tid=864735] ppid=864721 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/864724/task/864735/stat : 864735 (Finalizer) S 864721 864724 862687 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168927475 19566772224 335776 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
[pid=864724/tid=864742] ppid=864721 vsize=19108176 memory=12556 CPUtime=0 cores=1,3
/proc/864724/task/864742/stat : 864742 (Common-Cleaner) S 864721 864724 862687 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 168927476 19566772224 335776 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
[pid=864724/tid=864744] ppid=864721 vsize=19108176 memory=1331684 CPUtime=0 cores=1,3
/proc/864724/task/864744/stat : 864744 (Timer-0) S 864721 864724 862687 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168927619 19566772224 335776 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
Current children cumulated CPU time: 5.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1343104 KiB

[startup+6.30045 s]
/proc/loadavg: 4.86 4.43 4.20 6/319 864746
/proc/meminfo: memFree=108836832/131655788 swapFree=131071996/131071996
[pid=864724] ppid=864721 vsize=19108176 memory=1339500 CPUtime=10.8 cores=1,3
/proc/864724/stat : 864724 (java) S 864721 864724 862687 0 -1 1077936128 32623 0 0 0 1047 33 0 0 20 0 20 0 168927470 19566772224 334875 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
/proc/864724/statm: 4777044 334875 5939 1 0 559681 0
[pid=864724/tid=864726] ppid=864721 vsize=19108176 memory=0 CPUtime=6.04 cores=1,3
/proc/864724/task/864726/stat : 864726 (java) R 864721 864724 862687 0 -1 4194368 8410 0 0 0 577 27 0 0 20 0 20 0 168927470 19566772224 334875 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
[pid=864724/tid=864735] ppid=864721 vsize=19108176 memory=12556 CPUtime=0 cores=1,3
/proc/864724/task/864735/stat : 864735 (Finalizer) S 864721 864724 862687 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168927475 19566772224 334875 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
[pid=864724/tid=864742] ppid=864721 vsize=19108176 memory=1332336 CPUtime=0 cores=1,3
/proc/864724/task/864742/stat : 864742 (Common-Cleaner) S 864721 864724 862687 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 168927476 19566772224 334875 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
[pid=864724/tid=864744] ppid=864721 vsize=19108176 memory=1339392 CPUtime=0 cores=1,3
/proc/864724/task/864744/stat : 864744 (Timer-0) S 864721 864724 862687 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168927619 19566772224 334875 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
Current children cumulated CPU time: 10.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1339500 KiB

[startup+12.701 s]
/proc/loadavg: 4.79 4.42 4.19 6/322 864843
/proc/meminfo: memFree=107905852/131655788 swapFree=131071996/131071996
[pid=864724] ppid=864721 vsize=19108176 memory=2554092 CPUtime=17.75 cores=1,3
/proc/864724/stat : 864724 (java) S 864721 864724 862687 0 -1 1077936128 34960 0 0 0 1719 56 0 0 20 0 20 0 168927470 19566772224 638523 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
/proc/864724/statm: 4777044 638523 5939 1 0 1347462 0
[pid=864724/tid=864726] ppid=864721 vsize=19108176 memory=2150624 CPUtime=11.86 cores=1,3
/proc/864724/task/864726/stat : 864726 (java) R 864721 864724 862687 0 -1 4194368 9118 0 0 0 1137 49 0 0 20 0 20 0 168927470 19566772224 638523 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
[pid=864724/tid=864735] ppid=864721 vsize=19108176 memory=11404 CPUtime=0 cores=1,3
/proc/864724/task/864735/stat : 864735 (Finalizer) S 864721 864724 862687 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168927475 19566772224 638523 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
[pid=864724/tid=864742] ppid=864721 vsize=19108176 memory=6084188713396036435 CPUtime=0 cores=1,3
/proc/864724/task/864742/stat : 864742 (Common-Cleaner) S 864721 864724 862687 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 168927476 19566772224 638523 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
[pid=864724/tid=864744] ppid=864721 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/864724/task/864744/stat : 864744 (Timer-0) S 864721 864724 862687 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168927619 19566772224 638523 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
Current children cumulated CPU time: 17.75 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2554092 KiB

[startup+25.5005 s]
/proc/loadavg: 4.76 4.44 4.20 5/321 864975
/proc/meminfo: memFree=103439008/131655788 swapFree=131071996/131071996
[pid=864724] ppid=864721 vsize=19108176 memory=6725548 CPUtime=31.21 cores=1,3
/proc/864724/stat : 864724 (java) S 864721 864724 862687 0 -1 1077936128 38089 0 0 0 2985 136 0 0 20 0 20 0 168927470 19566772224 1681387 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
/proc/864724/statm: 4777044 1681387 5955 1 0 1911474 0
[pid=864724/tid=864726] ppid=864721 vsize=19108176 memory=6084188713396036435 CPUtime=24.04 cores=1,3
/proc/864724/task/864726/stat : 864726 (java) R 864721 864724 862687 0 -1 4194368 11249 0 0 0 2277 127 0 0 20 0 20 0 168927470 19566772224 1681387 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
[pid=864724/tid=864735] ppid=864721 vsize=19108176 memory=-9104980371737780924 CPUtime=0 cores=1,3
/proc/864724/task/864735/stat : 864735 (Finalizer) S 864721 864724 862687 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168927475 19566772224 1681387 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
[pid=864724/tid=864742] ppid=864721 vsize=19108176 memory=4508460 CPUtime=0 cores=1,3
/proc/864724/task/864742/stat : 864742 (Common-Cleaner) S 864721 864724 862687 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 168927476 19566772224 1681387 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
[pid=864724/tid=864744] ppid=864721 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/864724/task/864744/stat : 864744 (Timer-0) S 864721 864724 862687 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168927619 19566772224 1681387 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
Current children cumulated CPU time: 31.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6725548 KiB

[startup+51.1145 s]
/proc/loadavg: 5.06 4.53 4.24 6/321 865182
/proc/meminfo: memFree=110630904/131655788 swapFree=131071996/131071996
[pid=864724] ppid=864721 vsize=19108176 memory=6768908 CPUtime=57.15 cores=1,3
/proc/864724/stat : 864724 (java) S 864721 864724 862687 0 -1 1077936128 43755 0 0 0 5575 140 0 0 20 0 20 0 168927470 19566772224 1692227 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
/proc/864724/statm: 4777044 1692227 5955 1 0 1911494 0
[pid=864724/tid=864726] ppid=864721 vsize=19108176 memory=-9104980371737780924 CPUtime=48.92 cores=1,3
/proc/864724/task/864726/stat : 864726 (java) R 864721 864724 862687 0 -1 4194368 15031 0 0 0 4765 127 0 0 20 0 20 0 168927470 19566772224 1692227 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
[pid=864724/tid=864735] ppid=864721 vsize=19108176 memory=6768752 CPUtime=0 cores=1,3
/proc/864724/task/864735/stat : 864735 (Finalizer) S 864721 864724 862687 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168927475 19566772224 1692227 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
[pid=864724/tid=864742] ppid=864721 vsize=19108176 memory=6768752 CPUtime=0 cores=1,3
/proc/864724/task/864742/stat : 864742 (Common-Cleaner) S 864721 864724 862687 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 168927476 19566772224 1692227 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
[pid=864724/tid=864744] ppid=864721 vsize=19108176 memory=41932 CPUtime=0 cores=1,3
/proc/864724/task/864744/stat : 864744 (Timer-0) S 864721 864724 862687 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168927619 19566772224 1692227 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0

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

[startup+3222.3 s]
/proc/loadavg: 4.25 4.23 4.22 5/319 867222
/proc/meminfo: memFree=101882772/131655788 swapFree=131071996/131071996
[pid=864724] ppid=864721 vsize=19108176 memory=7594952 CPUtime=3266.75 cores=1,3
/proc/864724/stat : 864724 (java) S 864721 864724 862687 0 -1 1077936128 448959 0 0 0 326232 443 0 0 20 0 20 0 168927470 19566772224 1898738 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
/proc/864724/statm: 4777044 1898738 5980 1 0 1912201 0
[pid=864724/tid=864726] ppid=864721 vsize=19108176 memory=7594948 CPUtime=3152.85 cores=1,3
/proc/864724/task/864726/stat : 864726 (java) R 864721 864724 862687 0 -1 4194368 251986 0 0 0 315089 196 0 0 20 0 20 0 168927470 19566772224 1898738 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 24 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
[pid=864724/tid=864735] ppid=864721 vsize=19108176 memory=7594952 CPUtime=0 cores=1,3
/proc/864724/task/864735/stat : 864735 (Finalizer) S 864721 864724 862687 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168927475 19566772224 1898738 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
[pid=864724/tid=864742] ppid=864721 vsize=19108176 memory=12556 CPUtime=0 cores=1,3
/proc/864724/task/864742/stat : 864742 (Common-Cleaner) S 864721 864724 862687 0 -1 1077936192 4619 0 0 0 0 0 0 0 20 0 20 0 168927476 19566772224 1898738 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
[pid=864724/tid=864744] ppid=864721 vsize=19108176 memory=16140 CPUtime=0 cores=1,3
/proc/864724/task/864744/stat : 864744 (Timer-0) S 864721 864724 862687 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168927619 19566772224 1898738 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
Current children cumulated CPU time: 3266.75 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7594952 KiB

[startup+3282.3 s]
/proc/loadavg: 4.20 4.22 4.21 6/319 867232
/proc/meminfo: memFree=101882208/131655788 swapFree=131071996/131071996
[pid=864724] ppid=864721 vsize=19108176 memory=7594952 CPUtime=3327.46 cores=1,3
/proc/864724/stat : 864724 (java) S 864721 864724 862687 0 -1 1077936128 454465 0 0 0 332298 448 0 0 20 0 20 0 168927470 19566772224 1898738 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
/proc/864724/statm: 4777044 1898738 5980 1 0 1912201 0
[pid=864724/tid=864726] ppid=864721 vsize=19108176 memory=7594952 CPUtime=3211.66 cores=1,3
/proc/864724/task/864726/stat : 864726 (java) R 864721 864724 862687 0 -1 4194368 256046 0 0 0 320969 197 0 0 20 0 20 0 168927470 19566772224 1898738 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 24 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
[pid=864724/tid=864735] ppid=864721 vsize=19108176 memory=7594952 CPUtime=0 cores=1,3
/proc/864724/task/864735/stat : 864735 (Finalizer) S 864721 864724 862687 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168927475 19566772224 1898738 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
[pid=864724/tid=864742] ppid=864721 vsize=19108176 memory=7594952 CPUtime=0 cores=1,3
/proc/864724/task/864742/stat : 864742 (Common-Cleaner) S 864721 864724 862687 0 -1 1077936192 4762 0 0 0 0 0 0 0 20 0 20 0 168927476 19566772224 1898738 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
[pid=864724/tid=864744] ppid=864721 vsize=19108176 memory=11404 CPUtime=0 cores=1,3
/proc/864724/task/864744/stat : 864744 (Timer-0) S 864721 864724 862687 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168927619 19566772224 1898738 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
Current children cumulated CPU time: 3327.46 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7594952 KiB

[startup+3342.3 s]
/proc/loadavg: 4.19 4.21 4.21 5/318 867243
/proc/meminfo: memFree=101881884/131655788 swapFree=131071996/131071996
[pid=864724] ppid=864721 vsize=19108176 memory=7594952 CPUtime=3388.11 cores=1,3
/proc/864724/stat : 864724 (java) S 864721 864724 862687 0 -1 1077936128 460445 0 0 0 338357 454 0 0 20 0 20 0 168927470 19566772224 1898738 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
/proc/864724/statm: 4777044 1898738 5980 1 0 1912201 0
[pid=864724/tid=864726] ppid=864721 vsize=19108176 memory=12556 CPUtime=3270.69 cores=1,3
/proc/864724/task/864726/stat : 864726 (java) R 864721 864724 862687 0 -1 4194368 260429 0 0 0 326870 199 0 0 20 0 20 0 168927470 19566772224 1898738 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 24 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
[pid=864724/tid=864735] ppid=864721 vsize=19108176 memory=16140 CPUtime=0 cores=1,3
/proc/864724/task/864735/stat : 864735 (Finalizer) S 864721 864724 862687 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168927475 19566772224 1898738 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
[pid=864724/tid=864742] ppid=864721 vsize=19108176 memory=7594952 CPUtime=0 cores=1,3
/proc/864724/task/864742/stat : 864742 (Common-Cleaner) S 864721 864724 862687 0 -1 1077936192 4762 0 0 0 0 0 0 0 20 0 20 0 168927476 19566772224 1898738 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
[pid=864724/tid=864744] ppid=864721 vsize=19108176 memory=11404 CPUtime=0 cores=1,3
/proc/864724/task/864744/stat : 864744 (Timer-0) S 864721 864724 862687 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168927619 19566772224 1898738 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
Current children cumulated CPU time: 3388.11 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7594952 KiB

[startup+3402.3 s]
/proc/loadavg: 4.19 4.20 4.20 5/318 867254
/proc/meminfo: memFree=101881712/131655788 swapFree=131071996/131071996
[pid=864724] ppid=864721 vsize=19108176 memory=7594972 CPUtime=3448.67 cores=1,3
/proc/864724/stat : 864724 (java) S 864721 864724 862687 0 -1 1077936128 466707 0 0 0 344408 459 0 0 20 0 20 0 168927470 19566772224 1898743 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
/proc/864724/statm: 4777044 1898743 5980 1 0 1912201 0
[pid=864724/tid=864726] ppid=864721 vsize=19108176 memory=12556 CPUtime=3329.61 cores=1,3
/proc/864724/task/864726/stat : 864726 (java) R 864721 864724 862687 0 -1 4194368 264147 0 0 0 332761 200 0 0 20 0 20 0 168927470 19566772224 1898743 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 24 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
[pid=864724/tid=864735] ppid=864721 vsize=19108176 memory=11404 CPUtime=0 cores=1,3
/proc/864724/task/864735/stat : 864735 (Finalizer) S 864721 864724 862687 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168927475 19566772224 1898743 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
[pid=864724/tid=864742] ppid=864721 vsize=19108176 memory=11404 CPUtime=0 cores=1,3
/proc/864724/task/864742/stat : 864742 (Common-Cleaner) S 864721 864724 862687 0 -1 1077936192 4858 0 0 0 0 0 0 0 20 0 20 0 168927476 19566772224 1898743 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
[pid=864724/tid=864744] ppid=864721 vsize=19108176 memory=7594972 CPUtime=0 cores=1,3
/proc/864724/task/864744/stat : 864744 (Timer-0) S 864721 864724 862687 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168927619 19566772224 1898743 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
Current children cumulated CPU time: 3448.67 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7594972 KiB

[startup+3462.3 s]
/proc/loadavg: 4.23 4.21 4.20 5/317 867264
/proc/meminfo: memFree=101873388/131655788 swapFree=131071996/131071996
[pid=864724] ppid=864721 vsize=19108176 memory=7594972 CPUtime=3509.25 cores=1,3
/proc/864724/stat : 864724 (java) S 864721 864724 862687 0 -1 1077936128 476779 0 0 0 350460 465 0 0 20 0 20 0 168927470 19566772224 1898743 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
/proc/864724/statm: 4777044 1898743 5980 1 0 1912201 0
[pid=864724/tid=864726] ppid=864721 vsize=19108176 memory=11404 CPUtime=3388.57 cores=1,3
/proc/864724/task/864726/stat : 864726 (java) R 864721 864724 862687 0 -1 4194368 269864 0 0 0 338655 202 0 0 20 0 20 0 168927470 19566772224 1898743 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 24 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
[pid=864724/tid=864735] ppid=864721 vsize=19108176 memory=7594972 CPUtime=0 cores=1,3
/proc/864724/task/864735/stat : 864735 (Finalizer) S 864721 864724 862687 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168927475 19566772224 1898743 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
[pid=864724/tid=864742] ppid=864721 vsize=19108176 memory=7594972 CPUtime=0 cores=1,3
/proc/864724/task/864742/stat : 864742 (Common-Cleaner) S 864721 864724 862687 0 -1 1077936192 4954 0 0 0 0 0 0 0 20 0 20 0 168927476 19566772224 1898743 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
[pid=864724/tid=864744] ppid=864721 vsize=19108176 memory=7594972 CPUtime=0 cores=1,3
/proc/864724/task/864744/stat : 864744 (Timer-0) S 864721 864724 862687 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168927619 19566772224 1898743 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
Current children cumulated CPU time: 3509.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7594972 KiB

[startup+3522.3 s]
/proc/loadavg: 4.38 4.25 4.21 5/317 867274
/proc/meminfo: memFree=101870944/131655788 swapFree=131071996/131071996
[pid=864724] ppid=864721 vsize=19108176 memory=7595008 CPUtime=3569.95 cores=1,3
/proc/864724/stat : 864724 (java) S 864721 864724 862687 0 -1 1077936128 480614 0 0 0 356525 470 0 0 20 0 20 0 168927470 19566772224 1898752 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
/proc/864724/statm: 4777044 1898752 5980 1 0 1912201 0
[pid=864724/tid=864726] ppid=864721 vsize=19108176 memory=7594972 CPUtime=3447.4 cores=1,3
/proc/864724/task/864726/stat : 864726 (java) R 864721 864724 862687 0 -1 4194368 273101 0 0 0 344537 203 0 0 20 0 20 0 168927470 19566772224 1898752 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 24 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
[pid=864724/tid=864735] ppid=864721 vsize=19108176 memory=7594972 CPUtime=0 cores=1,3
/proc/864724/task/864735/stat : 864735 (Finalizer) S 864721 864724 862687 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168927475 19566772224 1898752 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
[pid=864724/tid=864742] ppid=864721 vsize=19108176 memory=7594972 CPUtime=0 cores=1,3
/proc/864724/task/864742/stat : 864742 (Common-Cleaner) S 864721 864724 862687 0 -1 1077936192 5049 0 0 0 0 0 0 0 20 0 20 0 168927476 19566772224 1898752 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
[pid=864724/tid=864744] ppid=864721 vsize=19108176 memory=7594972 CPUtime=0 cores=1,3
/proc/864724/task/864744/stat : 864744 (Timer-0) S 864721 864724 862687 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168927619 19566772224 1898752 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
Current children cumulated CPU time: 3569.95 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7595008 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3552 s]*
/proc/loadavg: 4.36 4.25 4.22 5/317 867281
/proc/meminfo: memFree=101870684/131655788 swapFree=131071996/131071996
[pid=864724] ppid=864721 vsize=19108176 memory=7595028 CPUtime=3600.1 cores=1,3
/proc/864724/stat : 864724 (java) S 864721 864724 862687 0 -1 1077936128 484114 0 0 0 359537 473 0 0 20 0 20 0 168927470 19566772224 1898757 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
/proc/864724/statm: 4777044 1898757 5980 1 0 1912201 0
[pid=864724/tid=864726] ppid=864721 vsize=19108176 memory=-8671796975354880700 CPUtime=3476.49 cores=1,3
/proc/864724/task/864726/stat : 864726 (java) R 864721 864724 862687 0 -1 4194368 275162 0 0 0 347446 203 0 0 20 0 20 0 168927470 19566772224 1898757 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 24 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
[pid=864724/tid=864735] ppid=864721 vsize=19108176 memory=-7232912559549669247 CPUtime=0 cores=1,3
/proc/864724/task/864735/stat : 864735 (Finalizer) S 864721 864724 862687 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168927475 19566772224 1898757 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
[pid=864724/tid=864742] ppid=864721 vsize=19108176 memory=12556 CPUtime=0 cores=1,3
/proc/864724/task/864742/stat : 864742 (Common-Cleaner) S 864721 864724 862687 0 -1 1077936192 5144 0 0 0 0 0 0 0 20 0 20 0 168927476 19566772224 1898757 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
[pid=864724/tid=864744] ppid=864721 vsize=19108176 memory=-9104980371737780924 CPUtime=0 cores=1,3
/proc/864724/task/864744/stat : 864744 (Timer-0) S 864721 864724 862687 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168927619 19566772224 1898757 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
Current children cumulated CPU time: 3600.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7595028 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.57 s, system=4.75986 s

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

[startup+3552.12 s]
/proc/loadavg: 4.36 4.25 4.22 5/317 867281
/proc/meminfo: memFree=101870684/131655788 swapFree=131071996/131071996
[pid=864724] ppid=864721 vsize=19307868 memory=7595888 CPUtime=3600.29 cores=1,3
/proc/864724/stat : 864724 (java) S 864721 864724 862687 0 -1 1077936128 487649 0 0 0 359556 473 0 0 20 0 20 0 168927470 19771256832 1898972 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
/proc/864724/statm: 4826967 1898972 5979 1 0 1913204 0
[pid=864724/tid=864726] ppid=864721 vsize=19307868 memory=7594972 CPUtime=3476.52 cores=1,3
/proc/864724/task/864726/stat : 864726 (java) S 864721 864724 862687 0 -1 1077936192 275461 0 0 0 347449 203 0 0 20 0 20 0 168927470 19771256832 1898972 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 24 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
[pid=864724/tid=864735] ppid=864721 vsize=19307868 memory=7594972 CPUtime=0 cores=1,3
/proc/864724/task/864735/stat : 864735 (Finalizer) S 864721 864724 862687 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168927475 19771256832 1898972 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
[pid=864724/tid=864742] ppid=864721 vsize=19307868 memory=7594972 CPUtime=0 cores=1,3
/proc/864724/task/864742/stat : 864742 (Common-Cleaner) S 864721 864724 862687 0 -1 1077936192 5144 0 0 0 0 0 0 0 20 0 20 0 168927476 19771256832 1898972 134679101440 94432561717248 94432561720944 140723225573472 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94432561728760 94432561729552 94432583159808 140723225576437 140723225576545 140723225576545 140723225583560 0
Current children cumulated CPU time: 3600.29 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 7595888 KiB

Child status: 143

Real time (s): 3552.15
CPU time (s): 3600.33
CPU user time (s): 3595.57
CPU system time (s): 4.75986
CPU usage (%): 101.356
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 7595888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.57
system time used= 4.75986
maximum resident set size= 7596932
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 487705
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 129393
involuntary context switches= 7627


# summary of solver processes directly reported to runsolver:
#   pid: 864724
#   total CPU time (s): 3600.33
#   total CPU user time (s): 3595.57
#   total CPU system time (s): 4.75986

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.7477 second user time and 39.0832 second system time

The end

Launcher Data

Begin job on nodeC012 at 2024-07-17 00:08:38
IDJOB=4430098
IDBENCH=158387
IDSOLVER=3052
FILE ID=nodeC012/4430098-1721167705
RUNJOBID= nodeC012-1721164162-862699
SLURM_JOB_ID= 7505784
Free space on /tmp= 723660 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/EmployeeScheduling/normalized-oct6.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-4430098-1721167705/watcher-4430098-1721167705 -o /tmp/evaluation-result-4430098-1721167705/solver-4430098-1721167705 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1721164162-862699 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4430098-1721167705.opb

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

MD5SUM BENCH= 0048c1c5d89c09890e717f6e64ce7569
RANDOM SEED=1813391827

nodeC012.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		: 3672.839
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	: 6984.37
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		: 3634.696
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.32
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.495
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	: 6984.37
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.323
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.32
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		: 3672.918
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	: 6984.37
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		: 3667.868
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.32
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.444
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	: 6984.37
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.441
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.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        110157472 kB
MemAvailable:   113964460 kB
Buffers:          428724 kB
Cached:          4175384 kB
SwapCached:            0 kB
Active:           936868 kB
Inactive:       19900792 kB
Active(anon):       1456 kB
Inactive(anon): 16269792 kB
Active(file):     935412 kB
Inactive(file):  3631000 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1904 kB
Writeback:             0 kB
AnonPages:      16233280 kB
Mapped:           124484 kB
Shmem:             37704 kB
KReclaimable:     161212 kB
Slab:             267352 kB
SReclaimable:     161212 kB
SUnreclaim:       106140 kB
KernelStack:        4832 kB
PageTables:        41884 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   17515236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            54048 kB
HardwareCorrupted:     0 kB
AnonHugePages:  15880192 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:      303944 kB
DirectMap2M:    33155072 kB
DirectMap1G:    102760448 kB

Free space on /tmp at the end= 723768 MiB
End job on nodeC012 at 2024-07-17 01:07:50