Trace number 4430093

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.22 3552.39

General information on the benchmark

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

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.06	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.14	c Pseudo Boolean Optimization by upper bound
0.14/0.14	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.14	c  - never skip resolution steps
0.14/0.14	c  - Auto-division on coefficients is disabled
0.14/0.14	c  - No postprocessing
0.14/0.14	c  - Conflict is considered as is when resolving
0.14/0.14	c  - Use constraints as they come during conflict analysis
0.14/0.14	c  - Weaken first using unassigned literals
0.14/0.14	c  - Bump strategy: ALWAYS_ONE
0.14/0.14	c  - Bumper: EFFECTIVE
0.14/0.14	c --- Begin Solver configuration ---
0.14/0.14	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.14	c Learn all clauses as in MiniSAT
0.14/0.14	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.14	c No reason simplification
0.14/0.14	c Dynamic restart strategy considering the size of the coefficients
0.14/0.14	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.14	c timeout=2147483s
0.14/0.14	c DB Simplification allowed=false
0.14/0.14	c Listener: none
0.14/0.14	c --- End Solver configuration ---
0.14/0.14	c solving HOME/instance-4430093-1721167831.opb
0.14/0.14	c reading problem ... 
0.14/0.14	c  objective function found
1.62/0.96	c ... done. Wall clock time 0.817s.
1.62/0.96	c declared #vars     9632
1.62/0.96	c #constraints  29620
1.62/0.96	c constraints type 
1.62/0.96	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 16520
1.62/0.96	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 301
1.62/0.96	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 896
1.62/0.96	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 11903
1.62/0.96	c 29620 constraints processed.
1.62/0.99	c objective function length is 26 literals
5.97/3.13	c cleaning 2496 clauses out of 5002 with flag 0/5002
9.19/5.39	c cleaning 4252 clauses out of 8509 with flag 0/11005
11.46/7.45	c cleaning 5618 clauses out of 11252 with flag 0/18000
16.39/12.36	c cleaning 6809 clauses out of 13636 with flag 0/26002
20.22/16.05	c cleaning 7907 clauses out of 15825 with flag 0/35000
24.33/20.16	c cleaning 8954 clauses out of 17920 with flag 0/45002
29.73/25.58	c cleaning 9978 clauses out of 19965 with flag 0/56001
37.25/33.08	c cleaning 10991 clauses out of 21989 with flag 0/68003
42.69/38.49	c cleaning 11986 clauses out of 23995 with flag 0/81000
49.32/44.94	c cleaning 13003 clauses out of 26010 with flag 0/95001
57.43/52.81	c cleaning 13994 clauses out of 28010 with flag 0/110004
65.51/60.69	c cleaning 14997 clauses out of 30014 with flag 0/126002
78.25/73.19	c cleaning 15999 clauses out of 32015 with flag 0/143000
94.73/89.25	c cleaning 17004 clauses out of 34016 with flag 0/161000
110.80/105.08	c cleaning 17999 clauses out of 36012 with flag 0/180000
133.24/127.05	c cleaning 18999 clauses out of 38013 with flag 0/200000
147.59/141.07	c cleaning 19996 clauses out of 40016 with flag 0/221002
162.86/155.95	c cleaning 20995 clauses out of 42019 with flag 0/243001
181.66/174.11	c cleaning 21995 clauses out of 44023 with flag 0/266000
198.80/190.81	c cleaning 23005 clauses out of 46030 with flag 0/290002
216.54/208.01	c cleaning 24002 clauses out of 48025 with flag 0/315002
238.16/229.17	c cleaning 25007 clauses out of 50021 with flag 0/341000
261.16/251.49	c cleaning 25990 clauses out of 52015 with flag 0/368001
283.41/273.03	c cleaning 26998 clauses out of 54025 with flag 0/396001
308.34/297.27	c cleaning 28012 clauses out of 56029 with flag 0/425003
339.23/327.59	c cleaning 28998 clauses out of 58016 with flag 0/455002
365.72/353.46	c cleaning 29996 clauses out of 60016 with flag 0/486000
395.89/382.89	c cleaning 30991 clauses out of 62021 with flag 0/518001
428.05/414.20	c cleaning 31996 clauses out of 64030 with flag 0/551001
472.66/457.92	c cleaning 33011 clauses out of 66034 with flag 0/585001
512.90/497.26	c cleaning 34001 clauses out of 68026 with flag 0/620004
568.15/550.05	c cleaning 35003 clauses out of 70023 with flag 0/656002
640.58/621.27	c cleaning 35987 clauses out of 72018 with flag 0/693000
738.24/717.76	c cleaning 37005 clauses out of 74031 with flag 0/731000
845.28/822.98	c cleaning 38009 clauses out of 76031 with flag 0/770005
958.58/934.50	c cleaning 38993 clauses out of 78018 with flag 0/810001
1093.13/1067.41	c cleaning 40001 clauses out of 80025 with flag 0/851001
1227.35/1200.67	c cleaning 41001 clauses out of 82025 with flag 0/893002
1381.51/1352.81	c cleaning 42003 clauses out of 84022 with flag 0/936000
1560.18/1529.78	c cleaning 42999 clauses out of 86021 with flag 0/980002
1758.14/1725.79	c cleaning 44003 clauses out of 88021 with flag 0/1025001
1985.25/1950.99	c cleaning 44999 clauses out of 90017 with flag 0/1071000
2204.78/2168.36	c cleaning 45996 clauses out of 92018 with flag 0/1118000
2412.94/2374.11	c cleaning 47005 clauses out of 94026 with flag 0/1166004
2656.09/2615.10	c cleaning 48004 clauses out of 96021 with flag 0/1215004
2931.53/2888.73	c cleaning 48993 clauses out of 98013 with flag 0/1265000
3218.98/3173.87	c cleaning 50006 clauses out of 100026 with flag 0/1316006
3529.80/3482.54	c cleaning 51003 clauses out of 102018 with flag 0/1368004
3600.09/3552.31	c starts		: 882
3600.09/3552.31	c conflicts		: 1388042
3600.09/3552.31	c decisions		: 1829444
3600.09/3552.31	c propagations		: 65938612
3600.09/3552.31	c inspects		: 4732484956
3600.09/3552.31	c shortcuts		: 0
3600.09/3552.31	c learnt literals	: 0
3600.09/3552.31	c learnt binary clauses	: 98
3600.09/3552.31	c learnt ternary clauses	: 152
3600.09/3552.32	c learnt constraints	: 1388042
3600.09/3552.32	c ignored constraints	: 0
3600.09/3552.32	c root simplifications	: 0
3600.09/3552.32	c removed literals (reason simplification)	: 0
3600.09/3552.32	c reason swapping (by a shorter reason)	: 0
3600.09/3552.32	c Calls to reduceDB	: 48
3600.09/3552.32	c Number of update (reduction) of LBD	: 1367377
3600.09/3552.32	c Imported unit clauses	: 0
3600.09/3552.32	c No decision after first conflict	: false
3600.09/3552.32	c number of reductions to clauses (during analyze)	: 0
3600.09/3552.32	c number of learned constraints concerned by reduction	: 0
3600.09/3552.32	c number of learning phase by resolution	: 0
3600.09/3552.32	c number of learning phase by cutting planes	: 0
3600.09/3552.32	c number of rounding to 1 operations	: 0
3600.09/3552.32	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3552.32	c number of reductions of the coefficients by power 2 	: 0
3600.09/3552.32	c number of right shift for reduction by power 2 	: 0
3600.09/3552.32	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3552.32	c number of ending skipping 	: 0
3600.09/3552.32	c number of internal skipping 	: 0
3600.09/3552.32	c number of derivation steps 	: 19379455
3600.09/3552.32	c number of skipped derivation steps 	: 0
3600.09/3552.32	c number of remaining unassigned 	: 16027
3600.09/3552.32	c number of remaining assigned 	: 368103863
3600.09/3552.32	c number of falsified literals weakened from reason	: 0
3600.09/3552.32	c number of falsified literals weakened from conflict	: 0
3600.09/3552.32	c time for arithmetic operations	: 5258626833
3600.09/3552.32	c minimum degree of deleted constraints	: 1
3600.09/3552.32	c maximum degree of deleted constraints	: 63744711523200
3600.09/3552.32	c number of deleted constraints	: 1316989
3600.09/3552.32	c speed (assignments/second)	: 18567.32161451807
3600.09/3552.32	c non guided choices	: 59476
3600.09/3552.33	c timeout
3600.09/3552.36	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 3491
3600.09/3552.36	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 17017
3600.09/3552.36	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 98
3600.09/3552.36	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 50447
3600.09/3552.36	s UNKNOWN
3600.09/3552.36	c Total wall clock time (in seconds): 3552.22

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

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

[startup+0.100074 s]*
/proc/loadavg: 4.42 4.21 4.19 8/335 873777
/proc/meminfo: memFree=119683868/131524600 swapFree=131071996/131071996
[pid=873759] ppid=873756 vsize=18975048 memory=63396 CPUtime=0.14 cores=1,3
/proc/873759/stat : 873759 (java) S 873756 873759 869027 0 -1 1077936128 7259 0 0 0 12 2 0 0 20 0 18 0 168949785 19430449152 15849 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
/proc/873759/statm: 4743762 15849 5678 1 0 549380 0
[pid=873759/tid=873761] ppid=873756 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=1,3
/proc/873759/task/873761/stat : 873761 (java) R 873756 873759 869027 0 -1 4194368 5776 0 0 0 8 1 0 0 20 0 18 0 168949785 19430449152 15849 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
[pid=873759/tid=873770] ppid=873756 vsize=18975048 memory=237146210664 CPUtime=0 cores=1,3
/proc/873759/task/873770/stat : 873770 (Finalizer) S 873756 873759 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 168949787 19430449152 15849 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
[pid=873759/tid=873777] ppid=873756 vsize=18975048 memory=14408228826018639 CPUtime=0 cores=1,3
/proc/873759/task/873777/stat : 873777 (Common-Cleaner) S 873756 873759 869027 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 168949788 19430449152 15849 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63396 KiB

[startup+0.206075 s]*
/proc/loadavg: 4.42 4.21 4.19 9/335 873777
/proc/meminfo: memFree=119587408/131524600 swapFree=131071996/131071996
[pid=873759] ppid=873756 vsize=18975048 memory=90480 CPUtime=0.34 cores=1,3
/proc/873759/stat : 873759 (java) S 873756 873759 869027 0 -1 1077936128 7797 0 0 0 32 2 0 0 20 0 18 0 168949785 19430449152 22620 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
/proc/873759/statm: 4743762 22620 5823 1 0 549699 0
[pid=873759/tid=873761] ppid=873756 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=1,3
/proc/873759/task/873761/stat : 873761 (java) R 873756 873759 869027 0 -1 4194368 6048 0 0 0 17 2 0 0 20 0 18 0 168949785 19430449152 22620 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
[pid=873759/tid=873770] ppid=873756 vsize=18975048 memory=2643 CPUtime=0 cores=1,3
/proc/873759/task/873770/stat : 873770 (Finalizer) S 873756 873759 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 168949787 19430449152 22620 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
[pid=873759/tid=873777] ppid=873756 vsize=18975048 memory=14126753849280249 CPUtime=0 cores=1,3
/proc/873759/task/873777/stat : 873777 (Common-Cleaner) S 873756 873759 869027 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 168949788 19430449152 22620 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 90480 KiB

[startup+0.306075 s]*
/proc/loadavg: 4.42 4.21 4.19 9/337 873779
/proc/meminfo: memFree=119506340/131524600 swapFree=131071996/131071996
[pid=873759] ppid=873756 vsize=19041612 memory=164440 CPUtime=0.51 cores=1,3
/proc/873759/stat : 873759 (java) S 873756 873759 869027 0 -1 1077936128 9423 0 0 0 46 5 0 0 20 0 19 0 168949785 19498610688 41110 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
/proc/873759/statm: 4760403 41110 5854 1 0 550985 0
[pid=873759/tid=873761] ppid=873756 vsize=19041612 memory=-8743847980896199356 CPUtime=0.26 cores=1,3
/proc/873759/task/873761/stat : 873761 (java) R 873756 873759 869027 0 -1 4194368 6098 0 0 0 23 3 0 0 20 0 19 0 168949785 19498610688 41110 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
[pid=873759/tid=873770] ppid=873756 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/873759/task/873770/stat : 873770 (Finalizer) S 873756 873759 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 168949787 19498610688 41110 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
[pid=873759/tid=873777] ppid=873756 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/873759/task/873777/stat : 873777 (Common-Cleaner) S 873756 873759 869027 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 168949788 19498610688 41110 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 164440 KiB

[startup+0.708113 s]
/proc/loadavg: 4.42 4.21 4.19 7/337 873779
/proc/meminfo: memFree=119193068/131524600 swapFree=131071996/131071996
[pid=873759] ppid=873756 vsize=19041612 memory=1061144 CPUtime=1.26 cores=1,3
/proc/873759/stat : 873759 (java) S 873756 873759 869027 0 -1 1077936128 15942 0 0 0 103 23 0 0 20 0 19 0 168949785 19498610688 265286 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
/proc/873759/statm: 4760403 265286 5870 1 0 553326 0
[pid=873759/tid=873761] ppid=873756 vsize=19041612 memory=5544 CPUtime=0.62 cores=1,3
/proc/873759/task/873761/stat : 873761 (java) R 873756 873759 869027 0 -1 4194368 6531 0 0 0 42 20 0 0 20 0 19 0 168949785 19498610688 265286 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
[pid=873759/tid=873770] ppid=873756 vsize=19041612 memory=12504 CPUtime=0 cores=1,3
/proc/873759/task/873770/stat : 873770 (Finalizer) S 873756 873759 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 168949787 19498610688 265286 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
[pid=873759/tid=873777] ppid=873756 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/873759/task/873777/stat : 873777 (Common-Cleaner) S 873756 873759 869027 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 168949788 19498610688 265286 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1061144 KiB

[startup+1.50107 s]
/proc/loadavg: 4.42 4.21 4.19 7/338 873780
/proc/meminfo: memFree=118345960/131524600 swapFree=131071996/131071996
[pid=873759] ppid=873756 vsize=19108176 memory=1322600 CPUtime=2.79 cores=1,3
/proc/873759/stat : 873759 (java) S 873756 873759 869027 0 -1 1077936128 21697 0 0 0 250 29 0 0 20 0 20 0 168949785 19566772224 330650 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
/proc/873759/statm: 4777044 330650 5907 1 0 557217 0
[pid=873759/tid=873761] ppid=873756 vsize=19108176 memory=12504 CPUtime=1.39 cores=1,3
/proc/873759/task/873761/stat : 873761 (java) R 873756 873759 869027 0 -1 4194368 6780 0 0 0 114 25 0 0 20 0 20 0 168949785 19566772224 330650 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
[pid=873759/tid=873770] ppid=873756 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/873759/task/873770/stat : 873770 (Finalizer) S 873756 873759 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168949787 19566772224 330650 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
[pid=873759/tid=873777] ppid=873756 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/873759/task/873777/stat : 873777 (Common-Cleaner) S 873756 873759 869027 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 168949788 19566772224 330650 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
[pid=873759/tid=873780] ppid=873756 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/873759/task/873780/stat : 873780 (Timer-0) S 873756 873759 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168949884 19566772224 330650 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
Current children cumulated CPU time: 2.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1322600 KiB

[startup+3.10663 s]
/proc/loadavg: 4.42 4.21 4.19 6/338 873781
/proc/meminfo: memFree=116577724/131524600 swapFree=131071996/131071996
[pid=873759] ppid=873756 vsize=19108176 memory=2084436 CPUtime=5.97 cores=1,3
/proc/873759/stat : 873759 (java) S 873756 873759 869027 0 -1 1077936128 23208 0 0 0 552 45 0 0 20 0 20 0 168949785 19566772224 521109 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
/proc/873759/statm: 4777044 521109 5907 1 0 831016 0
[pid=873759/tid=873761] ppid=873756 vsize=19108176 memory=0 CPUtime=2.94 cores=1,3
/proc/873759/task/873761/stat : 873761 (java) R 873756 873759 869027 0 -1 4194368 7251 0 0 0 254 40 0 0 20 0 20 0 168949785 19566772224 521109 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
[pid=873759/tid=873770] ppid=873756 vsize=19108176 memory=11476 CPUtime=0 cores=1,3
/proc/873759/task/873770/stat : 873770 (Finalizer) S 873756 873759 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168949787 19566772224 521109 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
[pid=873759/tid=873777] ppid=873756 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/873759/task/873777/stat : 873777 (Common-Cleaner) S 873756 873759 869027 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 168949788 19566772224 521109 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
[pid=873759/tid=873780] ppid=873756 vsize=19108176 memory=12504 CPUtime=0 cores=1,3
/proc/873759/task/873780/stat : 873780 (Timer-0) S 873756 873759 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168949884 19566772224 521109 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
Current children cumulated CPU time: 5.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2084436 KiB

[startup+6.30107 s]
/proc/loadavg: 4.39 4.21 4.18 5/338 873781
/proc/meminfo: memFree=115110776/131524600 swapFree=131071996/131071996
[pid=873759] ppid=873756 vsize=19108176 memory=2407440 CPUtime=10.31 cores=1,3
/proc/873759/stat : 873759 (java) S 873756 873759 869027 0 -1 1077936128 24214 0 0 0 979 52 0 0 20 0 20 0 168949785 19566772224 601860 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
/proc/873759/statm: 4777044 601860 5907 1 0 831263 0
[pid=873759/tid=873761] ppid=873756 vsize=19108176 memory=0 CPUtime=6.06 cores=1,3
/proc/873759/task/873761/stat : 873761 (java) R 873756 873759 869027 0 -1 4194368 7849 0 0 0 560 46 0 0 20 0 20 0 168949785 19566772224 601860 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
[pid=873759/tid=873770] ppid=873756 vsize=19108176 memory=12504 CPUtime=0 cores=1,3
/proc/873759/task/873770/stat : 873770 (Finalizer) S 873756 873759 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168949787 19566772224 601860 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
[pid=873759/tid=873777] ppid=873756 vsize=19108176 memory=11476 CPUtime=0 cores=1,3
/proc/873759/task/873777/stat : 873777 (Common-Cleaner) S 873756 873759 869027 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 168949788 19566772224 601860 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
[pid=873759/tid=873780] ppid=873756 vsize=19108176 memory=41940 CPUtime=0 cores=1,3
/proc/873759/task/873780/stat : 873780 (Timer-0) S 873756 873759 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168949884 19566772224 601860 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
Current children cumulated CPU time: 10.31 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2407440 KiB

[startup+12.7011 s]
/proc/loadavg: 4.35 4.21 4.18 5/338 873783
/proc/meminfo: memFree=115109488/131524600 swapFree=131071996/131071996
[pid=873759] ppid=873756 vsize=19108176 memory=2408524 CPUtime=16.84 cores=1,3
/proc/873759/stat : 873759 (java) S 873756 873759 869027 0 -1 1077936128 29852 0 0 0 1631 53 0 0 20 0 20 0 168949785 19566772224 602131 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
/proc/873759/statm: 4777044 602131 5954 1 0 831263 0
[pid=873759/tid=873761] ppid=873756 vsize=19108176 memory=1309616 CPUtime=12.31 cores=1,3
/proc/873759/task/873761/stat : 873761 (java) R 873756 873759 869027 0 -1 4194368 9948 0 0 0 1185 46 0 0 20 0 20 0 168949785 19566772224 602131 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
[pid=873759/tid=873770] ppid=873756 vsize=19108176 memory=2407952 CPUtime=0 cores=1,3
/proc/873759/task/873770/stat : 873770 (Finalizer) S 873756 873759 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168949787 19566772224 602131 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
[pid=873759/tid=873777] ppid=873756 vsize=19108176 memory=2139996 CPUtime=0 cores=1,3
/proc/873759/task/873777/stat : 873777 (Common-Cleaner) S 873756 873759 869027 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 168949788 19566772224 602131 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
[pid=873759/tid=873780] ppid=873756 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/873759/task/873780/stat : 873780 (Timer-0) S 873756 873759 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168949884 19566772224 602131 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
Current children cumulated CPU time: 16.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2408524 KiB

[startup+25.5003 s]
/proc/loadavg: 4.27 4.20 4.18 5/317 873801
/proc/meminfo: memFree=119096496/131524600 swapFree=131071996/131071996
[pid=873759] ppid=873756 vsize=19108176 memory=2412644 CPUtime=29.73 cores=1,3
/proc/873759/stat : 873759 (java) S 873756 873759 869027 0 -1 1077936128 31429 0 0 0 2920 53 0 0 20 0 20 0 168949785 19566772224 603161 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
/proc/873759/statm: 4777044 603161 5954 1 0 831263 0
[pid=873759/tid=873761] ppid=873756 vsize=19108176 memory=2407952 CPUtime=24.82 cores=1,3
/proc/873759/task/873761/stat : 873761 (java) R 873756 873759 869027 0 -1 4194368 10525 0 0 0 2436 46 0 0 20 0 20 0 168949785 19566772224 603161 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
[pid=873759/tid=873770] ppid=873756 vsize=19108176 memory=2408548 CPUtime=0 cores=1,3
/proc/873759/task/873770/stat : 873770 (Finalizer) S 873756 873759 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168949787 19566772224 603161 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
[pid=873759/tid=873777] ppid=873756 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/873759/task/873777/stat : 873777 (Common-Cleaner) S 873756 873759 869027 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 168949788 19566772224 603161 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
[pid=873759/tid=873780] ppid=873756 vsize=19108176 memory=2412644 CPUtime=0 cores=1,3
/proc/873759/task/873780/stat : 873780 (Timer-0) S 873756 873759 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168949884 19566772224 603161 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
Current children cumulated CPU time: 29.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2412644 KiB

[startup+51.1059 s]
/proc/loadavg: 4.52 4.26 4.20 5/338 873925
/proc/meminfo: memFree=116849648/131524600 swapFree=131071996/131071996
[pid=873759] ppid=873756 vsize=19108176 memory=2437644 CPUtime=55.68 cores=1,3
/proc/873759/stat : 873759 (java) S 873756 873759 869027 0 -1 1077936128 40972 0 0 0 5512 56 0 0 20 0 20 0 168949785 19566772224 609411 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
/proc/873759/statm: 4777044 609411 5954 1 0 831295 0
[pid=873759/tid=873761] ppid=873756 vsize=19108176 memory=2408524 CPUtime=49.71 cores=1,3
/proc/873759/task/873761/stat : 873761 (java) R 873756 873759 869027 0 -1 4194368 14718 0 0 0 4925 46 0 0 20 0 20 0 168949785 19566772224 609411 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
[pid=873759/tid=873770] ppid=873756 vsize=19108176 memory=280773152693584 CPUtime=0 cores=1,3
/proc/873759/task/873770/stat : 873770 (Finalizer) S 873756 873759 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168949787 19566772224 609411 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
[pid=873759/tid=873777] ppid=873756 vsize=19108176 memory=2435576 CPUtime=0 cores=1,3
/proc/873759/task/873777/stat : 873777 (Common-Cleaner) S 873756 873759 869027 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 168949788 19566772224 609411 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0

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

/proc/meminfo: memFree=112312144/131524600 swapFree=131071996/131071996
[pid=873759] ppid=873756 vsize=19108176 memory=4308668 CPUtime=3267.94 cores=1,3
/proc/873759/stat : 873759 (java) S 873756 873759 869027 0 -1 1077936128 308061 0 0 0 326551 243 0 0 20 0 20 0 168949785 19566772224 1077167 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
/proc/873759/statm: 4777044 1077167 5954 1 0 1089198 0
[pid=873759/tid=873761] ppid=873756 vsize=19108176 memory=4308640 CPUtime=3148.63 cores=1,3
/proc/873759/task/873761/stat : 873761 (java) R 873756 873759 869027 0 -1 4194368 150146 0 0 0 314773 90 0 0 20 0 20 0 168949785 19566772224 1077167 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 35 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
[pid=873759/tid=873770] ppid=873756 vsize=19108176 memory=4308640 CPUtime=0 cores=1,3
/proc/873759/task/873770/stat : 873770 (Finalizer) S 873756 873759 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168949787 19566772224 1077167 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
[pid=873759/tid=873777] ppid=873756 vsize=19108176 memory=11476 CPUtime=0 cores=1,3
/proc/873759/task/873777/stat : 873777 (Common-Cleaner) S 873756 873759 869027 0 -1 1077936192 3188 0 0 0 0 0 0 0 20 0 20 0 168949788 19566772224 1077167 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
[pid=873759/tid=873780] ppid=873756 vsize=19108176 memory=4308668 CPUtime=0 cores=1,3
/proc/873759/task/873780/stat : 873780 (Timer-0) S 873756 873759 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168949884 19566772224 1077167 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
Current children cumulated CPU time: 3267.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4308668 KiB

[startup+3282.31 s]
/proc/loadavg: 4.18 4.16 4.18 5/333 875689
/proc/meminfo: memFree=112311580/131524600 swapFree=131071996/131071996
[pid=873759] ppid=873756 vsize=19108176 memory=4308736 CPUtime=3328.7 cores=1,3
/proc/873759/stat : 873759 (java) S 873756 873759 869027 0 -1 1077936128 311769 0 0 0 332624 246 0 0 20 0 20 0 168949785 19566772224 1077184 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
/proc/873759/statm: 4777044 1077184 5954 1 0 1089205 0
[pid=873759/tid=873761] ppid=873756 vsize=19108176 memory=4308700 CPUtime=3207.43 cores=1,3
/proc/873759/task/873761/stat : 873761 (java) S 873756 873759 869027 0 -1 1077936192 152307 0 0 0 320652 91 0 0 20 0 20 0 168949785 19566772224 1077184 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 35 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
[pid=873759/tid=873770] ppid=873756 vsize=19108176 memory=1844 CPUtime=0 cores=1,3
/proc/873759/task/873770/stat : 873770 (Finalizer) S 873756 873759 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168949787 19566772224 1077184 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
[pid=873759/tid=873777] ppid=873756 vsize=19108176 memory=5544 CPUtime=0 cores=1,3
/proc/873759/task/873777/stat : 873777 (Common-Cleaner) S 873756 873759 869027 0 -1 1077936192 3189 0 0 0 0 0 0 0 20 0 20 0 168949788 19566772224 1077184 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
[pid=873759/tid=873780] ppid=873756 vsize=19108176 memory=4308736 CPUtime=0 cores=1,3
/proc/873759/task/873780/stat : 873780 (Timer-0) S 873756 873759 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168949884 19566772224 1077184 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
Current children cumulated CPU time: 3328.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4308736 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.16 4.18 5/331 875700
/proc/meminfo: memFree=112311304/131524600 swapFree=131071996/131071996
[pid=873759] ppid=873756 vsize=19108176 memory=4308772 CPUtime=3389.15 cores=1,3
/proc/873759/stat : 873759 (java) S 873756 873759 869027 0 -1 1077936128 313398 0 0 0 338667 248 0 0 20 0 20 0 168949785 19566772224 1077193 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
/proc/873759/statm: 4777044 1077193 5954 1 0 1089205 0
[pid=873759/tid=873761] ppid=873756 vsize=19108176 memory=4308772 CPUtime=3266.4 cores=1,3
/proc/873759/task/873761/stat : 873761 (java) R 873756 873759 869027 0 -1 4194368 153026 0 0 0 326549 91 0 0 20 0 20 0 168949785 19566772224 1077193 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 35 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
[pid=873759/tid=873770] ppid=873756 vsize=19108176 memory=42116 CPUtime=0 cores=1,3
/proc/873759/task/873770/stat : 873770 (Finalizer) S 873756 873759 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168949787 19566772224 1077193 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
[pid=873759/tid=873777] ppid=873756 vsize=19108176 memory=11476 CPUtime=0 cores=1,3
/proc/873759/task/873777/stat : 873777 (Common-Cleaner) S 873756 873759 869027 0 -1 1077936192 3280 0 0 0 0 0 0 0 20 0 20 0 168949788 19566772224 1077193 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
[pid=873759/tid=873780] ppid=873756 vsize=19108176 memory=19216 CPUtime=0 cores=1,3
/proc/873759/task/873780/stat : 873780 (Timer-0) S 873756 873759 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168949884 19566772224 1077193 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
Current children cumulated CPU time: 3389.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4308772 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=873759] ppid=873756 vsize=19108176 memory=4308796 CPUtime=3449.38 cores=1,3
/proc/873759/stat : 873759 (java) S 873756 873759 869027 0 -1 1077936128 317483 0 0 0 344687 251 0 0 20 0 20 0 168949785 19566772224 1077199 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
/proc/873759/statm: 4777044 1077199 5954 1 0 1089205 0
[pid=873759/tid=873761] ppid=873756 vsize=19108176 memory=42116 CPUtime=3325.32 cores=1,3
/proc/873759/task/873761/stat : 873761 (java) R 873756 873759 869027 0 -1 4194368 155704 0 0 0 332441 91 0 0 20 0 20 0 168949785 19566772224 1077199 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 49 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
[pid=873759/tid=873770] ppid=873756 vsize=19108176 memory=42116 CPUtime=0 cores=1,3
/proc/873759/task/873770/stat : 873770 (Finalizer) S 873756 873759 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168949787 19566772224 1077199 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
[pid=873759/tid=873777] ppid=873756 vsize=19108176 memory=4308796 CPUtime=0 cores=1,3
/proc/873759/task/873777/stat : 873777 (Common-Cleaner) S 873756 873759 869027 0 -1 1077936192 3280 0 0 0 0 0 0 0 20 0 20 0 168949788 19566772224 1077199 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
[pid=873759/tid=873780] ppid=873756 vsize=19108176 memory=4308796 CPUtime=0 cores=1,3
/proc/873759/task/873780/stat : 873780 (Timer-0) S 873756 873759 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168949884 19566772224 1077199 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
Current children cumulated CPU time: 3449.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4308796 KiB

[startup+3462.3 s]
/proc/loadavg: 4.22 4.18 4.18 5/331 875721
/proc/meminfo: memFree=112310452/131524600 swapFree=131071996/131071996
[pid=873759] ppid=873756 vsize=19108176 memory=4308796 CPUtime=3509.44 cores=1,3
/proc/873759/stat : 873759 (java) S 873756 873759 869027 0 -1 1077936128 318479 0 0 0 350692 252 0 0 20 0 20 0 168949785 19566772224 1077199 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
/proc/873759/statm: 4777044 1077199 5954 1 0 1089205 0
[pid=873759/tid=873761] ppid=873756 vsize=19108176 memory=42116 CPUtime=3384.2 cores=1,3
/proc/873759/task/873761/stat : 873761 (java) R 873756 873759 869027 0 -1 4194368 156512 0 0 0 338329 91 0 0 20 0 20 0 168949785 19566772224 1077199 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 49 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
[pid=873759/tid=873770] ppid=873756 vsize=19108176 memory=42116 CPUtime=0 cores=1,3
/proc/873759/task/873770/stat : 873770 (Finalizer) S 873756 873759 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168949787 19566772224 1077199 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
[pid=873759/tid=873777] ppid=873756 vsize=19108176 memory=4308796 CPUtime=0 cores=1,3
/proc/873759/task/873777/stat : 873777 (Common-Cleaner) S 873756 873759 869027 0 -1 1077936192 3371 0 0 0 0 0 0 0 20 0 20 0 168949788 19566772224 1077199 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
[pid=873759/tid=873780] ppid=873756 vsize=19108176 memory=4308796 CPUtime=0 cores=1,3
/proc/873759/task/873780/stat : 873780 (Timer-0) S 873756 873759 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168949884 19566772224 1077199 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
Current children cumulated CPU time: 3509.44 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4308796 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=873759] ppid=873756 vsize=19108176 memory=4308796 CPUtime=3569.78 cores=1,3
/proc/873759/stat : 873759 (java) S 873756 873759 869027 0 -1 1077936128 322544 0 0 0 356722 256 0 0 20 0 20 0 168949785 19566772224 1077199 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
/proc/873759/statm: 4777044 1077199 5954 1 0 1089205 0
[pid=873759/tid=873761] ppid=873756 vsize=19108176 memory=4308796 CPUtime=3443.25 cores=1,3
/proc/873759/task/873761/stat : 873761 (java) R 873756 873759 869027 0 -1 4194368 159384 0 0 0 344233 92 0 0 20 0 20 0 168949785 19566772224 1077199 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 49 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
[pid=873759/tid=873770] ppid=873756 vsize=19108176 memory=5552 CPUtime=0 cores=1,3
/proc/873759/task/873770/stat : 873770 (Finalizer) S 873756 873759 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168949787 19566772224 1077199 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
[pid=873759/tid=873777] ppid=873756 vsize=19108176 memory=11476 CPUtime=0 cores=1,3
/proc/873759/task/873777/stat : 873777 (Common-Cleaner) S 873756 873759 869027 0 -1 1077936192 3371 0 0 0 0 0 0 0 20 0 20 0 168949788 19566772224 1077199 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
[pid=873759/tid=873780] ppid=873756 vsize=19108176 memory=4308796 CPUtime=0 cores=1,3
/proc/873759/task/873780/stat : 873780 (Timer-0) S 873756 873759 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168949884 19566772224 1077199 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
Current children cumulated CPU time: 3569.78 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4308796 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3552.3 s]
/proc/loadavg: 4.32 4.26 4.21 5/331 875737
/proc/meminfo: memFree=112309944/131524600 swapFree=131071996/131071996
[pid=873759] ppid=873756 vsize=19108176 memory=4308796 CPUtime=3600.09 cores=1,3
/proc/873759/stat : 873759 (java) S 873756 873759 869027 0 -1 1077936128 323088 0 0 0 359752 257 0 0 20 0 20 0 168949785 19566772224 1077199 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
/proc/873759/statm: 4777044 1077199 5954 1 0 1089205 0
[pid=873759/tid=873761] ppid=873756 vsize=19108176 memory=42116 CPUtime=3472.7 cores=1,3
/proc/873759/task/873761/stat : 873761 (java) R 873756 873759 869027 0 -1 4194368 159701 0 0 0 347178 92 0 0 20 0 20 0 168949785 19566772224 1077199 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 49 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
[pid=873759/tid=873770] ppid=873756 vsize=19108176 memory=4308796 CPUtime=0 cores=1,3
/proc/873759/task/873770/stat : 873770 (Finalizer) S 873756 873759 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168949787 19566772224 1077199 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
[pid=873759/tid=873777] ppid=873756 vsize=19108176 memory=4308796 CPUtime=0 cores=1,3
/proc/873759/task/873777/stat : 873777 (Common-Cleaner) S 873756 873759 869027 0 -1 1077936192 3461 0 0 0 0 0 0 0 20 0 20 0 168949788 19566772224 1077199 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
[pid=873759/tid=873780] ppid=873756 vsize=19108176 memory=4308796 CPUtime=0 cores=1,3
/proc/873759/task/873780/stat : 873780 (Timer-0) S 873756 873759 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168949884 19566772224 1077199 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4308796 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.63 s, system=2.59662 s

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

[startup+3552.3 s]
/proc/loadavg: 4.32 4.26 4.21 5/331 875737
/proc/meminfo: memFree=112309944/131524600 swapFree=131071996/131071996
[pid=873759] ppid=873756 vsize=19108176 memory=4308796 CPUtime=3600.09 cores=1,3
/proc/873759/stat : 873759 (java) S 873756 873759 869027 0 -1 1077936128 323088 0 0 0 359752 257 0 0 20 0 20 0 168949785 19566772224 1077199 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
/proc/873759/statm: 4777044 1077199 5954 1 0 1089205 0
[pid=873759/tid=873761] ppid=873756 vsize=19108176 memory=42116 CPUtime=3472.7 cores=1,3
/proc/873759/task/873761/stat : 873761 (java) R 873756 873759 869027 0 -1 4194368 159701 0 0 0 347178 92 0 0 20 0 20 0 168949785 19566772224 1077199 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 49 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
[pid=873759/tid=873770] ppid=873756 vsize=19108176 memory=4308796 CPUtime=0 cores=1,3
/proc/873759/task/873770/stat : 873770 (Finalizer) S 873756 873759 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168949787 19566772224 1077199 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
[pid=873759/tid=873777] ppid=873756 vsize=19108176 memory=4308796 CPUtime=0 cores=1,3
/proc/873759/task/873777/stat : 873777 (Common-Cleaner) S 873756 873759 869027 0 -1 1077936192 3461 0 0 0 0 0 0 0 20 0 20 0 168949788 19566772224 1077199 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
[pid=873759/tid=873780] ppid=873756 vsize=19108176 memory=4308796 CPUtime=0 cores=1,3
/proc/873759/task/873780/stat : 873780 (Timer-0) S 873756 873759 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168949884 19566772224 1077199 134679101440 94360353660928 94360353664624 140723044784848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94360353672440 94360353673232 94360356753408 140723044787189 140723044787297 140723044787297 140723044794312 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4308796 KiB

Child status: 143

Real time (s): 3552.39
CPU time (s): 3600.22
CPU user time (s): 3597.63
CPU system time (s): 2.59662
CPU usage (%): 101.347
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 4308796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.63
system time used= 2.59662
maximum resident set size= 4310724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 326575
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 143754
involuntary context switches= 13221


# summary of solver processes directly reported to runsolver:
#   pid: 873759
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3597.63
#   total CPU system time (s): 2.59662

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.1952 second user time and 17.8972 second system time

The end

Launcher Data

Begin job on nodeC027 at 2024-07-17 00:10:44
IDJOB=4430093
IDBENCH=158395
IDSOLVER=3052
FILE ID=nodeC027/4430093-1721167831
RUNJOBID= nodeC027-1721160679-869039
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-aug6.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-4430093-1721167831/watcher-4430093-1721167831 -o /tmp/evaluation-result-4430093-1721167831/solver-4430093-1721167831 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1721160679-869039 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4430093-1721167831.opb

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

MD5SUM BENCH= 83ba36613360d6ce9be489830858dbc7
RANDOM SEED=537719591

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.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		: 3659.474
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.231
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		: 3649.183
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.388
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		: 3667.090
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.231
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		: 3603.309
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:        120047852 kB
MemAvailable:   120892308 kB
Buffers:          425196 kB
Cached:          1254816 kB
SwapCached:            0 kB
Active:           825584 kB
Inactive:       10035736 kB
Active(anon):       1568 kB
Inactive(anon):  9217140 kB
Active(file):     824016 kB
Inactive(file):   818596 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              3968 kB
Writeback:             0 kB
AnonPages:       9178344 kB
Mapped:           125032 kB
Shmem:             37720 kB
KReclaimable:      83332 kB
Slab:             188804 kB
SReclaimable:      83332 kB
SUnreclaim:       105472 kB
KernelStack:        5168 kB
PageTables:        28160 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   11157272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            62912 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8833024 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:09:56