Trace number 4462067

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2024 2024-07-07? (TO) 3600.2 3505.83

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/pettersson/
StableMatchings/SMTI/x1/Init-x1-i4_pp_92_merged.opb
MD5SUM9f51dd984b875758b2485d242e7b9bb0
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark390
Best CPU time to get the best result obtained on this benchmark1.67068
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables35621
Total number of constraints35622
Number of constraints which are clauses28058
Number of constraints which are cardinality constraints (but not clauses)1444
Number of constraints which are nor clauses,nor cardinality constraints6120
Minimum length of a constraint1
Maximum length of a constraint1444
Number of terms in the objective function 1444
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1444
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 344
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1788
Number of bits of the biggest sum of numbers11
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.12	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.12	c See www.sat4j.org for details.
0.13/0.14	c version CUSTOM.v20240707
0.13/0.16	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.16	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.16	c java.vm.version	22.0.1+8-16
0.13/0.16	c java.vm.vendor	Oracle Corporation
0.13/0.16	c sun.arch.data.model	64
0.13/0.16	c java.version		22.0.1
0.13/0.16	c os.name		Linux
0.13/0.16	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.16	c os.arch		amd64
0.13/0.17	c Free memory 		2113181440
0.13/0.17	c Max memory 		16282288128
0.13/0.17	c Total memory 		2122317824
0.13/0.17	c Number of processors 	2
0.29/0.28	--- Begin Solver configuration ---
0.29/0.28	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.29/0.28	Learn all clauses as in MiniSAT
0.29/0.28	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.28	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.29/0.28	Expensive reason simplification
0.29/0.28	Glucose 2.1 dynamic restart strategy
0.29/0.28	Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.29/0.28	timeout=2147483s
0.29/0.28	DB Simplification allowed=false
0.29/0.28	Listener: none
0.29/0.28	--- End Solver configuration ---
0.29/0.28	c Pseudo Boolean Optimization by upper bound
0.29/0.28	c --- Begin Solver configuration ---
0.29/0.28	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.29/0.28	c Learn all clauses as in MiniSAT
0.29/0.28	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.28	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.29/0.28	c Expensive reason simplification
0.29/0.28	c Glucose 2.1 dynamic restart strategy
0.29/0.28	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.29/0.28	c timeout=2147483s
0.29/0.28	c DB Simplification allowed=false
0.29/0.28	c Listener: none
0.29/0.28	c --- End Solver configuration ---
0.29/0.28	c solving HOME/instance-4462067-1722211460.opb
0.29/0.28	c reading problem ... 
0.29/0.29	c using VERIPB proof format
0.29/0.29	c  objective function found
2.29/1.34	c ... done. Wall clock time 1.048s.
2.29/1.34	c declared #vars     35621
2.29/1.34	c #constraints  43186
2.29/1.34	c constraints type 
2.29/1.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 29594
2.29/1.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 6699
2.29/1.34	c org.sat4j.specs.Constr$1 => 98
2.29/1.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6697
2.29/1.34	c org.sat4j.pb.constraints.pb.UnitClausePB => 98
2.29/1.34	c 43186 constraints processed.
2.29/1.35	c objective function length is 1444 literals
9.57/6.31	c cleaning 2456 clauses out of 4912 with flag 35045/5001
15.72/12.10	c cleaning 4225 clauses out of 8449 with flag 85241/11001
22.25/17.81	c cleaning 5609 clauses out of 11217 with flag 145450/18000
29.42/24.34	c cleaning 6801 clauses out of 13601 with flag 220054/26001
36.65/31.47	c cleaning 7896 clauses out of 15792 with flag 306986/35001
44.68/39.33	c cleaning 8944 clauses out of 17888 with flag 409621/45001
53.48/47.93	c cleaning 9966 clauses out of 19938 with flag 507851/56000
62.59/56.90	c cleaning 10984 clauses out of 21971 with flag 629019/68001
71.28/65.67	c cleaning 11991 clauses out of 23982 with flag 766050/81001
80.92/75.20	c cleaning 12992 clauses out of 25987 with flag 918337/95000
91.22/85.45	c cleaning 13999 clauses out of 27997 with flag 1086712/110006
102.56/96.58	c cleaning 14996 clauses out of 29991 with flag 1269889/126000
114.65/108.47	c cleaning 15995 clauses out of 31989 with flag 1470056/143000
128.82/122.15	c cleaning 16995 clauses out of 33989 with flag 1692610/161000
142.51/135.97	c cleaning 17996 clauses out of 35991 with flag 1924929/180002
157.86/151.09	c cleaning 18995 clauses out of 37992 with flag 2173622/200000
173.57/166.41	c cleaning 19996 clauses out of 39992 with flag 2439534/221000
188.80/181.59	c cleaning 20994 clauses out of 41991 with flag 2717257/243002
204.42/197.18	c cleaning 21996 clauses out of 43995 with flag 2979841/266002
221.25/213.65	c cleaning 22991 clauses out of 45996 with flag 3260732/290001
239.60/233.67	c cleaning 23994 clauses out of 48002 with flag 3559271/315000
256.66/250.66	c cleaning 24994 clauses out of 50005 with flag 3851361/341000
275.02/268.74	c cleaning 26002 clauses out of 52004 with flag 4163483/368000
294.44/287.82	c cleaning 27000 clauses out of 54003 with flag 4501356/396001
314.74/307.93	c cleaning 27992 clauses out of 56001 with flag 4856264/425001
336.98/329.97	c cleaning 29005 clauses out of 58010 with flag 5203916/455002
360.18/352.87	c cleaning 29992 clauses out of 60001 with flag 5597720/486000
383.98/376.30	c cleaning 30997 clauses out of 62005 with flag 6003184/518000
408.61/399.94	c cleaning 32000 clauses out of 64005 with flag 6402122/551000
432.72/423.70	c cleaning 32998 clauses out of 65995 with flag 6853593/585001
461.60/452.41	c cleaning 33992 clauses out of 67993 with flag 7338318/620000
489.29/479.78	c cleaning 34991 clauses out of 69987 with flag 7781897/656000
518.88/509.15	c cleaning 35996 clauses out of 71992 with flag 8282755/693000
553.31/543.32	c cleaning 36996 clauses out of 73992 with flag 8854949/731000
591.84/581.63	c cleaning 37996 clauses out of 75992 with flag 9461576/770000
628.42/618.08	c cleaning 38995 clauses out of 77995 with flag 10076302/810000
662.55/652.05	c cleaning 40002 clauses out of 80004 with flag 10728421/851005
699.69/688.84	c cleaning 40998 clauses out of 81996 with flag 11415981/893002
737.27/726.26	c cleaning 41991 clauses out of 83990 with flag 12144932/936000
778.64/767.40	c cleaning 42997 clauses out of 85994 with flag 12891082/980000
817.68/805.55	c cleaning 43996 clauses out of 87997 with flag 13671434/1025001
857.63/845.36	c cleaning 44999 clauses out of 90003 with flag 14421193/1071004
897.49/884.83	c cleaning 45995 clauses out of 91995 with flag 15164459/1118000
930.80/918.08	c cleaning 47000 clauses out of 93999 with flag 15866617/1166001
968.74/955.40	c cleaning 47992 clauses out of 95996 with flag 16570437/1215000
1003.67/990.37	c cleaning 48997 clauses out of 98002 with flag 17304196/1265000
1040.07/1026.17	c cleaning 49998 clauses out of 100000 with flag 18103258/1316000
1079.78/1065.63	c cleaning 50991 clauses out of 101999 with flag 18930585/1368000
1119.91/1105.38	c cleaning 51999 clauses out of 104008 with flag 19786197/1421002
1159.92/1143.86	c cleaning 52995 clauses out of 106005 with flag 20651109/1475000
1201.89/1185.51	c cleaning 54001 clauses out of 108010 with flag 21590041/1530002
1239.82/1222.95	c cleaning 54997 clauses out of 110004 with flag 22486159/1586000
1281.42/1263.86	c cleaning 55998 clauses out of 112005 with flag 23368502/1643000
1327.01/1310.03	c cleaning 57001 clauses out of 114006 with flag 24362947/1701000
1372.41/1354.30	c cleaning 57998 clauses out of 116003 with flag 25410913/1760000
1422.39/1402.87	c cleaning 58996 clauses out of 118003 with flag 26417403/1820000
1474.16/1453.48	c cleaning 60002 clauses out of 120007 with flag 27488869/1881001
1522.49/1500.74	c cleaning 60995 clauses out of 122005 with flag 28585168/1943001
1574.07/1550.58	c cleaning 61999 clauses out of 124009 with flag 29719777/2006000
1621.89/1597.43	c cleaning 62997 clauses out of 126009 with flag 30776649/2070000
1677.21/1650.50	c cleaning 64003 clauses out of 128009 with flag 31895329/2135000
1731.91/1704.99	c cleaning 64992 clauses out of 130005 with flag 33000136/2201001
1782.37/1754.38	c cleaning 65998 clauses out of 132010 with flag 34162286/2268000
1833.17/1803.98	c cleaning 67003 clauses out of 134013 with flag 35341213/2336002
1887.81/1857.28	c cleaning 67993 clauses out of 136004 with flag 36573395/2405000
1945.94/1914.60	c cleaning 69003 clauses out of 138008 with flag 37947917/2475000
1994.93/1964.83	c cleaning 69991 clauses out of 139996 with flag 39252080/2546001
2043.87/2012.71	c cleaning 70990 clauses out of 141995 with flag 40552496/2618000
2098.03/2064.43	c cleaning 71991 clauses out of 144002 with flag 41983064/2691001
2150.87/2115.33	c cleaning 72996 clauses out of 146006 with flag 43396021/2765001
2200.78/2162.62	c cleaning 73994 clauses out of 148006 with flag 44733905/2840000
2254.66/2214.47	c cleaning 75001 clauses out of 150011 with flag 46057251/2916000
2309.76/2267.65	c cleaning 76000 clauses out of 152009 with flag 47285086/2993002
2369.95/2324.96	c cleaning 76993 clauses out of 154007 with flag 48539864/3071001
2428.54/2380.14	c cleaning 77997 clauses out of 156009 with flag 49879744/3150000
2486.69/2436.45	c cleaning 78999 clauses out of 158013 with flag 51354363/3230002
2544.88/2492.81	c cleaning 80001 clauses out of 160012 with flag 52793998/3311001
2598.91/2543.93	c cleaning 81003 clauses out of 162011 with flag 53982594/3393001
2654.30/2597.60	c cleaning 81997 clauses out of 164006 with flag 55391549/3476000
2711.24/2651.60	c cleaning 83000 clauses out of 166009 with flag 56750282/3560000
2774.43/2712.15	c cleaning 83997 clauses out of 168008 with flag 58185654/3645001
2840.92/2774.16	c cleaning 85000 clauses out of 170009 with flag 59681876/3731000
2902.26/2833.69	c cleaning 85998 clauses out of 172005 with flag 61247141/3818000
2963.03/2893.05	c cleaning 86999 clauses out of 174008 with flag 62812479/3906001
3032.43/2959.47	c cleaning 88000 clauses out of 176009 with flag 64483709/3995002
3102.89/3027.22	c cleaning 88997 clauses out of 178005 with flag 66118938/4085000
3174.25/3096.35	c cleaning 90003 clauses out of 180006 with flag 67706624/4176000
3243.76/3162.79	c cleaning 90992 clauses out of 182002 with flag 69260772/4268000
3320.35/3237.24	c cleaning 92003 clauses out of 184011 with flag 71009834/4361001
3388.24/3302.31	c cleaning 92996 clauses out of 186006 with flag 72654093/4455001
3456.16/3368.74	c cleaning 93994 clauses out of 188008 with flag 74318333/4550002
3529.27/3437.31	c cleaning 94998 clauses out of 190012 with flag 75992901/4646000
3600.02/3505.72	c timeout
3600.02/3505.72	c starts		: 7
3600.02/3505.74	c conflicts		: 4728615
3600.02/3505.74	c decisions		: 6381673
3600.02/3505.74	c propagations		: 7540831987
3600.02/3505.74	c inspects		: 9792131181
3600.02/3505.74	c shortcuts		: 0
3600.02/3505.74	c learnt literals	: 375
3600.02/3505.74	c learnt binary clauses	: 1095
3600.02/3505.74	c learnt ternary clauses	: 1071
3600.02/3505.74	c learnt constraints	: 4728240
3600.02/3505.74	c ignored constraints	: 0
3600.02/3505.74	c root simplifications	: 0
3600.02/3505.74	c removed literals (reason simplification)	: 329216257
3600.02/3505.74	c reason swapping (by a shorter reason)	: 0
3600.02/3505.74	c Calls to reduceDB	: 92
3600.02/3505.74	c Number of update (reduction) of LBD	: 529425
3600.02/3505.74	c Imported unit clauses	: 0
3600.02/3505.74	c No decision after first conflict	: false
3600.02/3505.74	c number of reductions to clauses (during analyze)	: 0
3600.02/3505.74	c number of learned constraints concerned by reduction	: 0
3600.02/3505.74	c number of learning phase by resolution	: 0
3600.02/3505.74	c number of learning phase by cutting planes	: 0
3600.02/3505.74	c number of rounding to 1 operations	: 0
3600.02/3505.74	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3505.74	c number of reductions of the coefficients by power 2 	: 0
3600.02/3505.74	c number of right shift for reduction by power 2 	: 0
3600.02/3505.74	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3505.74	c number of ending skipping 	: 0
3600.02/3505.74	c number of internal skipping 	: 0
3600.02/3505.74	c number of derivation steps 	: 0
3600.02/3505.74	c number of skipped derivation steps 	: 0
3600.02/3505.74	c number of remaining unassigned 	: 0
3600.02/3505.74	c number of remaining assigned 	: 0
3600.02/3505.74	c number of falsified literals weakened from reason	: 0
3600.02/3505.74	c number of falsified literals weakened from conflict	: 0
3600.02/3505.74	c time for arithmetic operations	: 0
3600.02/3505.74	c minimum degree of deleted constraints	: null
3600.02/3505.75	c maximum degree of deleted constraints	: null
3600.02/3505.75	c number of deleted constraints	: 0
3600.02/3505.75	c speed (assignments/second)	: 2151836.0889871535
3600.02/3505.75	c non guided choices	: 0
3600.02/3505.80	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 176532
3600.02/3505.80	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 1095
3600.02/3505.80	s UNKNOWN
3600.02/3505.80	c Total wall clock time (in seconds): 3505.517

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4462067-1722211460/watcher-4462067-1722211460 -o /tmp/evaluation-result-4462067-1722211460/solver-4462067-1722211460 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1722207918-375713 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4462067-1722211460 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4462067-1722211460.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
Current StackSize limit: 8192 KiB

solver pid=377729, runsolver pid=377726

[startup+0.1011 s]*
/proc/loadavg: 4.14 4.23 4.18 5/320 377747
/proc/meminfo: memFree=71518236/131655788 swapFree=131058856/131071996
[pid=377729] ppid=377726 vsize=18975048 memory=56120 CPUtime=0.13 cores=5,7
/proc/377729/stat : 377729 (java) S 377726 377729 373109 0 -1 1077936128 6582 0 0 0 11 2 0 0 20 0 18 0 57135849 19430449152 14030 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
/proc/377729/statm: 4743762 14030 5567 1 0 550908 0
[pid=377729/tid=377731] ppid=377726 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=5,7
/proc/377729/task/377731/stat : 377731 (java) R 377726 377729 373109 0 -1 4194368 5495 0 0 0 7 2 0 0 20 0 18 0 57135849 19430449152 14030 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
[pid=377729/tid=377740] ppid=377726 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/377729/task/377740/stat : 377740 (Finalizer) S 377726 377729 373109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 57135853 19430449152 14030 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
[pid=377729/tid=377747] ppid=377726 vsize=18975048 memory=14127853412601218 CPUtime=0 cores=5,7
/proc/377729/task/377747/stat : 377747 (Common-Cleaner) S 377726 377729 373109 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 57135854 19430449152 14030 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56120 KiB

[startup+0.213835 s]*
/proc/loadavg: 4.14 4.23 4.18 7/320 377747
/proc/meminfo: memFree=71508312/131655788 swapFree=131058856/131071996
[pid=377729] ppid=377726 vsize=18975048 memory=64972 CPUtime=0.29 cores=5,7
/proc/377729/stat : 377729 (java) S 377726 377729 373109 0 -1 1077936128 7268 0 0 0 26 3 0 0 20 0 18 0 57135849 19430449152 16243 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
/proc/377729/statm: 4743762 16243 5571 1 0 551460 0
[pid=377729/tid=377731] ppid=377726 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=5,7
/proc/377729/task/377731/stat : 377731 (java) R 377726 377729 373109 0 -1 1078198336 5766 0 0 0 16 2 0 0 20 0 18 0 57135849 19430449152 16243 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
[pid=377729/tid=377740] ppid=377726 vsize=18975048 memory=1364536 CPUtime=0 cores=5,7
/proc/377729/task/377740/stat : 377740 (Finalizer) S 377726 377729 373109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 57135853 19430449152 16243 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
[pid=377729/tid=377747] ppid=377726 vsize=18975048 memory=16102571999761082 CPUtime=0 cores=5,7
/proc/377729/task/377747/stat : 377747 (Common-Cleaner) S 377726 377729 373109 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 57135854 19430449152 16243 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64972 KiB

[startup+0.316091 s]*
/proc/loadavg: 4.14 4.23 4.18 7/320 377747
/proc/meminfo: memFree=71504400/131655788 swapFree=131058856/131071996
[pid=377729] ppid=377726 vsize=18975048 memory=68656 CPUtime=0.46 cores=5,7
/proc/377729/stat : 377729 (java) S 377726 377729 373109 0 -1 1077936128 7515 0 0 0 42 4 0 0 20 0 18 0 57135849 19430449152 17164 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
/proc/377729/statm: 4743762 17164 5740 1 0 551599 0
[pid=377729/tid=377731] ppid=377726 vsize=18975048 memory=-8744692388646789820 CPUtime=0.27 cores=5,7
/proc/377729/task/377731/stat : 377731 (java) R 377726 377729 373109 0 -1 4194368 5895 0 0 0 24 3 0 0 20 0 18 0 57135849 19430449152 17164 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
[pid=377729/tid=377740] ppid=377726 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/377729/task/377740/stat : 377740 (Finalizer) S 377726 377729 373109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 57135853 19430449152 17164 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
[pid=377729/tid=377747] ppid=377726 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/377729/task/377747/stat : 377747 (Common-Cleaner) S 377726 377729 373109 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 57135854 19430449152 17164 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 68656 KiB

[startup+0.705085 s]
/proc/loadavg: 4.14 4.23 4.18 7/321 377748
/proc/meminfo: memFree=71410848/131655788 swapFree=131058856/131071996
[pid=377729] ppid=377726 vsize=19041612 memory=170944 CPUtime=1.12 cores=5,7
/proc/377729/stat : 377729 (java) S 377726 377729 373109 0 -1 1077936128 9484 0 0 0 105 7 0 0 20 0 19 0 57135849 19498610688 42736 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
/proc/377729/statm: 4760403 42736 5850 1 0 553085 0
[pid=377729/tid=377731] ppid=377726 vsize=19041612 memory=5516 CPUtime=0.54 cores=5,7
/proc/377729/task/377731/stat : 377731 (java) R 377726 377729 373109 0 -1 4194368 5987 0 0 0 49 5 0 0 20 0 19 0 57135849 19498610688 42736 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
[pid=377729/tid=377740] ppid=377726 vsize=19041612 memory=12668 CPUtime=0 cores=5,7
/proc/377729/task/377740/stat : 377740 (Finalizer) S 377726 377729 373109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 57135853 19498610688 42736 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
[pid=377729/tid=377747] ppid=377726 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/377729/task/377747/stat : 377747 (Common-Cleaner) S 377726 377729 373109 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 57135854 19498610688 42736 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 170944 KiB

[startup+1.50808 s]
/proc/loadavg: 4.37 4.27 4.19 6/321 377748
/proc/meminfo: memFree=70717820/131655788 swapFree=131058856/131071996
[pid=377729] ppid=377726 vsize=19108176 memory=1153892 CPUtime=2.7 cores=5,7
/proc/377729/stat : 377729 (java) S 377726 377729 373109 0 -1 1077936128 19860 0 0 0 240 30 0 0 20 0 20 0 57135849 19566772224 288473 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
/proc/377729/statm: 4777044 288473 5904 1 0 1089982 0
[pid=377729/tid=377731] ppid=377726 vsize=19108176 memory=12668 CPUtime=1.26 cores=5,7
/proc/377729/task/377731/stat : 377731 (java) R 377726 377729 373109 0 -1 4194368 6614 0 0 0 102 24 0 0 20 0 20 0 57135849 19566772224 288473 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
[pid=377729/tid=377740] ppid=377726 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/377729/task/377740/stat : 377740 (Finalizer) S 377726 377729 373109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 57135853 19566772224 288473 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
[pid=377729/tid=377747] ppid=377726 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/377729/task/377747/stat : 377747 (Common-Cleaner) S 377726 377729 373109 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 57135854 19566772224 288473 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
Current children cumulated CPU time: 2.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1153892 KiB

[startup+3.10809 s]
/proc/loadavg: 4.37 4.27 4.19 6/322 377749
/proc/meminfo: memFree=70274176/131655788 swapFree=131058856/131071996
[pid=377729] ppid=377726 vsize=19108176 memory=1290676 CPUtime=5.87 cores=5,7
/proc/377729/stat : 377729 (java) S 377726 377729 373109 0 -1 1077936128 21409 0 0 0 555 32 0 0 20 0 20 0 57135849 19566772224 322669 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
/proc/377729/statm: 4777044 322669 5939 1 0 1090735 0
[pid=377729/tid=377731] ppid=377726 vsize=19108176 memory=198340509722 CPUtime=2.82 cores=5,7
/proc/377729/task/377731/stat : 377731 (java) R 377726 377729 373109 0 -1 4194368 6682 0 0 0 255 27 0 0 20 0 20 0 57135849 19566772224 322669 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
[pid=377729/tid=377740] ppid=377726 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/377729/task/377740/stat : 377740 (Finalizer) S 377726 377729 373109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 57135853 19566772224 322669 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
[pid=377729/tid=377747] ppid=377726 vsize=19108176 memory=12668 CPUtime=0 cores=5,7
/proc/377729/task/377747/stat : 377747 (Common-Cleaner) S 377726 377729 373109 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 57135854 19566772224 322669 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
[pid=377729/tid=377749] ppid=377726 vsize=19108176 memory=1171852 CPUtime=0 cores=5,7
/proc/377729/task/377749/stat : 377749 (Timer-0) S 377726 377729 373109 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 57135986 19566772224 322669 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
Current children cumulated CPU time: 5.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1290676 KiB

[startup+6.30369 s]
/proc/loadavg: 4.34 4.27 4.19 5/322 377749
/proc/meminfo: memFree=69891092/131655788 swapFree=131058856/131071996
[pid=377729] ppid=377726 vsize=19108176 memory=1672012 CPUtime=9.57 cores=5,7
/proc/377729/stat : 377729 (java) S 377726 377729 373109 0 -1 1077936128 22034 0 0 0 916 41 0 0 20 0 20 0 57135849 19566772224 418003 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
/proc/377729/statm: 4777044 418003 5939 1 0 1090756 0
[pid=377729/tid=377731] ppid=377726 vsize=19108176 memory=0 CPUtime=5.98 cores=5,7
/proc/377729/task/377731/stat : 377731 (java) R 377726 377729 373109 0 -1 1077936192 7174 0 0 0 563 35 0 0 20 0 20 0 57135849 19566772224 418003 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
[pid=377729/tid=377740] ppid=377726 vsize=19108176 memory=12668 CPUtime=0 cores=5,7
/proc/377729/task/377740/stat : 377740 (Finalizer) S 377726 377729 373109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 57135853 19566772224 418003 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
[pid=377729/tid=377747] ppid=377726 vsize=19108176 memory=1222744 CPUtime=0 cores=5,7
/proc/377729/task/377747/stat : 377747 (Common-Cleaner) S 377726 377729 373109 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 57135854 19566772224 418003 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
[pid=377729/tid=377749] ppid=377726 vsize=19108176 memory=1610568 CPUtime=0 cores=5,7
/proc/377729/task/377749/stat : 377749 (Timer-0) S 377726 377729 373109 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 57135986 19566772224 418003 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
Current children cumulated CPU time: 9.57 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1672012 KiB

[startup+12.7004 s]
/proc/loadavg: 4.47 4.30 4.20 5/322 377751
/proc/meminfo: memFree=69303876/131655788 swapFree=131058856/131071996
[pid=377729] ppid=377726 vsize=19108176 memory=2175520 CPUtime=16.88 cores=5,7
/proc/377729/stat : 377729 (java) S 377726 377729 373109 0 -1 1077936128 31821 0 0 0 1631 57 0 0 20 0 20 0 57135849 19566772224 543880 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
/proc/377729/statm: 4777044 543880 5971 1 0 1090953 0
[pid=377729/tid=377731] ppid=377726 vsize=19108176 memory=2175380 CPUtime=12.19 cores=5,7
/proc/377729/task/377731/stat : 377731 (java) R 377726 377729 373109 0 -1 4194368 8599 0 0 0 1171 48 0 0 20 0 20 0 57135849 19566772224 543880 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
[pid=377729/tid=377740] ppid=377726 vsize=19108176 memory=15864 CPUtime=0 cores=5,7
/proc/377729/task/377740/stat : 377740 (Finalizer) S 377726 377729 373109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 57135853 19566772224 543880 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
[pid=377729/tid=377747] ppid=377726 vsize=19108176 memory=6085043029635851091 CPUtime=0 cores=5,7
/proc/377729/task/377747/stat : 377747 (Common-Cleaner) S 377726 377729 373109 0 -1 1077936192 50 0 0 0 0 0 0 0 20 0 20 0 57135854 19566772224 543880 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
[pid=377729/tid=377749] ppid=377726 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/377729/task/377749/stat : 377749 (Timer-0) S 377726 377729 373109 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 57135986 19566772224 543880 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
Current children cumulated CPU time: 16.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2175520 KiB

[startup+25.5005 s]
/proc/loadavg: 4.40 4.29 4.20 4/297 377787
/proc/meminfo: memFree=93748612/131655788 swapFree=131058856/131071996
[pid=377729] ppid=377726 vsize=19108176 memory=2646208 CPUtime=30.68 cores=5,7
/proc/377729/stat : 377729 (java) S 377726 377729 373109 0 -1 1077936128 34019 0 0 0 2996 72 0 0 20 0 20 0 57135849 19566772224 661552 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
/proc/377729/statm: 4777044 661552 5971 1 0 1362516 0
[pid=377729/tid=377731] ppid=377726 vsize=19108176 memory=6085043029635851091 CPUtime=24.42 cores=5,7
/proc/377729/task/377731/stat : 377731 (java) R 377726 377729 373109 0 -1 4194368 8764 0 0 0 2384 58 0 0 20 0 20 0 57135849 19566772224 661552 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
[pid=377729/tid=377740] ppid=377726 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/377729/task/377740/stat : 377740 (Finalizer) S 377726 377729 373109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 57135853 19566772224 661552 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
[pid=377729/tid=377747] ppid=377726 vsize=19108176 memory=3957 CPUtime=0 cores=5,7
/proc/377729/task/377747/stat : 377747 (Common-Cleaner) S 377726 377729 373109 0 -1 1077936192 50 0 0 0 0 0 0 0 20 0 20 0 57135854 19566772224 661552 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
[pid=377729/tid=377749] ppid=377726 vsize=19108176 memory=2254692 CPUtime=0 cores=5,7
/proc/377729/task/377749/stat : 377749 (Timer-0) S 377726 377729 373109 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 57135986 19566772224 661552 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
Current children cumulated CPU time: 30.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2646208 KiB

[startup+51.113 s]
/proc/loadavg: 3.70 4.13 4.15 3/271 377826
/proc/meminfo: memFree=104826740/131655788 swapFree=131058856/131071996
[pid=377729] ppid=377726 vsize=19108176 memory=3291836 CPUtime=56.68 cores=5,7
/proc/377729/stat : 377729 (java) S 377726 377729 373109 0 -1 1077936128 40822 0 0 0 5570 98 0 0 20 0 20 0 57135849 19566772224 822959 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
/proc/377729/statm: 4777044 822959 5971 1 0 1362516 0
[pid=377729/tid=377731] ppid=377726 vsize=19108176 memory=3291836 CPUtime=49.42 cores=5,7
/proc/377729/task/377731/stat : 377731 (java) R 377726 377729 373109 0 -1 4194368 11556 0 0 0 4868 74 0 0 20 0 20 0 57135849 19566772224 822959 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 7 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
[pid=377729/tid=377740] ppid=377726 vsize=19108176 memory=2939464 CPUtime=0 cores=5,7
/proc/377729/task/377740/stat : 377740 (Finalizer) S 377726 377729 373109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 57135853 19566772224 822959 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
[pid=377729/tid=377747] ppid=377726 vsize=19108176 memory=2939464 CPUtime=0 cores=5,7
/proc/377729/task/377747/stat : 377747 (Common-Cleaner) S 377726 377729 373109 0 -1 1077936192 50 0 0 0 0 0 0 0 20 0 20 0 57135854 19566772224 822959 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
[pid=377729/tid=377749] ppid=377726 vsize=19108176 memory=2650304 CPUtime=0 cores=5,7
/proc/377729/task/377749/stat : 377749 (Timer-0) S 377726 377729 373109 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 57135986 19566772224 822959 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0

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

[startup+3162.3 s]
/proc/loadavg: 1.16 1.18 1.26 2/244 379423
/proc/meminfo: memFree=111038496/131655788 swapFree=131058856/131071996
[pid=377729] ppid=377726 vsize=19108176 memory=3119160 CPUtime=3243.36 cores=5,7
/proc/377729/stat : 377729 (java) S 377726 377729 373109 0 -1 1077936128 398014 0 0 0 322770 1566 0 0 20 0 20 0 57135849 19566772224 779790 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
/proc/377729/statm: 4777044 779790 5984 1 0 790385 0
[pid=377729/tid=377731] ppid=377726 vsize=19108176 memory=3119148 CPUtime=3082.72 cores=5,7
/proc/377729/task/377731/stat : 377731 (java) R 377726 377729 373109 0 -1 4194368 145250 0 0 0 306982 1290 0 0 20 0 20 0 57135849 19566772224 779790 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 1623 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
[pid=377729/tid=377740] ppid=377726 vsize=19108176 memory=-8744692388646789820 CPUtime=0 cores=5,7
/proc/377729/task/377740/stat : 377740 (Finalizer) S 377726 377729 373109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 57135853 19566772224 779790 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
[pid=377729/tid=377747] ppid=377726 vsize=19108176 memory=15864 CPUtime=0 cores=5,7
/proc/377729/task/377747/stat : 377747 (Common-Cleaner) S 377726 377729 373109 0 -1 1077936192 2227 0 0 0 0 0 0 0 20 0 20 0 57135854 19566772224 779790 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
[pid=377729/tid=377749] ppid=377726 vsize=19108176 memory=12668 CPUtime=0 cores=5,7
/proc/377729/task/377749/stat : 377749 (Timer-0) S 377726 377729 373109 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 57135986 19566772224 779790 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
Current children cumulated CPU time: 3243.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3119160 KiB

[startup+3222.3 s]
/proc/loadavg: 1.17 1.18 1.25 2/244 379433
/proc/meminfo: memFree=110796884/131655788 swapFree=131058856/131071996
[pid=377729] ppid=377726 vsize=19108176 memory=3119160 CPUtime=3305.39 cores=5,7
/proc/377729/stat : 377729 (java) S 377726 377729 373109 0 -1 1077936128 399235 0 0 0 328944 1595 0 0 20 0 20 0 57135849 19566772224 779790 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
/proc/377729/statm: 4777044 779790 5984 1 0 790385 0
[pid=377729/tid=377731] ppid=377726 vsize=19108176 memory=15864 CPUtime=3141.46 cores=5,7
/proc/377729/task/377731/stat : 377731 (java) R 377726 377729 373109 0 -1 4194368 146367 0 0 0 312833 1313 0 0 20 0 20 0 57135849 19566772224 779790 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1634 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
[pid=377729/tid=377740] ppid=377726 vsize=19108176 memory=3119160 CPUtime=0 cores=5,7
/proc/377729/task/377740/stat : 377740 (Finalizer) S 377726 377729 373109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 57135853 19566772224 779790 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
[pid=377729/tid=377747] ppid=377726 vsize=19108176 memory=18640 CPUtime=0 cores=5,7
/proc/377729/task/377747/stat : 377747 (Common-Cleaner) S 377726 377729 373109 0 -1 1077936192 2227 0 0 0 0 0 0 0 20 0 20 0 57135854 19566772224 779790 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
[pid=377729/tid=377749] ppid=377726 vsize=19108176 memory=3119160 CPUtime=0 cores=5,7
/proc/377729/task/377749/stat : 377749 (Timer-0) S 377726 377729 373109 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 57135986 19566772224 779790 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
Current children cumulated CPU time: 3305.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3119160 KiB

[startup+3282.3 s]
/proc/loadavg: 1.21 1.19 1.25 2/245 379614
/proc/meminfo: memFree=110552416/131655788 swapFree=131058856/131071996
[pid=377729] ppid=377726 vsize=19108176 memory=3119168 CPUtime=3366.72 cores=5,7
/proc/377729/stat : 377729 (java) S 377726 377729 373109 0 -1 1077936128 404547 0 0 0 335047 1625 0 0 20 0 20 0 57135849 19566772224 779792 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
/proc/377729/statm: 4777044 779792 5984 1 0 790385 0
[pid=377729/tid=377731] ppid=377726 vsize=19108176 memory=5516 CPUtime=3199.55 cores=5,7
/proc/377729/task/377731/stat : 377731 (java) R 377726 377729 373109 0 -1 4194368 147542 0 0 0 318615 1340 0 0 20 0 20 0 57135849 19566772224 779792 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1703 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
[pid=377729/tid=377740] ppid=377726 vsize=19108176 memory=3119168 CPUtime=0 cores=5,7
/proc/377729/task/377740/stat : 377740 (Finalizer) S 377726 377729 373109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 57135853 19566772224 779792 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
[pid=377729/tid=377747] ppid=377726 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/377729/task/377747/stat : 377747 (Common-Cleaner) S 377726 377729 373109 0 -1 1077936192 2283 0 0 0 0 0 0 0 20 0 20 0 57135854 19566772224 779792 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
[pid=377729/tid=377749] ppid=377726 vsize=19108176 memory=3119168 CPUtime=0 cores=5,7
/proc/377729/task/377749/stat : 377749 (Timer-0) S 377726 377729 373109 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 57135986 19566772224 779792 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
Current children cumulated CPU time: 3366.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3119168 KiB

[startup+3342.3 s]
/proc/loadavg: 1.16 1.18 1.25 2/245 379624
/proc/meminfo: memFree=110281888/131655788 swapFree=131058856/131071996
[pid=377729] ppid=377726 vsize=19108176 memory=3119168 CPUtime=3429.66 cores=5,7
/proc/377729/stat : 377729 (java) S 377726 377729 373109 0 -1 1077936128 405231 0 0 0 341311 1655 0 0 20 0 20 0 57135849 19566772224 779792 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
/proc/377729/statm: 4777044 779792 5984 1 0 790385 0
[pid=377729/tid=377731] ppid=377726 vsize=19108176 memory=3119168 CPUtime=3257.98 cores=5,7
/proc/377729/task/377731/stat : 377731 (java) R 377726 377729 373109 0 -1 4194368 147942 0 0 0 324433 1365 0 0 20 0 20 0 57135849 19566772224 779792 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1720 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
[pid=377729/tid=377740] ppid=377726 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/377729/task/377740/stat : 377740 (Finalizer) S 377726 377729 373109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 57135853 19566772224 779792 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
[pid=377729/tid=377747] ppid=377726 vsize=19108176 memory=3119168 CPUtime=0 cores=5,7
/proc/377729/task/377747/stat : 377747 (Common-Cleaner) S 377726 377729 373109 0 -1 1077936192 2283 0 0 0 0 0 0 0 20 0 20 0 57135854 19566772224 779792 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
[pid=377729/tid=377749] ppid=377726 vsize=19108176 memory=-8982072546727410841 CPUtime=0 cores=5,7
/proc/377729/task/377749/stat : 377749 (Timer-0) S 377726 377729 373109 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 57135986 19566772224 779792 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
Current children cumulated CPU time: 3429.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3119168 KiB

[startup+3402.3 s]
/proc/loadavg: 1.23 1.19 1.25 3/246 379649
/proc/meminfo: memFree=110014036/131655788 swapFree=131058856/131071996
[pid=377729] ppid=377726 vsize=19108176 memory=3119168 CPUtime=3491.82 cores=5,7
/proc/377729/stat : 377729 (java) S 377726 377729 373109 0 -1 1077936128 411810 0 0 0 347499 1683 0 0 20 0 20 0 57135849 19566772224 779792 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
/proc/377729/statm: 4777044 779792 5984 1 0 790385 0
[pid=377729/tid=377731] ppid=377726 vsize=19108176 memory=3119168 CPUtime=3316.42 cores=5,7
/proc/377729/task/377731/stat : 377731 (java) R 377726 377729 373109 0 -1 4194368 150281 0 0 0 330253 1389 0 0 20 0 20 0 57135849 19566772224 779792 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1750 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
[pid=377729/tid=377740] ppid=377726 vsize=19108176 memory=67764 CPUtime=0 cores=5,7
/proc/377729/task/377740/stat : 377740 (Finalizer) S 377726 377729 373109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 57135853 19566772224 779792 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
[pid=377729/tid=377747] ppid=377726 vsize=19108176 memory=3119148 CPUtime=0 cores=5,7
/proc/377729/task/377747/stat : 377747 (Common-Cleaner) S 377726 377729 373109 0 -1 1077936192 2283 0 0 0 0 0 0 0 20 0 20 0 57135854 19566772224 779792 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
[pid=377729/tid=377749] ppid=377726 vsize=19108176 memory=-8744692388646789820 CPUtime=0 cores=5,7
/proc/377729/task/377749/stat : 377749 (Timer-0) S 377726 377729 373109 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 57135986 19566772224 779792 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
Current children cumulated CPU time: 3491.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3119168 KiB

[startup+3462.3 s]
/proc/loadavg: 1.36 1.22 1.25 3/246 379662
/proc/meminfo: memFree=109774496/131655788 swapFree=131058856/131071996
[pid=377729] ppid=377726 vsize=19108176 memory=3119168 CPUtime=3555.92 cores=5,7
/proc/377729/stat : 377729 (java) S 377726 377729 373109 0 -1 1077936128 414989 0 0 0 353881 1711 0 0 20 0 20 0 57135849 19566772224 779792 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
/proc/377729/statm: 4777044 779792 5984 1 0 790385 0
[pid=377729/tid=377731] ppid=377726 vsize=19108176 memory=3119168 CPUtime=3375.02 cores=5,7
/proc/377729/task/377731/stat : 377731 (java) R 377726 377729 373109 0 -1 4194368 153133 0 0 0 336091 1411 0 0 20 0 20 0 57135849 19566772224 779792 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1767 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
[pid=377729/tid=377740] ppid=377726 vsize=19108176 memory=67764 CPUtime=0 cores=5,7
/proc/377729/task/377740/stat : 377740 (Finalizer) S 377726 377729 373109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 57135853 19566772224 779792 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
[pid=377729/tid=377747] ppid=377726 vsize=19108176 memory=3119148 CPUtime=0 cores=5,7
/proc/377729/task/377747/stat : 377747 (Common-Cleaner) S 377726 377729 373109 0 -1 1077936192 2337 0 0 0 0 0 0 0 20 0 20 0 57135854 19566772224 779792 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
[pid=377729/tid=377749] ppid=377726 vsize=19108176 memory=-8744692388646789820 CPUtime=0 cores=5,7
/proc/377729/task/377749/stat : 377749 (Timer-0) S 377726 377729 373109 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 57135986 19566772224 779792 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
Current children cumulated CPU time: 3555.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3119168 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3505.7 s]
/proc/loadavg: 1.25 1.21 1.25 2/246 379669
/proc/meminfo: memFree=109624144/131655788 swapFree=131058856/131071996
[pid=377729] ppid=377726 vsize=19108176 memory=3119168 CPUtime=3600.02 cores=5,7
/proc/377729/stat : 377729 (java) S 377726 377729 373109 0 -1 1077936128 415692 0 0 0 358274 1728 0 0 20 0 20 0 57135849 19566772224 779792 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
/proc/377729/statm: 4777044 779792 5984 1 0 790385 0
[pid=377729/tid=377731] ppid=377726 vsize=19108176 memory=-8744692388646789820 CPUtime=3417.44 cores=5,7
/proc/377729/task/377731/stat : 377731 (java) R 377726 377729 373109 0 -1 4194368 153774 0 0 0 340317 1427 0 0 20 0 20 0 57135849 19566772224 779792 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1784 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
[pid=377729/tid=377740] ppid=377726 vsize=19108176 memory=5516 CPUtime=0 cores=5,7
/proc/377729/task/377740/stat : 377740 (Finalizer) S 377726 377729 373109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 57135853 19566772224 779792 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
[pid=377729/tid=377747] ppid=377726 vsize=19108176 memory=3119168 CPUtime=0 cores=5,7
/proc/377729/task/377747/stat : 377747 (Common-Cleaner) S 377726 377729 373109 0 -1 1077936192 2337 0 0 0 0 0 0 0 20 0 20 0 57135854 19566772224 779792 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
[pid=377729/tid=377749] ppid=377726 vsize=19108176 memory=3119168 CPUtime=0 cores=5,7
/proc/377729/task/377749/stat : 377749 (Timer-0) S 377726 377729 373109 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 57135986 19566772224 779792 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3119168 KiB

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

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

# cumulated CPU time of all completed processes:  user=3582.89 s, system=17.3092 s

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

[startup+3505.8 s]
/proc/loadavg: 1.25 1.21 1.25 2/246 379669
/proc/meminfo: memFree=109624144/131655788 swapFree=131058856/131071996
[pid=377729] ppid=377726 vsize=19307868 memory=3119792 CPUtime=3600.18 cores=5,7
/proc/377729/stat : 377729 (java) S 377726 377729 373109 0 -1 1077936128 417419 0 0 0 358289 1729 0 0 20 0 20 0 57135849 19771256832 779948 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
/proc/377729/statm: 4826967 779948 5983 1 0 791339 0
[pid=377729/tid=377731] ppid=377726 vsize=19307868 memory=5516 CPUtime=3417.47 cores=5,7
/proc/377729/task/377731/stat : 377731 (java) S 377726 377729 373109 0 -1 1077936192 153952 0 0 0 340319 1428 0 0 20 0 20 0 57135849 19771256832 779948 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 1787 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
[pid=377729/tid=377740] ppid=377726 vsize=19307868 memory=1964 CPUtime=0 cores=5,7
/proc/377729/task/377740/stat : 377740 (Finalizer) S 377726 377729 373109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 57135853 19771256832 779948 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
[pid=377729/tid=377747] ppid=377726 vsize=19307868 memory=38948 CPUtime=0 cores=5,7
/proc/377729/task/377747/stat : 377747 (Common-Cleaner) S 377726 377729 373109 0 -1 1077936192 2337 0 0 0 0 0 0 0 20 0 20 0 57135854 19771256832 779948 134679101440 93825000804352 93825000808048 140732022876064 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93825000815864 93825000816656 93825010700288 140732022883242 140732022883424 140732022883424 140732022890440 0
Current children cumulated CPU time: 3600.18 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 3119792 KiB

Child status: 143

Real time (s): 3505.83
CPU time (s): 3600.2
CPU user time (s): 3582.89
CPU system time (s): 17.3092
CPU usage (%): 102.692
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 5406404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3582.89
system time used= 17.3092
maximum resident set size= 5406408
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 417467
page faults= 0
swaps= 0
block input operations= 0
block output operations= 28069608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 122647
involuntary context switches= 11362


# summary of solver processes directly reported to runsolver:
#   pid: 377729
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3582.89
#   total CPU system time (s): 17.3092

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.6011 second user time and 35.2229 second system time

The end

Launcher Data

Begin job on nodeC009 at 2024-07-29 02:04:20
IDJOB=4462067
IDBENCH=178876
IDSOLVER=3079
FILE ID=nodeC009/4462067-1722211460
RUNJOBID= nodeC009-1722207918-375713
SLURM_JOB_ID= 8248644
Free space on /tmp= 723764 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/SMTI/x1/Init-x1-i4_pp_92_merged.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4462067-1722211460/watcher-4462067-1722211460 -o /tmp/evaluation-result-4462067-1722211460/solver-4462067-1722211460 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1722207918-375713 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4462067-1722211460 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4462067-1722211460.opb

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

MD5SUM BENCH= 9f51dd984b875758b2485d242e7b9bb0
RANDOM SEED=1207843059

nodeC009.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		: 1197.389
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.96
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		: 3616.108
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.36
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		: 3585.219
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.96
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		: 1197.279
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.36
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		: 3499.751
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.96
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		: 1396.795
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.36
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		: 1197.404
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.96
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.268
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        71554244 kB
MemAvailable:   99384100 kB
Buffers:          417512 kB
Cached:         28156732 kB
SwapCached:         4924 kB
Active:          1978676 kB
Inactive:       57327920 kB
Active(anon):       1616 kB
Inactive(anon): 30784348 kB
Active(file):    1977060 kB
Inactive(file): 26543572 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131058856 kB
Dirty:             41552 kB
Writeback:             0 kB
AnonPages:      30724068 kB
Mapped:           114348 kB
Shmem:             53492 kB
KReclaimable:     298844 kB
Slab:             414492 kB
SReclaimable:     298844 kB
SUnreclaim:       115648 kB
KernelStack:        4864 kB
PageTables:        70480 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   31314992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            18848 kB
HardwareCorrupted:     0 kB
AnonHugePages:  30179328 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:      367432 kB
DirectMap2M:    44625920 kB
DirectMap1G:    91226112 kB

Free space on /tmp at the end= 723780 MiB
End job on nodeC009 at 2024-07-29 03:02:46