Trace number 4442591

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 NameAnswerCPU timeWall clock time
Sat4j Cutting Planes 2024 2024-07-12? (TO) 3600.26 3503.64

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-45-40.opb
MD5SUM2590c1209b8f449ade71ad316e08b5f7
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.32104
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1800
Total number of constraints39645
Number of constraints which are clauses39645
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint40
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 41
Number of bits of the biggest sum of numbers6
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.12/0.10	c version CUSTOM.v20240707
0.12/0.12	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.12	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.12	c java.vm.version	22.0.1+8-16
0.12/0.12	c java.vm.vendor	Oracle Corporation
0.12/0.12	c sun.arch.data.model	64
0.12/0.12	c java.version		22.0.1
0.12/0.12	c os.name		Linux
0.12/0.12	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.12	c os.arch		amd64
0.12/0.13	c Free memory 		2113181440
0.12/0.13	c Max memory 		16282288128
0.12/0.13	c Total memory 		2122317824
0.12/0.13	c Number of processors 	2
0.28/0.24	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.28/0.24	 - never skip resolution steps
0.28/0.24	 - Auto-division on coefficients is disabled
0.28/0.24	 - No postprocessing
0.28/0.24	 - Conflict is considered as is when resolving
0.28/0.24	 - Use constraints as they come during conflict analysis
0.28/0.24	 - Weaken first using unassigned literals
0.28/0.24	 - Bump strategy: ALWAYS_ONE
0.28/0.24	 - Bumper: EFFECTIVE
0.28/0.24	--- Begin Solver configuration ---
0.28/0.24	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.28/0.24	Learn all clauses as in MiniSAT
0.28/0.24	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.24	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.28/0.24	No reason simplification
0.28/0.24	Dynamic restart strategy considering the size of the coefficients
0.28/0.24	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.28/0.24	timeout=2147483s
0.28/0.24	DB Simplification allowed=false
0.28/0.24	Listener: none
0.28/0.24	--- End Solver configuration ---
0.28/0.24	c Pseudo Boolean Optimization by upper bound
0.28/0.24	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.28/0.24	c  - never skip resolution steps
0.28/0.24	c  - Auto-division on coefficients is disabled
0.28/0.24	c  - No postprocessing
0.28/0.24	c  - Conflict is considered as is when resolving
0.28/0.24	c  - Use constraints as they come during conflict analysis
0.28/0.24	c  - Weaken first using unassigned literals
0.28/0.24	c  - Bump strategy: ALWAYS_ONE
0.28/0.24	c  - Bumper: EFFECTIVE
0.28/0.24	c --- Begin Solver configuration ---
0.28/0.24	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.28/0.24	c Learn all clauses as in MiniSAT
0.28/0.24	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.24	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.28/0.24	c No reason simplification
0.28/0.24	c Dynamic restart strategy considering the size of the coefficients
0.28/0.24	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.28/0.24	c timeout=2147483s
0.28/0.24	c DB Simplification allowed=false
0.28/0.24	c Listener: none
0.28/0.24	c --- End Solver configuration ---
0.28/0.24	c solving HOME/instance-4442591-1721304832.opb
0.28/0.24	c reading problem ... 
0.28/0.24	c  no objective function found
1.04/0.66	c ... done. Wall clock time 0.411s.
1.04/0.66	c declared #vars     1800
1.04/0.66	c #constraints  39645
1.04/0.66	c constraints type 
1.04/0.66	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 39600
1.04/0.66	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 45
1.04/0.66	c 39645 constraints processed.
4.57/2.50	c cleaning 2497 clauses out of 5000 with flag 0/5000
7.05/4.21	c cleaning 4249 clauses out of 8506 with flag 0/11003
9.83/6.79	c cleaning 5625 clauses out of 11256 with flag 0/18002
13.53/10.20	c cleaning 6810 clauses out of 13630 with flag 0/26001
16.94/13.58	c cleaning 7907 clauses out of 15820 with flag 0/35001
20.71/17.18	c cleaning 8953 clauses out of 17912 with flag 0/45000
25.05/21.25	c cleaning 9979 clauses out of 19962 with flag 0/56003
31.22/27.29	c cleaning 10991 clauses out of 21981 with flag 0/68001
38.20/34.02	c cleaning 11993 clauses out of 23992 with flag 0/81003
45.29/40.85	c cleaning 12991 clauses out of 25998 with flag 0/95002
53.43/48.65	c cleaning 13998 clauses out of 28006 with flag 0/110001
62.44/57.36	c cleaning 14998 clauses out of 30007 with flag 0/126000
72.10/66.83	c cleaning 15999 clauses out of 32010 with flag 0/143001
82.95/77.39	c cleaning 17001 clauses out of 34010 with flag 0/161000
96.39/90.34	c cleaning 17999 clauses out of 36010 with flag 0/180001
108.81/102.70	c cleaning 18999 clauses out of 38010 with flag 0/200000
123.45/116.92	c cleaning 20002 clauses out of 40012 with flag 0/221001
137.59/131.09	c cleaning 21002 clauses out of 42009 with flag 0/243000
152.25/145.22	c cleaning 22000 clauses out of 44008 with flag 0/266001
170.99/163.83	c cleaning 22999 clauses out of 46007 with flag 0/290000
188.73/181.29	c cleaning 24000 clauses out of 48008 with flag 0/315000
210.92/203.29	c cleaning 25001 clauses out of 50008 with flag 0/341000
234.38/226.17	c cleaning 26002 clauses out of 52009 with flag 0/368002
254.64/246.24	c cleaning 26997 clauses out of 54005 with flag 0/396000
279.20/270.43	c cleaning 28001 clauses out of 56009 with flag 0/425001
306.12/297.28	c cleaning 28996 clauses out of 58007 with flag 0/455000
338.12/328.67	c cleaning 30004 clauses out of 60013 with flag 0/486002
375.80/365.76	c cleaning 30996 clauses out of 62008 with flag 0/518001
415.11/404.78	c cleaning 32002 clauses out of 64014 with flag 0/551003
439.82/429.07	c cleaning 32999 clauses out of 66010 with flag 0/585001
474.72/463.55	c cleaning 33999 clauses out of 68012 with flag 0/620002
511.71/499.46	c cleaning 34999 clauses out of 70013 with flag 0/656002
550.14/537.28	c cleaning 35998 clauses out of 72012 with flag 0/693000
590.33/577.00	c cleaning 37001 clauses out of 74014 with flag 0/731000
645.55/631.41	c cleaning 37998 clauses out of 76013 with flag 0/770000
704.32/689.55	c cleaning 39004 clauses out of 78020 with flag 0/810005
760.63/745.31	c cleaning 39999 clauses out of 80011 with flag 0/851000
819.01/802.99	c cleaning 41000 clauses out of 82015 with flag 0/893003
886.12/869.57	c cleaning 42002 clauses out of 84012 with flag 0/936000
945.98/928.94	c cleaning 42999 clauses out of 86012 with flag 0/980002
1006.85/989.20	c cleaning 44001 clauses out of 88012 with flag 0/1025001
1068.79/1049.71	c cleaning 45001 clauses out of 90011 with flag 0/1071001
1134.79/1114.63	c cleaning 45995 clauses out of 92012 with flag 0/1118003
1202.61/1181.93	c cleaning 47000 clauses out of 94015 with flag 0/1166001
1278.34/1256.96	c cleaning 47996 clauses out of 96015 with flag 0/1215001
1357.15/1334.91	c cleaning 49004 clauses out of 98018 with flag 0/1265000
1436.88/1413.68	c cleaning 50002 clauses out of 100016 with flag 0/1316002
1520.52/1496.73	c cleaning 51001 clauses out of 102013 with flag 0/1368001
1604.01/1579.49	c cleaning 51997 clauses out of 104012 with flag 0/1421001
1681.61/1655.29	c cleaning 52997 clauses out of 106014 with flag 0/1475000
1777.89/1748.03	c cleaning 54004 clauses out of 108018 with flag 0/1530001
1883.28/1846.30	c cleaning 54997 clauses out of 110013 with flag 0/1586000
2000.87/1955.49	c cleaning 55998 clauses out of 112016 with flag 0/1643000
2100.16/2048.53	c cleaning 57000 clauses out of 114018 with flag 0/1701000
2208.77/2152.60	c cleaning 58003 clauses out of 116018 with flag 0/1760000
2327.38/2266.10	c cleaning 59004 clauses out of 118016 with flag 0/1820001
2432.62/2367.63	c cleaning 59996 clauses out of 120012 with flag 0/1881001
2534.80/2464.89	c cleaning 61000 clauses out of 122017 with flag 0/1943002
2633.22/2558.41	c cleaning 62001 clauses out of 124017 with flag 0/2006002
2730.37/2653.52	c cleaning 63005 clauses out of 126014 with flag 0/2070000
2855.45/2776.38	c cleaning 63999 clauses out of 128012 with flag 0/2135003
2965.85/2884.02	c cleaning 65000 clauses out of 130010 with flag 0/2201000
3071.55/2986.78	c cleaning 66002 clauses out of 132012 with flag 0/2268002
3199.02/3111.51	c cleaning 66996 clauses out of 134008 with flag 0/2336000
3324.52/3234.41	c cleaning 68003 clauses out of 136013 with flag 0/2405001
3443.61/3350.55	c cleaning 69003 clauses out of 138011 with flag 0/2475002
3555.66/3459.62	c cleaning 69997 clauses out of 140008 with flag 0/2546002
3600.06/3503.52	c starts		: 1
3600.06/3503.52	c timeout
3600.06/3503.54	c conflicts		: 2579876
3600.06/3503.54	c decisions		: 2806637
3600.06/3503.54	c propagations		: 37524268
3600.06/3503.54	c inspects		: 15374488403
3600.06/3503.54	c shortcuts		: 0
3600.06/3503.54	c learnt literals	: 0
3600.06/3503.54	c learnt binary clauses	: 0
3600.06/3503.54	c learnt ternary clauses	: 0
3600.06/3503.54	c learnt constraints	: 2579875
3600.06/3503.54	c ignored constraints	: 0
3600.06/3503.54	c root simplifications	: 0
3600.06/3503.54	c removed literals (reason simplification)	: 0
3600.06/3503.54	c reason swapping (by a shorter reason)	: 0
3600.06/3503.54	c Calls to reduceDB	: 67
3600.06/3503.54	c Number of update (reduction) of LBD	: 3699242
3600.06/3503.54	c Imported unit clauses	: 0
3600.06/3503.54	c No decision after first conflict	: false
3600.06/3503.54	c number of reductions to clauses (during analyze)	: 0
3600.06/3503.54	c number of learned constraints concerned by reduction	: 0
3600.06/3503.54	c number of learning phase by resolution	: 0
3600.06/3503.54	c number of learning phase by cutting planes	: 0
3600.06/3503.54	c number of rounding to 1 operations	: 0
3600.06/3503.54	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3503.54	c number of reductions of the coefficients by power 2 	: 0
3600.06/3503.54	c number of right shift for reduction by power 2 	: 0
3600.06/3503.54	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3503.54	c number of ending skipping 	: 0
3600.06/3503.54	c number of internal skipping 	: 0
3600.06/3503.54	c number of derivation steps 	: 21090752
3600.06/3503.54	c number of skipped derivation steps 	: 0
3600.06/3503.54	c number of remaining unassigned 	: 0
3600.06/3503.54	c number of remaining assigned 	: 0
3600.06/3503.54	c number of falsified literals weakened from reason	: 0
3600.06/3503.54	c number of falsified literals weakened from conflict	: 0
3600.06/3503.54	c time for arithmetic operations	: 0
3600.06/3503.55	c minimum degree of deleted constraints	: 1
3600.06/3503.55	c maximum degree of deleted constraints	: 1
3600.06/3503.55	c number of deleted constraints	: 2475991
3600.06/3503.55	c speed (assignments/second)	: 10712.374068269344
3600.06/3503.55	c non guided choices	: 785
3600.06/3503.60	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 103884
3600.06/3503.60	s UNKNOWN
3600.06/3503.60	c Total wall clock time (in seconds): 3503.358

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 64059 MiB (62536 MiB free)
  memory of node 1: 64510 MiB (61349 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442591-1721304832/watcher-4442591-1721304832 -o /tmp/evaluation-result-4442591-1721304832/solver-4442591-1721304832 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1721304841-947645 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4442591-1721304832.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=948156, runsolver pid=948153
Current StackSize limit: 8192 KiB


[startup+0.101978 s]*
/proc/loadavg: 1.24 2.59 3.53 11/319 948174
/proc/meminfo: memFree=126779692/131655788 swapFree=131071996/131071996
[pid=948156] ppid=948153 vsize=18975048 memory=58600 CPUtime=0.12 cores=5,7
/proc/948156/stat : 948156 (java) S 948153 948156 947632 0 -1 1077936128 6729 0 0 0 9 3 0 0 20 0 18 0 182639871 19430449152 14650 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
/proc/948156/statm: 4743762 14650 5541 1 0 550998 0
[pid=948156/tid=948158] ppid=948153 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/948156/task/948158/stat : 948158 (java) S 948153 948156 947632 0 -1 1077936192 5613 0 0 0 6 2 0 0 20 0 18 0 182639872 19430449152 14650 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
[pid=948156/tid=948167] ppid=948153 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/948156/task/948167/stat : 948167 (Finalizer) S 948153 948156 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182639875 19430449152 14650 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
[pid=948156/tid=948174] ppid=948153 vsize=18975048 memory=14976684994783103 CPUtime=0 cores=5,7
/proc/948156/task/948174/stat : 948174 (Common-Cleaner) S 948153 948156 947632 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 182639875 19430449152 14650 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 58600 KiB

[startup+0.206816 s]*
/proc/loadavg: 1.24 2.59 3.53 10/319 948176
/proc/meminfo: memFree=126731052/131655788 swapFree=131071996/131071996
[pid=948156] ppid=948153 vsize=18975048 memory=66456 CPUtime=0.28 cores=5,7
/proc/948156/stat : 948156 (java) S 948153 948156 947632 0 -1 1077936128 7480 0 0 0 25 3 0 0 20 0 18 0 182639871 19430449152 16614 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
/proc/948156/statm: 4743762 16614 5722 1 0 551599 0
[pid=948156/tid=948158] ppid=948153 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=5,7
/proc/948156/task/948158/stat : 948158 (java) S 948153 948156 947632 0 -1 1077936192 5888 0 0 0 16 2 0 0 20 0 18 0 182639872 19430449152 16614 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
[pid=948156/tid=948167] ppid=948153 vsize=18975048 memory=5822 CPUtime=0 cores=5,7
/proc/948156/task/948167/stat : 948167 (Finalizer) S 948153 948156 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182639875 19430449152 16614 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
[pid=948156/tid=948174] ppid=948153 vsize=18975048 memory=13563812552906645 CPUtime=0 cores=5,7
/proc/948156/task/948174/stat : 948174 (Common-Cleaner) S 948153 948156 947632 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 182639875 19430449152 16614 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66456 KiB

[startup+0.313067 s]*
/proc/loadavg: 1.24 2.59 3.53 11/319 948176
/proc/meminfo: memFree=126680220/131655788 swapFree=131071996/131071996
[pid=948156] ppid=948153 vsize=18975048 memory=80520 CPUtime=0.48 cores=5,7
/proc/948156/stat : 948156 (java) S 948153 948156 947632 0 -1 1077936128 7819 0 0 0 44 4 0 0 20 0 18 0 182639871 19430449152 20130 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
/proc/948156/statm: 4743762 20130 5821 1 0 551797 0
[pid=948156/tid=948158] ppid=948153 vsize=18975048 memory=-8960027338655179452 CPUtime=0.28 cores=5,7
/proc/948156/task/948158/stat : 948158 (java) R 948153 948156 947632 0 -1 4194368 6032 0 0 0 26 2 0 0 20 0 18 0 182639872 19430449152 20130 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
[pid=948156/tid=948167] ppid=948153 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/948156/task/948167/stat : 948167 (Finalizer) S 948153 948156 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182639875 19430449152 20130 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
[pid=948156/tid=948174] ppid=948153 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/948156/task/948174/stat : 948174 (Common-Cleaner) S 948153 948156 947632 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 182639875 19430449152 20130 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 80520 KiB

[startup+0.708063 s]
/proc/loadavg: 1.24 2.59 3.53 8/320 948177
/proc/meminfo: memFree=126518900/131655788 swapFree=131071996/131071996
[pid=948156] ppid=948153 vsize=19108176 memory=401404 CPUtime=1.23 cores=5,7
/proc/948156/stat : 948156 (java) S 948153 948156 947632 0 -1 1077936128 11106 0 0 0 111 12 0 0 20 0 20 0 182639871 19566772224 100351 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
/proc/948156/statm: 4777044 100351 5869 1 0 554564 0
[pid=948156/tid=948158] ppid=948153 vsize=19108176 memory=5620 CPUtime=0.64 cores=5,7
/proc/948156/task/948158/stat : 948158 (java) R 948153 948156 947632 0 -1 4194368 6232 0 0 0 56 8 0 0 20 0 20 0 182639872 19566772224 100351 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
[pid=948156/tid=948167] ppid=948153 vsize=19108176 memory=12724 CPUtime=0 cores=5,7
/proc/948156/task/948167/stat : 948167 (Finalizer) S 948153 948156 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182639875 19566772224 100351 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
[pid=948156/tid=948174] ppid=948153 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/948156/task/948174/stat : 948174 (Common-Cleaner) S 948153 948156 947632 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 182639875 19566772224 100351 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 401404 KiB

[startup+1.51015 s]
/proc/loadavg: 1.24 2.59 3.53 10/323 948180
/proc/meminfo: memFree=126004232/131655788 swapFree=131071996/131071996
[pid=948156] ppid=948153 vsize=19108176 memory=686976 CPUtime=2.81 cores=5,7
/proc/948156/stat : 948156 (java) S 948153 948156 947632 0 -1 1077936128 20268 0 0 0 262 19 0 0 20 0 20 0 182639871 19566772224 171744 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
/proc/948156/statm: 4777044 171744 5869 1 0 559721 0
[pid=948156/tid=948158] ppid=948153 vsize=19108176 memory=0 CPUtime=1.43 cores=5,7
/proc/948156/task/948158/stat : 948158 (java) R 948153 948156 947632 0 -1 4194368 6443 0 0 0 129 14 0 0 20 0 20 0 182639872 19566772224 171744 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
[pid=948156/tid=948167] ppid=948153 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/948156/task/948167/stat : 948167 (Finalizer) S 948153 948156 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182639875 19566772224 171744 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
[pid=948156/tid=948174] ppid=948153 vsize=19108176 memory=12724 CPUtime=0 cores=5,7
/proc/948156/task/948174/stat : 948174 (Common-Cleaner) S 948153 948156 947632 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 182639875 19566772224 171744 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
[pid=948156/tid=948178] ppid=948153 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/948156/task/948178/stat : 948178 (Timer-0) S 948153 948156 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182639938 19566772224 171744 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 686976 KiB

[startup+3.10606 s]
/proc/loadavg: 1.62 2.64 3.54 7/322 948246
/proc/meminfo: memFree=124721744/131655788 swapFree=131071996/131071996
[pid=948156] ppid=948153 vsize=19108176 memory=1133792 CPUtime=5.69 cores=5,7
/proc/948156/stat : 948156 (java) S 948153 948156 947632 0 -1 1077936128 27232 0 0 0 539 30 0 0 20 0 20 0 182639871 19566772224 283448 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
/proc/948156/statm: 4777044 283448 5885 1 0 560091 0
[pid=948156/tid=948158] ppid=948153 vsize=19108176 memory=0 CPUtime=2.96 cores=5,7
/proc/948156/task/948158/stat : 948158 (java) R 948153 948156 947632 0 -1 4194368 6748 0 0 0 273 23 0 0 20 0 20 0 182639872 19566772224 283448 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
[pid=948156/tid=948167] ppid=948153 vsize=19108176 memory=12724 CPUtime=0 cores=5,7
/proc/948156/task/948167/stat : 948167 (Finalizer) S 948153 948156 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182639875 19566772224 283448 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
[pid=948156/tid=948174] ppid=948153 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/948156/task/948174/stat : 948174 (Common-Cleaner) S 948153 948156 947632 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 182639875 19566772224 283448 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
[pid=948156/tid=948178] ppid=948153 vsize=19108176 memory=11408 CPUtime=0 cores=5,7
/proc/948156/task/948178/stat : 948178 (Timer-0) S 948153 948156 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182639938 19566772224 283448 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
Current children cumulated CPU time: 5.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1133792 KiB

[startup+6.30024 s]
/proc/loadavg: 1.62 2.64 3.54 5/322 948246
/proc/meminfo: memFree=122381176/131655788 swapFree=131071996/131071996
[pid=948156] ppid=948153 vsize=19108176 memory=1858500 CPUtime=9.38 cores=5,7
/proc/948156/stat : 948156 (java) S 948153 948156 947632 0 -1 1077936128 30883 0 0 0 894 44 0 0 20 0 20 0 182639871 19566772224 464625 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
/proc/948156/statm: 4777044 464625 5885 1 0 810753 0
[pid=948156/tid=948158] ppid=948153 vsize=19108176 memory=0 CPUtime=6.04 cores=5,7
/proc/948156/task/948158/stat : 948158 (java) R 948153 948156 947632 0 -1 4194368 7691 0 0 0 568 36 0 0 20 0 20 0 182639872 19566772224 464625 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
[pid=948156/tid=948167] ppid=948153 vsize=19108176 memory=12724 CPUtime=0 cores=5,7
/proc/948156/task/948167/stat : 948167 (Finalizer) S 948153 948156 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182639875 19566772224 464625 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
[pid=948156/tid=948174] ppid=948153 vsize=19108176 memory=11408 CPUtime=0 cores=5,7
/proc/948156/task/948174/stat : 948174 (Common-Cleaner) S 948153 948156 947632 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 182639875 19566772224 464625 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
[pid=948156/tid=948178] ppid=948153 vsize=19108176 memory=43532 CPUtime=0 cores=5,7
/proc/948156/task/948178/stat : 948178 (Timer-0) S 948153 948156 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182639938 19566772224 464625 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
Current children cumulated CPU time: 9.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1858500 KiB

[startup+12.7004 s]
/proc/loadavg: 2.13 2.72 3.56 5/322 948247
/proc/meminfo: memFree=118777104/131655788 swapFree=131071996/131071996
[pid=948156] ppid=948153 vsize=19108176 memory=3508696 CPUtime=16.15 cores=5,7
/proc/948156/stat : 948156 (java) S 948153 948156 947632 0 -1 1077936128 33324 0 0 0 1533 82 0 0 20 0 20 0 182639871 19566772224 877174 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
/proc/948156/statm: 4777044 877174 5885 1 0 1368494 0
[pid=948156/tid=948158] ppid=948153 vsize=19108176 memory=0 CPUtime=12.1 cores=5,7
/proc/948156/task/948158/stat : 948158 (java) R 948153 948156 947632 0 -1 4194368 8450 0 0 0 1140 70 0 0 20 0 20 0 182639872 19566772224 877174 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
[pid=948156/tid=948167] ppid=948153 vsize=19108176 memory=3508696 CPUtime=0 cores=5,7
/proc/948156/task/948167/stat : 948167 (Finalizer) S 948153 948156 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182639875 19566772224 877174 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
[pid=948156/tid=948174] ppid=948153 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/948156/task/948174/stat : 948174 (Common-Cleaner) S 948153 948156 947632 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 182639875 19566772224 877174 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
[pid=948156/tid=948178] ppid=948153 vsize=19108176 memory=1142188 CPUtime=0 cores=5,7
/proc/948156/task/948178/stat : 948178 (Timer-0) S 948153 948156 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182639938 19566772224 877174 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
Current children cumulated CPU time: 16.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3508696 KiB

[startup+25.5011 s]
/proc/loadavg: 2.50 2.78 3.57 6/322 948249
/proc/meminfo: memFree=115553544/131655788 swapFree=131071996/131071996
[pid=948156] ppid=948153 vsize=19108176 memory=4225592 CPUtime=29.42 cores=5,7
/proc/948156/stat : 948156 (java) S 948153 948156 947632 0 -1 1077936128 34411 0 0 0 2846 96 0 0 20 0 20 0 182639871 19566772224 1056398 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
/proc/948156/statm: 4777044 1056398 5885 1 0 1368498 0
[pid=948156/tid=948158] ppid=948153 vsize=19108176 memory=-8960027338655179452 CPUtime=24.43 cores=5,7
/proc/948156/task/948158/stat : 948158 (java) R 948153 948156 947632 0 -1 4194368 9375 0 0 0 2361 82 0 0 20 0 20 0 182639872 19566772224 1056398 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
[pid=948156/tid=948167] ppid=948153 vsize=19108176 memory=1883076 CPUtime=0 cores=5,7
/proc/948156/task/948167/stat : 948167 (Finalizer) S 948153 948156 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182639875 19566772224 1056398 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
[pid=948156/tid=948174] ppid=948153 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/948156/task/948174/stat : 948174 (Common-Cleaner) S 948153 948156 947632 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 182639875 19566772224 1056398 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
[pid=948156/tid=948178] ppid=948153 vsize=19108176 memory=1142188 CPUtime=0 cores=5,7
/proc/948156/task/948178/stat : 948178 (Timer-0) S 948153 948156 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182639938 19566772224 1056398 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
Current children cumulated CPU time: 29.42 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4225592 KiB

[startup+51.1135 s]
/proc/loadavg: 3.08 2.90 3.58 5/322 948255
/proc/meminfo: memFree=112487428/131655788 swapFree=131071996/131071996
[pid=948156] ppid=948153 vsize=19108176 memory=4986988 CPUtime=56.09 cores=5,7
/proc/948156/stat : 948156 (java) S 948153 948156 947632 0 -1 1077936128 43706 0 0 0 5493 116 0 0 20 0 20 0 182639871 19566772224 1246747 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
/proc/948156/statm: 4777044 1246747 5901 1 0 1479215 0
[pid=948156/tid=948158] ppid=948153 vsize=19108176 memory=6944656592455360604 CPUtime=48.79 cores=5,7
/proc/948156/task/948158/stat : 948158 (java) R 948153 948156 947632 0 -1 4194368 12730 0 0 0 4786 93 0 0 20 0 20 0 182639872 19566772224 1246747 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
[pid=948156/tid=948167] ppid=948153 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/948156/task/948167/stat : 948167 (Finalizer) S 948153 948156 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182639875 19566772224 1246747 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
[pid=948156/tid=948174] ppid=948153 vsize=19108176 memory=4336552 CPUtime=0 cores=5,7
/proc/948156/task/948174/stat : 948174 (Common-Cleaner) S 948153 948156 947632 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 182639875 19566772224 1246747 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0

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

[startup+3162.3 s]
/proc/loadavg: 4.43 4.41 4.36 5/318 949996
/proc/meminfo: memFree=114456592/131655788 swapFree=131071996/131071996
[pid=948156] ppid=948153 vsize=19108176 memory=2986416 CPUtime=3250.49 cores=5,7
/proc/948156/stat : 948156 (java) S 948153 948156 947632 0 -1 1077936128 554265 0 0 0 324507 542 0 0 20 0 20 0 182639871 19566772224 746604 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
/proc/948156/statm: 4777044 746604 5914 1 0 758669 0
[pid=948156/tid=948158] ppid=948153 vsize=19108176 memory=2986412 CPUtime=3094.4 cores=5,7
/proc/948156/task/948158/stat : 948158 (java) R 948153 948156 947632 0 -1 4194368 231220 0 0 0 309208 232 0 0 20 0 20 0 182639872 19566772224 746604 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 103 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
[pid=948156/tid=948167] ppid=948153 vsize=19108176 memory=12724 CPUtime=0 cores=5,7
/proc/948156/task/948167/stat : 948167 (Finalizer) S 948153 948156 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182639875 19566772224 746604 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
[pid=948156/tid=948174] ppid=948153 vsize=19108176 memory=11408 CPUtime=0 cores=5,7
/proc/948156/task/948174/stat : 948174 (Common-Cleaner) S 948153 948156 947632 0 -1 1077936192 3037 0 0 0 0 0 0 0 20 0 20 0 182639875 19566772224 746604 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
[pid=948156/tid=948178] ppid=948153 vsize=19108176 memory=43532 CPUtime=0 cores=5,7
/proc/948156/task/948178/stat : 948178 (Timer-0) S 948153 948156 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182639938 19566772224 746604 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
Current children cumulated CPU time: 3250.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2986416 KiB

[startup+3222.3 s]
/proc/loadavg: 4.33 4.38 4.35 5/318 950006
/proc/meminfo: memFree=114456152/131655788 swapFree=131071996/131071996
[pid=948156] ppid=948153 vsize=19108176 memory=2986416 CPUtime=3312.31 cores=5,7
/proc/948156/stat : 948156 (java) S 948153 948156 947632 0 -1 1077936128 567879 0 0 0 330683 548 0 0 20 0 20 0 182639871 19566772224 746604 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
/proc/948156/statm: 4777044 746604 5914 1 0 758669 0
[pid=948156/tid=948158] ppid=948153 vsize=19108176 memory=2986412 CPUtime=3153.12 cores=5,7
/proc/948156/task/948158/stat : 948158 (java) R 948153 948156 947632 0 -1 4194368 235769 0 0 0 315080 232 0 0 20 0 20 0 182639872 19566772224 746604 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 103 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
[pid=948156/tid=948167] ppid=948153 vsize=19108176 memory=2984648 CPUtime=0 cores=5,7
/proc/948156/task/948167/stat : 948167 (Finalizer) S 948153 948156 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182639875 19566772224 746604 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
[pid=948156/tid=948174] ppid=948153 vsize=19108176 memory=2986416 CPUtime=0 cores=5,7
/proc/948156/task/948174/stat : 948174 (Common-Cleaner) S 948153 948156 947632 0 -1 1077936192 3037 0 0 0 0 0 0 0 20 0 20 0 182639875 19566772224 746604 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
[pid=948156/tid=948178] ppid=948153 vsize=19108176 memory=2986416 CPUtime=0 cores=5,7
/proc/948156/task/948178/stat : 948178 (Timer-0) S 948153 948156 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182639938 19566772224 746604 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
Current children cumulated CPU time: 3312.31 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2986416 KiB

[startup+3282.3 s]
/proc/loadavg: 4.19 4.32 4.34 5/318 950016
/proc/meminfo: memFree=114455592/131655788 swapFree=131071996/131071996
[pid=948156] ppid=948153 vsize=19108176 memory=2986416 CPUtime=3372.97 cores=5,7
/proc/948156/stat : 948156 (java) S 948153 948156 947632 0 -1 1077936128 568633 0 0 0 336745 552 0 0 20 0 20 0 182639871 19566772224 746604 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
/proc/948156/statm: 4777044 746604 5914 1 0 758669 0
[pid=948156/tid=948158] ppid=948153 vsize=19108176 memory=2986416 CPUtime=3212.1 cores=5,7
/proc/948156/task/948158/stat : 948158 (java) R 948153 948156 947632 0 -1 4194368 236338 0 0 0 320978 232 0 0 20 0 20 0 182639872 19566772224 746604 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 103 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
[pid=948156/tid=948167] ppid=948153 vsize=19108176 memory=11408 CPUtime=0 cores=5,7
/proc/948156/task/948167/stat : 948167 (Finalizer) S 948153 948156 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182639875 19566772224 746604 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
[pid=948156/tid=948174] ppid=948153 vsize=19108176 memory=11408 CPUtime=0 cores=5,7
/proc/948156/task/948174/stat : 948174 (Common-Cleaner) S 948153 948156 947632 0 -1 1077936192 3058 0 0 0 0 0 0 0 20 0 20 0 182639875 19566772224 746604 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
[pid=948156/tid=948178] ppid=948153 vsize=19108176 memory=43532 CPUtime=0 cores=5,7
/proc/948156/task/948178/stat : 948178 (Timer-0) S 948153 948156 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182639938 19566772224 746604 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
Current children cumulated CPU time: 3372.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2986416 KiB

[startup+3342.3 s]
/proc/loadavg: 4.52 4.37 4.35 5/318 950027
/proc/meminfo: memFree=114455116/131655788 swapFree=131071996/131071996
[pid=948156] ppid=948153 vsize=19108176 memory=2986420 CPUtime=3435.28 cores=5,7
/proc/948156/stat : 948156 (java) S 948153 948156 947632 0 -1 1077936128 572747 0 0 0 342970 558 0 0 20 0 20 0 182639871 19566772224 746605 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
/proc/948156/statm: 4777044 746605 5914 1 0 758669 0
[pid=948156/tid=948158] ppid=948153 vsize=19108176 memory=2248 CPUtime=3270.78 cores=5,7
/proc/948156/task/948158/stat : 948158 (java) R 948153 948156 947632 0 -1 4194368 239894 0 0 0 326846 232 0 0 20 0 20 0 182639872 19566772224 746605 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 103 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
[pid=948156/tid=948167] ppid=948153 vsize=19108176 memory=-8960870664073683644 CPUtime=0 cores=5,7
/proc/948156/task/948167/stat : 948167 (Finalizer) S 948153 948156 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182639875 19566772224 746605 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
[pid=948156/tid=948174] ppid=948153 vsize=19108176 memory=11408 CPUtime=0 cores=5,7
/proc/948156/task/948174/stat : 948174 (Common-Cleaner) S 948153 948156 947632 0 -1 1077936192 3058 0 0 0 0 0 0 0 20 0 20 0 182639875 19566772224 746605 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
[pid=948156/tid=948178] ppid=948153 vsize=19108176 memory=2986416 CPUtime=0 cores=5,7
/proc/948156/task/948178/stat : 948178 (Timer-0) S 948153 948156 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182639938 19566772224 746605 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
Current children cumulated CPU time: 3435.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2986420 KiB

[startup+3402.3 s]
/proc/loadavg: 4.28 4.33 4.34 5/320 950042
/proc/meminfo: memFree=114454708/131655788 swapFree=131071996/131071996
[pid=948156] ppid=948153 vsize=19108176 memory=2986428 CPUtime=3497.48 cores=5,7
/proc/948156/stat : 948156 (java) S 948153 948156 947632 0 -1 1077936128 587522 0 0 0 349183 565 0 0 20 0 20 0 182639871 19566772224 746607 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
/proc/948156/statm: 4777044 746607 5914 1 0 758669 0
[pid=948156/tid=948158] ppid=948153 vsize=19108176 memory=-8960870664073683644 CPUtime=3329.41 cores=5,7
/proc/948156/task/948158/stat : 948158 (java) R 948153 948156 947632 0 -1 4194368 246120 0 0 0 332708 233 0 0 20 0 20 0 182639872 19566772224 746607 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 103 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
[pid=948156/tid=948167] ppid=948153 vsize=19108176 memory=2986428 CPUtime=0 cores=5,7
/proc/948156/task/948167/stat : 948167 (Finalizer) S 948153 948156 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182639875 19566772224 746607 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
[pid=948156/tid=948174] ppid=948153 vsize=19108176 memory=2986428 CPUtime=0 cores=5,7
/proc/948156/task/948174/stat : 948174 (Common-Cleaner) S 948153 948156 947632 0 -1 1077936192 3099 0 0 0 0 0 0 0 20 0 20 0 182639875 19566772224 746607 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
[pid=948156/tid=948178] ppid=948153 vsize=19108176 memory=2986428 CPUtime=0 cores=5,7
/proc/948156/task/948178/stat : 948178 (Timer-0) S 948153 948156 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182639938 19566772224 746607 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
Current children cumulated CPU time: 3497.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2986428 KiB

[startup+3462.3 s]
/proc/loadavg: 4.26 4.33 4.34 5/320 950053
/proc/meminfo: memFree=114454500/131655788 swapFree=131071996/131071996
[pid=948156] ppid=948153 vsize=19108176 memory=2986428 CPUtime=3558.36 cores=5,7
/proc/948156/stat : 948156 (java) S 948153 948156 947632 0 -1 1077936128 588329 0 0 0 355267 569 0 0 20 0 20 0 182639871 19566772224 746607 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
/proc/948156/statm: 4777044 746607 5914 1 0 758669 0
[pid=948156/tid=948158] ppid=948153 vsize=19108176 memory=-8960870664073683644 CPUtime=3388.24 cores=5,7
/proc/948156/task/948158/stat : 948158 (java) R 948153 948156 947632 0 -1 4194368 246548 0 0 0 338591 233 0 0 20 0 20 0 182639872 19566772224 746607 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 103 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
[pid=948156/tid=948167] ppid=948153 vsize=19108176 memory=11408 CPUtime=0 cores=5,7
/proc/948156/task/948167/stat : 948167 (Finalizer) S 948153 948156 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182639875 19566772224 746607 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
[pid=948156/tid=948174] ppid=948153 vsize=19108176 memory=2986428 CPUtime=0 cores=5,7
/proc/948156/task/948174/stat : 948174 (Common-Cleaner) S 948153 948156 947632 0 -1 1077936192 3101 0 0 0 0 0 0 0 20 0 20 0 182639875 19566772224 746607 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
[pid=948156/tid=948178] ppid=948153 vsize=19108176 memory=2986428 CPUtime=0 cores=5,7
/proc/948156/task/948178/stat : 948178 (Timer-0) S 948153 948156 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182639938 19566772224 746607 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
Current children cumulated CPU time: 3558.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2986428 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3503.5 s]
/proc/loadavg: 4.24 4.31 4.33 5/320 950128
/proc/meminfo: memFree=115331924/131655788 swapFree=131071996/131071996
[pid=948156] ppid=948153 vsize=19108176 memory=2986428 CPUtime=3600.06 cores=5,7
/proc/948156/stat : 948156 (java) S 948153 948156 947632 0 -1 1077936128 589519 0 0 0 359435 571 0 0 20 0 20 0 182639871 19566772224 746607 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
/proc/948156/statm: 4777044 746607 5914 1 0 758669 0
[pid=948156/tid=948158] ppid=948153 vsize=19108176 memory=2986428 CPUtime=3428.55 cores=5,7
/proc/948156/task/948158/stat : 948158 (java) R 948153 948156 947632 0 -1 4194368 247447 0 0 0 342622 233 0 0 20 0 20 0 182639872 19566772224 746607 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 103 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
[pid=948156/tid=948167] ppid=948153 vsize=19108176 memory=5620 CPUtime=0 cores=5,7
/proc/948156/task/948167/stat : 948167 (Finalizer) S 948153 948156 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182639875 19566772224 746607 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
[pid=948156/tid=948174] ppid=948153 vsize=19108176 memory=2986428 CPUtime=0 cores=5,7
/proc/948156/task/948174/stat : 948174 (Common-Cleaner) S 948153 948156 947632 0 -1 1077936192 3101 0 0 0 0 0 0 0 20 0 20 0 182639875 19566772224 746607 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
[pid=948156/tid=948178] ppid=948153 vsize=19108176 memory=2986428 CPUtime=0 cores=5,7
/proc/948156/task/948178/stat : 948178 (Timer-0) S 948153 948156 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182639938 19566772224 746607 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2986428 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.51 s, system=5.74758 s

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

[startup+3503.6 s]
/proc/loadavg: 4.24 4.31 4.33 5/320 950128
/proc/meminfo: memFree=115331924/131655788 swapFree=131071996/131071996
[pid=948156] ppid=948153 vsize=19307868 memory=2987076 CPUtime=3600.23 cores=5,7
/proc/948156/stat : 948156 (java) S 948153 948156 947632 0 -1 1077936128 592979 0 0 0 359451 572 0 0 20 0 20 0 182639871 19771256832 746769 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
/proc/948156/statm: 4826967 746769 5910 1 0 759601 0
[pid=948156/tid=948158] ppid=948153 vsize=19307868 memory=1904 CPUtime=3428.57 cores=5,7
/proc/948156/task/948158/stat : 948158 (java) S 948153 948156 947632 0 -1 1077936192 247561 0 0 0 342624 233 0 0 20 0 20 0 182639872 19771256832 746769 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 103 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
[pid=948156/tid=948167] ppid=948153 vsize=19307868 memory=-8960027338655179452 CPUtime=0 cores=5,7
/proc/948156/task/948167/stat : 948167 (Finalizer) S 948153 948156 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182639875 19771256832 746769 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
[pid=948156/tid=948174] ppid=948153 vsize=19307868 memory=29668 CPUtime=0 cores=5,7
/proc/948156/task/948174/stat : 948174 (Common-Cleaner) S 948153 948156 947632 0 -1 1077936192 3101 0 0 0 0 0 0 0 20 0 20 0 182639875 19771256832 746769 134679101440 94914317836288 94914317839984 140726082515264 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94914317847800 94914317848592 94914324471808 140726082520052 140726082520160 140726082520160 140726082527176 0
Current children cumulated CPU time: 3600.23 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 2987076 KiB

Child status: 143

Real time (s): 3503.64
CPU time (s): 3600.26
CPU user time (s): 3594.51
CPU system time (s): 5.74758
CPU usage (%): 102.758
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 5871816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.51
system time used= 5.74758
maximum resident set size= 5871824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 593030
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 126812
involuntary context switches= 10490


# summary of solver processes directly reported to runsolver:
#   pid: 948156
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3594.51
#   total CPU system time (s): 5.74758

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.7996 second user time and 34.4265 second system time

The end

Launcher Data

Begin job on nodeC007 at 2024-07-18 14:14:05
IDJOB=4442591
IDBENCH=147833
IDSOLVER=3052
FILE ID=nodeC007/4442591-1721304832
RUNJOBID= nodeC007-1721304841-947645
SLURM_JOB_ID= 7542628
Free space on /tmp= 723776 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-clauses-45-40.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442591-1721304832/watcher-4442591-1721304832 -o /tmp/evaluation-result-4442591-1721304832/solver-4442591-1721304832 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1721304841-947645 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4442591-1721304832.opb

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

MD5SUM BENCH= 2590c1209b8f449ade71ad316e08b5f7
RANDOM SEED=261751370

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        126871828 kB
MemAvailable:   129483112 kB
Buffers:          481720 kB
Cached:          2961404 kB
SwapCached:            0 kB
Active:           988772 kB
Inactive:        3234568 kB
Active(anon):       1460 kB
Inactive(anon):   816440 kB
Active(file):     987312 kB
Inactive(file):  2418128 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              5392 kB
Writeback:            64 kB
AnonPages:        780172 kB
Mapped:           125892 kB
Shmem:             37704 kB
KReclaimable:      91752 kB
Slab:             192804 kB
SReclaimable:      91752 kB
SUnreclaim:       101052 kB
KernelStack:        4804 kB
PageTables:        11320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    7321236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            57472 kB
HardwareCorrupted:     0 kB
AnonHugePages:    464896 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:      279368 kB
DirectMap2M:    27936768 kB
DirectMap1G:    108003328 kB

Free space on /tmp at the end= 723776 MiB
End job on nodeC007 at 2024-07-18 15:12:28