Trace number 4443434

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.25 3603.93

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/prestwich/armies/normalized-army12.21ls.opb
MD5SUM7546ebd0ce66e1c0113f5874ce57dd6d
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.194181
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables428
Total number of constraints644
Number of constraints which are clauses354
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints288
Minimum length of a constraint2
Maximum length of a constraint144
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 21
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 165
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.07	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.07	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.07	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.13/0.11	--- Begin Solver configuration ---
0.13/0.11	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.11	Learn all clauses as in MiniSAT
0.13/0.11	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.11	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.11	No reason simplification
0.13/0.11	Glucose 2.1 dynamic restart strategy
0.13/0.11	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.13/0.11	timeout=2147483s
0.13/0.11	DB Simplification allowed=false
0.13/0.11	Listener: none
0.13/0.11	--- End Solver configuration ---
0.13/0.11	c Pseudo Boolean Optimization by upper bound
0.13/0.11	c --- Begin Solver configuration ---
0.13/0.11	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.11	c Learn all clauses as in MiniSAT
0.13/0.11	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.11	c No reason simplification
0.13/0.11	c Glucose 2.1 dynamic restart strategy
0.13/0.11	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.13/0.11	c timeout=2147483s
0.13/0.11	c DB Simplification allowed=false
0.13/0.11	c Listener: none
0.13/0.11	c --- End Solver configuration ---
0.13/0.11	c solving HOME/instance-4443434-1721316953.opb
0.13/0.11	c reading problem ... 
0.13/0.12	c  no objective function found
0.13/0.15	c ... done. Wall clock time 0.037s.
0.13/0.15	c declared #vars     428
0.13/0.15	c #constraints  644
0.13/0.15	c constraints type 
0.13/0.16	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 222
0.13/0.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.13/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 288
0.13/0.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 132
0.13/0.16	c 644 constraints processed.
1.08/0.66	c cleaning 2499 clauses out of 5000 with flag 18666/5000
1.56/0.98	c cleaning 4251 clauses out of 8502 with flag 42111/11001
2.31/1.41	c cleaning 5624 clauses out of 11250 with flag 67354/18000
2.88/1.90	c cleaning 6808 clauses out of 13627 with flag 95385/26001
3.59/2.51	c cleaning 7904 clauses out of 15818 with flag 126647/35000
4.29/3.22	c cleaning 8942 clauses out of 17914 with flag 161086/45000
5.09/4.01	c cleaning 9976 clauses out of 19972 with flag 198433/56000
6.09/5.01	c cleaning 10995 clauses out of 21998 with flag 241686/68002
7.10/6.05	c cleaning 12000 clauses out of 24001 with flag 283738/81000
8.29/7.24	c cleaning 12994 clauses out of 26001 with flag 324666/95000
9.82/8.75	c cleaning 14002 clauses out of 28007 with flag 369873/110000
11.62/10.53	c cleaning 15002 clauses out of 30005 with flag 415295/126000
13.91/12.71	c cleaning 15996 clauses out of 32003 with flag 462808/143000
16.42/15.20	c cleaning 16999 clauses out of 34007 with flag 512820/161000
19.47/18.27	c cleaning 17993 clauses out of 36008 with flag 567602/180000
23.66/22.49	c cleaning 18999 clauses out of 38016 with flag 620195/200001
28.22/26.98	c cleaning 20003 clauses out of 40017 with flag 682751/221001
32.14/30.82	c cleaning 20986 clauses out of 42013 with flag 772335/243000
37.44/36.14	c cleaning 21990 clauses out of 44027 with flag 857447/266000
42.78/41.40	c cleaning 23004 clauses out of 46038 with flag 940244/290001
47.44/46.02	c cleaning 24007 clauses out of 48033 with flag 1023059/315000
53.13/51.75	c cleaning 24985 clauses out of 50026 with flag 1108908/341000
59.24/57.89	c cleaning 25995 clauses out of 52043 with flag 1209726/368002
66.12/64.60	c cleaning 27007 clauses out of 54047 with flag 1307475/396001
72.86/71.32	c cleaning 28011 clauses out of 56042 with flag 1416604/425003
80.21/78.69	c cleaning 28996 clauses out of 58029 with flag 1522394/455001
88.36/86.72	c cleaning 30012 clauses out of 60032 with flag 1635376/486000
97.94/96.38	c cleaning 30997 clauses out of 62020 with flag 1751461/518000
106.87/105.26	c cleaning 32007 clauses out of 64024 with flag 1862593/551001
117.21/115.34	c cleaning 32994 clauses out of 66022 with flag 1998703/585006
127.55/125.61	c cleaning 33983 clauses out of 68023 with flag 2117575/620001
138.11/136.14	c cleaning 35011 clauses out of 70039 with flag 2238073/656000
150.78/148.82	c cleaning 35999 clauses out of 72029 with flag 2378222/693001
163.82/161.82	c cleaning 37002 clauses out of 74029 with flag 2515700/731000
175.35/173.33	c cleaning 38005 clauses out of 76027 with flag 2660428/770000
187.34/185.31	c cleaning 38995 clauses out of 78024 with flag 2812903/810002
200.42/198.30	c cleaning 40006 clauses out of 80027 with flag 2961053/851000
214.89/212.86	c cleaning 41001 clauses out of 82024 with flag 3102516/893003
229.58/227.43	c cleaning 41998 clauses out of 84020 with flag 3247132/936000
246.20/244.14	c cleaning 43001 clauses out of 86025 with flag 3396775/980003
267.81/265.96	c cleaning 43989 clauses out of 88021 with flag 3560174/1025000
284.18/282.09	c cleaning 45011 clauses out of 90033 with flag 3718857/1071001
297.13/294.93	c cleaning 46000 clauses out of 92021 with flag 3868476/1118000
313.70/311.55	c cleaning 47008 clauses out of 94022 with flag 4012204/1166001
330.52/328.28	c cleaning 48003 clauses out of 96013 with flag 4160465/1215000
350.73/348.68	c cleaning 48994 clauses out of 98012 with flag 4308274/1265002
373.23/371.35	c cleaning 50002 clauses out of 100016 with flag 4466513/1316000
399.41/397.47	c cleaning 51001 clauses out of 102014 with flag 4614621/1368000
426.45/424.53	c cleaning 52005 clauses out of 104020 with flag 4771820/1421007
454.55/452.65	c cleaning 53000 clauses out of 106009 with flag 4931764/1475001
486.91/484.93	c cleaning 53996 clauses out of 108008 with flag 5093938/1530000
519.81/518.17	c cleaning 54999 clauses out of 110012 with flag 5261977/1586000
549.67/548.13	c cleaning 55995 clauses out of 112016 with flag 5437095/1643003
581.04/579.35	c cleaning 57006 clauses out of 114018 with flag 5626683/1701000
618.97/617.35	c cleaning 57998 clauses out of 116012 with flag 5803416/1760000
659.93/658.56	c cleaning 59002 clauses out of 118014 with flag 5987094/1820000
702.17/700.94	c cleaning 59995 clauses out of 120013 with flag 6172598/1881001
743.27/742.15	c cleaning 61003 clauses out of 122017 with flag 6370653/1943000
778.84/778.04	c cleaning 61997 clauses out of 124015 with flag 6580169/2006001
815.99/815.15	c cleaning 63001 clauses out of 126017 with flag 6793574/2070000
857.80/857.08	c cleaning 64003 clauses out of 128017 with flag 6997991/2135001
912.20/911.49	c cleaning 64997 clauses out of 130014 with flag 7200059/2201001
967.91/967.08	c cleaning 66001 clauses out of 132018 with flag 7405696/2268002
1027.50/1026.74	c cleaning 66998 clauses out of 134015 with flag 7623700/2336000
1083.34/1082.51	c cleaning 68002 clauses out of 136018 with flag 7849880/2405001
1142.77/1141.66	c cleaning 68998 clauses out of 138015 with flag 8064051/2475000
1206.63/1206.02	c cleaning 70002 clauses out of 140018 with flag 8281487/2546001
1265.82/1265.34	c cleaning 70972 clauses out of 142015 with flag 8578459/2618000
1330.79/1330.86	c cleaning 72006 clauses out of 144043 with flag 8878023/2691000
1375.04/1375.32	c cleaning 72991 clauses out of 146037 with flag 9162129/2765000
1450.90/1451.69	c cleaning 73998 clauses out of 148051 with flag 9476822/2840005
1515.71/1516.57	c cleaning 74984 clauses out of 150048 with flag 9757151/2916000
1554.47/1555.24	c cleaning 75999 clauses out of 152064 with flag 10041759/2993000
1611.94/1612.59	c cleaning 77017 clauses out of 154065 with flag 10352810/3071000
1680.05/1680.26	c cleaning 78002 clauses out of 156050 with flag 10669504/3150002
1769.24/1769.51	c cleaning 78996 clauses out of 158047 with flag 10960259/3230001
1830.17/1830.49	c cleaning 80016 clauses out of 160050 with flag 11260605/3311000
1906.95/1907.37	c cleaning 81005 clauses out of 162036 with flag 11568400/3393002
1976.04/1976.42	c cleaning 82006 clauses out of 164029 with flag 11875798/3476000
2042.32/2042.66	c cleaning 82994 clauses out of 166026 with flag 12208664/3560003
2119.00/2119.33	c cleaning 83996 clauses out of 168031 with flag 12559985/3645002
2207.80/2208.33	c cleaning 85010 clauses out of 170033 with flag 12908595/3731000
2281.67/2282.78	c cleaning 85990 clauses out of 172023 with flag 13218483/3818000
2356.56/2357.33	c cleaning 87012 clauses out of 174035 with flag 13516747/3906002
2441.74/2442.66	c cleaning 87988 clauses out of 176021 with flag 13824121/3995000
2496.79/2497.78	c cleaning 89009 clauses out of 178033 with flag 14099849/4085000
2580.71/2582.46	c cleaning 90010 clauses out of 180024 with flag 14347533/4176000
2677.24/2679.21	c cleaning 91001 clauses out of 182014 with flag 14600538/4268000
2774.04/2776.25	c cleaning 92001 clauses out of 184013 with flag 14864348/4361000
2876.51/2879.07	c cleaning 93004 clauses out of 186016 with flag 15125586/4455004
2970.60/2973.12	c cleaning 93993 clauses out of 188008 with flag 15432073/4550000
3055.63/3058.13	c cleaning 95010 clauses out of 190019 with flag 15833977/4646004
3142.62/3145.17	c cleaning 95986 clauses out of 192006 with flag 16222498/4743001
3229.55/3232.44	c cleaning 96983 clauses out of 194019 with flag 16599830/4841000
3332.02/3334.82	c cleaning 97999 clauses out of 196038 with flag 16998651/4940002
3445.72/3448.62	c cleaning 98990 clauses out of 198037 with flag 17370295/5040000
3550.44/3553.70	c cleaning 100004 clauses out of 200049 with flag 17743748/5141002
3600.09/3603.83	c starts		: 3881
3600.09/3603.83	c conflicts		: 5199923
3600.09/3603.83	c decisions		: 12754136
3600.09/3603.83	c propagations		: 191518467
3600.09/3603.83	c inspects		: 25534547961
3600.09/3603.83	c shortcuts		: 0
3600.09/3603.83	c learnt literals	: 0
3600.09/3603.83	c learnt binary clauses	: 0
3600.09/3603.83	c learnt ternary clauses	: 2
3600.09/3603.83	c learnt constraints	: 5199924
3600.09/3603.83	c ignored constraints	: 0
3600.09/3603.83	c root simplifications	: 0
3600.09/3603.83	c removed literals (reason simplification)	: 0
3600.09/3603.83	c reason swapping (by a shorter reason)	: 0
3600.09/3603.83	c Calls to reduceDB	: 97
3600.09/3603.83	c Number of update (reduction) of LBD	: 1621410
3600.09/3603.83	c Imported unit clauses	: 0
3600.09/3603.83	c No decision after first conflict	: false
3600.09/3603.83	c number of reductions to clauses (during analyze)	: 0
3600.09/3603.83	c number of learned constraints concerned by reduction	: 0
3600.09/3603.83	c number of learning phase by resolution	: 0
3600.09/3603.83	c number of learning phase by cutting planes	: 0
3600.09/3603.83	c number of rounding to 1 operations	: 0
3600.09/3603.83	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3603.83	c number of reductions of the coefficients by power 2 	: 0
3600.09/3603.83	c number of right shift for reduction by power 2 	: 0
3600.09/3603.83	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3603.83	c number of ending skipping 	: 0
3600.09/3603.83	c number of internal skipping 	: 0
3600.09/3603.83	c number of derivation steps 	: 0
3600.09/3603.83	c number of skipped derivation steps 	: 0
3600.09/3603.83	c timeout
3600.09/3603.83	c number of remaining unassigned 	: 0
3600.09/3603.83	c number of remaining assigned 	: 0
3600.09/3603.83	c number of falsified literals weakened from reason	: 0
3600.09/3603.83	c number of falsified literals weakened from conflict	: 0
3600.09/3603.83	c time for arithmetic operations	: 0
3600.09/3603.84	c minimum degree of deleted constraints	: null
3600.09/3603.84	c maximum degree of deleted constraints	: null
3600.09/3603.84	c number of deleted constraints	: 0
3600.09/3603.84	c speed (assignments/second)	: 53145.33639835346
3600.09/3603.84	c non guided choices	: 52
3600.09/3603.89	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 158967
3600.09/3603.89	s UNKNOWN
3600.09/3603.89	c Total wall clock time (in seconds): 3603.778

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4443434-1721316953/watcher-4443434-1721316953 -o /tmp/evaluation-result-4443434-1721316953/solver-4443434-1721316953 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721316965-937015 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4443434-1721316953.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=937097, runsolver pid=937091

[startup+0.100215 s]*
/proc/loadavg: 1.11 1.33 2.21 14/323 937145
/proc/meminfo: memFree=125900232/131524600 swapFree=131071996/131071996
[pid=937097] ppid=937091 vsize=18975048 memory=62640 CPUtime=0.13 cores=4,6
/proc/937097/stat : 937097 (java) S 937091 937097 937004 0 -1 1077936128 7236 0 0 0 12 1 0 0 20 0 18 0 183855910 19430449152 15660 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
/proc/937097/statm: 4743762 15660 5534 1 0 549343 0
[pid=937097/tid=937102] ppid=937091 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/937097/task/937102/stat : 937102 (java) R 937091 937097 937004 0 -1 4194368 5759 0 0 0 7 1 0 0 20 0 18 0 183855910 19430449152 15660 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
[pid=937097/tid=937138] ppid=937091 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/937097/task/937138/stat : 937138 (Finalizer) S 937091 937097 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183855913 19430449152 15660 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
[pid=937097/tid=937145] ppid=937091 vsize=18975048 memory=14699582227506071 CPUtime=0 cores=4,6
/proc/937097/task/937145/stat : 937145 (Common-Cleaner) S 937091 937097 937004 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 183855913 19430449152 15660 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62640 KiB

[startup+0.20567 s]*
/proc/loadavg: 1.11 1.33 2.21 11/327 937149
/proc/meminfo: memFree=125876424/131524600 swapFree=131071996/131071996
[pid=937097] ppid=937091 vsize=19041612 memory=69964 CPUtime=0.32 cores=4,6
/proc/937097/stat : 937097 (java) S 937091 937097 937004 0 -1 1077936128 8023 0 0 0 30 2 0 0 20 0 19 0 183855910 19498610688 17491 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
/proc/937097/statm: 4760403 17491 5811 1 0 549987 0
[pid=937097/tid=937102] ppid=937091 vsize=19041612 memory=4782652875487838339 CPUtime=0.16 cores=4,6
/proc/937097/task/937102/stat : 937102 (java) R 937091 937097 937004 0 -1 1077936192 5948 0 0 0 15 1 0 0 20 0 19 0 183855910 19498610688 17491 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
[pid=937097/tid=937138] ppid=937091 vsize=19041612 memory=14994 CPUtime=0 cores=4,6
/proc/937097/task/937138/stat : 937138 (Finalizer) S 937091 937097 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 183855913 19498610688 17491 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
[pid=937097/tid=937145] ppid=937091 vsize=19041612 memory=15537410087847364 CPUtime=0 cores=4,6
/proc/937097/task/937145/stat : 937145 (Common-Cleaner) S 937091 937097 937004 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 183855913 19498610688 17491 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
[pid=937097/tid=937149] ppid=937091 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/937097/task/937149/stat : 937149 (Timer-0) S 937091 937097 937004 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 183855926 19498610688 17491 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 69964 KiB

[startup+0.30604 s]*
/proc/loadavg: 1.11 1.33 2.21 11/327 937149
/proc/meminfo: memFree=125858348/131524600 swapFree=131071996/131071996
[pid=937097] ppid=937091 vsize=19041612 memory=75980 CPUtime=0.51 cores=4,6
/proc/937097/stat : 937097 (java) S 937091 937097 937004 0 -1 1077936128 10176 0 0 0 49 2 0 0 20 0 19 0 183855910 19498610688 18995 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
/proc/937097/statm: 4760403 18995 5811 1 0 551433 0
[pid=937097/tid=937102] ppid=937091 vsize=19041612 memory=-9103017730647564988 CPUtime=0.25 cores=4,6
/proc/937097/task/937102/stat : 937102 (java) R 937091 937097 937004 0 -1 4194368 5961 0 0 0 24 1 0 0 20 0 19 0 183855910 19498610688 18995 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
[pid=937097/tid=937138] ppid=937091 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/937097/task/937138/stat : 937138 (Finalizer) S 937091 937097 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 183855913 19498610688 18995 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
[pid=937097/tid=937145] ppid=937091 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/937097/task/937145/stat : 937145 (Common-Cleaner) S 937091 937097 937004 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 183855913 19498610688 18995 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
[pid=937097/tid=937149] ppid=937091 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/937097/task/937149/stat : 937149 (Timer-0) S 937091 937097 937004 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 183855926 19498610688 18995 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 75980 KiB

[startup+0.701039 s]
/proc/loadavg: 1.11 1.33 2.21 10/327 937149
/proc/meminfo: memFree=125816708/131524600 swapFree=131071996/131071996
[pid=937097] ppid=937091 vsize=19041612 memory=96824 CPUtime=1.27 cores=4,6
/proc/937097/stat : 937097 (java) S 937091 937097 937004 0 -1 1077936128 12464 0 0 0 124 3 0 0 20 0 19 0 183855910 19498610688 24206 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
/proc/937097/statm: 4760403 24206 5827 1 0 553103 0
[pid=937097/tid=937102] ppid=937091 vsize=19041612 memory=43592 CPUtime=0.63 cores=4,6
/proc/937097/task/937102/stat : 937102 (java) R 937091 937097 937004 0 -1 4194368 6008 0 0 0 62 1 0 0 20 0 19 0 183855910 19498610688 24206 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
[pid=937097/tid=937138] ppid=937091 vsize=19041612 memory=13012 CPUtime=0 cores=4,6
/proc/937097/task/937138/stat : 937138 (Finalizer) S 937091 937097 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 183855913 19498610688 24206 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
[pid=937097/tid=937145] ppid=937091 vsize=19041612 memory=2312 CPUtime=0 cores=4,6
/proc/937097/task/937145/stat : 937145 (Common-Cleaner) S 937091 937097 937004 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 183855913 19498610688 24206 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
[pid=937097/tid=937149] ppid=937091 vsize=19041612 memory=26268 CPUtime=0 cores=4,6
/proc/937097/task/937149/stat : 937149 (Timer-0) S 937091 937097 937004 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 183855926 19498610688 24206 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 96824 KiB

[startup+1.50026 s]
/proc/loadavg: 1.11 1.33 2.21 6/303 937184
/proc/meminfo: memFree=125820248/131524600 swapFree=131071996/131071996
[pid=937097] ppid=937091 vsize=19041612 memory=132676 CPUtime=2.49 cores=4,6
/proc/937097/stat : 937097 (java) S 937091 937097 937004 0 -1 1077936128 16554 0 0 0 244 5 0 0 20 0 19 0 183855910 19498610688 33169 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
/proc/937097/statm: 4760403 33169 5858 1 0 553107 0
[pid=937097/tid=937102] ppid=937091 vsize=19041612 memory=13012 CPUtime=1.44 cores=4,6
/proc/937097/task/937102/stat : 937102 (java) R 937091 937097 937004 0 -1 4194368 6438 0 0 0 141 3 0 0 20 0 19 0 183855910 19498610688 33169 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
[pid=937097/tid=937138] ppid=937091 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/937097/task/937138/stat : 937138 (Finalizer) S 937091 937097 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 183855913 19498610688 33169 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
[pid=937097/tid=937145] ppid=937091 vsize=19041612 memory=2312 CPUtime=0 cores=4,6
/proc/937097/task/937145/stat : 937145 (Common-Cleaner) S 937091 937097 937004 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 183855913 19498610688 33169 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
[pid=937097/tid=937149] ppid=937091 vsize=19041612 memory=26268 CPUtime=0 cores=4,6
/proc/937097/task/937149/stat : 937149 (Timer-0) S 937091 937097 937004 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 183855926 19498610688 33169 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
Current children cumulated CPU time: 2.49 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 132676 KiB

[startup+3.10557 s]
/proc/loadavg: 1.11 1.33 2.21 5/328 937216
/proc/meminfo: memFree=125573896/131524600 swapFree=131071996/131071996
[pid=937097] ppid=937091 vsize=19108176 memory=184300 CPUtime=4.19 cores=4,6
/proc/937097/stat : 937097 (java) S 937091 937097 937004 0 -1 1077936128 18124 0 0 0 413 6 0 0 20 0 20 0 183855910 19566772224 46075 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
/proc/937097/statm: 4777044 46075 5874 1 0 553398 0
[pid=937097/tid=937102] ppid=937091 vsize=19108176 memory=0 CPUtime=3.02 cores=4,6
/proc/937097/task/937102/stat : 937102 (java) R 937091 937097 937004 0 -1 4194368 6719 0 0 0 299 3 0 0 20 0 20 0 183855910 19566772224 46075 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
[pid=937097/tid=937138] ppid=937091 vsize=19108176 memory=-9103017730647564988 CPUtime=0 cores=4,6
/proc/937097/task/937138/stat : 937138 (Finalizer) S 937091 937097 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183855913 19566772224 46075 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
[pid=937097/tid=937145] ppid=937091 vsize=19108176 memory=13012 CPUtime=0 cores=4,6
/proc/937097/task/937145/stat : 937145 (Common-Cleaner) S 937091 937097 937004 0 -1 1077936192 51 0 0 0 0 0 0 0 20 0 20 0 183855913 19566772224 46075 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
[pid=937097/tid=937149] ppid=937091 vsize=19108176 memory=2312 CPUtime=0 cores=4,6
/proc/937097/task/937149/stat : 937149 (Timer-0) S 937091 937097 937004 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183855926 19566772224 46075 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
Current children cumulated CPU time: 4.19 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 184300 KiB

[startup+6.30026 s]
/proc/loadavg: 1.35 1.37 2.22 5/330 937218
/proc/meminfo: memFree=125443636/131524600 swapFree=131071996/131071996
[pid=937097] ppid=937091 vsize=19108176 memory=189584 CPUtime=7.4 cores=4,6
/proc/937097/stat : 937097 (java) S 937091 937097 937004 0 -1 1077936128 20439 0 0 0 733 7 0 0 20 0 20 0 183855910 19566772224 47396 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
/proc/937097/statm: 4777044 47396 5890 1 0 553398 0
[pid=937097/tid=937102] ppid=937091 vsize=19108176 memory=0 CPUtime=6.19 cores=4,6
/proc/937097/task/937102/stat : 937102 (java) R 937091 937097 937004 0 -1 4194368 7378 0 0 0 616 3 0 0 20 0 20 0 183855910 19566772224 47396 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
[pid=937097/tid=937138] ppid=937091 vsize=19108176 memory=13012 CPUtime=0 cores=4,6
/proc/937097/task/937138/stat : 937138 (Finalizer) S 937091 937097 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183855913 19566772224 47396 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
[pid=937097/tid=937145] ppid=937091 vsize=19108176 memory=164 CPUtime=0 cores=4,6
/proc/937097/task/937145/stat : 937145 (Common-Cleaner) S 937091 937097 937004 0 -1 1077936192 51 0 0 0 0 0 0 0 20 0 20 0 183855913 19566772224 47396 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
[pid=937097/tid=937149] ppid=937091 vsize=19108176 memory=1399105007669188995 CPUtime=0 cores=4,6
/proc/937097/task/937149/stat : 937149 (Timer-0) S 937091 937097 937004 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183855926 19566772224 47396 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
Current children cumulated CPU time: 7.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 189584 KiB

[startup+12.702 s]
/proc/loadavg: 1.64 1.43 2.23 5/331 937221
/proc/meminfo: memFree=125205756/131524600 swapFree=131071996/131071996
[pid=937097] ppid=937091 vsize=19108176 memory=329192 CPUtime=13.91 cores=4,6
/proc/937097/stat : 937097 (java) S 937091 937097 937004 0 -1 1077936128 23638 0 0 0 1381 10 0 0 20 0 20 0 183855910 19566772224 82298 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
/proc/937097/statm: 4777044 82298 5890 1 0 553398 0
[pid=937097/tid=937102] ppid=937091 vsize=19108176 memory=13012 CPUtime=12.46 cores=4,6
/proc/937097/task/937102/stat : 937102 (java) R 937091 937097 937004 0 -1 4194368 7767 0 0 0 1242 4 0 0 20 0 20 0 183855910 19566772224 82298 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
[pid=937097/tid=937138] ppid=937091 vsize=19108176 memory=259496 CPUtime=0 cores=4,6
/proc/937097/task/937138/stat : 937138 (Finalizer) S 937091 937097 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183855913 19566772224 82298 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
[pid=937097/tid=937145] ppid=937091 vsize=19108176 memory=259496 CPUtime=0 cores=4,6
/proc/937097/task/937145/stat : 937145 (Common-Cleaner) S 937091 937097 937004 0 -1 1077936192 51 0 0 0 0 0 0 0 20 0 20 0 183855913 19566772224 82298 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
[pid=937097/tid=937149] ppid=937091 vsize=19108176 memory=33 CPUtime=0 cores=4,6
/proc/937097/task/937149/stat : 937149 (Timer-0) S 937091 937097 937004 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183855926 19566772224 82298 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
Current children cumulated CPU time: 13.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 329192 KiB

[startup+25.5003 s]
/proc/loadavg: 2.24 1.57 2.27 5/331 937222
/proc/meminfo: memFree=124882828/131524600 swapFree=131071996/131071996
[pid=937097] ppid=937091 vsize=19108176 memory=458296 CPUtime=26.82 cores=4,6
/proc/937097/stat : 937097 (java) S 937091 937097 937004 0 -1 1077936128 28262 0 0 0 2668 14 0 0 20 0 20 0 183855910 19566772224 114574 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
/proc/937097/statm: 4777044 114574 5890 1 0 553398 0
[pid=937097/tid=937102] ppid=937091 vsize=19108176 memory=0 CPUtime=25.11 cores=4,6
/proc/937097/task/937102/stat : 937102 (java) R 937091 937097 937004 0 -1 4194368 9010 0 0 0 2507 4 0 0 20 0 20 0 183855910 19566772224 114574 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
[pid=937097/tid=937138] ppid=937091 vsize=19108176 memory=13012 CPUtime=0 cores=4,6
/proc/937097/task/937138/stat : 937138 (Finalizer) S 937091 937097 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183855913 19566772224 114574 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
[pid=937097/tid=937145] ppid=937091 vsize=19108176 memory=259496 CPUtime=0 cores=4,6
/proc/937097/task/937145/stat : 937145 (Common-Cleaner) S 937091 937097 937004 0 -1 1077936192 51 0 0 0 0 0 0 0 20 0 20 0 183855913 19566772224 114574 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
[pid=937097/tid=937149] ppid=937091 vsize=19108176 memory=136772 CPUtime=0 cores=4,6
/proc/937097/task/937149/stat : 937149 (Timer-0) S 937091 937097 937004 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183855926 19566772224 114574 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
Current children cumulated CPU time: 26.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 458296 KiB

[startup+51.1057 s]
/proc/loadavg: 2.91 1.79 2.32 5/331 937227
/proc/meminfo: memFree=124439860/131524600 swapFree=131071996/131071996
[pid=937097] ppid=937091 vsize=19108176 memory=671376 CPUtime=52.53 cores=4,6
/proc/937097/stat : 937097 (java) S 937091 937097 937004 0 -1 1077936128 32470 0 0 0 5234 19 0 0 20 0 20 0 183855910 19566772224 167844 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
/proc/937097/statm: 4777044 167844 5890 1 0 553401 0

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

/proc/937097/task/937138/stat : 937138 (Finalizer) S 937091 937097 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183855913 19566772224 692886 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
[pid=937097/tid=937145] ppid=937091 vsize=19108176 memory=2771544 CPUtime=0 cores=4,6
/proc/937097/task/937145/stat : 937145 (Common-Cleaner) S 937091 937097 937004 0 -1 1077936192 2022 0 0 0 0 0 0 0 20 0 20 0 183855913 19566772224 692886 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
[pid=937097/tid=937149] ppid=937091 vsize=19108176 memory=11488 CPUtime=0 cores=4,6
/proc/937097/task/937149/stat : 937149 (Timer-0) S 937091 937097 937004 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183855926 19566772224 692886 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
Current children cumulated CPU time: 3219.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2771544 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/336 940280
/proc/meminfo: memFree=115555916/131524600 swapFree=131071996/131071996
[pid=937097] ppid=937091 vsize=19108176 memory=2814088 CPUtime=3279.61 cores=4,6
/proc/937097/stat : 937097 (java) S 937091 937097 937004 0 -1 1077936128 153672 0 0 0 327803 158 0 0 20 0 20 0 183855910 19566772224 703522 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
/proc/937097/statm: 4777044 703522 5906 1 0 779551 0
[pid=937097/tid=937102] ppid=937091 vsize=19108176 memory=2783288 CPUtime=3260.39 cores=4,6
/proc/937097/task/937102/stat : 937102 (java) R 937091 937097 937004 0 -1 4194368 55161 0 0 0 326020 19 0 0 20 0 20 0 183855910 19566772224 703522 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 3 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
[pid=937097/tid=937138] ppid=937091 vsize=19108176 memory=2771544 CPUtime=0 cores=4,6
/proc/937097/task/937138/stat : 937138 (Finalizer) S 937091 937097 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183855913 19566772224 703522 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
[pid=937097/tid=937145] ppid=937091 vsize=19108176 memory=2771544 CPUtime=0 cores=4,6
/proc/937097/task/937145/stat : 937145 (Common-Cleaner) S 937091 937097 937004 0 -1 1077936192 2023 0 0 0 0 0 0 0 20 0 20 0 183855913 19566772224 703522 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
[pid=937097/tid=937149] ppid=937091 vsize=19108176 memory=11488 CPUtime=0 cores=4,6
/proc/937097/task/937149/stat : 937149 (Timer-0) S 937091 937097 937004 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183855926 19566772224 703522 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
Current children cumulated CPU time: 3279.61 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2814088 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/336 940292
/proc/meminfo: memFree=115417624/131524600 swapFree=131071996/131071996
[pid=937097] ppid=937091 vsize=19108176 memory=2949256 CPUtime=3339.6 cores=4,6
/proc/937097/stat : 937097 (java) S 937091 937097 937004 0 -1 1077936128 153983 0 0 0 333798 162 0 0 20 0 20 0 183855910 19566772224 737314 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
/proc/937097/statm: 4777044 737314 5906 1 0 779553 0
[pid=937097/tid=937102] ppid=937091 vsize=19108176 memory=2949256 CPUtime=3320.16 cores=4,6
/proc/937097/task/937102/stat : 937102 (java) R 937091 937097 937004 0 -1 4194368 55367 0 0 0 331995 21 0 0 20 0 20 0 183855910 19566772224 737314 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 3 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
[pid=937097/tid=937138] ppid=937091 vsize=19108176 memory=2885768 CPUtime=0 cores=4,6
/proc/937097/task/937138/stat : 937138 (Finalizer) S 937091 937097 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183855913 19566772224 737314 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
[pid=937097/tid=937145] ppid=937091 vsize=19108176 memory=13012 CPUtime=0 cores=4,6
/proc/937097/task/937145/stat : 937145 (Common-Cleaner) S 937091 937097 937004 0 -1 1077936192 2024 0 0 0 0 0 0 0 20 0 20 0 183855913 19566772224 737314 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
[pid=937097/tid=937149] ppid=937091 vsize=19108176 memory=2312 CPUtime=0 cores=4,6
/proc/937097/task/937149/stat : 937149 (Timer-0) S 937091 937097 937004 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183855926 19566772224 737314 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
Current children cumulated CPU time: 3339.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2949256 KiB

[startup+3402.3 s]
/proc/loadavg: 4.17 4.13 4.10 5/336 940303
/proc/meminfo: memFree=115396104/131524600 swapFree=131071996/131071996
[pid=937097] ppid=937091 vsize=19108176 memory=2969736 CPUtime=3399.49 cores=4,6
/proc/937097/stat : 937097 (java) S 937091 937097 937004 0 -1 1077936128 154594 0 0 0 339785 164 0 0 20 0 20 0 183855910 19566772224 742434 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
/proc/937097/statm: 4777044 742434 5906 1 0 779553 0
[pid=937097/tid=937102] ppid=937091 vsize=19108176 memory=2828424 CPUtime=3380.03 cores=4,6
/proc/937097/task/937102/stat : 937102 (java) R 937091 937097 937004 0 -1 4194368 55866 0 0 0 337981 22 0 0 20 0 20 0 183855910 19566772224 742434 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 3 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
[pid=937097/tid=937138] ppid=937091 vsize=19108176 memory=1836 CPUtime=0 cores=4,6
/proc/937097/task/937138/stat : 937138 (Finalizer) S 937091 937097 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183855913 19566772224 742434 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
[pid=937097/tid=937145] ppid=937091 vsize=19108176 memory=11488 CPUtime=0 cores=4,6
/proc/937097/task/937145/stat : 937145 (Common-Cleaner) S 937091 937097 937004 0 -1 1077936192 2024 0 0 0 0 0 0 0 20 0 20 0 183855913 19566772224 742434 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
[pid=937097/tid=937149] ppid=937091 vsize=19108176 memory=2949256 CPUtime=0 cores=4,6
/proc/937097/task/937149/stat : 937149 (Timer-0) S 937091 937097 937004 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183855926 19566772224 742434 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
Current children cumulated CPU time: 3399.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2969736 KiB

[startup+3462.3 s]
/proc/loadavg: 4.16 4.14 4.10 5/334 940313
/proc/meminfo: memFree=115308832/131524600 swapFree=131071996/131071996
[pid=937097] ppid=937091 vsize=19108176 memory=3055756 CPUtime=3459.39 cores=4,6
/proc/937097/stat : 937097 (java) S 937091 937097 937004 0 -1 1077936128 155646 0 0 0 345771 168 0 0 20 0 20 0 183855910 19566772224 763939 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
/proc/937097/statm: 4777044 763939 5906 1 0 779553 0
[pid=937097/tid=937102] ppid=937091 vsize=19108176 memory=11488 CPUtime=3439.89 cores=4,6
/proc/937097/task/937102/stat : 937102 (java) R 937091 937097 937004 0 -1 4194368 56549 0 0 0 343965 24 0 0 20 0 20 0 183855910 19566772224 763939 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 3 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
[pid=937097/tid=937138] ppid=937091 vsize=19108176 memory=11488 CPUtime=0 cores=4,6
/proc/937097/task/937138/stat : 937138 (Finalizer) S 937091 937097 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183855913 19566772224 763939 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
[pid=937097/tid=937145] ppid=937091 vsize=19108176 memory=3055756 CPUtime=0 cores=4,6
/proc/937097/task/937145/stat : 937145 (Common-Cleaner) S 937091 937097 937004 0 -1 1077936192 2150 0 0 0 0 0 0 0 20 0 20 0 183855913 19566772224 763939 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
[pid=937097/tid=937149] ppid=937091 vsize=19108176 memory=3055756 CPUtime=0 cores=4,6
/proc/937097/task/937149/stat : 937149 (Timer-0) S 937091 937097 937004 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183855926 19566772224 763939 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
Current children cumulated CPU time: 3459.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3055756 KiB

[startup+3522.3 s]
/proc/loadavg: 4.21 4.15 4.10 5/334 940325
/proc/meminfo: memFree=115307452/131524600 swapFree=131071996/131071996
[pid=937097] ppid=937091 vsize=19108176 memory=3055936 CPUtime=3519.32 cores=4,6
/proc/937097/stat : 937097 (java) S 937091 937097 937004 0 -1 1077936128 157795 0 0 0 351762 170 0 0 20 0 20 0 183855910 19566772224 763984 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
/proc/937097/statm: 4777044 763984 5906 1 0 779553 0
[pid=937097/tid=937102] ppid=937091 vsize=19108176 memory=3055756 CPUtime=3499.35 cores=4,6
/proc/937097/task/937102/stat : 937102 (java) R 937091 937097 937004 0 -1 4194368 56890 0 0 0 349910 25 0 0 20 0 20 0 183855910 19566772224 763984 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 3 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
[pid=937097/tid=937138] ppid=937091 vsize=19108176 memory=3053708 CPUtime=0 cores=4,6
/proc/937097/task/937138/stat : 937138 (Finalizer) S 937091 937097 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183855913 19566772224 763984 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
[pid=937097/tid=937145] ppid=937091 vsize=19108176 memory=3055756 CPUtime=0 cores=4,6
/proc/937097/task/937145/stat : 937145 (Common-Cleaner) S 937091 937097 937004 0 -1 1077936192 2150 0 0 0 0 0 0 0 20 0 20 0 183855913 19566772224 763984 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
[pid=937097/tid=937149] ppid=937091 vsize=19108176 memory=2636 CPUtime=0 cores=4,6
/proc/937097/task/937149/stat : 937149 (Timer-0) S 937091 937097 937004 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183855926 19566772224 763984 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
Current children cumulated CPU time: 3519.32 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3055936 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.14 4.10 5/330 940336
/proc/meminfo: memFree=115306456/131524600 swapFree=131071996/131071996
[pid=937097] ppid=937091 vsize=19108176 memory=3055936 CPUtime=3578.78 cores=4,6
/proc/937097/stat : 937097 (java) S 937091 937097 937004 0 -1 1077936128 157977 0 0 0 357706 172 0 0 20 0 20 0 183855910 19566772224 763984 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
/proc/937097/statm: 4777044 763984 5906 1 0 779553 0
[pid=937097/tid=937102] ppid=937091 vsize=19108176 memory=3055936 CPUtime=3558.78 cores=4,6
/proc/937097/task/937102/stat : 937102 (java) R 937091 937097 937004 0 -1 4194368 57056 0 0 0 355853 25 0 0 20 0 20 0 183855910 19566772224 763984 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 3 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
[pid=937097/tid=937138] ppid=937091 vsize=19108176 memory=39384 CPUtime=0 cores=4,6
/proc/937097/task/937138/stat : 937138 (Finalizer) S 937091 937097 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183855913 19566772224 763984 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
[pid=937097/tid=937145] ppid=937091 vsize=19108176 memory=11488 CPUtime=0 cores=4,6
/proc/937097/task/937145/stat : 937145 (Common-Cleaner) S 937091 937097 937004 0 -1 1077936192 2150 0 0 0 0 0 0 0 20 0 20 0 183855913 19566772224 763984 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
[pid=937097/tid=937149] ppid=937091 vsize=19108176 memory=11488 CPUtime=0 cores=4,6
/proc/937097/task/937149/stat : 937149 (Timer-0) S 937091 937097 937004 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183855926 19566772224 763984 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
Current children cumulated CPU time: 3578.78 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3055936 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3603.8 s]
/proc/loadavg: 4.17 4.15 4.10 5/330 940340
/proc/meminfo: memFree=115306320/131524600 swapFree=131071996/131071996
[pid=937097] ppid=937091 vsize=19108176 memory=3055936 CPUtime=3600.09 cores=4,6
/proc/937097/stat : 937097 (java) S 937091 937097 937004 0 -1 1077936128 158562 0 0 0 359836 173 0 0 20 0 20 0 183855910 19566772224 763984 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
/proc/937097/statm: 4777044 763984 5906 1 0 779553 0
[pid=937097/tid=937102] ppid=937091 vsize=19108176 memory=13012 CPUtime=3580.08 cores=4,6
/proc/937097/task/937102/stat : 937102 (java) R 937091 937097 937004 0 -1 4194368 57369 0 0 0 357983 25 0 0 20 0 20 0 183855910 19566772224 763984 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 3 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
[pid=937097/tid=937138] ppid=937091 vsize=19108176 memory=5560 CPUtime=0 cores=4,6
/proc/937097/task/937138/stat : 937138 (Finalizer) S 937091 937097 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183855913 19566772224 763984 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
[pid=937097/tid=937145] ppid=937091 vsize=19108176 memory=2636 CPUtime=0 cores=4,6
/proc/937097/task/937145/stat : 937145 (Common-Cleaner) S 937091 937097 937004 0 -1 1077936192 2277 0 0 0 0 0 0 0 20 0 20 0 183855913 19566772224 763984 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
[pid=937097/tid=937149] ppid=937091 vsize=19108176 memory=2636 CPUtime=0 cores=4,6
/proc/937097/task/937149/stat : 937149 (Timer-0) S 937091 937097 937004 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183855926 19566772224 763984 134679101440 93980880302080 93980880305776 140723792265840 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93980880313592 93980880314384 93980882997248 140723792274438 140723792274528 140723792274528 140723792281544 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3055936 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.51 s, system=1.74569 s

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

[startup+3603.92 s]*
/proc/loadavg: 4.17 4.15 4.10 5/312 940343
/proc/meminfo: memFree=118264300/131524600 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3603.93
CPU time (s): 3600.25
CPU user time (s): 3598.51
CPU system time (s): 1.74569
CPU usage (%): 99.898
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 3055936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.51
system time used= 1.74569
maximum resident set size= 3057596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162034
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3240
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 106467
involuntary context switches= 14412


# summary of solver processes directly reported to runsolver:
#   pid: 937097
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3598.51
#   total CPU system time (s): 1.74569

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.19161 second user time and 18.2397 second system time

The end

Launcher Data

Begin job on nodeC016 at 2024-07-18 17:36:05
IDJOB=4443434
IDBENCH=147874
IDSOLVER=3058
FILE ID=nodeC016/4443434-1721316953
RUNJOBID= nodeC016-1721316965-937015
SLURM_JOB_ID= 7542659
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-army12.21ls.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4443434-1721316953/watcher-4443434-1721316953 -o /tmp/evaluation-result-4443434-1721316953/solver-4443434-1721316953 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721316965-937015 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4443434-1721316953.opb

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

MD5SUM BENCH= 7546ebd0ce66e1c0113f5874ce57dd6d
RANDOM SEED=207792957

nodeC016.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		: 3610.939
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.70
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		: 3646.031
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.63
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		: 3526.064
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.70
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		: 3441.755
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.63
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		: 3602.283
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.70
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		: 3608.947
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.63
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		: 3590.008
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.70
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		: 3597.884
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        126070024 kB
MemAvailable:   129714056 kB
Buffers:          345992 kB
Cached:          4134184 kB
SwapCached:            0 kB
Active:           536556 kB
Inactive:        4310032 kB
Active(anon):       1444 kB
Inactive(anon):   403056 kB
Active(file):     535112 kB
Inactive(file):  3906976 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              3552 kB
Writeback:             0 kB
AnonPages:        365344 kB
Mapped:           111048 kB
Shmem:             37720 kB
KReclaimable:      83184 kB
Slab:             191920 kB
SReclaimable:      83184 kB
SUnreclaim:       108736 kB
KernelStack:        3940 kB
PageTables:        10476 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     684836 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            69536 kB
HardwareCorrupted:     0 kB
AnonHugePages:    235520 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:      207572 kB
DirectMap2M:    13197312 kB
DirectMap1G:    122683392 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC016 at 2024-07-18 18:36:09