Trace number 4443971

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.29 3514.13

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
liu/vdw/normalized-vdw_k5_l4_n750.opb
MD5SUMd1359993160bf2f1506844981afa3acf
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark28.564
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3750
Total number of constraints467625
Number of constraints which are clauses466875
Number of constraints which are cardinality constraints (but not clauses)750
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.13/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.15	c See www.sat4j.org for details.
0.13/0.17	c version CUSTOM.v20240707
0.13/0.19	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.19	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.19	c java.vm.version	22.0.1+8-16
0.13/0.19	c java.vm.vendor	Oracle Corporation
0.13/0.19	c sun.arch.data.model	64
0.13/0.19	c java.version		22.0.1
0.13/0.19	c os.name		Linux
0.13/0.19	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.19	c os.arch		amd64
0.13/0.20	c Free memory 		2113181440
0.13/0.20	c Max memory 		16282288128
0.13/0.20	c Total memory 		2122317824
0.29/0.22	c Number of processors 	2
0.43/0.37	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.43/0.37	 - never skip resolution steps
0.43/0.37	 - Auto-division on coefficients is disabled
0.43/0.37	 - No postprocessing
0.43/0.37	 - Conflict is considered as is when resolving
0.43/0.37	 - Use constraints as they come during conflict analysis
0.43/0.37	 - Weaken first using unassigned literals
0.43/0.37	 - Bump strategy: ALWAYS_ONE
0.43/0.37	 - Bumper: EFFECTIVE
0.43/0.37	--- Begin Solver configuration ---
0.43/0.37	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.43/0.37	Learn all clauses as in MiniSAT
0.43/0.37	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.43/0.37	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.43/0.37	No reason simplification
0.43/0.37	Dynamic restart strategy considering the size of the coefficients
0.43/0.37	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.43/0.37	timeout=2147483s
0.43/0.37	DB Simplification allowed=false
0.43/0.37	Listener: none
0.43/0.37	--- End Solver configuration ---
0.43/0.37	c Pseudo Boolean Optimization by upper bound
0.43/0.37	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.43/0.37	c  - never skip resolution steps
0.43/0.37	c  - Auto-division on coefficients is disabled
0.43/0.37	c  - No postprocessing
0.43/0.37	c  - Conflict is considered as is when resolving
0.43/0.37	c  - Use constraints as they come during conflict analysis
0.43/0.37	c  - Weaken first using unassigned literals
0.43/0.37	c  - Bump strategy: ALWAYS_ONE
0.43/0.37	c  - Bumper: EFFECTIVE
0.43/0.37	c --- Begin Solver configuration ---
0.43/0.37	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.43/0.37	c Learn all clauses as in MiniSAT
0.43/0.37	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.43/0.37	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.43/0.37	c No reason simplification
0.43/0.37	c Dynamic restart strategy considering the size of the coefficients
0.43/0.37	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.43/0.37	c timeout=2147483s
0.43/0.37	c DB Simplification allowed=false
0.43/0.37	c Listener: none
0.43/0.37	c --- End Solver configuration ---
0.43/0.37	c solving HOME/instance-4443971-1721312279.opb
0.43/0.37	c reading problem ... 
0.43/0.38	c  no objective function found
7.60/5.18	c ... done. Wall clock time 4.802s.
7.60/5.18	c declared #vars     3750
7.60/5.18	c #constraints  468375
7.60/5.18	c constraints type 
7.60/5.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 750
7.60/5.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 467625
7.60/5.18	c 468375 constraints processed.
15.23/9.47	c cleaning 2496 clauses out of 5004 with flag 0/5004
20.62/14.16	c cleaning 4240 clauses out of 8504 with flag 0/11000
26.54/19.49	c cleaning 5623 clauses out of 11265 with flag 0/18001
33.03/25.18	c cleaning 6808 clauses out of 13642 with flag 0/26001
39.86/31.53	c cleaning 7906 clauses out of 15833 with flag 0/35000
46.86/38.10	c cleaning 8954 clauses out of 17928 with flag 0/45001
54.32/45.41	c cleaning 9982 clauses out of 19974 with flag 0/56001
63.19/54.23	c cleaning 10989 clauses out of 21992 with flag 0/68001
71.88/62.73	c cleaning 11992 clauses out of 24002 with flag 0/81000
83.00/73.38	c cleaning 12999 clauses out of 26013 with flag 0/95003
93.58/83.62	c cleaning 13997 clauses out of 28011 with flag 0/110000
102.97/93.10	c cleaning 15001 clauses out of 30014 with flag 0/126000
112.97/102.84	c cleaning 16001 clauses out of 32014 with flag 0/143001
123.70/113.17	c cleaning 16997 clauses out of 34012 with flag 0/161000
137.72/127.04	c cleaning 17996 clauses out of 36015 with flag 0/180000
150.66/139.76	c cleaning 19006 clauses out of 38019 with flag 0/200000
162.75/151.69	c cleaning 19993 clauses out of 40014 with flag 0/221001
176.25/164.86	c cleaning 21004 clauses out of 42020 with flag 0/243000
190.76/179.07	c cleaning 22001 clauses out of 44016 with flag 0/266000
205.78/194.08	c cleaning 23004 clauses out of 46015 with flag 0/290000
219.96/208.25	c cleaning 23993 clauses out of 48011 with flag 0/315000
237.48/225.05	c cleaning 24998 clauses out of 50018 with flag 0/341000
253.62/241.13	c cleaning 26006 clauses out of 52022 with flag 0/368002
268.78/256.23	c cleaning 27002 clauses out of 54015 with flag 0/396001
288.69/275.86	c cleaning 28002 clauses out of 56013 with flag 0/425001
308.63/294.94	c cleaning 28996 clauses out of 58012 with flag 0/455002
327.79/313.77	c cleaning 30001 clauses out of 60016 with flag 0/486002
347.63/333.11	c cleaning 30992 clauses out of 62013 with flag 0/518000
371.88/357.21	c cleaning 32004 clauses out of 64021 with flag 0/551000
393.91/378.82	c cleaning 33000 clauses out of 66017 with flag 0/585000
414.26/398.82	c cleaning 34004 clauses out of 68017 with flag 0/620000
434.43/418.60	c cleaning 35002 clauses out of 70015 with flag 0/656002
457.29/441.32	c cleaning 35999 clauses out of 72011 with flag 0/693000
480.70/464.32	c cleaning 36999 clauses out of 74013 with flag 0/731001
502.64/486.27	c cleaning 37999 clauses out of 76013 with flag 0/770000
525.58/508.89	c cleaning 39004 clauses out of 78015 with flag 0/810001
551.07/534.17	c cleaning 39994 clauses out of 80010 with flag 0/851000
578.32/560.84	c cleaning 41001 clauses out of 82017 with flag 0/893001
602.05/584.57	c cleaning 42006 clauses out of 84015 with flag 0/936000
626.37/608.45	c cleaning 43002 clauses out of 86009 with flag 0/980000
652.26/633.82	c cleaning 43997 clauses out of 88007 with flag 0/1025000
678.09/659.58	c cleaning 45004 clauses out of 90011 with flag 0/1071001
707.28/688.25	c cleaning 46000 clauses out of 92007 with flag 0/1118001
735.37/715.92	c cleaning 47000 clauses out of 94007 with flag 0/1166001
769.03/748.82	c cleaning 47998 clauses out of 96007 with flag 0/1215001
801.45/780.89	c cleaning 48995 clauses out of 98010 with flag 0/1265002
833.40/811.78	c cleaning 50007 clauses out of 100015 with flag 0/1316002
866.33/844.40	c cleaning 50995 clauses out of 102006 with flag 0/1368000
898.40/875.99	c cleaning 51998 clauses out of 104011 with flag 0/1421000
938.17/915.12	c cleaning 52999 clauses out of 106013 with flag 0/1475000
970.10/946.47	c cleaning 53998 clauses out of 108015 with flag 0/1530001
1002.96/978.90	c cleaning 54999 clauses out of 110016 with flag 0/1586000
1037.01/1012.57	c cleaning 56004 clauses out of 112021 with flag 0/1643004
1073.75/1048.84	c cleaning 57000 clauses out of 114013 with flag 0/1701000
1112.91/1087.72	c cleaning 58001 clauses out of 116014 with flag 0/1760001
1151.52/1125.95	c cleaning 58994 clauses out of 118013 with flag 0/1820001
1187.25/1161.29	c cleaning 59996 clauses out of 120019 with flag 0/1881001
1225.68/1199.24	c cleaning 61008 clauses out of 122023 with flag 0/1943001
1263.32/1236.41	c cleaning 62006 clauses out of 124015 with flag 0/2006001
1303.76/1276.47	c cleaning 62998 clauses out of 126008 with flag 0/2070000
1343.49/1315.82	c cleaning 64003 clauses out of 128014 with flag 0/2135004
1381.40/1353.37	c cleaning 64995 clauses out of 130009 with flag 0/2201002
1420.60/1391.82	c cleaning 65997 clauses out of 132013 with flag 0/2268001
1461.70/1432.36	c cleaning 66996 clauses out of 134017 with flag 0/2336002
1507.81/1476.82	c cleaning 67994 clauses out of 136019 with flag 0/2405000
1550.50/1519.16	c cleaning 69002 clauses out of 138026 with flag 0/2475001
1596.89/1564.82	c cleaning 70010 clauses out of 140023 with flag 0/2546000
1648.08/1615.39	c cleaning 71002 clauses out of 142015 with flag 0/2618002
1693.80/1660.52	c cleaning 71997 clauses out of 144012 with flag 0/2691001
1750.27/1716.43	c cleaning 73000 clauses out of 146014 with flag 0/2765000
1799.25/1764.63	c cleaning 74001 clauses out of 148014 with flag 0/2840000
1849.03/1813.97	c cleaning 75007 clauses out of 150015 with flag 0/2916002
1899.16/1863.44	c cleaning 75994 clauses out of 152006 with flag 0/2993000
1946.31/1910.30	c cleaning 76993 clauses out of 154012 with flag 0/3071000
1997.30/1960.58	c cleaning 77998 clauses out of 156020 with flag 0/3150001
2048.04/2010.31	c cleaning 79005 clauses out of 158021 with flag 0/3230000
2097.85/2059.68	c cleaning 79992 clauses out of 160016 with flag 0/3311000
2148.46/2108.60	c cleaning 81004 clauses out of 162028 with flag 0/3393004
2204.18/2163.64	c cleaning 81999 clauses out of 164020 with flag 0/3476000
2255.70/2214.88	c cleaning 83007 clauses out of 166022 with flag 0/3560001
2323.41/2277.97	c cleaning 83998 clauses out of 168016 with flag 0/3645002
2390.62/2338.95	c cleaning 85000 clauses out of 170017 with flag 0/3731001
2458.54/2403.09	c cleaning 86003 clauses out of 172018 with flag 0/3818002
2514.02/2457.41	c cleaning 86995 clauses out of 174013 with flag 0/3906000
2572.94/2515.02	c cleaning 87996 clauses out of 176018 with flag 0/3995000
2632.44/2573.36	c cleaning 89005 clauses out of 178023 with flag 0/4085001
2695.95/2635.33	c cleaning 90003 clauses out of 180018 with flag 0/4176001
2752.09/2689.85	c cleaning 90999 clauses out of 182015 with flag 0/4268001
2810.97/2747.31	c cleaning 92000 clauses out of 184015 with flag 0/4361000
2875.95/2810.83	c cleaning 93005 clauses out of 186015 with flag 0/4455000
2934.00/2866.60	c cleaning 93996 clauses out of 188010 with flag 0/4550000
2994.47/2926.21	c cleaning 94996 clauses out of 190014 with flag 0/4646000
3061.40/2990.71	c cleaning 96001 clauses out of 192021 with flag 0/4743003
3121.77/3050.05	c cleaning 97001 clauses out of 194017 with flag 0/4841000
3188.69/3114.47	c cleaning 97993 clauses out of 196018 with flag 0/4940002
3255.88/3180.40	c cleaning 98994 clauses out of 198023 with flag 0/5040000
3314.27/3236.50	c cleaning 100003 clauses out of 200029 with flag 0/5141000
3374.46/3295.54	c cleaning 101003 clauses out of 202026 with flag 0/5243000
3436.31/3355.06	c cleaning 102008 clauses out of 204023 with flag 0/5346000
3497.93/3415.40	c cleaning 102997 clauses out of 206016 with flag 0/5450001
3564.59/3479.20	c cleaning 104001 clauses out of 208019 with flag 0/5555001
3600.10/3514.03	c timeout
3600.10/3514.03	c starts		: 735
3600.10/3514.03	c conflicts		: 5620751
3600.10/3514.03	c decisions		: 7155438
3600.10/3514.03	c propagations		: 790660622
3600.10/3514.03	c inspects		: 10407360255
3600.10/3514.03	c shortcuts		: 0
3600.10/3514.03	c learnt literals	: 0
3600.10/3514.03	c learnt binary clauses	: 0
3600.10/3514.03	c learnt ternary clauses	: 0
3600.10/3514.03	c learnt constraints	: 5620750
3600.10/3514.03	c ignored constraints	: 0
3600.10/3514.03	c root simplifications	: 0
3600.10/3514.03	c removed literals (reason simplification)	: 0
3600.10/3514.03	c reason swapping (by a shorter reason)	: 0
3600.10/3514.03	c Calls to reduceDB	: 101
3600.10/3514.03	c Number of update (reduction) of LBD	: 7820011
3600.10/3514.03	c Imported unit clauses	: 0
3600.10/3514.03	c No decision after first conflict	: false
3600.10/3514.03	c number of reductions to clauses (during analyze)	: 0
3600.10/3514.03	c number of learned constraints concerned by reduction	: 0
3600.10/3514.03	c number of learning phase by resolution	: 0
3600.10/3514.03	c number of learning phase by cutting planes	: 0
3600.10/3514.03	c number of rounding to 1 operations	: 0
3600.10/3514.03	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.10/3514.03	c number of reductions of the coefficients by power 2 	: 0
3600.10/3514.03	c number of right shift for reduction by power 2 	: 0
3600.10/3514.03	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.10/3514.03	c number of ending skipping 	: 0
3600.10/3514.03	c number of internal skipping 	: 0
3600.10/3514.03	c number of derivation steps 	: 190657093
3600.10/3514.03	c number of skipped derivation steps 	: 0
3600.10/3514.03	c number of remaining unassigned 	: 1351
3600.10/3514.03	c number of remaining assigned 	: 152760669
3600.10/3514.03	c number of falsified literals weakened from reason	: 0
3600.10/3514.03	c number of falsified literals weakened from conflict	: 0
3600.10/3514.03	c time for arithmetic operations	: 8930085543
3600.10/3514.04	c minimum degree of deleted constraints	: 1
3600.10/3514.04	c maximum degree of deleted constraints	: 64
3600.10/3514.04	c number of deleted constraints	: 5450983
3600.10/3514.05	c speed (assignments/second)	: 225333.90579222763
3600.10/3514.05	c non guided choices	: 29834
3600.10/3514.10	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 161863
3600.10/3514.10	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 8
3600.10/3514.10	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 7896
3600.10/3514.10	s UNKNOWN
3600.10/3514.10	c Total wall clock time (in seconds): 3513.726

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4443971-1721312279/watcher-4443971-1721312279 -o /tmp/evaluation-result-4443971-1721312279/solver-4443971-1721312279 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1721304841-947644 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4443971-1721312279.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
solver pid=953741, runsolver pid=953738
Current StackSize limit: 8192 KiB


[startup+0.103528 s]*
/proc/loadavg: 4.37 4.38 4.28 7/318 953759
/proc/meminfo: memFree=116566636/131655788 swapFree=131071996/131071996
[pid=953741] ppid=953738 vsize=18975048 memory=57748 CPUtime=0.13 cores=1,3
/proc/953741/stat : 953741 (java) S 953738 953741 947632 0 -1 1077936128 6380 0 0 0 10 3 0 0 20 0 18 0 183384636 19430449152 14437 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
/proc/953741/statm: 4743762 14437 5664 1 0 550825 0
[pid=953741/tid=953743] ppid=953738 vsize=18975048 memory=4026561586 CPUtime=0.07 cores=1,3
/proc/953741/task/953743/stat : 953743 (java) R 953738 953741 947632 0 -1 4194368 5320 0 0 0 5 2 0 0 20 0 18 0 183384636 19430449152 14437 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
[pid=953741/tid=953752] ppid=953738 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/953741/task/953752/stat : 953752 (Finalizer) S 953738 953741 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183384641 19430449152 14437 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
[pid=953741/tid=953759] ppid=953738 vsize=18975048 memory=14976684994783103 CPUtime=0 cores=1,3
/proc/953741/task/953759/stat : 953759 (Common-Cleaner) S 953738 953741 947632 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 183384642 19430449152 14437 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 57748 KiB

[startup+0.213367 s]*
/proc/loadavg: 4.37 4.38 4.28 9/318 953759
/proc/meminfo: memFree=116561816/131655788 swapFree=131071996/131071996
[pid=953741] ppid=953738 vsize=18975048 memory=64548 CPUtime=0.29 cores=1,3
/proc/953741/stat : 953741 (java) S 953738 953741 947632 0 -1 1077936128 7039 0 0 0 25 4 0 0 20 0 18 0 183384636 19430449152 16137 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
/proc/953741/statm: 4743762 16137 5672 1 0 551375 0
[pid=953741/tid=953743] ppid=953738 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=1,3
/proc/953741/task/953743/stat : 953743 (java) R 953738 953741 947632 0 -1 4194368 5624 0 0 0 15 3 0 0 20 0 18 0 183384636 19430449152 16137 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
[pid=953741/tid=953752] ppid=953738 vsize=18975048 memory=5822 CPUtime=0 cores=1,3
/proc/953741/task/953752/stat : 953752 (Finalizer) S 953738 953741 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183384641 19430449152 16137 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
[pid=953741/tid=953759] ppid=953738 vsize=18975048 memory=13563812552906645 CPUtime=0 cores=1,3
/proc/953741/task/953759/stat : 953759 (Common-Cleaner) S 953738 953741 947632 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 183384642 19430449152 16137 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64548 KiB

[startup+0.310354 s]*
/proc/loadavg: 4.37 4.38 4.28 7/318 953759
/proc/meminfo: memFree=116556512/131655788 swapFree=131071996/131071996
[pid=953741] ppid=953738 vsize=18975048 memory=67632 CPUtime=0.43 cores=1,3
/proc/953741/stat : 953741 (java) S 953738 953741 947632 0 -1 1077936128 7301 0 0 0 39 4 0 0 20 0 18 0 183384636 19430449152 16908 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
/proc/953741/statm: 4743762 16908 5682 1 0 551577 0
[pid=953741/tid=953743] ppid=953738 vsize=18975048 memory=-8600295742807253692 CPUtime=0.27 cores=1,3
/proc/953741/task/953743/stat : 953743 (java) S 953738 953741 947632 0 -1 1077936192 5787 0 0 0 24 3 0 0 20 0 18 0 183384636 19430449152 16908 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
[pid=953741/tid=953752] ppid=953738 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/953741/task/953752/stat : 953752 (Finalizer) S 953738 953741 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183384641 19430449152 16908 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
[pid=953741/tid=953759] ppid=953738 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/953741/task/953759/stat : 953759 (Common-Cleaner) S 953738 953741 947632 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 183384642 19430449152 16908 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 67632 KiB

[startup+0.701447 s]
/proc/loadavg: 4.50 4.41 4.29 8/318 953759
/proc/meminfo: memFree=116515808/131655788 swapFree=131071996/131071996
[pid=953741] ppid=953738 vsize=19041612 memory=168288 CPUtime=1.12 cores=1,3
/proc/953741/stat : 953741 (java) S 953738 953741 947632 0 -1 1077936128 9353 0 0 0 105 7 0 0 20 0 19 0 183384636 19498610688 42072 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
/proc/953741/statm: 4760403 42072 5836 1 0 553080 0
[pid=953741/tid=953743] ppid=953738 vsize=19041612 memory=5620 CPUtime=0.59 cores=1,3
/proc/953741/task/953743/stat : 953743 (java) S 953738 953741 947632 0 -1 1077936192 5983 0 0 0 54 5 0 0 20 0 19 0 183384636 19498610688 42072 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
[pid=953741/tid=953752] ppid=953738 vsize=19041612 memory=12724 CPUtime=0 cores=1,3
/proc/953741/task/953752/stat : 953752 (Finalizer) S 953738 953741 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 183384641 19498610688 42072 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
[pid=953741/tid=953759] ppid=953738 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/953741/task/953759/stat : 953759 (Common-Cleaner) S 953738 953741 947632 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 183384642 19498610688 42072 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 168288 KiB

[startup+1.50051 s]
/proc/loadavg: 4.50 4.41 4.29 6/319 953760
/proc/meminfo: memFree=115998012/131655788 swapFree=131071996/131071996
[pid=953741] ppid=953738 vsize=19041612 memory=1113572 CPUtime=2.67 cores=1,3
/proc/953741/stat : 953741 (java) S 953738 953741 947632 0 -1 1077936128 20865 0 0 0 239 28 0 0 20 0 19 0 183384636 19498610688 278393 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
/proc/953741/statm: 4760403 278393 5852 1 0 559286 0
[pid=953741/tid=953743] ppid=953738 vsize=19041612 memory=0 CPUtime=1.32 cores=1,3
/proc/953741/task/953743/stat : 953743 (java) R 953738 953741 947632 0 -1 4194368 6429 0 0 0 109 23 0 0 20 0 19 0 183384636 19498610688 278393 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
[pid=953741/tid=953752] ppid=953738 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/953741/task/953752/stat : 953752 (Finalizer) S 953738 953741 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 183384641 19498610688 278393 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
[pid=953741/tid=953759] ppid=953738 vsize=19041612 memory=12724 CPUtime=0 cores=1,3
/proc/953741/task/953759/stat : 953759 (Common-Cleaner) S 953738 953741 947632 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 183384642 19498610688 278393 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
Current children cumulated CPU time: 2.67 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1113572 KiB

[startup+3.10589 s]
/proc/loadavg: 4.50 4.41 4.29 5/319 953762
/proc/meminfo: memFree=113311728/131655788 swapFree=131071996/131071996
[pid=953741] ppid=953738 vsize=19041612 memory=3208696 CPUtime=5.33 cores=1,3
/proc/953741/stat : 953741 (java) S 953738 953741 947632 0 -1 1077936128 23898 0 0 0 462 71 0 0 20 0 19 0 183384636 19498610688 802174 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
/proc/953741/statm: 4760403 802174 5864 1 0 1088082 0
[pid=953741/tid=953743] ppid=953738 vsize=19041612 memory=12724 CPUtime=2.82 cores=1,3
/proc/953741/task/953743/stat : 953743 (java) R 953738 953741 947632 0 -1 4194368 7418 0 0 0 219 63 0 0 20 0 19 0 183384636 19498610688 802174 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
[pid=953741/tid=953752] ppid=953738 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/953741/task/953752/stat : 953752 (Finalizer) S 953738 953741 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 183384641 19498610688 802174 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
[pid=953741/tid=953759] ppid=953738 vsize=19041612 memory=4235928676502925 CPUtime=0 cores=1,3
/proc/953741/task/953759/stat : 953759 (Common-Cleaner) S 953738 953741 947632 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 183384642 19498610688 802174 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
Current children cumulated CPU time: 5.33 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3208696 KiB

[startup+6.30151 s]
/proc/loadavg: 4.62 4.44 4.30 6/320 953763
/proc/meminfo: memFree=111152548/131655788 swapFree=131071996/131071996
[pid=953741] ppid=953738 vsize=19108176 memory=4954148 CPUtime=9.93 cores=1,3
/proc/953741/stat : 953741 (java) S 953738 953741 947632 0 -1 1077936128 26633 0 0 0 886 107 0 0 20 0 20 0 183384636 19566772224 1238537 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
/proc/953741/statm: 4777044 1238537 5864 1 0 2053673 0
[pid=953741/tid=953743] ppid=953738 vsize=19108176 memory=12724 CPUtime=5.56 cores=1,3
/proc/953741/task/953743/stat : 953743 (java) R 953738 953741 947632 0 -1 4194368 8379 0 0 0 460 96 0 0 20 0 20 0 183384636 19566772224 1238537 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
[pid=953741/tid=953752] ppid=953738 vsize=19108176 memory=2827768 CPUtime=0 cores=1,3
/proc/953741/task/953752/stat : 953752 (Finalizer) S 953738 953741 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183384641 19566772224 1238537 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
[pid=953741/tid=953759] ppid=953738 vsize=19108176 memory=11408 CPUtime=0 cores=1,3
/proc/953741/task/953759/stat : 953759 (Common-Cleaner) S 953738 953741 947632 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183384642 19566772224 1238537 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
[pid=953741/tid=953763] ppid=953738 vsize=19108176 memory=43532 CPUtime=0 cores=1,3
/proc/953741/task/953763/stat : 953763 (Timer-0) S 953738 953741 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183385154 19566772224 1238537 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
Current children cumulated CPU time: 9.93 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4954148 KiB

[startup+12.7005 s]
/proc/loadavg: 4.65 4.45 4.30 5/320 953763
/proc/meminfo: memFree=110432316/131655788 swapFree=131071996/131071996
[pid=953741] ppid=953738 vsize=19108176 memory=5582564 CPUtime=19.02 cores=1,3
/proc/953741/stat : 953741 (java) S 953738 953741 947632 0 -1 1077936128 27339 0 0 0 1782 120 0 0 20 0 20 0 183384636 19566772224 1395641 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
/proc/953741/statm: 4777044 1395641 5864 1 0 2053755 0
[pid=953741/tid=953743] ppid=953738 vsize=19108176 memory=43532 CPUtime=11.71 cores=1,3
/proc/953741/task/953743/stat : 953743 (java) R 953738 953741 947632 0 -1 4194368 8668 0 0 0 1064 107 0 0 20 0 20 0 183384636 19566772224 1395641 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
[pid=953741/tid=953752] ppid=953738 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/953741/task/953752/stat : 953752 (Finalizer) S 953738 953741 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183384641 19566772224 1395641 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
[pid=953741/tid=953759] ppid=953738 vsize=19108176 memory=11408 CPUtime=0 cores=1,3
/proc/953741/task/953759/stat : 953759 (Common-Cleaner) S 953738 953741 947632 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183384642 19566772224 1395641 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
[pid=953741/tid=953763] ppid=953738 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/953741/task/953763/stat : 953763 (Timer-0) S 953738 953741 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183385154 19566772224 1395641 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
Current children cumulated CPU time: 19.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5582564 KiB

[startup+25.5005 s]
/proc/loadavg: 4.55 4.43 4.30 5/320 953766
/proc/meminfo: memFree=108415928/131655788 swapFree=131071996/131071996
[pid=953741] ppid=953738 vsize=19108176 memory=7034252 CPUtime=33.42 cores=1,3
/proc/953741/stat : 953741 (java) S 953738 953741 947632 0 -1 1077936128 32320 0 0 0 3190 152 0 0 20 0 20 0 183384636 19566772224 1758563 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
/proc/953741/statm: 4777044 1758563 5864 1 0 2054030 0
[pid=953741/tid=953743] ppid=953738 vsize=19108176 memory=11408 CPUtime=24.35 cores=1,3
/proc/953741/task/953743/stat : 953743 (java) R 953738 953741 947632 0 -1 4194368 10159 0 0 0 2298 137 0 0 20 0 20 0 183384636 19566772224 1758563 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
[pid=953741/tid=953752] ppid=953738 vsize=19108176 memory=7034052 CPUtime=0 cores=1,3
/proc/953741/task/953752/stat : 953752 (Finalizer) S 953738 953741 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183384641 19566772224 1758563 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
[pid=953741/tid=953759] ppid=953738 vsize=19108176 memory=11408 CPUtime=0 cores=1,3
/proc/953741/task/953759/stat : 953759 (Common-Cleaner) S 953738 953741 947632 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183384642 19566772224 1758563 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
[pid=953741/tid=953763] ppid=953738 vsize=19108176 memory=3958 CPUtime=0 cores=1,3
/proc/953741/task/953763/stat : 953763 (Timer-0) S 953738 953741 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183385154 19566772224 1758563 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
Current children cumulated CPU time: 33.42 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7034252 KiB

[startup+51.1134 s]
/proc/loadavg: 4.40 4.41 4.29 5/320 953769
/proc/meminfo: memFree=108253012/131655788 swapFree=131071996/131071996
[pid=953741] ppid=953738 vsize=19108176 memory=7145408 CPUtime=60.02 cores=1,3
/proc/953741/stat : 953741 (java) S 953738 953741 947632 0 -1 1077936128 40975 0 0 0 5844 158 0 0 20 0 20 0 183384636 19566772224 1786352 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
/proc/953741/statm: 4777044 1786352 5864 1 0 2054030 0
[pid=953741/tid=953743] ppid=953738 vsize=19108176 memory=7145408 CPUtime=49.54 cores=1,3
/proc/953741/task/953743/stat : 953743 (java) R 953738 953741 947632 0 -1 4194368 13880 0 0 0 4816 138 0 0 20 0 20 0 183384636 19566772224 1786352 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
[pid=953741/tid=953752] ppid=953738 vsize=19108176 memory=7145408 CPUtime=0 cores=1,3
/proc/953741/task/953752/stat : 953752 (Finalizer) S 953738 953741 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183384641 19566772224 1786352 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
[pid=953741/tid=953759] ppid=953738 vsize=19108176 memory=7145408 CPUtime=0 cores=1,3
/proc/953741/task/953759/stat : 953759 (Common-Cleaner) S 953738 953741 947632 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183384642 19566772224 1786352 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
[pid=953741/tid=953763] ppid=953738 vsize=19108176 memory=5880876 CPUtime=0 cores=1,3
/proc/953741/task/953763/stat : 953763 (Timer-0) S 953738 953741 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183385154 19566772224 1786352 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
Current children cumulated CPU time: 60.02 s
Current children cumulated vsize: 19108176 KiB

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

[startup+3162.3 s]
/proc/loadavg: 4.30 4.34 4.29 5/321 955580
/proc/meminfo: memFree=107664948/131655788 swapFree=131071996/131071996
[pid=953741] ppid=953738 vsize=19108176 memory=4979172 CPUtime=3237.32 cores=1,3
/proc/953741/stat : 953741 (java) S 953738 953741 947632 0 -1 1077936128 532281 0 0 0 323097 635 0 0 20 0 20 0 183384636 19566772224 1244793 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
/proc/953741/statm: 4777044 1244793 5911 1 0 1264017 0
[pid=953741/tid=953743] ppid=953738 vsize=19108176 memory=3903880 CPUtime=3081.86 cores=1,3
/proc/953741/task/953743/stat : 953743 (java) R 953738 953741 947632 0 -1 4194368 221746 0 0 0 307822 364 0 0 20 0 20 0 183384636 19566772224 1244793 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 34 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
[pid=953741/tid=953752] ppid=953738 vsize=19108176 memory=3903920 CPUtime=0 cores=1,3
/proc/953741/task/953752/stat : 953752 (Finalizer) S 953738 953741 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183384641 19566772224 1244793 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
[pid=953741/tid=953759] ppid=953738 vsize=19108176 memory=4979172 CPUtime=0 cores=1,3
/proc/953741/task/953759/stat : 953759 (Common-Cleaner) S 953738 953741 947632 0 -1 1077936192 2430 0 0 0 0 0 0 0 20 0 20 0 183384642 19566772224 1244793 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
[pid=953741/tid=953763] ppid=953738 vsize=19108176 memory=11408 CPUtime=0 cores=1,3
/proc/953741/task/953763/stat : 953763 (Timer-0) S 953738 953741 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183385154 19566772224 1244793 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
Current children cumulated CPU time: 3237.32 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4979172 KiB

[startup+3222.3 s]
/proc/loadavg: 3.80 4.20 4.24 4/295 955623
/proc/meminfo: memFree=112044752/131655788 swapFree=131071996/131071996
[pid=953741] ppid=953738 vsize=19108176 memory=4595844 CPUtime=3299.63 cores=1,3
/proc/953741/stat : 953741 (java) S 953738 953741 947632 0 -1 1077936128 544435 0 0 0 329322 641 0 0 20 0 20 0 183384636 19566772224 1148961 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
/proc/953741/statm: 4777044 1148961 5911 1 0 1163794 0
[pid=953741/tid=953743] ppid=953738 vsize=19108176 memory=11408 CPUtime=3140.34 cores=1,3
/proc/953741/task/953743/stat : 953743 (java) R 953738 953741 947632 0 -1 4194368 226155 0 0 0 313670 364 0 0 20 0 20 0 183384636 19566772224 1148961 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 34 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
[pid=953741/tid=953752] ppid=953738 vsize=19108176 memory=4979176 CPUtime=0 cores=1,3
/proc/953741/task/953752/stat : 953752 (Finalizer) S 953738 953741 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183384641 19566772224 1148961 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
[pid=953741/tid=953759] ppid=953738 vsize=19108176 memory=1904 CPUtime=0 cores=1,3
/proc/953741/task/953759/stat : 953759 (Common-Cleaner) S 953738 953741 947632 0 -1 1077936192 2430 0 0 0 0 0 0 0 20 0 20 0 183384642 19566772224 1148961 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
[pid=953741/tid=953763] ppid=953738 vsize=19108176 memory=4595844 CPUtime=0 cores=1,3
/proc/953741/task/953763/stat : 953763 (Timer-0) S 953738 953741 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183385154 19566772224 1148961 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
Current children cumulated CPU time: 3299.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4595844 KiB

[startup+3282.3 s]
/proc/loadavg: 3.35 3.99 4.17 4/295 955634
/proc/meminfo: memFree=112044312/131655788 swapFree=131071996/131071996
[pid=953741] ppid=953738 vsize=19108176 memory=4595868 CPUtime=3361.06 cores=1,3
/proc/953741/stat : 953741 (java) S 953738 953741 947632 0 -1 1077936128 545462 0 0 0 335462 644 0 0 20 0 20 0 183384636 19566772224 1148967 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
/proc/953741/statm: 4777044 1148967 5911 1 0 1163799 0
[pid=953741/tid=953743] ppid=953738 vsize=19108176 memory=4595868 CPUtime=3198.43 cores=1,3
/proc/953741/task/953743/stat : 953743 (java) R 953738 953741 947632 0 -1 4194368 226948 0 0 0 319479 364 0 0 20 0 20 0 183384636 19566772224 1148967 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 34 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
[pid=953741/tid=953752] ppid=953738 vsize=19108176 memory=4595868 CPUtime=0 cores=1,3
/proc/953741/task/953752/stat : 953752 (Finalizer) S 953738 953741 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183384641 19566772224 1148967 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
[pid=953741/tid=953759] ppid=953738 vsize=19108176 memory=11408 CPUtime=0 cores=1,3
/proc/953741/task/953759/stat : 953759 (Common-Cleaner) S 953738 953741 947632 0 -1 1077936192 2430 0 0 0 0 0 0 0 20 0 20 0 183384642 19566772224 1148967 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
[pid=953741/tid=953763] ppid=953738 vsize=19108176 memory=4595868 CPUtime=0 cores=1,3
/proc/953741/task/953763/stat : 953763 (Timer-0) S 953738 953741 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183385154 19566772224 1148967 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
Current children cumulated CPU time: 3361.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4595868 KiB

[startup+3342.3 s]
/proc/loadavg: 3.33 3.86 4.11 4/295 955644
/proc/meminfo: memFree=112511452/131655788 swapFree=131071996/131071996
[pid=953741] ppid=953738 vsize=19108176 memory=4129168 CPUtime=3423.12 cores=1,3
/proc/953741/stat : 953741 (java) S 953738 953741 947632 0 -1 1077936128 561435 0 0 0 341662 650 0 0 20 0 20 0 183384636 19566772224 1032292 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
/proc/953741/statm: 4777044 1032292 5911 1 0 1046871 0
[pid=953741/tid=953743] ppid=953738 vsize=19108176 memory=11408 CPUtime=3257.02 cores=1,3
/proc/953741/task/953743/stat : 953743 (java) R 953738 953741 947632 0 -1 4194368 232262 0 0 0 325337 365 0 0 20 0 20 0 183384636 19566772224 1032292 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 34 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
[pid=953741/tid=953752] ppid=953738 vsize=19108176 memory=4595928 CPUtime=0 cores=1,3
/proc/953741/task/953752/stat : 953752 (Finalizer) S 953738 953741 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183384641 19566772224 1032292 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
[pid=953741/tid=953759] ppid=953738 vsize=19108176 memory=11408 CPUtime=0 cores=1,3
/proc/953741/task/953759/stat : 953759 (Common-Cleaner) S 953738 953741 947632 0 -1 1077936192 2518 0 0 0 0 0 0 0 20 0 20 0 183384642 19566772224 1032292 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
[pid=953741/tid=953763] ppid=953738 vsize=19108176 memory=4129168 CPUtime=0 cores=1,3
/proc/953741/task/953763/stat : 953763 (Timer-0) S 953738 953741 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183385154 19566772224 1032292 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
Current children cumulated CPU time: 3423.12 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4129168 KiB

[startup+3402.3 s]
/proc/loadavg: 3.79 3.90 4.10 4/295 955655
/proc/meminfo: memFree=112511264/131655788 swapFree=131071996/131071996
[pid=953741] ppid=953738 vsize=19108176 memory=4129168 CPUtime=3484.68 cores=1,3
/proc/953741/stat : 953741 (java) S 953738 953741 947632 0 -1 1077936128 562769 0 0 0 347814 654 0 0 20 0 20 0 183384636 19566772224 1032292 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
/proc/953741/statm: 4777044 1032292 5911 1 0 1046871 0
[pid=953741/tid=953743] ppid=953738 vsize=19108176 memory=11408 CPUtime=3315.07 cores=1,3
/proc/953741/task/953743/stat : 953743 (java) R 953738 953741 947632 0 -1 4194368 232847 0 0 0 331141 366 0 0 20 0 20 0 183384636 19566772224 1032292 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 34 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
[pid=953741/tid=953752] ppid=953738 vsize=19108176 memory=4129168 CPUtime=0 cores=1,3
/proc/953741/task/953752/stat : 953752 (Finalizer) S 953738 953741 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183384641 19566772224 1032292 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
[pid=953741/tid=953759] ppid=953738 vsize=19108176 memory=4129168 CPUtime=0 cores=1,3
/proc/953741/task/953759/stat : 953759 (Common-Cleaner) S 953738 953741 947632 0 -1 1077936192 2518 0 0 0 0 0 0 0 20 0 20 0 183384642 19566772224 1032292 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
[pid=953741/tid=953763] ppid=953738 vsize=19108176 memory=-8600295742807253692 CPUtime=0 cores=1,3
/proc/953741/task/953763/stat : 953763 (Timer-0) S 953738 953741 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183385154 19566772224 1032292 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
Current children cumulated CPU time: 3484.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4129168 KiB

[startup+3462.3 s]
/proc/loadavg: 3.30 3.75 4.04 3/266 955700
/proc/meminfo: memFree=117499444/131655788 swapFree=131071996/131071996
[pid=953741] ppid=953738 vsize=19108176 memory=4129188 CPUtime=3546.01 cores=1,3
/proc/953741/stat : 953741 (java) S 953738 953741 947632 0 -1 1077936128 563680 0 0 0 353945 656 0 0 20 0 20 0 183384636 19566772224 1032297 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
/proc/953741/statm: 4777044 1032297 5911 1 0 1046871 0
[pid=953741/tid=953743] ppid=953738 vsize=19108176 memory=11408 CPUtime=3372.87 cores=1,3
/proc/953741/task/953743/stat : 953743 (java) R 953738 953741 947632 0 -1 4194368 233648 0 0 0 336921 366 0 0 20 0 20 0 183384636 19566772224 1032297 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 34 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
[pid=953741/tid=953752] ppid=953738 vsize=19108176 memory=5620 CPUtime=0 cores=1,3
/proc/953741/task/953752/stat : 953752 (Finalizer) S 953738 953741 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183384641 19566772224 1032297 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
[pid=953741/tid=953759] ppid=953738 vsize=19108176 memory=-8600295742807253692 CPUtime=0 cores=1,3
/proc/953741/task/953759/stat : 953759 (Common-Cleaner) S 953738 953741 947632 0 -1 1077936192 2519 0 0 0 0 0 0 0 20 0 20 0 183384642 19566772224 1032297 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
[pid=953741/tid=953763] ppid=953738 vsize=19108176 memory=11408 CPUtime=0 cores=1,3
/proc/953741/task/953763/stat : 953763 (Timer-0) S 953738 953741 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183385154 19566772224 1032297 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
Current children cumulated CPU time: 3546.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4129188 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3514 s]*
/proc/loadavg: 2.61 3.49 3.93 3/266 955710
/proc/meminfo: memFree=117499068/131655788 swapFree=131071996/131071996
[pid=953741] ppid=953738 vsize=19108176 memory=4129544 CPUtime=3600.1 cores=1,3
/proc/953741/stat : 953741 (java) S 953738 953741 947632 0 -1 1077936128 579895 0 0 0 359347 663 0 0 20 0 20 0 183384636 19566772224 1032386 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
/proc/953741/statm: 4777044 1032386 5911 1 0 1046959 0
[pid=953741/tid=953743] ppid=953738 vsize=19108176 memory=5448 CPUtime=3422.98 cores=1,3
/proc/953741/task/953743/stat : 953743 (java) R 953738 953741 947632 0 -1 4194368 238899 0 0 0 341932 366 0 0 20 0 20 0 183384636 19566772224 1032386 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 36 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
[pid=953741/tid=953752] ppid=953738 vsize=19108176 memory=2732 CPUtime=0 cores=1,3
/proc/953741/task/953752/stat : 953752 (Finalizer) S 953738 953741 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183384641 19566772224 1032386 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
[pid=953741/tid=953759] ppid=953738 vsize=19108176 memory=13640 CPUtime=0 cores=1,3
/proc/953741/task/953759/stat : 953759 (Common-Cleaner) S 953738 953741 947632 0 -1 1077936192 2540 0 0 0 0 0 0 0 20 0 20 0 183384642 19566772224 1032386 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
[pid=953741/tid=953763] ppid=953738 vsize=19108176 memory=-8549726990972403867 CPUtime=0 cores=1,3
/proc/953741/task/953763/stat : 953763 (Timer-0) S 953738 953741 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183385154 19566772224 1032386 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
Current children cumulated CPU time: 3600.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4129544 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.64 s, system=6.65137 s

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

[startup+3514.12 s]
/proc/loadavg: 2.61 3.49 3.93 3/266 955710
/proc/meminfo: memFree=117499068/131655788 swapFree=131071996/131071996
[pid=953741] ppid=953738 vsize=19307868 memory=4130456 CPUtime=3600.26 cores=1,3
/proc/953741/stat : 953741 (java) S 953738 953741 947632 0 -1 1077936128 582022 0 0 0 359363 663 0 0 20 0 15 0 183384636 19771256832 1032614 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
/proc/953741/statm: 4826967 1032614 5907 1 0 1047951 0
[pid=953741/tid=953743] ppid=953738 vsize=19307868 memory=11408 CPUtime=3423 cores=1,3
/proc/953741/task/953743/stat : 953743 (java) S 953738 953741 947632 0 -1 1077936192 239022 0 0 0 341934 366 0 0 20 0 15 0 183384636 19771256832 1032614 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 36 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
[pid=953741/tid=953752] ppid=953738 vsize=19307868 memory=4129188 CPUtime=0 cores=1,3
/proc/953741/task/953752/stat : 953752 (Finalizer) S 953738 953741 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 15 0 183384641 19771256832 1032614 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
[pid=953741/tid=953759] ppid=953738 vsize=19307868 memory=4129544 CPUtime=0 cores=1,3
/proc/953741/task/953759/stat : 953759 (Common-Cleaner) S 953738 953741 947632 0 -1 1077936192 2540 0 0 0 0 0 0 0 20 0 15 0 183384642 19771256832 1032614 134679101440 94204765761536 94204765765232 140725123445776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94204765773048 94204765773840 94204781674496 140725123453940 140725123454048 140725123454048 140725123461064 0
Current children cumulated CPU time: 3600.26 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 4130456 KiB

Child status: 143

Real time (s): 3514.13
CPU time (s): 3600.29
CPU user time (s): 3593.64
CPU system time (s): 6.65137
CPU usage (%): 102.452
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 8159988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.64
system time used= 6.65137
maximum resident set size= 8159996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 582070
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 130002
involuntary context switches= 8751


# summary of solver processes directly reported to runsolver:
#   pid: 953741
#   total CPU time (s): 3600.29
#   total CPU user time (s): 3593.64
#   total CPU system time (s): 6.65137

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.8373 second user time and 39.3503 second system time

The end

Launcher Data

Begin job on nodeC007 at 2024-07-18 16:18:12
IDJOB=4443971
IDBENCH=147892
IDSOLVER=3052
FILE ID=nodeC007/4443971-1721312279
RUNJOBID= nodeC007-1721304841-947644
SLURM_JOB_ID= 7542628
Free space on /tmp= 723756 MiB

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

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

MD5SUM BENCH= d1359993160bf2f1506844981afa3acf
RANDOM SEED=354019963

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		: 3676.180
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		: 2026.918
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		: 1197.167
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		: 1337.773
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		: 1197.146
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		: 3651.755
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		: 3573.378
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		: 1197.250
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:        116603456 kB
MemAvailable:   119286660 kB
Buffers:          489528 kB
Cached:          3025284 kB
SwapCached:            0 kB
Active:           998840 kB
Inactive:       13471192 kB
Active(anon):       1468 kB
Inactive(anon): 10991440 kB
Active(file):     997372 kB
Inactive(file):  2479752 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             20508 kB
Writeback:             0 kB
AnonPages:      10955224 kB
Mapped:           126072 kB
Shmem:             37704 kB
KReclaimable:      92224 kB
Slab:             193532 kB
SReclaimable:      92224 kB
SUnreclaim:       101308 kB
KernelStack:        4784 kB
PageTables:        31328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   12946880 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            57664 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10596352 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= 723756 MiB
End job on nodeC007 at 2024-07-18 17:16:47