Trace number 4430092

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.12 3556.29

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/
EmployeeScheduling/normalized-aug5.5.opb
MD5SUM14fbf9ee541b990313b1cac62bdb8872
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark101
Best CPU time to get the best result obtained on this benchmark3558.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9632
Total number of constraints29620
Number of constraints which are clauses27553
Number of constraints which are cardinality constraints (but not clauses)247
Number of constraints which are nor clauses,nor cardinality constraints1820
Minimum length of a constraint2
Maximum length of a constraint248
Number of terms in the objective function 26
Biggest coefficient in the objective function 20
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 211
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 160
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 687
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Use constraints as they come during conflict analysis
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: EFFECTIVE
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Dynamic restart strategy considering the size of the coefficients
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.17	c Pseudo Boolean Optimization by upper bound
0.14/0.17	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.17	c  - never skip resolution steps
0.14/0.17	c  - Auto-division on coefficients is disabled
0.14/0.17	c  - No postprocessing
0.14/0.17	c  - Conflict is considered as is when resolving
0.14/0.17	c  - Use constraints as they come during conflict analysis
0.14/0.17	c  - Weaken first using unassigned literals
0.14/0.17	c  - Bump strategy: ALWAYS_ONE
0.14/0.17	c  - Bumper: EFFECTIVE
0.14/0.17	c --- Begin Solver configuration ---
0.14/0.17	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.17	c Learn all clauses as in MiniSAT
0.14/0.17	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.17	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.17	c No reason simplification
0.14/0.17	c Dynamic restart strategy considering the size of the coefficients
0.14/0.17	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.17	c timeout=2147483s
0.14/0.17	c DB Simplification allowed=false
0.14/0.17	c Listener: none
0.14/0.17	c --- End Solver configuration ---
0.14/0.17	c solving HOME/instance-4430092-1721164274.opb
0.14/0.17	c reading problem ... 
0.14/0.17	c  objective function found
1.85/1.06	c ... done. Wall clock time 0.897s.
1.85/1.06	c declared #vars     9632
1.85/1.06	c #constraints  29620
1.85/1.06	c constraints type 
1.85/1.06	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 16520
1.85/1.06	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 303
1.85/1.06	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 896
1.85/1.06	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 11901
1.85/1.06	c 29620 constraints processed.
1.85/1.09	c objective function length is 26 literals
6.56/3.49	c cleaning 2496 clauses out of 5001 with flag 0/5001
10.61/6.86	c cleaning 4252 clauses out of 8504 with flag 0/11000
16.59/12.64	c cleaning 5624 clauses out of 11252 with flag 0/18000
31.47/27.32	c cleaning 6809 clauses out of 13628 with flag 0/26000
48.74/44.55	c cleaning 7906 clauses out of 15820 with flag 0/35001
72.96/68.69	c cleaning 8952 clauses out of 17914 with flag 0/45001
80.87/76.42	c cleaning 9972 clauses out of 19961 with flag 0/56000
105.70/101.13	c cleaning 10993 clauses out of 21989 with flag 0/68000
141.03/136.34	c cleaning 11989 clauses out of 23996 with flag 0/81000
152.64/147.90	c cleaning 13003 clauses out of 26007 with flag 0/95000
188.00/182.98	c cleaning 13992 clauses out of 28005 with flag 0/110001
240.83/235.14	c cleaning 15005 clauses out of 30015 with flag 0/126003
260.96/255.00	c cleaning 15995 clauses out of 32008 with flag 0/143001
357.80/351.67	c cleaning 17001 clauses out of 34015 with flag 0/161003
391.33/384.96	c cleaning 17997 clauses out of 36011 with flag 0/180000
407.44/399.90	c cleaning 18995 clauses out of 38016 with flag 0/200002
451.97/443.71	c cleaning 19997 clauses out of 40019 with flag 0/221000
484.33/475.71	c cleaning 21005 clauses out of 42022 with flag 0/243000
517.11/508.05	c cleaning 22008 clauses out of 44017 with flag 0/266000
606.43/596.66	c cleaning 23002 clauses out of 46012 with flag 0/290003
661.66/650.90	c cleaning 23999 clauses out of 48009 with flag 0/315002
753.83/742.16	c cleaning 24992 clauses out of 50013 with flag 0/341005
821.62/809.47	c cleaning 26006 clauses out of 52022 with flag 0/368006
894.64/882.15	c cleaning 27003 clauses out of 54016 with flag 0/396006
950.05/936.11	c cleaning 27986 clauses out of 56008 with flag 0/425001
982.54/968.12	c cleaning 28999 clauses out of 58021 with flag 0/455000
1041.61/1026.17	c cleaning 29992 clauses out of 60022 with flag 0/486000
1098.55/1082.08	c cleaning 31005 clauses out of 62032 with flag 0/518002
1174.49/1156.69	c cleaning 32006 clauses out of 64028 with flag 0/551003
1268.87/1249.14	c cleaning 32999 clauses out of 66022 with flag 0/585003
1370.60/1349.36	c cleaning 34004 clauses out of 68025 with flag 0/620005
1464.51/1441.81	c cleaning 34996 clauses out of 70017 with flag 0/656001
1569.52/1545.72	c cleaning 35994 clauses out of 72020 with flag 0/693000
1699.33/1674.36	c cleaning 37001 clauses out of 74026 with flag 0/731000
1798.69/1772.15	c cleaning 38013 clauses out of 76025 with flag 0/770000
1981.88/1954.55	c cleaning 39006 clauses out of 78012 with flag 0/810000
2036.62/2008.02	c cleaning 40001 clauses out of 80006 with flag 0/851000
2110.22/2080.24	c cleaning 40989 clauses out of 82007 with flag 0/893002
2169.66/2138.37	c cleaning 41995 clauses out of 84016 with flag 0/936000
2281.46/2249.11	c cleaning 43002 clauses out of 86022 with flag 0/980001
2446.67/2412.80	c cleaning 44006 clauses out of 88020 with flag 0/1025001
2634.35/2599.29	c cleaning 44999 clauses out of 90014 with flag 0/1071001
2734.44/2698.32	c cleaning 45989 clauses out of 92014 with flag 0/1118000
2849.50/2811.23	c cleaning 47002 clauses out of 94026 with flag 0/1166001
3069.36/3029.68	c cleaning 48011 clauses out of 96027 with flag 0/1215004
3394.18/3353.34	c cleaning 49002 clauses out of 98014 with flag 0/1265002
3540.92/3497.74	c cleaning 50000 clauses out of 100013 with flag 0/1316003
3600.00/3556.21	c starts		: 84
3600.00/3556.21	c conflicts		: 1341154
3600.00/3556.21	c decisions		: 1638621
3600.00/3556.21	c propagations		: 54706165
3600.00/3556.21	c inspects		: 5884046215
3600.00/3556.21	c shortcuts		: 0
3600.00/3556.21	c learnt literals	: 0
3600.00/3556.21	c learnt binary clauses	: 255
3600.00/3556.21	c learnt ternary clauses	: 307
3600.00/3556.21	c learnt constraints	: 1341154
3600.00/3556.21	c ignored constraints	: 0
3600.00/3556.21	c root simplifications	: 0
3600.00/3556.21	c removed literals (reason simplification)	: 0
3600.00/3556.21	c reason swapping (by a shorter reason)	: 0
3600.00/3556.21	c Calls to reduceDB	: 47
3600.00/3556.21	c Number of update (reduction) of LBD	: 1205224
3600.00/3556.21	c Imported unit clauses	: 0
3600.00/3556.21	c No decision after first conflict	: false
3600.00/3556.21	c number of reductions to clauses (during analyze)	: 0
3600.00/3556.21	c number of learned constraints concerned by reduction	: 0
3600.00/3556.21	c number of learning phase by resolution	: 0
3600.00/3556.21	c number of learning phase by cutting planes	: 0
3600.00/3556.21	c number of rounding to 1 operations	: 0
3600.00/3556.21	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3556.21	c number of reductions of the coefficients by power 2 	: 0
3600.00/3556.21	c number of right shift for reduction by power 2 	: 0
3600.00/3556.21	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3556.21	c number of ending skipping 	: 0
3600.00/3556.21	c number of internal skipping 	: 0
3600.00/3556.21	c number of derivation steps 	: 17621181
3600.00/3556.21	c number of skipped derivation steps 	: 0
3600.00/3556.21	c number of remaining unassigned 	: 41302
3600.00/3556.21	c number of remaining assigned 	: 258181925
3600.00/3556.21	c number of falsified literals weakened from reason	: 0
3600.00/3556.21	c number of falsified literals weakened from conflict	: 0
3600.00/3556.21	c time for arithmetic operations	: 5297441834
3600.00/3556.21	c timeout
3600.00/3556.22	c minimum degree of deleted constraints	: 1
3600.00/3556.22	c maximum degree of deleted constraints	: 439586762831358912
3600.00/3556.22	c number of deleted constraints	: 1265990
3600.00/3556.22	c speed (assignments/second)	: 15387.967293432837
3600.00/3556.22	c non guided choices	: 140171
3600.00/3556.26	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1108
3600.00/3556.26	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 8384
3600.00/3556.26	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 255
3600.00/3556.26	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 65417
3600.00/3556.26	s UNKNOWN
3600.00/3556.26	c Total wall clock time (in seconds): 3556.11

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4430092-1721164274/watcher-4430092-1721164274 -o /tmp/evaluation-result-4430092-1721164274/solver-4430092-1721164274 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1721160679-869039 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4430092-1721164274.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=871270, runsolver pid=871267

[startup+0.103511 s]*
/proc/loadavg: 4.06 4.16 4.17 10/328 871288
/proc/meminfo: memFree=122386516/131524600 swapFree=131071996/131071996
[pid=871270] ppid=871267 vsize=18975048 memory=65344 CPUtime=0.14 cores=1,3
/proc/871270/stat : 871270 (java) S 871267 871270 869027 0 -1 1077936128 7226 0 0 0 12 2 0 0 20 0 18 0 168594123 19430449152 16336 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
/proc/871270/statm: 4743762 16336 5705 1 0 549357 0
[pid=871270/tid=871272] ppid=871267 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=1,3
/proc/871270/task/871272/stat : 871272 (java) R 871267 871270 869027 0 -1 4456512 5767 0 0 0 8 1 0 0 20 0 18 0 168594123 19430449152 16336 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
[pid=871270/tid=871281] ppid=871267 vsize=18975048 memory=237146210664 CPUtime=0 cores=1,3
/proc/871270/task/871281/stat : 871281 (Finalizer) S 871267 871270 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 168594126 19430449152 16336 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
[pid=871270/tid=871288] ppid=871267 vsize=18975048 memory=14408228826018639 CPUtime=0 cores=1,3
/proc/871270/task/871288/stat : 871288 (Common-Cleaner) S 871267 871270 869027 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 168594127 19430449152 16336 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65344 KiB

[startup+0.206066 s]*
/proc/loadavg: 4.06 4.16 4.17 9/328 871288
/proc/meminfo: memFree=122375944/131524600 swapFree=131071996/131071996
[pid=871270] ppid=871267 vsize=18975048 memory=75368 CPUtime=0.33 cores=1,3
/proc/871270/stat : 871270 (java) S 871267 871270 869027 0 -1 1077936128 7700 0 0 0 31 2 0 0 20 0 18 0 168594123 19430449152 18842 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
/proc/871270/statm: 4743762 18842 5733 1 0 549632 0
[pid=871270/tid=871272] ppid=871267 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=1,3
/proc/871270/task/871272/stat : 871272 (java) R 871267 871270 869027 0 -1 4194368 6029 0 0 0 17 2 0 0 20 0 18 0 168594123 19430449152 18842 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
[pid=871270/tid=871281] ppid=871267 vsize=18975048 memory=2643 CPUtime=0 cores=1,3
/proc/871270/task/871281/stat : 871281 (Finalizer) S 871267 871270 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 168594126 19430449152 18842 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
[pid=871270/tid=871288] ppid=871267 vsize=18975048 memory=14126753849280249 CPUtime=0 cores=1,3
/proc/871270/task/871288/stat : 871288 (Common-Cleaner) S 871267 871270 869027 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 168594127 19430449152 18842 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 75368 KiB

[startup+0.306219 s]*
/proc/loadavg: 4.06 4.16 4.17 11/329 871289
/proc/meminfo: memFree=122287336/131524600 swapFree=131071996/131071996
[pid=871270] ppid=871267 vsize=19041612 memory=164296 CPUtime=0.53 cores=1,3
/proc/871270/stat : 871270 (java) S 871267 871270 869027 0 -1 1077936128 9376 0 0 0 49 4 0 0 20 0 19 0 168594123 19498610688 41074 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
/proc/871270/statm: 4760403 41074 5849 1 0 550985 0
[pid=871270/tid=871272] ppid=871267 vsize=19041612 memory=-8671514418029634236 CPUtime=0.26 cores=1,3
/proc/871270/task/871272/stat : 871272 (java) R 871267 871270 869027 0 -1 4194368 6109 0 0 0 23 3 0 0 20 0 19 0 168594123 19498610688 41074 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
[pid=871270/tid=871281] ppid=871267 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/871270/task/871281/stat : 871281 (Finalizer) S 871267 871270 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 168594126 19498610688 41074 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
[pid=871270/tid=871288] ppid=871267 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/871270/task/871288/stat : 871288 (Common-Cleaner) S 871267 871270 869027 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 168594127 19498610688 41074 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 164296 KiB

[startup+0.703509 s]
/proc/loadavg: 4.06 4.16 4.17 7/329 871289
/proc/meminfo: memFree=122082484/131524600 swapFree=131071996/131071996
[pid=871270] ppid=871267 vsize=19041612 memory=986872 CPUtime=1.27 cores=1,3
/proc/871270/stat : 871270 (java) S 871267 871270 869027 0 -1 1077936128 15200 0 0 0 106 21 0 0 20 0 19 0 168594123 19498610688 246718 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
/proc/871270/statm: 4760403 246718 5865 1 0 553207 0
[pid=871270/tid=871272] ppid=871267 vsize=19041612 memory=5544 CPUtime=0.62 cores=1,3
/proc/871270/task/871272/stat : 871272 (java) R 871267 871270 869027 0 -1 4194368 6506 0 0 0 43 19 0 0 20 0 19 0 168594123 19498610688 246718 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
[pid=871270/tid=871281] ppid=871267 vsize=19041612 memory=12504 CPUtime=0 cores=1,3
/proc/871270/task/871281/stat : 871281 (Finalizer) S 871267 871270 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 168594126 19498610688 246718 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
[pid=871270/tid=871288] ppid=871267 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/871270/task/871288/stat : 871288 (Common-Cleaner) S 871267 871270 869027 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 168594127 19498610688 246718 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 986872 KiB

[startup+1.50025 s]
/proc/loadavg: 4.21 4.19 4.18 7/329 871289
/proc/meminfo: memFree=120576300/131524600 swapFree=131071996/131071996
[pid=871270] ppid=871267 vsize=19108176 memory=2067100 CPUtime=2.79 cores=1,3
/proc/871270/stat : 871270 (java) S 871267 871270 869027 0 -1 1077936128 21814 0 0 0 236 43 0 0 20 0 20 0 168594123 19566772224 516775 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
/proc/871270/statm: 4777044 516775 5902 1 0 999516 0
[pid=871270/tid=871272] ppid=871267 vsize=19108176 memory=12504 CPUtime=1.34 cores=1,3
/proc/871270/task/871272/stat : 871272 (java) R 871267 871270 869027 0 -1 4194368 7145 0 0 0 95 39 0 0 20 0 20 0 168594123 19566772224 516775 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
[pid=871270/tid=871281] ppid=871267 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/871270/task/871281/stat : 871281 (Finalizer) S 871267 871270 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168594126 19566772224 516775 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
[pid=871270/tid=871288] ppid=871267 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/871270/task/871288/stat : 871288 (Common-Cleaner) S 871267 871270 869027 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 168594127 19566772224 516775 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
Current children cumulated CPU time: 2.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2067100 KiB

[startup+3.10608 s]
/proc/loadavg: 4.21 4.19 4.18 6/330 871290
/proc/meminfo: memFree=118442568/131524600 swapFree=131071996/131071996
[pid=871270] ppid=871267 vsize=19108176 memory=2996232 CPUtime=5.99 cores=1,3
/proc/871270/stat : 871270 (java) S 871267 871270 869027 0 -1 1077936128 22690 0 0 0 537 62 0 0 20 0 20 0 168594123 19566772224 749058 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
/proc/871270/statm: 4777044 749058 5902 1 0 999548 0
[pid=871270/tid=871272] ppid=871267 vsize=19108176 memory=198340509722 CPUtime=2.93 cores=1,3
/proc/871270/task/871272/stat : 871272 (java) R 871267 871270 869027 0 -1 4194368 7604 0 0 0 236 57 0 0 20 0 20 0 168594123 19566772224 749058 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
[pid=871270/tid=871281] ppid=871267 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/871270/task/871281/stat : 871281 (Finalizer) S 871267 871270 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168594126 19566772224 749058 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
[pid=871270/tid=871288] ppid=871267 vsize=19108176 memory=12504 CPUtime=0 cores=1,3
/proc/871270/task/871288/stat : 871288 (Common-Cleaner) S 871267 871270 869027 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 168594127 19566772224 749058 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
[pid=871270/tid=871290] ppid=871267 vsize=19108176 memory=2217180 CPUtime=0 cores=1,3
/proc/871270/task/871290/stat : 871290 (Timer-0) S 871267 871270 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168594233 19566772224 749058 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
Current children cumulated CPU time: 5.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2996232 KiB

[startup+6.30025 s]
/proc/loadavg: 4.20 4.19 4.18 5/330 871292
/proc/meminfo: memFree=117515540/131524600 swapFree=131071996/131071996
[pid=871270] ppid=871267 vsize=19108176 memory=3058568 CPUtime=10.11 cores=1,3
/proc/871270/stat : 871270 (java) S 871267 871270 869027 0 -1 1077936128 23503 0 0 0 947 64 0 0 20 0 20 0 168594123 19566772224 764642 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
/proc/871270/statm: 4777044 764642 5902 1 0 1000004 0
[pid=871270/tid=871272] ppid=871267 vsize=19108176 memory=0 CPUtime=6.09 cores=1,3
/proc/871270/task/871272/stat : 871272 (java) R 871267 871270 869027 0 -1 4194368 7761 0 0 0 551 58 0 0 20 0 20 0 168594123 19566772224 764642 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
[pid=871270/tid=871281] ppid=871267 vsize=19108176 memory=12504 CPUtime=0 cores=1,3
/proc/871270/task/871281/stat : 871281 (Finalizer) S 871267 871270 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168594126 19566772224 764642 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
[pid=871270/tid=871288] ppid=871267 vsize=19108176 memory=2520824 CPUtime=0 cores=1,3
/proc/871270/task/871288/stat : 871288 (Common-Cleaner) S 871267 871270 869027 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 168594127 19566772224 764642 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
[pid=871270/tid=871290] ppid=871267 vsize=19108176 memory=3058436 CPUtime=0 cores=1,3
/proc/871270/task/871290/stat : 871290 (Timer-0) S 871267 871270 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168594233 19566772224 764642 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
Current children cumulated CPU time: 10.11 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3058568 KiB

[startup+12.7011 s]
/proc/loadavg: 4.18 4.18 4.18 5/330 871292
/proc/meminfo: memFree=117499804/131524600 swapFree=131071996/131071996
[pid=871270] ppid=871267 vsize=19108176 memory=3059664 CPUtime=16.78 cores=1,3
/proc/871270/stat : 871270 (java) S 871267 871270 869027 0 -1 1077936128 27861 0 0 0 1613 65 0 0 20 0 20 0 168594123 19566772224 764916 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
/proc/871270/statm: 4777044 764916 5934 1 0 1000121 0
[pid=871270/tid=871272] ppid=871267 vsize=19108176 memory=3059336 CPUtime=12.34 cores=1,3
/proc/871270/task/871272/stat : 871272 (java) R 871267 871270 869027 0 -1 4194368 9308 0 0 0 1175 59 0 0 20 0 20 0 168594123 19566772224 764916 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
[pid=871270/tid=871281] ppid=871267 vsize=19108176 memory=11476 CPUtime=0 cores=1,3
/proc/871270/task/871281/stat : 871281 (Finalizer) S 871267 871270 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168594126 19566772224 764916 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
[pid=871270/tid=871288] ppid=871267 vsize=19108176 memory=7525903548402983763 CPUtime=0 cores=1,3
/proc/871270/task/871288/stat : 871288 (Common-Cleaner) S 871267 871270 869027 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 168594127 19566772224 764916 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
[pid=871270/tid=871290] ppid=871267 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/871270/task/871290/stat : 871290 (Timer-0) S 871267 871270 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168594233 19566772224 764916 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
Current children cumulated CPU time: 16.78 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3059664 KiB

[startup+25.5003 s]
/proc/loadavg: 4.23 4.19 4.18 5/330 871295
/proc/meminfo: memFree=117484756/131524600 swapFree=131071996/131071996
[pid=871270] ppid=871267 vsize=19108176 memory=3059948 CPUtime=29.62 cores=1,3
/proc/871270/stat : 871270 (java) S 871267 871270 869027 0 -1 1077936128 31401 0 0 0 2896 66 0 0 20 0 20 0 168594123 19566772224 764987 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
/proc/871270/statm: 4777044 764987 5950 1 0 1000121 0
[pid=871270/tid=871272] ppid=871267 vsize=19108176 memory=7525903548402983763 CPUtime=24.96 cores=1,3
/proc/871270/task/871272/stat : 871272 (java) R 871267 871270 869027 0 -1 4194368 11121 0 0 0 2437 59 0 0 20 0 20 0 168594123 19566772224 764987 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
[pid=871270/tid=871281] ppid=871267 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/871270/task/871281/stat : 871281 (Finalizer) S 871267 871270 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168594126 19566772224 764987 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
[pid=871270/tid=871288] ppid=871267 vsize=19108176 memory=5552 CPUtime=0 cores=1,3
/proc/871270/task/871288/stat : 871288 (Common-Cleaner) S 871267 871270 869027 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 168594127 19566772224 764987 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
[pid=871270/tid=871290] ppid=871267 vsize=19108176 memory=-8671514418029634236 CPUtime=0 cores=1,3
/proc/871270/task/871290/stat : 871290 (Timer-0) S 871267 871270 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168594233 19566772224 764987 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
Current children cumulated CPU time: 29.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3059948 KiB

[startup+51.1059 s]
/proc/loadavg: 4.59 4.29 4.21 5/330 871298
/proc/meminfo: memFree=117452892/131524600 swapFree=131071996/131071996
[pid=871270] ppid=871267 vsize=19108176 memory=3070440 CPUtime=55.4 cores=1,3
/proc/871270/stat : 871270 (java) S 871267 871270 869027 0 -1 1077936128 41856 0 0 0 5471 69 0 0 20 0 20 0 168594123 19566772224 767610 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
/proc/871270/statm: 4777044 767610 5965 1 0 1000121 0
[pid=871270/tid=871272] ppid=871267 vsize=19108176 memory=3064180 CPUtime=50.16 cores=1,3
/proc/871270/task/871272/stat : 871272 (java) R 871267 871270 869027 0 -1 4194368 14464 0 0 0 4956 60 0 0 20 0 20 0 168594123 19566772224 767610 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
[pid=871270/tid=871281] ppid=871267 vsize=19108176 memory=11476 CPUtime=0 cores=1,3
/proc/871270/task/871281/stat : 871281 (Finalizer) S 871267 871270 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168594126 19566772224 767610 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
[pid=871270/tid=871288] ppid=871267 vsize=19108176 memory=11476 CPUtime=0 cores=1,3
/proc/871270/task/871288/stat : 871288 (Common-Cleaner) S 871267 871270 869027 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 168594127 19566772224 767610 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
[pid=871270/tid=871290] ppid=871267 vsize=19108176 memory=11476 CPUtime=0 cores=1,3
/proc/871270/task/871290/stat : 871290 (Timer-0) S 871267 871270 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168594233 19566772224 767610 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0

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

/proc/meminfo: memFree=112666928/131524600 swapFree=131071996/131071996
[pid=871270] ppid=871267 vsize=19108176 memory=4459148 CPUtime=3202.36 cores=1,3
/proc/871270/stat : 871270 (java) S 871267 871270 869027 0 -1 1077936128 304505 0 0 0 319995 241 0 0 20 0 20 0 168594123 19566772224 1114787 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
/proc/871270/statm: 4777044 1114787 5981 1 0 1127656 0
[pid=871270/tid=871272] ppid=871267 vsize=19108176 memory=2232 CPUtime=3093.75 cores=1,3
/proc/871270/task/871272/stat : 871272 (java) R 871267 871270 869027 0 -1 4194368 129015 0 0 0 309289 86 0 0 20 0 20 0 168594123 19566772224 1114787 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 38 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
[pid=871270/tid=871281] ppid=871267 vsize=19108176 memory=4459148 CPUtime=0 cores=1,3
/proc/871270/task/871281/stat : 871281 (Finalizer) S 871267 871270 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168594126 19566772224 1114787 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
[pid=871270/tid=871288] ppid=871267 vsize=19108176 memory=4459148 CPUtime=0 cores=1,3
/proc/871270/task/871288/stat : 871288 (Common-Cleaner) S 871267 871270 869027 0 -1 1077936192 3074 0 0 0 0 0 0 0 20 0 20 0 168594127 19566772224 1114787 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
[pid=871270/tid=871290] ppid=871267 vsize=19108176 memory=4459148 CPUtime=0 cores=1,3
/proc/871270/task/871290/stat : 871290 (Timer-0) S 871267 871270 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168594233 19566772224 1114787 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
Current children cumulated CPU time: 3202.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4459148 KiB

[startup+3222.3 s]
/proc/loadavg: 4.07 4.15 4.16 5/333 873054
/proc/meminfo: memFree=112666616/131524600 swapFree=131071996/131071996
[pid=871270] ppid=871267 vsize=19108176 memory=4459148 CPUtime=3262.63 cores=1,3
/proc/871270/stat : 871270 (java) S 871267 871270 869027 0 -1 1077936128 307767 0 0 0 326019 244 0 0 20 0 20 0 168594123 19566772224 1114787 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
/proc/871270/statm: 4777044 1114787 5981 1 0 1127656 0
[pid=871270/tid=871272] ppid=871267 vsize=19108176 memory=2232 CPUtime=3152.9 cores=1,3
/proc/871270/task/871272/stat : 871272 (java) R 871267 871270 869027 0 -1 4194368 130655 0 0 0 315203 87 0 0 20 0 20 0 168594123 19566772224 1114787 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 38 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
[pid=871270/tid=871281] ppid=871267 vsize=19108176 memory=4459148 CPUtime=0 cores=1,3
/proc/871270/task/871281/stat : 871281 (Finalizer) S 871267 871270 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168594126 19566772224 1114787 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
[pid=871270/tid=871288] ppid=871267 vsize=19108176 memory=4459148 CPUtime=0 cores=1,3
/proc/871270/task/871288/stat : 871288 (Common-Cleaner) S 871267 871270 869027 0 -1 1077936192 3075 0 0 0 0 0 0 0 20 0 20 0 168594127 19566772224 1114787 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
[pid=871270/tid=871290] ppid=871267 vsize=19108176 memory=4459148 CPUtime=0 cores=1,3
/proc/871270/task/871290/stat : 871290 (Timer-0) S 871267 871270 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168594233 19566772224 1114787 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
Current children cumulated CPU time: 3262.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4459148 KiB

[startup+3282.3 s]
/proc/loadavg: 4.07 4.13 4.16 5/330 873064
/proc/meminfo: memFree=112666076/131524600 swapFree=131071996/131071996
[pid=871270] ppid=871267 vsize=19108176 memory=4459148 CPUtime=3322.92 cores=1,3
/proc/871270/stat : 871270 (java) S 871267 871270 869027 0 -1 1077936128 308765 0 0 0 332046 246 0 0 20 0 20 0 168594123 19566772224 1114787 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
/proc/871270/statm: 4777044 1114787 5981 1 0 1127656 0
[pid=871270/tid=871272] ppid=871267 vsize=19108176 memory=4459148 CPUtime=3212.03 cores=1,3
/proc/871270/task/871272/stat : 871272 (java) R 871267 871270 869027 0 -1 4194368 131459 0 0 0 321116 87 0 0 20 0 20 0 168594123 19566772224 1114787 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 38 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
[pid=871270/tid=871281] ppid=871267 vsize=19108176 memory=4459148 CPUtime=0 cores=1,3
/proc/871270/task/871281/stat : 871281 (Finalizer) S 871267 871270 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168594126 19566772224 1114787 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
[pid=871270/tid=871288] ppid=871267 vsize=19108176 memory=4459148 CPUtime=0 cores=1,3
/proc/871270/task/871288/stat : 871288 (Common-Cleaner) S 871267 871270 869027 0 -1 1077936192 3169 0 0 0 0 0 0 0 20 0 20 0 168594127 19566772224 1114787 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
[pid=871270/tid=871290] ppid=871267 vsize=19108176 memory=12504 CPUtime=0 cores=1,3
/proc/871270/task/871290/stat : 871290 (Timer-0) S 871267 871270 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168594233 19566772224 1114787 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
Current children cumulated CPU time: 3322.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4459148 KiB

[startup+3342.3 s]
/proc/loadavg: 4.18 4.15 4.16 5/333 873089
/proc/meminfo: memFree=112664680/131524600 swapFree=131071996/131071996
[pid=871270] ppid=871267 vsize=19108176 memory=4459244 CPUtime=3383.17 cores=1,3
/proc/871270/stat : 871270 (java) S 871267 871270 869027 0 -1 1077936128 311927 0 0 0 338067 250 0 0 20 0 20 0 168594123 19566772224 1114811 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
/proc/871270/statm: 4777044 1114811 5981 1 0 1127656 0
[pid=871270/tid=871272] ppid=871267 vsize=19108176 memory=41940 CPUtime=3271.22 cores=1,3
/proc/871270/task/871272/stat : 871272 (java) R 871267 871270 869027 0 -1 4194368 133143 0 0 0 327035 87 0 0 20 0 20 0 168594123 19566772224 1114811 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 38 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
[pid=871270/tid=871281] ppid=871267 vsize=19108176 memory=4459244 CPUtime=0 cores=1,3
/proc/871270/task/871281/stat : 871281 (Finalizer) S 871267 871270 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168594126 19566772224 1114811 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
[pid=871270/tid=871288] ppid=871267 vsize=19108176 memory=-8671514418029634236 CPUtime=0 cores=1,3
/proc/871270/task/871288/stat : 871288 (Common-Cleaner) S 871267 871270 869027 0 -1 1077936192 3169 0 0 0 0 0 0 0 20 0 20 0 168594127 19566772224 1114811 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
[pid=871270/tid=871290] ppid=871267 vsize=19108176 memory=11476 CPUtime=0 cores=1,3
/proc/871270/task/871290/stat : 871290 (Timer-0) S 871267 871270 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168594233 19566772224 1114811 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
Current children cumulated CPU time: 3383.17 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4459244 KiB

[startup+3402.3 s]
/proc/loadavg: 4.17 4.15 4.16 6/334 873325
/proc/meminfo: memFree=112569668/131524600 swapFree=131071996/131071996
[pid=871270] ppid=871267 vsize=19108176 memory=4459300 CPUtime=3443.86 cores=1,3
/proc/871270/stat : 871270 (java) S 871267 871270 869027 0 -1 1077936128 314086 0 0 0 344133 253 0 0 20 0 20 0 168594123 19566772224 1114825 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
/proc/871270/statm: 4777044 1114825 5981 1 0 1127672 0
[pid=871270/tid=871272] ppid=871267 vsize=19108176 memory=4459244 CPUtime=3329.93 cores=1,3
/proc/871270/task/871272/stat : 871272 (java) R 871267 871270 869027 0 -1 4194368 135045 0 0 0 332906 87 0 0 20 0 20 0 168594123 19566772224 1114825 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 38 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
[pid=871270/tid=871281] ppid=871267 vsize=19108176 memory=4459244 CPUtime=0 cores=1,3
/proc/871270/task/871281/stat : 871281 (Finalizer) S 871267 871270 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168594126 19566772224 1114825 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
[pid=871270/tid=871288] ppid=871267 vsize=19108176 memory=-8671514418029634236 CPUtime=0 cores=1,3
/proc/871270/task/871288/stat : 871288 (Common-Cleaner) S 871267 871270 869027 0 -1 1077936192 3218 0 0 0 0 0 0 0 20 0 20 0 168594127 19566772224 1114825 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
[pid=871270/tid=871290] ppid=871267 vsize=19108176 memory=4459300 CPUtime=0 cores=1,3
/proc/871270/task/871290/stat : 871290 (Timer-0) S 871267 871270 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168594233 19566772224 1114825 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
Current children cumulated CPU time: 3443.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4459300 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.15 4.16 5/334 873335
/proc/meminfo: memFree=112391308/131524600 swapFree=131071996/131071996
[pid=871270] ppid=871267 vsize=19108176 memory=4459388 CPUtime=3504.96 cores=1,3
/proc/871270/stat : 871270 (java) S 871267 871270 869027 0 -1 1077936128 317428 0 0 0 350241 255 0 0 20 0 20 0 168594123 19566772224 1114847 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
/proc/871270/statm: 4777044 1114847 5981 1 0 1127672 0
[pid=871270/tid=871272] ppid=871267 vsize=19108176 memory=-8671514418029634236 CPUtime=3388.29 cores=1,3
/proc/871270/task/871272/stat : 871272 (java) R 871267 871270 869027 0 -1 4194368 136301 0 0 0 338741 88 0 0 20 0 20 0 168594123 19566772224 1114847 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 39 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
[pid=871270/tid=871281] ppid=871267 vsize=19108176 memory=4459388 CPUtime=0 cores=1,3
/proc/871270/task/871281/stat : 871281 (Finalizer) S 871267 871270 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168594126 19566772224 1114847 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
[pid=871270/tid=871288] ppid=871267 vsize=19108176 memory=12504 CPUtime=0 cores=1,3
/proc/871270/task/871288/stat : 871288 (Common-Cleaner) S 871267 871270 869027 0 -1 1077936192 3312 0 0 0 0 0 0 0 20 0 20 0 168594127 19566772224 1114847 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
[pid=871270/tid=871290] ppid=871267 vsize=19108176 memory=4459388 CPUtime=0 cores=1,3
/proc/871270/task/871290/stat : 871290 (Timer-0) S 871267 871270 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168594233 19566772224 1114847 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
Current children cumulated CPU time: 3504.96 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4459388 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.15 4.16 5/338 873637
/proc/meminfo: memFree=112456936/131524600 swapFree=131071996/131071996
[pid=871270] ppid=871267 vsize=19108176 memory=4459436 CPUtime=3565.72 cores=1,3
/proc/871270/stat : 871270 (java) S 871267 871270 869027 0 -1 1077936128 329722 0 0 0 356313 259 0 0 20 0 20 0 168594123 19566772224 1114859 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
/proc/871270/statm: 4777044 1114859 5981 1 0 1127685 0
[pid=871270/tid=871272] ppid=871267 vsize=19108176 memory=11476 CPUtime=3447.16 cores=1,3
/proc/871270/task/871272/stat : 871272 (java) R 871267 871270 869027 0 -1 4194368 137910 0 0 0 344628 88 0 0 20 0 20 0 168594123 19566772224 1114859 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 39 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
[pid=871270/tid=871281] ppid=871267 vsize=19108176 memory=15940 CPUtime=0 cores=1,3
/proc/871270/task/871281/stat : 871281 (Finalizer) S 871267 871270 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168594126 19566772224 1114859 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
[pid=871270/tid=871288] ppid=871267 vsize=19108176 memory=11476 CPUtime=0 cores=1,3
/proc/871270/task/871288/stat : 871288 (Common-Cleaner) S 871267 871270 869027 0 -1 1077936192 3316 0 0 0 0 0 0 0 20 0 20 0 168594127 19566772224 1114859 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
[pid=871270/tid=871290] ppid=871267 vsize=19108176 memory=4459436 CPUtime=0 cores=1,3
/proc/871270/task/871290/stat : 871290 (Timer-0) S 871267 871270 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168594233 19566772224 1114859 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
Current children cumulated CPU time: 3565.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4459436 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3556.2 s]
/proc/loadavg: 4.19 4.17 4.17 5/336 873710
/proc/meminfo: memFree=116469096/131524600 swapFree=131071996/131071996
[pid=871270] ppid=871267 vsize=19108176 memory=4459496 CPUtime=3600 cores=1,3
/proc/871270/stat : 871270 (java) S 871267 871270 869027 0 -1 1077936128 332546 0 0 0 359739 261 0 0 20 0 20 0 168594123 19566772224 1114874 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
/proc/871270/statm: 4777044 1114874 5981 1 0 1127685 0
[pid=871270/tid=871272] ppid=871267 vsize=19108176 memory=2498 CPUtime=3480.42 cores=1,3
/proc/871270/task/871272/stat : 871272 (java) R 871267 871270 869027 0 -1 4194368 139441 0 0 0 347954 88 0 0 20 0 20 0 168594123 19566772224 1114874 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 39 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
[pid=871270/tid=871281] ppid=871267 vsize=19108176 memory=3565 CPUtime=0 cores=1,3
/proc/871270/task/871281/stat : 871281 (Finalizer) S 871267 871270 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168594126 19566772224 1114874 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
[pid=871270/tid=871288] ppid=871267 vsize=19108176 memory=2386413 CPUtime=0 cores=1,3
/proc/871270/task/871288/stat : 871288 (Common-Cleaner) S 871267 871270 869027 0 -1 1077936192 3411 0 0 0 0 0 0 0 20 0 20 0 168594127 19566772224 1114874 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
[pid=871270/tid=871290] ppid=871267 vsize=19108176 memory=27140 CPUtime=0 cores=1,3
/proc/871270/task/871290/stat : 871290 (Timer-0) S 871267 871270 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168594233 19566772224 1114874 134679101440 94490330030080 94490330033776 140736779232592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94490330041592 94490330042384 94490355224576 140736779236341 140736779236449 140736779236449 140736779243464 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4459496 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.49 s, system=2.63173 s

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

Child status: 143

Real time (s): 3556.29
CPU time (s): 3600.12
CPU user time (s): 3597.49
CPU system time (s): 2.63173
CPU usage (%): 101.233
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 4459496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.49
system time used= 2.63173
maximum resident set size= 4461128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 335996
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= 151954
involuntary context switches= 10387


# summary of solver processes directly reported to runsolver:
#   pid: 871270
#   total CPU time (s): 3600.12
#   total CPU user time (s): 3597.49
#   total CPU system time (s): 2.63173

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.26945 second user time and 17.8915 second system time

The end

Launcher Data

Begin job on nodeC027 at 2024-07-16 23:11:27
IDJOB=4430092
IDBENCH=158385
IDSOLVER=3052
FILE ID=nodeC027/4430092-1721164274
RUNJOBID= nodeC027-1721160679-869039
SLURM_JOB_ID= 7505775
Free space on /tmp= 889992 MiB

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

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

MD5SUM BENCH= 14fbf9ee541b990313b1cac62bdb8872
RANDOM SEED=403816010

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.187
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		: 3660.726
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		: 3600.187
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		: 3651.469
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		: 3600.187
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		: 3679.223
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.343
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		: 3662.755
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:        122431876 kB
MemAvailable:   123323016 kB
Buffers:          422136 kB
Cached:          1304444 kB
SwapCached:            0 kB
Active:           734000 kB
Inactive:        7748736 kB
Active(anon):       1568 kB
Inactive(anon):  6792012 kB
Active(file):     732432 kB
Inactive(file):   956724 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             96540 kB
Writeback:             0 kB
AnonPages:       6753968 kB
Mapped:           124924 kB
Shmem:             37720 kB
KReclaimable:      83612 kB
Slab:             188732 kB
SReclaimable:      83612 kB
SUnreclaim:       105120 kB
KernelStack:        4972 kB
PageTables:        23292 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   11496148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            62720 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6453248 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= 889988 MiB
End job on nodeC027 at 2024-07-17 00:10:44