Trace number 4430095

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.21 3559.81

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/
EmployeeScheduling/normalized-jun5.5.opb
MD5SUM5d17a5a2908f0ead03acb71ed633b69a
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 benchmark145
Best CPU time to get the best result obtained on this benchmark3.24379
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9324
Total number of constraints28660
Number of constraints which are clauses26656
Number of constraints which are cardinality constraints (but not clauses)240
Number of constraints which are nor clauses,nor cardinality constraints1764
Minimum length of a constraint2
Maximum length of a constraint240
Number of terms in the objective function 26
Biggest coefficient in the objective function 20
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 211
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 160
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 670
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.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.08	c Number of processors 	2
0.14/0.14	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.14	 - never skip resolution steps
0.14/0.14	 - Auto-division on coefficients is disabled
0.14/0.14	 - No postprocessing
0.14/0.14	 - Conflict is considered as is when resolving
0.14/0.14	 - Use constraints as they come during conflict analysis
0.14/0.14	 - Weaken first using unassigned literals
0.14/0.14	 - Bump strategy: ALWAYS_ONE
0.14/0.14	 - Bumper: EFFECTIVE
0.14/0.14	--- Begin Solver configuration ---
0.14/0.14	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.14	Learn all clauses as in MiniSAT
0.14/0.14	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.14	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.14	No reason simplification
0.14/0.14	Dynamic restart strategy considering the size of the coefficients
0.14/0.14	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.14	timeout=2147483s
0.14/0.14	DB Simplification allowed=false
0.14/0.14	Listener: none
0.14/0.14	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Use constraints as they come during conflict analysis
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: EFFECTIVE
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Dynamic restart strategy considering the size of the coefficients
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4430095-1721167830.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  objective function found
1.63/0.96	c ... done. Wall clock time 0.803s.
1.63/0.96	c declared #vars     9324
1.63/0.96	c #constraints  28660
1.63/0.96	c constraints type 
1.63/0.96	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 15988
1.63/0.96	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 296
1.63/0.96	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 868
1.63/0.96	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 11508
1.63/0.96	c 28660 constraints processed.
1.63/0.97	c objective function length is 26 literals
5.59/3.00	c cleaning 2500 clauses out of 5007 with flag 0/5007
8.22/4.64	c cleaning 4246 clauses out of 8500 with flag 0/11000
12.28/8.54	c cleaning 5617 clauses out of 11254 with flag 0/18000
16.17/12.35	c cleaning 6813 clauses out of 13637 with flag 0/26000
19.61/15.65	c cleaning 7909 clauses out of 15826 with flag 0/35002
23.17/19.12	c cleaning 8947 clauses out of 17916 with flag 0/45001
28.18/24.14	c cleaning 9977 clauses out of 19969 with flag 0/56001
32.17/28.17	c cleaning 10988 clauses out of 21991 with flag 0/68000
39.04/35.09	c cleaning 11995 clauses out of 24005 with flag 0/81002
48.43/44.45	c cleaning 12996 clauses out of 26010 with flag 0/95002
56.48/52.57	c cleaning 14000 clauses out of 28012 with flag 0/110000
67.44/63.58	c cleaning 14999 clauses out of 30013 with flag 0/126001
79.37/75.44	c cleaning 15997 clauses out of 32013 with flag 0/143000
93.92/90.08	c cleaning 17003 clauses out of 34017 with flag 0/161001
117.04/113.02	c cleaning 17998 clauses out of 36013 with flag 0/180000
141.76/137.41	c cleaning 18998 clauses out of 38015 with flag 0/200000
166.73/162.14	c cleaning 20005 clauses out of 40017 with flag 0/221000
188.53/183.62	c cleaning 21000 clauses out of 42012 with flag 0/243000
203.20/198.07	c cleaning 21998 clauses out of 44013 with flag 0/266001
219.30/213.73	c cleaning 22998 clauses out of 46014 with flag 0/290000
234.76/228.72	c cleaning 23991 clauses out of 48016 with flag 0/315000
255.98/249.45	c cleaning 24992 clauses out of 50025 with flag 0/341000
278.43/271.37	c cleaning 26013 clauses out of 52035 with flag 0/368002
317.42/308.12	c cleaning 26996 clauses out of 54020 with flag 0/396000
377.61/367.64	c cleaning 27999 clauses out of 56024 with flag 0/425000
429.97/419.99	c cleaning 28999 clauses out of 58025 with flag 0/455000
501.17/489.90	c cleaning 29997 clauses out of 60026 with flag 0/486000
611.61/599.35	c cleaning 31013 clauses out of 62031 with flag 0/518002
798.75/785.64	c cleaning 32008 clauses out of 64016 with flag 0/551000
888.70/874.94	c cleaning 32992 clauses out of 66008 with flag 0/585000
931.42/917.10	c cleaning 33981 clauses out of 68016 with flag 0/620000
980.68/965.29	c cleaning 35004 clauses out of 70036 with flag 0/656001
1029.88/1013.78	c cleaning 36007 clauses out of 72031 with flag 0/693000
1085.20/1068.03	c cleaning 37004 clauses out of 74024 with flag 0/731000
1152.76/1134.53	c cleaning 37999 clauses out of 76022 with flag 0/770002
1253.36/1233.97	c cleaning 39007 clauses out of 78023 with flag 0/810002
1340.37/1320.65	c cleaning 39999 clauses out of 80015 with flag 0/851001
1396.50/1375.87	c cleaning 40997 clauses out of 82015 with flag 0/893000
1470.90/1448.87	c cleaning 42003 clauses out of 84020 with flag 0/936002
1558.23/1534.58	c cleaning 43002 clauses out of 86015 with flag 0/980000
1637.16/1612.62	c cleaning 43999 clauses out of 88013 with flag 0/1025000
1792.22/1766.61	c cleaning 45003 clauses out of 90014 with flag 0/1071000
1854.20/1828.07	c cleaning 45987 clauses out of 92012 with flag 0/1118001
1906.50/1879.07	c cleaning 46997 clauses out of 94024 with flag 0/1166000
2207.83/2177.13	c cleaning 48008 clauses out of 96027 with flag 0/1215000
2537.63/2504.33	c cleaning 49003 clauses out of 98021 with flag 0/1265002
2863.49/2827.74	c cleaning 50002 clauses out of 100017 with flag 0/1316001
3232.93/3194.67	c cleaning 50997 clauses out of 102016 with flag 0/1368002
3600.06/3559.72	c starts		: 469
3600.06/3559.72	c conflicts		: 1420318
3600.06/3559.72	c decisions		: 1822100
3600.06/3559.72	c propagations		: 69544575
3600.06/3559.72	c inspects		: 4920889809
3600.06/3559.72	c shortcuts		: 0
3600.06/3559.72	c learnt literals	: 0
3600.06/3559.72	c learnt binary clauses	: 188
3600.06/3559.72	c learnt ternary clauses	: 637
3600.06/3559.72	c timeout
3600.06/3559.72	c learnt constraints	: 1420318
3600.06/3559.72	c ignored constraints	: 0
3600.06/3559.72	c root simplifications	: 0
3600.06/3559.72	c removed literals (reason simplification)	: 0
3600.06/3559.72	c reason swapping (by a shorter reason)	: 0
3600.06/3559.73	c Calls to reduceDB	: 48
3600.06/3559.73	c Number of update (reduction) of LBD	: 1464861
3600.06/3559.73	c Imported unit clauses	: 0
3600.06/3559.73	c No decision after first conflict	: false
3600.06/3559.73	c number of reductions to clauses (during analyze)	: 0
3600.06/3559.74	c number of learned constraints concerned by reduction	: 0
3600.06/3559.74	c number of learning phase by resolution	: 0
3600.06/3559.74	c number of learning phase by cutting planes	: 0
3600.06/3559.74	c number of rounding to 1 operations	: 0
3600.06/3559.74	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3559.74	c number of reductions of the coefficients by power 2 	: 0
3600.06/3559.74	c number of right shift for reduction by power 2 	: 0
3600.06/3559.74	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3559.74	c number of ending skipping 	: 0
3600.06/3559.74	c number of internal skipping 	: 0
3600.06/3559.74	c number of derivation steps 	: 20716250
3600.06/3559.74	c number of skipped derivation steps 	: 0
3600.06/3559.74	c number of remaining unassigned 	: 94320
3600.06/3559.74	c number of remaining assigned 	: 340156549
3600.06/3559.74	c number of falsified literals weakened from reason	: 0
3600.06/3559.74	c number of falsified literals weakened from conflict	: 0
3600.06/3559.74	c time for arithmetic operations	: 6977750114
3600.06/3559.74	c minimum degree of deleted constraints	: 1
3600.06/3559.74	c maximum degree of deleted constraints	: 112619538192530116239540790253044313088
3600.06/3559.74	c number of deleted constraints	: 1316983
3600.06/3559.74	c speed (assignments/second)	: 19541.783198262994
3600.06/3559.74	c non guided choices	: 106890
3600.06/3559.78	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 4539
3600.06/3559.78	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 11890
3600.06/3559.78	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 188
3600.06/3559.78	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 86718
3600.06/3559.78	s UNKNOWN
3600.06/3559.78	c Total wall clock time (in seconds): 3559.636

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=873692, runsolver pid=873689

[startup+0.100072 s]*
/proc/loadavg: 4.19 4.17 4.17 7/336 873710
/proc/meminfo: memFree=116462572/131524600 swapFree=131071996/131071996
[pid=873692] ppid=873689 vsize=18975048 memory=63084 CPUtime=0.14 cores=0,2
/proc/873692/stat : 873692 (java) S 873689 873692 869027 0 -1 1077936128 7247 0 0 0 12 2 0 0 20 0 18 0 168949716 19430449152 15771 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
/proc/873692/statm: 4743762 15771 5630 1 0 549374 0
[pid=873692/tid=873694] ppid=873689 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=0,2
/proc/873692/task/873694/stat : 873694 (java) D 873689 873692 869027 0 -1 1078198336 5768 0 0 0 7 2 0 0 20 0 18 0 168949716 19430449152 15771 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
[pid=873692/tid=873703] ppid=873689 vsize=18975048 memory=237146210664 CPUtime=0 cores=0,2
/proc/873692/task/873703/stat : 873703 (Finalizer) S 873689 873692 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 168949719 19430449152 15771 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
[pid=873692/tid=873710] ppid=873689 vsize=18975048 memory=14408228826018639 CPUtime=0 cores=0,2
/proc/873692/task/873710/stat : 873710 (Common-Cleaner) S 873689 873692 869027 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 168949719 19430449152 15771 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63084 KiB

[startup+0.206738 s]*
/proc/loadavg: 4.19 4.17 4.17 7/336 873710
/proc/meminfo: memFree=116445968/131524600 swapFree=131071996/131071996
[pid=873692] ppid=873689 vsize=18975048 memory=80204 CPUtime=0.34 cores=0,2
/proc/873692/stat : 873692 (java) S 873689 873692 869027 0 -1 1077936128 7791 0 0 0 31 3 0 0 20 0 18 0 168949716 19430449152 20051 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
/proc/873692/statm: 4743762 20051 5810 1 0 549704 0
[pid=873692/tid=873694] ppid=873689 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=0,2
/proc/873692/task/873694/stat : 873694 (java) R 873689 873692 869027 0 -1 4194368 6046 0 0 0 16 2 0 0 20 0 18 0 168949716 19430449152 20051 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
[pid=873692/tid=873703] ppid=873689 vsize=18975048 memory=2643 CPUtime=0 cores=0,2
/proc/873692/task/873703/stat : 873703 (Finalizer) S 873689 873692 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 168949719 19430449152 20051 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
[pid=873692/tid=873710] ppid=873689 vsize=18975048 memory=14126753849280249 CPUtime=0 cores=0,2
/proc/873692/task/873710/stat : 873710 (Common-Cleaner) S 873689 873692 869027 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 168949719 19430449152 20051 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 80204 KiB

[startup+0.306749 s]*
/proc/loadavg: 4.19 4.17 4.17 8/338 873714
/proc/meminfo: memFree=116358672/131524600 swapFree=131071996/131071996
[pid=873692] ppid=873689 vsize=19041612 memory=166796 CPUtime=0.51 cores=0,2
/proc/873692/stat : 873692 (java) S 873689 873692 869027 0 -1 1077936128 9464 0 0 0 46 5 0 0 20 0 19 0 168949716 19498610688 41699 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
/proc/873692/statm: 4760403 41699 5842 1 0 550995 0
[pid=873692/tid=873694] ppid=873689 vsize=19041612 memory=-8526831873363911356 CPUtime=0.25 cores=0,2
/proc/873692/task/873694/stat : 873694 (java) S 873689 873692 869027 0 -1 1077936192 6099 0 0 0 21 4 0 0 20 0 19 0 168949716 19498610688 41699 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
[pid=873692/tid=873703] ppid=873689 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/873692/task/873703/stat : 873703 (Finalizer) S 873689 873692 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 168949719 19498610688 41699 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
[pid=873692/tid=873710] ppid=873689 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/873692/task/873710/stat : 873710 (Common-Cleaner) S 873689 873692 869027 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 168949719 19498610688 41699 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 166796 KiB

[startup+0.706628 s]
/proc/loadavg: 4.19 4.17 4.17 5/315 873728
/proc/meminfo: memFree=120517116/131524600 swapFree=131071996/131071996
[pid=873692] ppid=873689 vsize=19041612 memory=1015500 CPUtime=1.26 cores=0,2
/proc/873692/stat : 873692 (java) S 873689 873692 869027 0 -1 1077936128 17096 0 0 0 103 23 0 0 20 0 19 0 168949716 19498610688 253875 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
/proc/873692/statm: 4760403 253875 5842 1 0 553996 0
[pid=873692/tid=873694] ppid=873689 vsize=19041612 memory=5544 CPUtime=0.61 cores=0,2
/proc/873692/task/873694/stat : 873694 (java) R 873689 873692 869027 0 -1 4194368 6519 0 0 0 40 21 0 0 20 0 19 0 168949716 19498610688 253875 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
[pid=873692/tid=873703] ppid=873689 vsize=19041612 memory=12504 CPUtime=0 cores=0,2
/proc/873692/task/873703/stat : 873703 (Finalizer) S 873689 873692 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 168949719 19498610688 253875 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
[pid=873692/tid=873710] ppid=873689 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/873692/task/873710/stat : 873710 (Common-Cleaner) S 873689 873692 869027 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 168949719 19498610688 253875 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1015500 KiB

[startup+1.50074 s]
/proc/loadavg: 4.42 4.21 4.19 7/337 873779
/proc/meminfo: memFree=119506228/131524600 swapFree=131071996/131071996
[pid=873692] ppid=873689 vsize=19108176 memory=1324144 CPUtime=2.81 cores=0,2
/proc/873692/stat : 873692 (java) S 873689 873692 869027 0 -1 1077936128 22147 0 0 0 251 30 0 0 20 0 20 0 168949716 19566772224 331036 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
/proc/873692/statm: 4777044 331036 5879 1 0 557235 0
[pid=873692/tid=873694] ppid=873689 vsize=19108176 memory=12504 CPUtime=1.3 cores=0,2
/proc/873692/task/873694/stat : 873694 (java) R 873689 873692 869027 0 -1 4194368 6781 0 0 0 103 27 0 0 20 0 20 0 168949716 19566772224 331036 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
[pid=873692/tid=873703] ppid=873689 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/873692/task/873703/stat : 873703 (Finalizer) S 873689 873692 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168949719 19566772224 331036 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
[pid=873692/tid=873710] ppid=873689 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/873692/task/873710/stat : 873710 (Common-Cleaner) S 873689 873692 869027 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 168949719 19566772224 331036 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
[pid=873692/tid=873779] ppid=873689 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/873692/task/873779/stat : 873779 (Timer-0) S 873689 873692 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168949813 19566772224 331036 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1324144 KiB

[startup+3.11374 s]
/proc/loadavg: 4.42 4.21 4.19 7/338 873781
/proc/meminfo: memFree=117719072/131524600 swapFree=131071996/131071996
[pid=873692] ppid=873689 vsize=19108176 memory=1860376 CPUtime=6.01 cores=0,2
/proc/873692/stat : 873692 (java) S 873689 873692 869027 0 -1 1077936128 23576 0 0 0 560 41 0 0 20 0 20 0 168949716 19566772224 465094 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
/proc/873692/statm: 4777044 465094 5879 1 0 1100421 0
[pid=873692/tid=873694] ppid=873689 vsize=19108176 memory=0 CPUtime=2.84 cores=0,2
/proc/873692/task/873694/stat : 873694 (java) R 873689 873692 869027 0 -1 4194368 7304 0 0 0 247 37 0 0 20 0 20 0 168949716 19566772224 465094 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
[pid=873692/tid=873703] ppid=873689 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/873692/task/873703/stat : 873703 (Finalizer) S 873689 873692 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168949719 19566772224 465094 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
[pid=873692/tid=873710] ppid=873689 vsize=19108176 memory=11476 CPUtime=0 cores=0,2
/proc/873692/task/873710/stat : 873710 (Common-Cleaner) S 873689 873692 869027 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 168949719 19566772224 465094 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
[pid=873692/tid=873779] ppid=873689 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/873692/task/873779/stat : 873779 (Timer-0) S 873689 873692 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168949813 19566772224 465094 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
Current children cumulated CPU time: 6.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1860376 KiB

[startup+6.30076 s]
/proc/loadavg: 4.39 4.21 4.18 5/338 873781
/proc/meminfo: memFree=115110788/131524600 swapFree=131071996/131071996
[pid=873692] ppid=873689 vsize=19108176 memory=3464280 CPUtime=10.08 cores=0,2
/proc/873692/stat : 873692 (java) S 873689 873692 869027 0 -1 1077936128 24487 0 0 0 933 75 0 0 20 0 20 0 168949716 19566772224 866070 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
/proc/873692/statm: 4777044 866070 5879 1 0 1100444 0
[pid=873692/tid=873694] ppid=873689 vsize=19108176 memory=0 CPUtime=5.97 cores=0,2
/proc/873692/task/873694/stat : 873694 (java) R 873689 873692 869027 0 -1 4194368 8164 0 0 0 527 70 0 0 20 0 20 0 168949716 19566772224 866070 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
[pid=873692/tid=873703] ppid=873689 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/873692/task/873703/stat : 873703 (Finalizer) S 873689 873692 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168949719 19566772224 866070 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
[pid=873692/tid=873710] ppid=873689 vsize=19108176 memory=11476 CPUtime=0 cores=0,2
/proc/873692/task/873710/stat : 873710 (Common-Cleaner) S 873689 873692 869027 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 168949719 19566772224 866070 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
[pid=873692/tid=873779] ppid=873689 vsize=19108176 memory=41940 CPUtime=0 cores=0,2
/proc/873692/task/873779/stat : 873779 (Timer-0) S 873689 873692 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168949813 19566772224 866070 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
Current children cumulated CPU time: 10.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3464280 KiB

[startup+12.7008 s]
/proc/loadavg: 4.35 4.21 4.18 5/338 873783
/proc/meminfo: memFree=115109628/131524600 swapFree=131071996/131071996
[pid=873692] ppid=873689 vsize=19108176 memory=3465064 CPUtime=16.65 cores=0,2
/proc/873692/stat : 873692 (java) S 873689 873692 869027 0 -1 1077936128 25675 0 0 0 1589 76 0 0 20 0 20 0 168949716 19566772224 866266 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
/proc/873692/statm: 4777044 866266 5894 1 0 1100639 0
[pid=873692/tid=873694] ppid=873689 vsize=19108176 memory=11476 CPUtime=12.25 cores=0,2
/proc/873692/task/873694/stat : 873694 (java) R 873689 873692 869027 0 -1 4194368 9154 0 0 0 1154 71 0 0 20 0 20 0 168949716 19566772224 866266 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
[pid=873692/tid=873703] ppid=873689 vsize=19108176 memory=3465064 CPUtime=0 cores=0,2
/proc/873692/task/873703/stat : 873703 (Finalizer) S 873689 873692 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168949719 19566772224 866266 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
[pid=873692/tid=873710] ppid=873689 vsize=19108176 memory=1305008 CPUtime=0 cores=0,2
/proc/873692/task/873710/stat : 873710 (Common-Cleaner) S 873689 873692 869027 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 168949719 19566772224 866266 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
[pid=873692/tid=873779] ppid=873689 vsize=19108176 memory=1930016 CPUtime=0 cores=0,2
/proc/873692/task/873779/stat : 873779 (Timer-0) S 873689 873692 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168949813 19566772224 866266 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
Current children cumulated CPU time: 16.65 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3465064 KiB

[startup+25.5007 s]
/proc/loadavg: 4.30 4.20 4.18 5/338 873784
/proc/meminfo: memFree=115105364/131524600 swapFree=131071996/131071996
[pid=873692] ppid=873689 vsize=19108176 memory=3469844 CPUtime=29.56 cores=0,2
/proc/873692/stat : 873692 (java) S 873689 873692 869027 0 -1 1077936128 32571 0 0 0 2879 77 0 0 20 0 20 0 168949716 19566772224 867461 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
/proc/873692/statm: 4777044 867461 5909 1 0 1100639 0
[pid=873692/tid=873694] ppid=873689 vsize=19108176 memory=2453 CPUtime=24.73 cores=0,2
/proc/873692/task/873694/stat : 873694 (java) R 873689 873692 869027 0 -1 4194368 10997 0 0 0 2402 71 0 0 20 0 20 0 168949716 19566772224 867461 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
[pid=873692/tid=873703] ppid=873689 vsize=19108176 memory=2308 CPUtime=0 cores=0,2
/proc/873692/task/873703/stat : 873703 (Finalizer) S 873689 873692 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168949719 19566772224 867461 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
[pid=873692/tid=873710] ppid=873689 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/873692/task/873710/stat : 873710 (Common-Cleaner) S 873689 873692 869027 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 168949719 19566772224 867461 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
[pid=873692/tid=873779] ppid=873689 vsize=19108176 memory=3464280 CPUtime=0 cores=0,2
/proc/873692/task/873779/stat : 873779 (Timer-0) S 873689 873692 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168949813 19566772224 867461 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
Current children cumulated CPU time: 29.56 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3469844 KiB

[startup+51.1067 s]
/proc/loadavg: 4.52 4.26 4.20 5/338 873925
/proc/meminfo: memFree=116849704/131524600 swapFree=131071996/131071996
[pid=873692] ppid=873689 vsize=19108176 memory=3484388 CPUtime=55.1 cores=0,2
/proc/873692/stat : 873692 (java) S 873689 873692 869027 0 -1 1077936128 37455 0 0 0 5431 79 0 0 20 0 20 0 168949716 19566772224 871097 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
/proc/873692/statm: 4777044 871097 5916 1 0 1100655 0
[pid=873692/tid=873694] ppid=873689 vsize=19108176 memory=2453 CPUtime=49.78 cores=0,2
/proc/873692/task/873694/stat : 873694 (java) R 873689 873692 869027 0 -1 4194368 13892 0 0 0 4906 72 0 0 20 0 20 0 168949716 19566772224 871097 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
[pid=873692/tid=873703] ppid=873689 vsize=19108176 memory=3465744 CPUtime=0 cores=0,2
/proc/873692/task/873703/stat : 873703 (Finalizer) S 873689 873692 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168949719 19566772224 871097 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
[pid=873692/tid=873710] ppid=873689 vsize=19108176 memory=-9104697801527632572 CPUtime=0 cores=0,2

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

/proc/meminfo: memFree=112312144/131524600 swapFree=131071996/131071996
[pid=873692] ppid=873689 vsize=19108176 memory=4356880 CPUtime=3260.58 cores=0,2
/proc/873692/stat : 873692 (java) S 873689 873692 869027 0 -1 1077936128 307898 0 0 0 325793 265 0 0 20 0 20 0 168949716 19566772224 1089220 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
/proc/873692/statm: 4777044 1089220 5916 1 0 1103192 0
[pid=873692/tid=873694] ppid=873689 vsize=19108176 memory=4356876 CPUtime=3147.02 cores=0,2
/proc/873692/task/873694/stat : 873694 (java) R 873689 873692 869027 0 -1 4194368 139613 0 0 0 314602 100 0 0 20 0 20 0 168949716 19566772224 1089220 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 33 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
[pid=873692/tid=873703] ppid=873689 vsize=19108176 memory=4356876 CPUtime=0 cores=0,2
/proc/873692/task/873703/stat : 873703 (Finalizer) S 873689 873692 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168949719 19566772224 1089220 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
[pid=873692/tid=873710] ppid=873689 vsize=19108176 memory=19216 CPUtime=0 cores=0,2
/proc/873692/task/873710/stat : 873710 (Common-Cleaner) S 873689 873692 869027 0 -1 1077936192 3617 0 0 0 0 0 0 0 20 0 20 0 168949719 19566772224 1089220 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
[pid=873692/tid=873779] ppid=873689 vsize=19108176 memory=4356880 CPUtime=0 cores=0,2
/proc/873692/task/873779/stat : 873779 (Timer-0) S 873689 873692 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168949813 19566772224 1089220 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
Current children cumulated CPU time: 3260.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4356880 KiB

[startup+3282.3 s]
/proc/loadavg: 4.18 4.16 4.18 5/333 875689
/proc/meminfo: memFree=112311544/131524600 swapFree=131071996/131071996
[pid=873692] ppid=873689 vsize=19108176 memory=4356888 CPUtime=3321.26 cores=0,2
/proc/873692/stat : 873692 (java) S 873689 873692 869027 0 -1 1077936128 309412 0 0 0 331858 268 0 0 20 0 20 0 168949716 19566772224 1089222 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
/proc/873692/statm: 4777044 1089222 5916 1 0 1103192 0
[pid=873692/tid=873694] ppid=873689 vsize=19108176 memory=4356880 CPUtime=3205.85 cores=0,2
/proc/873692/task/873694/stat : 873694 (java) R 873689 873692 869027 0 -1 4194368 140889 0 0 0 320485 100 0 0 20 0 20 0 168949716 19566772224 1089222 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 33 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
[pid=873692/tid=873703] ppid=873689 vsize=19108176 memory=11476 CPUtime=0 cores=0,2
/proc/873692/task/873703/stat : 873703 (Finalizer) S 873689 873692 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168949719 19566772224 1089222 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
[pid=873692/tid=873710] ppid=873689 vsize=19108176 memory=2232 CPUtime=0 cores=0,2
/proc/873692/task/873710/stat : 873710 (Common-Cleaner) S 873689 873692 869027 0 -1 1077936192 3705 0 0 0 0 0 0 0 20 0 20 0 168949719 19566772224 1089222 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
[pid=873692/tid=873779] ppid=873689 vsize=19108176 memory=4356888 CPUtime=0 cores=0,2
/proc/873692/task/873779/stat : 873779 (Timer-0) S 873689 873692 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168949813 19566772224 1089222 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
Current children cumulated CPU time: 3321.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4356888 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.16 4.18 5/331 875700
/proc/meminfo: memFree=112311296/131524600 swapFree=131071996/131071996
[pid=873692] ppid=873689 vsize=19108176 memory=4356940 CPUtime=3381.71 cores=0,2
/proc/873692/stat : 873692 (java) S 873689 873692 869027 0 -1 1077936128 311832 0 0 0 337900 271 0 0 20 0 20 0 168949716 19566772224 1089235 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
/proc/873692/statm: 4777044 1089235 5916 1 0 1103192 0
[pid=873692/tid=873694] ppid=873689 vsize=19108176 memory=11476 CPUtime=3264.82 cores=0,2
/proc/873692/task/873694/stat : 873694 (java) R 873689 873692 869027 0 -1 4194368 142149 0 0 0 326382 100 0 0 20 0 20 0 168949716 19566772224 1089235 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 33 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
[pid=873692/tid=873703] ppid=873689 vsize=19108176 memory=4356940 CPUtime=0 cores=0,2
/proc/873692/task/873703/stat : 873703 (Finalizer) S 873689 873692 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168949719 19566772224 1089235 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
[pid=873692/tid=873710] ppid=873689 vsize=19108176 memory=4356940 CPUtime=0 cores=0,2
/proc/873692/task/873710/stat : 873710 (Common-Cleaner) S 873689 873692 869027 0 -1 1077936192 3793 0 0 0 0 0 0 0 20 0 20 0 168949719 19566772224 1089235 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
[pid=873692/tid=873779] ppid=873689 vsize=19108176 memory=2232 CPUtime=0 cores=0,2
/proc/873692/task/873779/stat : 873779 (Timer-0) S 873689 873692 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168949813 19566772224 1089235 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
Current children cumulated CPU time: 3381.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4356940 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.16 4.18 5/331 875711
/proc/meminfo: memFree=112310868/131524600 swapFree=131071996/131071996
[pid=873692] ppid=873689 vsize=19108176 memory=4356940 CPUtime=3442.03 cores=0,2
/proc/873692/stat : 873692 (java) S 873689 873692 869027 0 -1 1077936128 314441 0 0 0 343930 273 0 0 20 0 20 0 168949716 19566772224 1089235 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
/proc/873692/statm: 4777044 1089235 5916 1 0 1103192 0
[pid=873692/tid=873694] ppid=873689 vsize=19108176 memory=4356940 CPUtime=3323.89 cores=0,2
/proc/873692/task/873694/stat : 873694 (java) R 873689 873692 869027 0 -1 4194368 143968 0 0 0 332288 101 0 0 20 0 20 0 168949716 19566772224 1089235 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 41 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
[pid=873692/tid=873703] ppid=873689 vsize=19108176 memory=11476 CPUtime=0 cores=0,2
/proc/873692/task/873703/stat : 873703 (Finalizer) S 873689 873692 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168949719 19566772224 1089235 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
[pid=873692/tid=873710] ppid=873689 vsize=19108176 memory=4356940 CPUtime=0 cores=0,2
/proc/873692/task/873710/stat : 873710 (Common-Cleaner) S 873689 873692 869027 0 -1 1077936192 3794 0 0 0 0 0 0 0 20 0 20 0 168949719 19566772224 1089235 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
[pid=873692/tid=873779] ppid=873689 vsize=19108176 memory=-8526831873363911356 CPUtime=0 cores=0,2
/proc/873692/task/873779/stat : 873779 (Timer-0) S 873689 873692 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168949813 19566772224 1089235 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
Current children cumulated CPU time: 3442.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4356940 KiB

[startup+3462.3 s]
/proc/loadavg: 4.22 4.18 4.18 5/331 875721
/proc/meminfo: memFree=112310460/131524600 swapFree=131071996/131071996
[pid=873692] ppid=873689 vsize=19108176 memory=4356940 CPUtime=3502.43 cores=0,2
/proc/873692/stat : 873692 (java) S 873689 873692 869027 0 -1 1077936128 315500 0 0 0 349967 276 0 0 20 0 20 0 168949716 19566772224 1089235 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
/proc/873692/statm: 4777044 1089235 5916 1 0 1103192 0
[pid=873692/tid=873694] ppid=873689 vsize=19108176 memory=4356940 CPUtime=3382.97 cores=0,2
/proc/873692/task/873694/stat : 873694 (java) R 873689 873692 869027 0 -1 4194368 144852 0 0 0 338196 101 0 0 20 0 20 0 168949716 19566772224 1089235 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 41 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
[pid=873692/tid=873703] ppid=873689 vsize=19108176 memory=11476 CPUtime=0 cores=0,2
/proc/873692/task/873703/stat : 873703 (Finalizer) S 873689 873692 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168949719 19566772224 1089235 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
[pid=873692/tid=873710] ppid=873689 vsize=19108176 memory=11476 CPUtime=0 cores=0,2
/proc/873692/task/873710/stat : 873710 (Common-Cleaner) S 873689 873692 869027 0 -1 1077936192 3882 0 0 0 0 0 0 0 20 0 20 0 168949719 19566772224 1089235 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
[pid=873692/tid=873779] ppid=873689 vsize=19108176 memory=12504 CPUtime=0 cores=0,2
/proc/873692/task/873779/stat : 873779 (Timer-0) S 873689 873692 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168949813 19566772224 1089235 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
Current children cumulated CPU time: 3502.43 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4356940 KiB

[startup+3522.3 s]
/proc/loadavg: 4.44 4.27 4.21 5/331 875731
/proc/meminfo: memFree=112310204/131524600 swapFree=131071996/131071996
[pid=873692] ppid=873689 vsize=19108176 memory=4356940 CPUtime=3562.71 cores=0,2
/proc/873692/stat : 873692 (java) S 873689 873692 869027 0 -1 1077936128 317794 0 0 0 355992 279 0 0 20 0 20 0 168949716 19566772224 1089235 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
/proc/873692/statm: 4777044 1089235 5916 1 0 1103192 0
[pid=873692/tid=873694] ppid=873689 vsize=19108176 memory=4356940 CPUtime=3442.08 cores=0,2
/proc/873692/task/873694/stat : 873694 (java) R 873689 873692 869027 0 -1 4194368 146315 0 0 0 344107 101 0 0 20 0 20 0 168949716 19566772224 1089235 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 41 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
[pid=873692/tid=873703] ppid=873689 vsize=19108176 memory=4356940 CPUtime=0 cores=0,2
/proc/873692/task/873703/stat : 873703 (Finalizer) S 873689 873692 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168949719 19566772224 1089235 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
[pid=873692/tid=873710] ppid=873689 vsize=19108176 memory=2232 CPUtime=0 cores=0,2
/proc/873692/task/873710/stat : 873710 (Common-Cleaner) S 873689 873692 869027 0 -1 1077936192 3886 0 0 0 0 0 0 0 20 0 20 0 168949719 19566772224 1089235 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
[pid=873692/tid=873779] ppid=873689 vsize=19108176 memory=11476 CPUtime=0 cores=0,2
/proc/873692/task/873779/stat : 873779 (Timer-0) S 873689 873692 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168949813 19566772224 1089235 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
Current children cumulated CPU time: 3562.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4356940 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3559.7 s]
/proc/loadavg: 4.22 4.24 4.20 4/305 875772
/proc/meminfo: memFree=116611700/131524600 swapFree=131071996/131071996
[pid=873692] ppid=873689 vsize=19108176 memory=4356940 CPUtime=3600.06 cores=0,2
/proc/873692/stat : 873692 (java) S 873689 873692 869027 0 -1 1077936128 318299 0 0 0 359725 281 0 0 20 0 20 0 168949716 19566772224 1089235 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
/proc/873692/statm: 4777044 1089235 5916 1 0 1103192 0
[pid=873692/tid=873694] ppid=873689 vsize=19108176 memory=4356940 CPUtime=3478.71 cores=0,2
/proc/873692/task/873694/stat : 873694 (java) R 873689 873692 869027 0 -1 4194368 146655 0 0 0 347769 102 0 0 20 0 20 0 168949716 19566772224 1089235 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 41 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
[pid=873692/tid=873703] ppid=873689 vsize=19108176 memory=4356940 CPUtime=0 cores=0,2
/proc/873692/task/873703/stat : 873703 (Finalizer) S 873689 873692 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168949719 19566772224 1089235 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
[pid=873692/tid=873710] ppid=873689 vsize=19108176 memory=4356940 CPUtime=0 cores=0,2
/proc/873692/task/873710/stat : 873710 (Common-Cleaner) S 873689 873692 869027 0 -1 1077936192 3970 0 0 0 0 0 0 0 20 0 20 0 168949719 19566772224 1089235 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
[pid=873692/tid=873779] ppid=873689 vsize=19108176 memory=15940 CPUtime=0 cores=0,2
/proc/873692/task/873779/stat : 873779 (Timer-0) S 873689 873692 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168949813 19566772224 1089235 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4356940 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.38 s, system=2.83315 s

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

[startup+3559.7 s]
/proc/loadavg: 4.22 4.24 4.20 4/305 875772
/proc/meminfo: memFree=116611700/131524600 swapFree=131071996/131071996
[pid=873692] ppid=873689 vsize=19108176 memory=4356940 CPUtime=3600.06 cores=0,2
/proc/873692/stat : 873692 (java) S 873689 873692 869027 0 -1 1077936128 318299 0 0 0 359725 281 0 0 20 0 20 0 168949716 19566772224 1089235 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
/proc/873692/statm: 4777044 1089235 5916 1 0 1103192 0
[pid=873692/tid=873694] ppid=873689 vsize=19108176 memory=4356940 CPUtime=3478.71 cores=0,2
/proc/873692/task/873694/stat : 873694 (java) R 873689 873692 869027 0 -1 4194368 146655 0 0 0 347769 102 0 0 20 0 20 0 168949716 19566772224 1089235 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 41 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
[pid=873692/tid=873703] ppid=873689 vsize=19108176 memory=4356940 CPUtime=0 cores=0,2
/proc/873692/task/873703/stat : 873703 (Finalizer) S 873689 873692 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168949719 19566772224 1089235 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
[pid=873692/tid=873710] ppid=873689 vsize=19108176 memory=4356940 CPUtime=0 cores=0,2
/proc/873692/task/873710/stat : 873710 (Common-Cleaner) S 873689 873692 869027 0 -1 1077936192 3970 0 0 0 0 0 0 0 20 0 20 0 168949719 19566772224 1089235 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
[pid=873692/tid=873779] ppid=873689 vsize=19108176 memory=15940 CPUtime=0 cores=0,2
/proc/873692/task/873779/stat : 873779 (Timer-0) S 873689 873692 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168949813 19566772224 1089235 134679101440 94156350205952 94156350209648 140730897860848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94156350217464 94156350218256 94156358094848 140730897867765 140730897867873 140730897867873 140730897874888 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4356940 KiB

Child status: 143

Real time (s): 3559.81
CPU time (s): 3600.21
CPU user time (s): 3597.38
CPU system time (s): 2.83315
CPU usage (%): 101.135
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 4356940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.38
system time used= 2.83315
maximum resident set size= 4358548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 321199
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 144336
involuntary context switches= 34259


# summary of solver processes directly reported to runsolver:
#   pid: 873692
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3597.38
#   total CPU system time (s): 2.83315

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.71161 second user time and 18.7999 second system time

The end

Launcher Data

Begin job on nodeC027 at 2024-07-17 00:10:43
IDJOB=4430095
IDBENCH=158394
IDSOLVER=3052
FILE ID=nodeC027/4430095-1721167830
RUNJOBID= nodeC027-1721160679-869037
SLURM_JOB_ID= 7505775
Free space on /tmp= 889988 MiB

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

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

MD5SUM BENCH= 5d17a5a2908f0ead03acb71ed633b69a
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		: 3653.372
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		: 3663.467
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		: 3639.473
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		: 3600.358
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		: 3607.848
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		: 3663.646
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		: 3655.918
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		: 3600.199
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:        116504812 kB
MemAvailable:   117349004 kB
Buffers:          425196 kB
Cached:          1255180 kB
SwapCached:            0 kB
Active:           826168 kB
Inactive:       13570468 kB
Active(anon):       1536 kB
Inactive(anon): 12752752 kB
Active(file):     824632 kB
Inactive(file):   817716 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1768 kB
Writeback:             0 kB
AnonPages:      12713888 kB
Mapped:           125012 kB
Shmem:             37720 kB
KReclaimable:      83332 kB
Slab:             188856 kB
SReclaimable:      83332 kB
SUnreclaim:       105524 kB
KernelStack:        5128 kB
PageTables:        35032 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   13388540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            62912 kB
HardwareCorrupted:     0 kB
AnonHugePages:  12341248 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= 890076 MiB
End job on nodeC027 at 2024-07-17 01:10:03