Trace number 4443284

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 Resolution Default 2024-07-07? (TO) 3600.23 3604.8

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/prestwich/armies/normalized-army13.24bt.opb
MD5SUMb1cc89baa8bd080d13ae67cc087920d3
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 benchmark0.064229
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables490
Total number of constraints1085
Number of constraints which are clauses738
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints345
Minimum length of a constraint1
Maximum length of a constraint169
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 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 193
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.14/0.12	--- Begin Solver configuration ---
0.14/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.12	Learn all clauses as in MiniSAT
0.14/0.12	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	No reason simplification
0.14/0.12	Glucose 2.1 dynamic restart strategy
0.14/0.12	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.14/0.12	timeout=2147483s
0.14/0.12	DB Simplification allowed=false
0.14/0.12	Listener: none
0.14/0.12	--- End Solver configuration ---
0.14/0.12	c Pseudo Boolean Optimization by upper bound
0.14/0.12	c --- Begin Solver configuration ---
0.14/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.12	c Learn all clauses as in MiniSAT
0.14/0.12	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	c No reason simplification
0.14/0.12	c Glucose 2.1 dynamic restart strategy
0.14/0.12	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.14/0.12	c timeout=2147483s
0.14/0.12	c DB Simplification allowed=false
0.14/0.12	c Listener: none
0.14/0.12	c --- End Solver configuration ---
0.14/0.12	c solving HOME/instance-4443284-1721313570.opb
0.14/0.12	c reading problem ... 
0.14/0.13	c  no objective function found
0.14/0.18	c ... done. Wall clock time 0.057s.
0.14/0.18	c declared #vars     490
0.14/0.18	c #constraints  1085
0.14/0.18	c constraints type 
0.14/0.18	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 255
0.14/0.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.14/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 345
0.14/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 482
0.14/0.18	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.14/0.18	c 1085 constraints processed.
1.31/0.73	c cleaning 2500 clauses out of 5000 with flag 14354/5000
2.09/1.15	c cleaning 4250 clauses out of 8500 with flag 34118/11000
2.82/1.66	c cleaning 5625 clauses out of 11250 with flag 63280/18001
3.61/2.30	c cleaning 6812 clauses out of 13624 with flag 97482/26001
4.57/3.05	c cleaning 7906 clauses out of 15811 with flag 144484/35000
5.80/4.03	c cleaning 8953 clauses out of 17906 with flag 198763/45001
7.45/5.62	c cleaning 9979 clauses out of 19958 with flag 263548/56007
9.04/7.26	c cleaning 10987 clauses out of 21974 with flag 342112/68002
10.74/8.97	c cleaning 11989 clauses out of 23986 with flag 439384/81001
13.34/11.56	c cleaning 12999 clauses out of 25999 with flag 549135/95003
15.76/13.95	c cleaning 13994 clauses out of 27997 with flag 667658/110000
18.99/17.11	c cleaning 15001 clauses out of 30006 with flag 806535/126003
22.75/20.82	c cleaning 16001 clauses out of 32005 with flag 947561/143003
26.95/25.04	c cleaning 16999 clauses out of 34001 with flag 1114753/161000
31.44/29.55	c cleaning 17998 clauses out of 36002 with flag 1290049/180000
35.68/33.74	c cleaning 18999 clauses out of 38007 with flag 1459569/200003
41.57/39.68	c cleaning 20004 clauses out of 40009 with flag 1662180/221004
47.82/45.83	c cleaning 20998 clauses out of 42001 with flag 1875314/243000
53.51/51.58	c cleaning 21995 clauses out of 44004 with flag 2083135/266001
61.83/59.87	c cleaning 23006 clauses out of 46012 with flag 2336537/290004
69.67/67.67	c cleaning 24002 clauses out of 48003 with flag 2577016/315001
77.46/75.42	c cleaning 25001 clauses out of 50001 with flag 2830102/341001
85.40/83.34	c cleaning 25999 clauses out of 52001 with flag 3079980/368002
97.63/95.66	c cleaning 26997 clauses out of 54002 with flag 3356599/396002
111.67/109.71	c cleaning 27993 clauses out of 56005 with flag 3675197/425002
124.56/122.71	c cleaning 28998 clauses out of 58014 with flag 3996248/455004
137.79/136.06	c cleaning 29996 clauses out of 60012 with flag 4318629/486000
156.06/154.33	c cleaning 30998 clauses out of 62016 with flag 4682677/518000
172.20/170.45	c cleaning 31997 clauses out of 64018 with flag 5008987/551000
189.90/188.16	c cleaning 33006 clauses out of 66023 with flag 5359237/585002
209.87/208.11	c cleaning 33999 clauses out of 68015 with flag 5728446/620000
222.45/220.64	c cleaning 35002 clauses out of 70017 with flag 5996900/656001
236.49/234.68	c cleaning 36001 clauses out of 72016 with flag 6280053/693002
259.85/258.04	c cleaning 36998 clauses out of 74015 with flag 6624319/731002
289.59/287.65	c cleaning 38003 clauses out of 76020 with flag 6994141/770005
311.62/309.68	c cleaning 38995 clauses out of 78012 with flag 7465761/810000
335.97/333.91	c cleaning 40003 clauses out of 80019 with flag 7942127/851002
357.61/355.51	c cleaning 41000 clauses out of 82017 with flag 8427626/893003
380.16/378.08	c cleaning 42002 clauses out of 84018 with flag 8939606/936004
400.43/398.33	c cleaning 42995 clauses out of 86012 with flag 9473949/980000
422.56/420.44	c cleaning 43999 clauses out of 88019 with flag 10025368/1025002
442.83/440.71	c cleaning 44995 clauses out of 90018 with flag 10560897/1071000
467.18/465.03	c cleaning 46001 clauses out of 92023 with flag 11154327/1118000
492.01/489.80	c cleaning 47003 clauses out of 94022 with flag 11746009/1166000
518.58/516.11	c cleaning 48001 clauses out of 96019 with flag 12384157/1215000
544.84/542.40	c cleaning 49001 clauses out of 98019 with flag 13019403/1265001
572.63/570.38	c cleaning 50004 clauses out of 100022 with flag 13611438/1316005
601.88/599.61	c cleaning 50993 clauses out of 102013 with flag 14183493/1368000
636.29/633.99	c cleaning 52001 clauses out of 104023 with flag 14918610/1421003
666.50/664.41	c cleaning 53002 clauses out of 106021 with flag 15553717/1475002
708.67/706.83	c cleaning 54001 clauses out of 108017 with flag 16292284/1530000
748.20/746.72	c cleaning 54993 clauses out of 110016 with flag 16979002/1586000
787.60/786.35	c cleaning 56002 clauses out of 112023 with flag 17756540/1643000
826.65/825.78	c cleaning 57004 clauses out of 114021 with flag 18574456/1701000
864.14/863.32	c cleaning 57999 clauses out of 116017 with flag 19342682/1760000
907.03/905.92	c cleaning 58991 clauses out of 118018 with flag 20114595/1820000
950.78/949.69	c cleaning 59998 clauses out of 120028 with flag 20908443/1881001
991.36/990.40	c cleaning 61003 clauses out of 122029 with flag 21673284/1943000
1049.27/1048.67	c cleaning 62002 clauses out of 124026 with flag 22500444/2006000
1101.16/1100.69	c cleaning 63005 clauses out of 126021 with flag 23054032/2070000
1151.33/1150.74	c cleaning 64005 clauses out of 128021 with flag 23690997/2135005
1207.94/1207.41	c cleaning 65001 clauses out of 130012 with flag 24455816/2201001
1271.43/1270.94	c cleaning 66003 clauses out of 132011 with flag 25235217/2268001
1337.67/1337.30	c cleaning 66997 clauses out of 134009 with flag 26059594/2336002
1415.96/1416.36	c cleaning 67996 clauses out of 136010 with flag 26918077/2405000
1484.65/1485.53	c cleaning 69003 clauses out of 138015 with flag 27624871/2475001
1557.60/1558.61	c cleaning 69996 clauses out of 140010 with flag 28398242/2546000
1654.74/1656.35	c cleaning 70999 clauses out of 142015 with flag 29388717/2618001
1732.81/1734.57	c cleaning 71991 clauses out of 144016 with flag 30369263/2691001
1818.21/1820.39	c cleaning 73008 clauses out of 146026 with flag 31321019/2765002
1919.59/1921.94	c cleaning 73997 clauses out of 148017 with flag 32575765/2840001
2023.91/2026.98	c cleaning 75005 clauses out of 150019 with flag 33645975/2916000
2126.87/2130.30	c cleaning 76000 clauses out of 152015 with flag 34723586/2993001
2228.56/2232.28	c cleaning 76998 clauses out of 154015 with flag 35870150/3071001
2324.76/2329.00	c cleaning 77999 clauses out of 156016 with flag 36950236/3150000
2428.52/2433.33	c cleaning 78997 clauses out of 158018 with flag 38189963/3230001
2509.81/2514.23	c cleaning 79999 clauses out of 160020 with flag 39465507/3311000
2577.09/2581.57	c cleaning 81006 clauses out of 162021 with flag 40449805/3393000
2681.08/2685.73	c cleaning 81993 clauses out of 164015 with flag 41698078/3476000
2771.89/2776.53	c cleaning 83008 clauses out of 166023 with flag 42941053/3560001
2848.84/2853.60	c cleaning 83998 clauses out of 168015 with flag 44102044/3645001
2946.54/2951.39	c cleaning 85007 clauses out of 170018 with flag 45352003/3731002
3036.21/3041.09	c cleaning 85995 clauses out of 172009 with flag 46603150/3818000
3114.26/3119.29	c cleaning 87003 clauses out of 174016 with flag 47995777/3906002
3198.80/3203.78	c cleaning 88003 clauses out of 176013 with flag 49248208/3995002
3296.03/3301.00	c cleaning 88998 clauses out of 178008 with flag 50839985/4085000
3380.54/3385.43	c cleaning 89995 clauses out of 180010 with flag 52207564/4176000
3476.70/3481.25	c cleaning 90994 clauses out of 182015 with flag 53645804/4268000
3571.93/3576.56	c cleaning 92008 clauses out of 184022 with flag 54966510/4361001
3600.07/3604.71	c starts		: 7481
3600.07/3604.71	c timeout
3600.07/3604.72	c conflicts		: 4407959
3600.07/3604.72	c decisions		: 6199791
3600.07/3604.72	c propagations		: 157739822
3600.07/3604.72	c inspects		: 31896895310
3600.07/3604.72	c shortcuts		: 0
3600.07/3604.72	c learnt literals	: 7
3600.07/3604.72	c learnt binary clauses	: 16
3600.07/3604.72	c learnt ternary clauses	: 47
3600.07/3604.72	c learnt constraints	: 4407952
3600.07/3604.72	c ignored constraints	: 0
3600.07/3604.72	c root simplifications	: 0
3600.07/3604.72	c removed literals (reason simplification)	: 0
3600.07/3604.72	c reason swapping (by a shorter reason)	: 0
3600.07/3604.72	c Calls to reduceDB	: 89
3600.07/3604.72	c Number of update (reduction) of LBD	: 855464
3600.07/3604.72	c Imported unit clauses	: 0
3600.07/3604.72	c No decision after first conflict	: false
3600.07/3604.72	c number of reductions to clauses (during analyze)	: 0
3600.07/3604.72	c number of learned constraints concerned by reduction	: 0
3600.07/3604.72	c number of learning phase by resolution	: 0
3600.07/3604.72	c number of learning phase by cutting planes	: 0
3600.07/3604.72	c number of rounding to 1 operations	: 0
3600.07/3604.72	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3604.72	c number of reductions of the coefficients by power 2 	: 0
3600.07/3604.72	c number of right shift for reduction by power 2 	: 0
3600.07/3604.72	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3604.72	c number of ending skipping 	: 0
3600.07/3604.72	c number of internal skipping 	: 0
3600.07/3604.72	c number of derivation steps 	: 0
3600.07/3604.72	c number of skipped derivation steps 	: 0
3600.07/3604.72	c number of remaining unassigned 	: 0
3600.07/3604.72	c number of remaining assigned 	: 0
3600.07/3604.72	c number of falsified literals weakened from reason	: 0
3600.07/3604.72	c number of falsified literals weakened from conflict	: 0
3600.07/3604.72	c time for arithmetic operations	: 0
3600.07/3604.73	c minimum degree of deleted constraints	: null
3600.07/3604.73	c maximum degree of deleted constraints	: null
3600.07/3604.73	c number of deleted constraints	: 0
3600.07/3604.73	c speed (assignments/second)	: 43761.465619578885
3600.07/3604.73	c non guided choices	: 27
3600.07/3604.78	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 138956
3600.07/3604.78	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 16
3600.07/3604.78	s UNKNOWN
3600.07/3604.78	c Total wall clock time (in seconds): 3604.655

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4443284-1721313570/watcher-4443284-1721313570 -o /tmp/evaluation-result-4443284-1721313570/solver-4443284-1721313570 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1721305283-960573 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4443284-1721313570.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=966232, runsolver pid=966229

[startup+0.101325 s]*
/proc/loadavg: 4.25 4.20 4.18 8/329 966250
/proc/meminfo: memFree=122037824/131524600 swapFree=130798872/131071996
[pid=966232] ppid=966229 vsize=18975048 memory=64788 CPUtime=0.14 cores=1,3
/proc/966232/stat : 966232 (java) S 966229 966232 960561 0 -1 1077936128 7057 0 0 0 12 2 0 0 20 0 18 0 183516191 19430449152 16197 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
/proc/966232/statm: 4743762 16197 5707 1 0 549335 0
[pid=966232/tid=966234] ppid=966229 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/966232/task/966234/stat : 966234 (java) R 966229 966232 960561 0 -1 1078198336 5626 0 0 0 7 1 0 0 20 0 18 0 183516191 19430449152 16197 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
[pid=966232/tid=966243] ppid=966229 vsize=18975048 memory=237146210664 CPUtime=0 cores=1,3
/proc/966232/task/966243/stat : 966243 (Finalizer) S 966229 966232 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183516194 19430449152 16197 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
[pid=966232/tid=966250] ppid=966229 vsize=18975048 memory=14134446136991189 CPUtime=0 cores=1,3
/proc/966232/task/966250/stat : 966250 (Common-Cleaner) S 966229 966232 960561 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 183516195 19430449152 16197 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64788 KiB

[startup+0.205794 s]*
/proc/loadavg: 4.25 4.20 4.18 6/330 966251
/proc/meminfo: memFree=122031808/131524600 swapFree=130798872/131071996
[pid=966232] ppid=966229 vsize=19041612 memory=71000 CPUtime=0.33 cores=1,3
/proc/966232/stat : 966232 (java) S 966229 966232 960561 0 -1 1077936128 7531 0 0 0 31 2 0 0 20 0 19 0 183516191 19498610688 17750 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
/proc/966232/statm: 4760403 17750 5838 1 0 549889 0
[pid=966232/tid=966234] ppid=966229 vsize=19041612 memory=4782652875487838339 CPUtime=0.17 cores=1,3
/proc/966232/task/966234/stat : 966234 (java) R 966229 966232 960561 0 -1 4194368 5842 0 0 0 16 1 0 0 20 0 19 0 183516191 19498610688 17750 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
[pid=966232/tid=966243] ppid=966229 vsize=19041612 memory=1285800 CPUtime=0 cores=1,3
/proc/966232/task/966243/stat : 966243 (Finalizer) S 966229 966232 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 183516194 19498610688 17750 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
[pid=966232/tid=966250] ppid=966229 vsize=19041612 memory=13571496182286042 CPUtime=0 cores=1,3
/proc/966232/task/966250/stat : 966250 (Common-Cleaner) S 966229 966232 960561 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 183516195 19498610688 17750 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
[pid=966232/tid=966251] ppid=966229 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/966232/task/966251/stat : 966251 (Timer-0) S 966229 966232 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 183516210 19498610688 17750 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 71000 KiB

[startup+0.307455 s]*
/proc/loadavg: 4.25 4.20 4.18 6/330 966251
/proc/meminfo: memFree=122025364/131524600 swapFree=130798872/131071996
[pid=966232] ppid=966229 vsize=19041612 memory=77000 CPUtime=0.52 cores=1,3
/proc/966232/stat : 966232 (java) S 966229 966232 960561 0 -1 1077936128 9099 0 0 0 50 2 0 0 20 0 19 0 183516191 19498610688 19250 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
/proc/966232/statm: 4760403 19250 5854 1 0 550800 0
[pid=966232/tid=966234] ppid=966229 vsize=19041612 memory=-8528525108402496188 CPUtime=0.26 cores=1,3
/proc/966232/task/966234/stat : 966234 (java) R 966229 966232 960561 0 -1 4194368 5855 0 0 0 25 1 0 0 20 0 19 0 183516191 19498610688 19250 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
[pid=966232/tid=966243] ppid=966229 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/966232/task/966243/stat : 966243 (Finalizer) S 966229 966232 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 183516194 19498610688 19250 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
[pid=966232/tid=966250] ppid=966229 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/966232/task/966250/stat : 966250 (Common-Cleaner) S 966229 966232 960561 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 183516195 19498610688 19250 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
[pid=966232/tid=966251] ppid=966229 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/966232/task/966251/stat : 966251 (Timer-0) S 966229 966232 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 183516210 19498610688 19250 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 77000 KiB

[startup+0.709742 s]
/proc/loadavg: 4.25 4.20 4.18 6/330 966251
/proc/meminfo: memFree=122013036/131524600 swapFree=130798872/131071996
[pid=966232] ppid=966229 vsize=19041612 memory=95412 CPUtime=1.31 cores=1,3
/proc/966232/stat : 966232 (java) S 966229 966232 960561 0 -1 1077936128 13403 0 0 0 127 4 0 0 20 0 19 0 183516191 19498610688 23853 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
/proc/966232/statm: 4760403 23853 5854 1 0 553308 0
[pid=966232/tid=966234] ppid=966229 vsize=19041612 memory=27344 CPUtime=0.67 cores=1,3
/proc/966232/task/966234/stat : 966234 (java) R 966229 966232 960561 0 -1 4194368 5927 0 0 0 65 2 0 0 20 0 19 0 183516191 19498610688 23853 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
[pid=966232/tid=966243] ppid=966229 vsize=19041612 memory=4892 CPUtime=0 cores=1,3
/proc/966232/task/966243/stat : 966243 (Finalizer) S 966229 966232 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 183516194 19498610688 23853 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
[pid=966232/tid=966250] ppid=966229 vsize=19041612 memory=1200 CPUtime=0 cores=1,3
/proc/966232/task/966250/stat : 966250 (Common-Cleaner) S 966229 966232 960561 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 183516195 19498610688 23853 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
[pid=966232/tid=966251] ppid=966229 vsize=19041612 memory=2240 CPUtime=0 cores=1,3
/proc/966232/task/966251/stat : 966251 (Timer-0) S 966229 966232 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 183516210 19498610688 23853 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
Current children cumulated CPU time: 1.31 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 95412 KiB

[startup+1.50027 s]
/proc/loadavg: 4.25 4.20 4.18 6/330 966251
/proc/meminfo: memFree=122000084/131524600 swapFree=130798872/131071996
[pid=966232] ppid=966229 vsize=19041612 memory=113420 CPUtime=2.72 cores=1,3
/proc/966232/stat : 966232 (java) S 966229 966232 960561 0 -1 1077936128 17981 0 0 0 267 5 0 0 20 0 19 0 183516191 19498610688 28355 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
/proc/966232/statm: 4760403 28355 5854 1 0 553563 0
[pid=966232/tid=966234] ppid=966229 vsize=19041612 memory=4892 CPUtime=1.44 cores=1,3
/proc/966232/task/966234/stat : 966234 (java) R 966229 966232 960561 0 -1 4194368 6378 0 0 0 142 2 0 0 20 0 19 0 183516191 19498610688 28355 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
[pid=966232/tid=966243] ppid=966229 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/966232/task/966243/stat : 966243 (Finalizer) S 966229 966232 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 183516194 19498610688 28355 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
[pid=966232/tid=966250] ppid=966229 vsize=19041612 memory=1200 CPUtime=0 cores=1,3
/proc/966232/task/966250/stat : 966250 (Common-Cleaner) S 966229 966232 960561 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 183516195 19498610688 28355 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
[pid=966232/tid=966251] ppid=966229 vsize=19041612 memory=2240 CPUtime=0 cores=1,3
/proc/966232/task/966251/stat : 966251 (Timer-0) S 966229 966232 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 183516210 19498610688 28355 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
Current children cumulated CPU time: 2.72 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 113420 KiB

[startup+3.10761 s]
/proc/loadavg: 4.25 4.20 4.18 5/330 966252
/proc/meminfo: memFree=121950024/131524600 swapFree=130798872/131071996
[pid=966232] ppid=966229 vsize=19041612 memory=152220 CPUtime=4.76 cores=1,3
/proc/966232/stat : 966232 (java) S 966229 966232 960561 0 -1 1077936128 21346 0 0 0 470 6 0 0 20 0 19 0 183516191 19498610688 38055 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
/proc/966232/statm: 4760403 38055 5854 1 0 555029 0
[pid=966232/tid=966234] ppid=966229 vsize=19041612 memory=0 CPUtime=3.05 cores=1,3
/proc/966232/task/966234/stat : 966234 (java) R 966229 966232 960561 0 -1 4194368 6668 0 0 0 302 3 0 0 20 0 19 0 183516191 19498610688 38055 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
[pid=966232/tid=966243] ppid=966229 vsize=19041612 memory=-8528525108402496188 CPUtime=0 cores=1,3
/proc/966232/task/966243/stat : 966243 (Finalizer) S 966229 966232 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 183516194 19498610688 38055 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
[pid=966232/tid=966250] ppid=966229 vsize=19041612 memory=4892 CPUtime=0 cores=1,3
/proc/966232/task/966250/stat : 966250 (Common-Cleaner) S 966229 966232 960561 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 183516195 19498610688 38055 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
[pid=966232/tid=966251] ppid=966229 vsize=19041612 memory=1200 CPUtime=0 cores=1,3
/proc/966232/task/966251/stat : 966251 (Timer-0) S 966229 966232 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 183516210 19498610688 38055 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
Current children cumulated CPU time: 4.76 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 152220 KiB

[startup+6.30028 s]
/proc/loadavg: 4.23 4.19 4.18 5/331 966253
/proc/meminfo: memFree=121890764/131524600 swapFree=130798872/131071996
[pid=966232] ppid=966229 vsize=19108176 memory=207096 CPUtime=8.15 cores=1,3
/proc/966232/stat : 966232 (java) S 966229 966232 960561 0 -1 1077936128 23486 0 0 0 807 8 0 0 20 0 20 0 183516191 19566772224 51774 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
/proc/966232/statm: 4777044 51774 5870 1 0 555744 0
[pid=966232/tid=966234] ppid=966229 vsize=19108176 memory=1200 CPUtime=6.21 cores=1,3
/proc/966232/task/966234/stat : 966234 (java) R 966229 966232 960561 0 -1 4194368 6700 0 0 0 618 3 0 0 20 0 20 0 183516191 19566772224 51774 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
[pid=966232/tid=966243] ppid=966229 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/966232/task/966243/stat : 966243 (Finalizer) S 966229 966232 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183516194 19566772224 51774 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
[pid=966232/tid=966250] ppid=966229 vsize=19108176 memory=4892 CPUtime=0 cores=1,3
/proc/966232/task/966250/stat : 966250 (Common-Cleaner) S 966229 966232 960561 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 183516195 19566772224 51774 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
[pid=966232/tid=966251] ppid=966229 vsize=19108176 memory=-5158697563450915880 CPUtime=0 cores=1,3
/proc/966232/task/966251/stat : 966251 (Timer-0) S 966229 966232 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183516210 19566772224 51774 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
Current children cumulated CPU time: 8.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 207096 KiB

[startup+12.7003 s]
/proc/loadavg: 4.21 4.19 4.18 6/331 966255
/proc/meminfo: memFree=121882312/131524600 swapFree=130798872/131071996
[pid=966232] ppid=966229 vsize=19108176 memory=264960 CPUtime=14.57 cores=1,3
/proc/966232/stat : 966232 (java) S 966229 966232 960561 0 -1 1077936128 25850 0 0 0 1447 10 0 0 20 0 20 0 183516191 19566772224 66240 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
/proc/966232/statm: 4777044 66240 5899 1 0 555744 0
[pid=966232/tid=966234] ppid=966229 vsize=19108176 memory=4892 CPUtime=12.52 cores=1,3
/proc/966232/task/966234/stat : 966234 (java) R 966229 966232 960561 0 -1 4194368 7253 0 0 0 1249 3 0 0 20 0 20 0 183516191 19566772224 66240 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
[pid=966232/tid=966243] ppid=966229 vsize=19108176 memory=207260 CPUtime=0 cores=1,3
/proc/966232/task/966243/stat : 966243 (Finalizer) S 966229 966232 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183516194 19566772224 66240 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
[pid=966232/tid=966250] ppid=966229 vsize=19108176 memory=27344 CPUtime=0 cores=1,3
/proc/966232/task/966250/stat : 966250 (Common-Cleaner) S 966229 966232 960561 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 183516195 19566772224 66240 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
[pid=966232/tid=966251] ppid=966229 vsize=19108176 memory=4892 CPUtime=0 cores=1,3
/proc/966232/task/966251/stat : 966251 (Timer-0) S 966229 966232 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183516210 19566772224 66240 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
Current children cumulated CPU time: 14.57 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 264960 KiB

[startup+25.5003 s]
/proc/loadavg: 4.17 4.18 4.18 5/331 966256
/proc/meminfo: memFree=121748568/131524600 swapFree=130798872/131071996
[pid=966232] ppid=966229 vsize=19108176 memory=338868 CPUtime=27.44 cores=1,3
/proc/966232/stat : 966232 (java) S 966229 966232 960561 0 -1 1077936128 30015 0 0 0 2732 12 0 0 20 0 20 0 183516191 19566772224 84717 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
/proc/966232/statm: 4777044 84717 5899 1 0 555744 0
[pid=966232/tid=966234] ppid=966229 vsize=19108176 memory=6943526294502006880 CPUtime=25.23 cores=1,3
/proc/966232/task/966234/stat : 966234 (java) R 966229 966232 960561 0 -1 4194368 8362 0 0 0 2520 3 0 0 20 0 20 0 183516191 19566772224 84717 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
[pid=966232/tid=966243] ppid=966229 vsize=19108176 memory=7676 CPUtime=0 cores=1,3
/proc/966232/task/966243/stat : 966243 (Finalizer) S 966229 966232 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183516194 19566772224 84717 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
[pid=966232/tid=966250] ppid=966229 vsize=19108176 memory=3474 CPUtime=0 cores=1,3
/proc/966232/task/966250/stat : 966250 (Common-Cleaner) S 966229 966232 960561 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 183516195 19566772224 84717 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
[pid=966232/tid=966251] ppid=966229 vsize=19108176 memory=4892 CPUtime=0 cores=1,3
/proc/966232/task/966251/stat : 966251 (Timer-0) S 966229 966232 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183516210 19566772224 84717 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
Current children cumulated CPU time: 27.44 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 338868 KiB

[startup+51.1058 s]
/proc/loadavg: 4.17 4.18 4.18 5/333 966263
/proc/meminfo: memFree=121581656/131524600 swapFree=130798872/131071996
[pid=966232] ppid=966229 vsize=19108176 memory=480204 CPUtime=53.12 cores=1,3
/proc/966232/stat : 966232 (java) S 966229 966232 960561 0 -1 1077936128 34070 0 0 0 5296 16 0 0 20 0 20 0 183516191 19566772224 120051 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
/proc/966232/statm: 4777044 120051 5899 1 0 555744 0

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

/proc/meminfo: memFree=120197328/131524600 swapFree=130798872/131071996
[pid=966232] ppid=966229 vsize=19108176 memory=3062472 CPUtime=3277.47 cores=1,3
/proc/966232/stat : 966232 (java) S 966229 966232 960561 0 -1 1077936128 149068 0 0 0 327548 199 0 0 20 0 20 0 183516191 19566772224 765618 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
/proc/966232/statm: 4777044 765618 5931 1 0 781740 0
[pid=966232/tid=966234] ppid=966229 vsize=19108176 memory=3062472 CPUtime=3260.88 cores=1,3
/proc/966232/task/966234/stat : 966234 (java) R 966229 966232 960561 0 -1 4194368 51161 0 0 0 326060 28 0 0 20 0 20 0 183516191 19566772224 765618 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 5 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
[pid=966232/tid=966243] ppid=966229 vsize=19108176 memory=3062472 CPUtime=0 cores=1,3
/proc/966232/task/966243/stat : 966243 (Finalizer) S 966229 966232 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183516194 19566772224 765618 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
[pid=966232/tid=966250] ppid=966229 vsize=19108176 memory=7676 CPUtime=0 cores=1,3
/proc/966232/task/966250/stat : 966250 (Common-Cleaner) S 966229 966232 960561 0 -1 1077936192 1923 0 0 0 0 0 0 0 20 0 20 0 183516195 19566772224 765618 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
[pid=966232/tid=966251] ppid=966229 vsize=19108176 memory=3062472 CPUtime=0 cores=1,3
/proc/966232/task/966251/stat : 966251 (Timer-0) S 966229 966232 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183516210 19566772224 765618 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
Current children cumulated CPU time: 3277.47 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3062472 KiB

[startup+3342.3 s]
/proc/loadavg: 2.22 2.23 2.87 3/281 968181
/proc/meminfo: memFree=119950316/131524600 swapFree=130798872/131071996
[pid=966232] ppid=966229 vsize=19108176 memory=3062472 CPUtime=3337.35 cores=1,3
/proc/966232/stat : 966232 (java) S 966229 966232 960561 0 -1 1077936128 149792 0 0 0 333534 201 0 0 20 0 20 0 183516191 19566772224 765618 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
/proc/966232/statm: 4777044 765618 5931 1 0 781741 0
[pid=966232/tid=966234] ppid=966229 vsize=19108176 memory=7676 CPUtime=3320.72 cores=1,3
/proc/966232/task/966234/stat : 966234 (java) R 966229 966232 960561 0 -1 4194368 51753 0 0 0 332044 28 0 0 20 0 20 0 183516191 19566772224 765618 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 5 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
[pid=966232/tid=966243] ppid=966229 vsize=19108176 memory=3060400 CPUtime=0 cores=1,3
/proc/966232/task/966243/stat : 966243 (Finalizer) S 966229 966232 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183516194 19566772224 765618 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
[pid=966232/tid=966250] ppid=966229 vsize=19108176 memory=7676 CPUtime=0 cores=1,3
/proc/966232/task/966250/stat : 966250 (Common-Cleaner) S 966229 966232 960561 0 -1 1077936192 1931 0 0 0 0 0 0 0 20 0 20 0 183516195 19566772224 765618 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
[pid=966232/tid=966251] ppid=966229 vsize=19108176 memory=27344 CPUtime=0 cores=1,3
/proc/966232/task/966251/stat : 966251 (Timer-0) S 966229 966232 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183516210 19566772224 765618 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
Current children cumulated CPU time: 3337.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3062472 KiB

[startup+3402.3 s]
/proc/loadavg: 2.33 2.27 2.85 3/279 968191
/proc/meminfo: memFree=119949600/131524600 swapFree=130798872/131071996
[pid=966232] ppid=966229 vsize=19108176 memory=3062496 CPUtime=3397.4 cores=1,3
/proc/966232/stat : 966232 (java) S 966229 966232 960561 0 -1 1077936128 150310 0 0 0 339537 203 0 0 20 0 20 0 183516191 19566772224 765624 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
/proc/966232/statm: 4777044 765624 5931 1 0 781744 0
[pid=966232/tid=966234] ppid=966229 vsize=19108176 memory=3062496 CPUtime=3380.36 cores=1,3
/proc/966232/task/966234/stat : 966234 (java) R 966229 966232 960561 0 -1 4194368 51920 0 0 0 338008 28 0 0 20 0 20 0 183516191 19566772224 765624 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 5 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
[pid=966232/tid=966243] ppid=966229 vsize=19108176 memory=7676 CPUtime=0 cores=1,3
/proc/966232/task/966243/stat : 966243 (Finalizer) S 966229 966232 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183516194 19566772224 765624 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
[pid=966232/tid=966250] ppid=966229 vsize=19108176 memory=3062496 CPUtime=0 cores=1,3
/proc/966232/task/966250/stat : 966250 (Common-Cleaner) S 966229 966232 960561 0 -1 1077936192 1934 0 0 0 0 0 0 0 20 0 20 0 183516195 19566772224 765624 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
[pid=966232/tid=966251] ppid=966229 vsize=19108176 memory=7676 CPUtime=0 cores=1,3
/proc/966232/task/966251/stat : 966251 (Timer-0) S 966229 966232 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183516210 19566772224 765624 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
Current children cumulated CPU time: 3397.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3062496 KiB

[startup+3462.3 s]
/proc/loadavg: 2.22 2.25 2.80 3/279 968202
/proc/meminfo: memFree=119937132/131524600 swapFree=130798872/131071996
[pid=966232] ppid=966229 vsize=19108176 memory=3074092 CPUtime=3457.84 cores=1,3
/proc/966232/stat : 966232 (java) S 966229 966232 960561 0 -1 1077936128 163134 0 0 0 345577 207 0 0 20 0 20 0 183516191 19566772224 768523 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
/proc/966232/statm: 4777044 768523 5931 1 0 940586 0
[pid=966232/tid=966234] ppid=966229 vsize=19108176 memory=16888 CPUtime=3440.03 cores=1,3
/proc/966232/task/966234/stat : 966234 (java) R 966229 966232 960561 0 -1 4194368 55766 0 0 0 343975 28 0 0 20 0 20 0 183516191 19566772224 768523 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 5 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
[pid=966232/tid=966243] ppid=966229 vsize=19108176 memory=3062496 CPUtime=0 cores=1,3
/proc/966232/task/966243/stat : 966243 (Finalizer) S 966229 966232 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183516194 19566772224 768523 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
[pid=966232/tid=966250] ppid=966229 vsize=19108176 memory=-8528525108402496188 CPUtime=0 cores=1,3
/proc/966232/task/966250/stat : 966250 (Common-Cleaner) S 966229 966232 960561 0 -1 1077936192 2063 0 0 0 0 0 0 0 20 0 20 0 183516195 19566772224 768523 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
[pid=966232/tid=966251] ppid=966229 vsize=19108176 memory=7676 CPUtime=0 cores=1,3
/proc/966232/task/966251/stat : 966251 (Timer-0) S 966229 966232 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183516210 19566772224 768523 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
Current children cumulated CPU time: 3457.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3074092 KiB

[startup+3522.3 s]
/proc/loadavg: 2.20 2.24 2.76 3/279 968213
/proc/meminfo: memFree=119762100/131524600 swapFree=130798872/131071996
[pid=966232] ppid=966229 vsize=19108176 memory=3248172 CPUtime=3517.72 cores=1,3
/proc/966232/stat : 966232 (java) S 966229 966232 960561 0 -1 1077936128 163707 0 0 0 351560 212 0 0 20 0 20 0 183516191 19566772224 812043 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
/proc/966232/statm: 4777044 812043 5931 1 0 940586 0
[pid=966232/tid=966234] ppid=966229 vsize=19108176 memory=-8528525108402496188 CPUtime=3499.88 cores=1,3
/proc/966232/task/966234/stat : 966234 (java) R 966229 966232 960561 0 -1 4194368 56334 0 0 0 349956 32 0 0 20 0 20 0 183516191 19566772224 812043 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 5 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
[pid=966232/tid=966243] ppid=966229 vsize=19108176 memory=3062496 CPUtime=0 cores=1,3
/proc/966232/task/966243/stat : 966243 (Finalizer) S 966229 966232 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183516194 19566772224 812043 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
[pid=966232/tid=966250] ppid=966229 vsize=19108176 memory=3196972 CPUtime=0 cores=1,3
/proc/966232/task/966250/stat : 966250 (Common-Cleaner) S 966229 966232 960561 0 -1 1077936192 2064 0 0 0 0 0 0 0 20 0 20 0 183516195 19566772224 812043 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
[pid=966232/tid=966251] ppid=966229 vsize=19108176 memory=3244076 CPUtime=0 cores=1,3
/proc/966232/task/966251/stat : 966251 (Timer-0) S 966229 966232 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183516210 19566772224 812043 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
Current children cumulated CPU time: 3517.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3248172 KiB

[startup+3582.3 s]
/proc/loadavg: 2.17 2.22 2.72 3/279 968223
/proc/meminfo: memFree=119714184/131524600 swapFree=130798872/131071996
[pid=966232] ppid=966229 vsize=19108176 memory=3295276 CPUtime=3577.72 cores=1,3
/proc/966232/stat : 966232 (java) S 966229 966232 960561 0 -1 1077936128 163926 0 0 0 357556 216 0 0 20 0 20 0 183516191 19566772224 823819 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
/proc/966232/statm: 4777044 823819 5931 1 0 940586 0
[pid=966232/tid=966234] ppid=966229 vsize=19108176 memory=3295276 CPUtime=3559.61 cores=1,3
/proc/966232/task/966234/stat : 966234 (java) R 966229 966232 960561 0 -1 4194368 56398 0 0 0 355929 32 0 0 20 0 20 0 183516191 19566772224 823819 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 5 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
[pid=966232/tid=966243] ppid=966229 vsize=19108176 memory=3295276 CPUtime=0 cores=1,3
/proc/966232/task/966243/stat : 966243 (Finalizer) S 966229 966232 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183516194 19566772224 823819 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
[pid=966232/tid=966250] ppid=966229 vsize=19108176 memory=3295276 CPUtime=0 cores=1,3
/proc/966232/task/966250/stat : 966250 (Common-Cleaner) S 966229 966232 960561 0 -1 1077936192 2064 0 0 0 0 0 0 0 20 0 20 0 183516195 19566772224 823819 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
[pid=966232/tid=966251] ppid=966229 vsize=19108176 memory=-9044459746194447340 CPUtime=0 cores=1,3
/proc/966232/task/966251/stat : 966251 (Timer-0) S 966229 966232 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183516210 19566772224 823819 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
Current children cumulated CPU time: 3577.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3295276 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3604.7 s]
/proc/loadavg: 2.12 2.21 2.71 3/279 968227
/proc/meminfo: memFree=119705756/131524600 swapFree=130798872/131071996
[pid=966232] ppid=966229 vsize=19108176 memory=3305516 CPUtime=3600.07 cores=1,3
/proc/966232/stat : 966232 (java) S 966229 966232 960561 0 -1 1077936128 164364 0 0 0 359790 217 0 0 20 0 20 0 183516191 19566772224 826379 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
/proc/966232/statm: 4777044 826379 5931 1 0 940586 0
[pid=966232/tid=966234] ppid=966229 vsize=19108176 memory=3209260 CPUtime=3581.95 cores=1,3
/proc/966232/task/966234/stat : 966234 (java) R 966229 966232 960561 0 -1 4194368 56711 0 0 0 358163 32 0 0 20 0 20 0 183516191 19566772224 826379 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 5 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
[pid=966232/tid=966243] ppid=966229 vsize=19108176 memory=3180588 CPUtime=0 cores=1,3
/proc/966232/task/966243/stat : 966243 (Finalizer) S 966229 966232 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183516194 19566772224 826379 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
[pid=966232/tid=966250] ppid=966229 vsize=19108176 memory=4892 CPUtime=0 cores=1,3
/proc/966232/task/966250/stat : 966250 (Common-Cleaner) S 966229 966232 960561 0 -1 1077936192 2064 0 0 0 0 0 0 0 20 0 20 0 183516195 19566772224 826379 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
[pid=966232/tid=966251] ppid=966229 vsize=19108176 memory=3295276 CPUtime=0 cores=1,3
/proc/966232/task/966251/stat : 966251 (Timer-0) S 966229 966232 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183516210 19566772224 826379 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3305516 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.04 s, system=2.192 s

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

[startup+3604.7 s]
/proc/loadavg: 2.12 2.21 2.71 3/279 968227
/proc/meminfo: memFree=119705756/131524600 swapFree=130798872/131071996
[pid=966232] ppid=966229 vsize=19108176 memory=3305516 CPUtime=3600.07 cores=1,3
/proc/966232/stat : 966232 (java) S 966229 966232 960561 0 -1 1077936128 164364 0 0 0 359790 217 0 0 20 0 20 0 183516191 19566772224 826379 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
/proc/966232/statm: 4777044 826379 5931 1 0 940586 0
[pid=966232/tid=966234] ppid=966229 vsize=19108176 memory=3209260 CPUtime=3581.95 cores=1,3
/proc/966232/task/966234/stat : 966234 (java) R 966229 966232 960561 0 -1 4194368 56711 0 0 0 358163 32 0 0 20 0 20 0 183516191 19566772224 826379 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 5 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
[pid=966232/tid=966243] ppid=966229 vsize=19108176 memory=3180588 CPUtime=0 cores=1,3
/proc/966232/task/966243/stat : 966243 (Finalizer) S 966229 966232 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183516194 19566772224 826379 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
[pid=966232/tid=966250] ppid=966229 vsize=19108176 memory=4892 CPUtime=0 cores=1,3
/proc/966232/task/966250/stat : 966250 (Common-Cleaner) S 966229 966232 960561 0 -1 1077936192 2064 0 0 0 0 0 0 0 20 0 20 0 183516195 19566772224 826379 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
[pid=966232/tid=966251] ppid=966229 vsize=19108176 memory=3295276 CPUtime=0 cores=1,3
/proc/966232/task/966251/stat : 966251 (Timer-0) S 966229 966232 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183516210 19566772224 826379 134679101440 94507895558144 94507895561840 140722134384032 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94507895569656 94507895570448 94507907686400 140722134385670 140722134385760 140722134385760 140722134392776 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3305516 KiB

Child status: 143

Real time (s): 3604.8
CPU time (s): 3600.23
CPU user time (s): 3598.04
CPU system time (s): 2.192
CPU usage (%): 99.8732
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 3305516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.04
system time used= 2.192
maximum resident set size= 3315680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 167953
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 105891
involuntary context switches= 15054


# summary of solver processes directly reported to runsolver:
#   pid: 966232
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3598.04
#   total CPU system time (s): 2.192

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.49976 second user time and 19.1138 second system time

The end

Launcher Data

Begin job on nodeC014 at 2024-07-18 16:39:43
IDJOB=4443284
IDBENCH=147869
IDSOLVER=3058
FILE ID=nodeC014/4443284-1721313570
RUNJOBID= nodeC014-1721305283-960573
SLURM_JOB_ID= 7542633
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/prestwich/armies/normalized-army13.24bt.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4443284-1721313570/watcher-4443284-1721313570 -o /tmp/evaluation-result-4443284-1721313570/solver-4443284-1721313570 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1721305283-960573 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4443284-1721313570.opb

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

MD5SUM BENCH= b1cc89baa8bd080d13ae67cc087920d3
RANDOM SEED=34407898

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        122081772 kB
MemAvailable:   125160544 kB
Buffers:          438916 kB
Cached:          3443728 kB
SwapCached:        12908 kB
Active:          1340888 kB
Inactive:        7505152 kB
Active(anon):       9308 kB
Inactive(anon):  4974496 kB
Active(file):    1331580 kB
Inactive(file):  2530656 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       130798872 kB
Dirty:              1152 kB
Writeback:             0 kB
AnonPages:       4954500 kB
Mapped:            69488 kB
Shmem:             20416 kB
KReclaimable:     112368 kB
Slab:             210820 kB
SReclaimable:     112368 kB
SUnreclaim:        98452 kB
KernelStack:        4976 kB
PageTables:        20076 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7417868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            35168 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4677632 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:      232148 kB
DirectMap2M:    25755648 kB
DirectMap1G:    110100480 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC014 at 2024-07-18 17:39:48