Trace number 4443422

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 2024 2024-07-07? (TO) 3600.21 3645.83

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/prestwich/armies/normalized-army12.21bt.opb
MD5SUM8150ec280d22960cf2e4079d2206c8ae
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.210661
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 constraints942
Number of constraints which are clauses645
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints295
Minimum length of a constraint1
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 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 189
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version CUSTOM.v20240707
0.10/0.10	c java.runtime.name	OpenJDK Runtime Environment
0.10/0.10	c java.vm.name		OpenJDK 64-Bit Server VM
0.10/0.10	c java.vm.version	22.0.1+8-16
0.10/0.10	c java.vm.vendor	Oracle Corporation
0.10/0.10	c sun.arch.data.model	64
0.10/0.10	c java.version		22.0.1
0.10/0.10	c os.name		Linux
0.10/0.10	c os.version		4.18.0-301.1.el8.x86_64
0.10/0.10	c os.arch		amd64
0.10/0.11	c Free memory 		2104792832
0.10/0.11	c Max memory 		16282288128
0.10/0.11	c Total memory 		2113929216
0.10/0.11	c Number of processors 	2
0.10/0.15	--- Begin Solver configuration ---
0.10/0.15	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.10/0.15	Learn all clauses as in MiniSAT
0.10/0.15	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.15	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.15	Expensive reason simplification
0.10/0.15	Glucose 2.1 dynamic restart strategy
0.10/0.15	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.10/0.15	timeout=2147483s
0.10/0.15	DB Simplification allowed=false
0.10/0.15	Listener: none
0.10/0.15	--- End Solver configuration ---
0.10/0.15	c Pseudo Boolean Optimization by upper bound
0.10/0.15	c --- Begin Solver configuration ---
0.10/0.15	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.10/0.15	c Learn all clauses as in MiniSAT
0.10/0.15	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.15	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.15	c Expensive reason simplification
0.10/0.15	c Glucose 2.1 dynamic restart strategy
0.10/0.15	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.10/0.15	c timeout=2147483s
0.10/0.15	c DB Simplification allowed=false
0.10/0.15	c Listener: none
0.10/0.15	c --- End Solver configuration ---
0.10/0.15	c solving HOME/instance-4443422-1721817187.opb
0.10/0.15	c reading problem ... 
0.10/0.15	c using VERIPB proof format
0.10/0.15	c  no objective function found
0.10/0.20	c ... done. Wall clock time 0.05s.
0.10/0.20	c declared #vars     428
0.10/0.20	c #constraints  942
0.10/0.20	c constraints type 
0.10/0.20	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 224
0.10/0.20	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.10/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 295
0.10/0.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 420
0.10/0.20	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.10/0.20	c 942 constraints processed.
2.04/1.17	c cleaning 2501 clauses out of 5003 with flag 16306/5003
4.21/2.24	c cleaning 4251 clauses out of 8501 with flag 42907/11002
5.65/3.24	c cleaning 5624 clauses out of 11248 with flag 78630/18000
7.04/4.51	c cleaning 6812 clauses out of 13624 with flag 127949/26000
8.85/6.14	c cleaning 7903 clauses out of 15812 with flag 185173/35000
10.74/8.07	c cleaning 8949 clauses out of 17909 with flag 252517/45000
13.36/10.58	c cleaning 9975 clauses out of 19961 with flag 338682/56001
16.19/13.57	c cleaning 10989 clauses out of 21985 with flag 429414/68000
19.78/17.17	c cleaning 11995 clauses out of 23998 with flag 538172/81002
23.56/20.95	c cleaning 12998 clauses out of 26001 with flag 652482/95000
27.85/25.25	c cleaning 13991 clauses out of 28003 with flag 780992/110000
32.89/30.24	c cleaning 14999 clauses out of 30012 with flag 926330/126000
38.60/35.82	c cleaning 15999 clauses out of 32014 with flag 1074777/143001
44.60/42.39	c cleaning 17000 clauses out of 34015 with flag 1229596/161001
52.43/50.16	c cleaning 17997 clauses out of 36014 with flag 1398946/180000
60.75/58.45	c cleaning 19006 clauses out of 38022 with flag 1559559/200005
69.12/66.85	c cleaning 20000 clauses out of 40016 with flag 1748036/221005
78.44/76.30	c cleaning 20996 clauses out of 42013 with flag 1948354/243002
88.65/86.55	c cleaning 22002 clauses out of 44016 with flag 2182265/266001
98.81/96.74	c cleaning 23004 clauses out of 46016 with flag 2424740/290003
113.05/111.35	c cleaning 23998 clauses out of 48011 with flag 2719822/315002
131.18/129.40	c cleaning 24997 clauses out of 50012 with flag 3012683/341001
147.08/145.50	c cleaning 25989 clauses out of 52015 with flag 3282503/368001
161.59/160.05	c cleaning 26999 clauses out of 54025 with flag 3528149/396000
177.40/176.40	c cleaning 28006 clauses out of 56027 with flag 3819338/425001
200.62/200.06	c cleaning 29002 clauses out of 58023 with flag 4194020/455003
219.93/219.49	c cleaning 29999 clauses out of 60018 with flag 4551979/486000
236.40/236.07	c cleaning 31000 clauses out of 62016 with flag 4887745/518000
248.48/248.10	c cleaning 32004 clauses out of 64016 with flag 5173927/551000
262.77/262.75	c cleaning 33000 clauses out of 66012 with flag 5483532/585000
279.39/279.38	c cleaning 33998 clauses out of 68014 with flag 5836016/620002
296.48/297.04	c cleaning 35000 clauses out of 70014 with flag 6197288/656000
316.06/316.40	c cleaning 36000 clauses out of 72014 with flag 6581299/693000
341.34/342.18	c cleaning 36997 clauses out of 74014 with flag 6991171/731000
362.55/363.68	c cleaning 38003 clauses out of 76017 with flag 7376139/770000
387.46/389.07	c cleaning 39002 clauses out of 78017 with flag 7804837/810003
412.25/413.97	c cleaning 39994 clauses out of 80016 with flag 8246292/851004
438.87/440.71	c cleaning 40998 clauses out of 82018 with flag 8728404/893000
468.45/470.48	c cleaning 41998 clauses out of 84020 with flag 9263115/936000
498.38/501.05	c cleaning 43003 clauses out of 86023 with flag 9705634/980001
529.95/535.32	c cleaning 44002 clauses out of 88019 with flag 10225404/1025000
560.27/566.42	c cleaning 45005 clauses out of 90019 with flag 10739620/1071002
592.70/599.05	c cleaning 45998 clauses out of 92012 with flag 11260951/1118000
621.69/631.52	c cleaning 47003 clauses out of 94017 with flag 11729462/1166003
652.17/662.14	c cleaning 47997 clauses out of 96011 with flag 12173498/1215000
686.05/696.14	c cleaning 49003 clauses out of 98014 with flag 12667417/1265000
719.73/732.09	c cleaning 50001 clauses out of 100011 with flag 13189252/1316000
757.31/769.75	c cleaning 51000 clauses out of 102011 with flag 13735203/1368001
795.70/808.15	c cleaning 51998 clauses out of 104011 with flag 14291199/1421001
838.93/853.20	c cleaning 52994 clauses out of 106012 with flag 14911600/1475000
883.00/897.43	c cleaning 54001 clauses out of 108020 with flag 15510415/1530002
936.61/951.04	c cleaning 54989 clauses out of 110017 with flag 16189719/1586000
980.32/994.93	c cleaning 56002 clauses out of 112028 with flag 16808798/1643000
1030.47/1045.42	c cleaning 57011 clauses out of 114027 with flag 17440088/1701001
1071.43/1087.19	c cleaning 58004 clauses out of 116018 with flag 17982484/1760003
1111.41/1127.05	c cleaning 58997 clauses out of 118016 with flag 18516727/1820005
1150.27/1166.82	c cleaning 59998 clauses out of 120015 with flag 19049922/1881001
1198.36/1215.54	c cleaning 60998 clauses out of 122017 with flag 19605203/1943001
1250.47/1268.21	c cleaning 62000 clauses out of 124018 with flag 20206560/2006000
1304.53/1322.44	c cleaning 63005 clauses out of 126021 with flag 20809443/2070003
1358.35/1376.45	c cleaning 63996 clauses out of 128013 with flag 21410898/2135000
1419.78/1438.39	c cleaning 65004 clauses out of 130019 with flag 22027145/2201002
1481.94/1500.80	c cleaning 65999 clauses out of 132015 with flag 22637501/2268002
1550.40/1570.39	c cleaning 66997 clauses out of 134014 with flag 23325511/2336000
1616.07/1636.52	c cleaning 68001 clauses out of 136019 with flag 23989751/2405002
1681.82/1702.46	c cleaning 69001 clauses out of 138017 with flag 24639366/2475001
1755.19/1776.53	c cleaning 69998 clauses out of 140017 with flag 25308921/2546002
1828.87/1850.29	c cleaning 70999 clauses out of 142018 with flag 25989529/2618001
1907.16/1928.88	c cleaning 72001 clauses out of 144018 with flag 26704972/2691000
1983.13/2005.08	c cleaning 73001 clauses out of 146018 with flag 27424355/2765001
2064.96/2089.57	c cleaning 73997 clauses out of 148016 with flag 28198386/2840000
2139.57/2164.43	c cleaning 74999 clauses out of 150021 with flag 28944539/2916002
2217.73/2242.77	c cleaning 75998 clauses out of 152020 with flag 29685719/2993000
2292.84/2320.88	c cleaning 77007 clauses out of 154023 with flag 30441882/3071001
2395.90/2423.80	c cleaning 78001 clauses out of 156016 with flag 31240650/3150001
2535.56/2564.77	c cleaning 79000 clauses out of 158014 with flag 32255592/3230000
2686.98/2717.55	c cleaning 80005 clauses out of 160015 with flag 33317201/3311001
2841.76/2873.28	c cleaning 81001 clauses out of 162009 with flag 34356415/3393000
3003.70/3035.42	c cleaning 81998 clauses out of 164013 with flag 35347115/3476005
3124.31/3156.14	c cleaning 83003 clauses out of 166010 with flag 36381415/3560000
3288.52/3320.67	c cleaning 83997 clauses out of 168007 with flag 37519564/3645000
3434.27/3466.61	c cleaning 84999 clauses out of 170011 with flag 38867785/3731001
3581.83/3614.62	c cleaning 86003 clauses out of 172016 with flag 40155769/3818005
3600.06/3633.02	c starts		: 9864
3600.06/3633.02	c timeout
3600.06/3633.03	c conflicts		: 3838083
3600.06/3633.03	c decisions		: 5509122
3600.06/3633.03	c propagations		: 129458337
3600.06/3633.03	c inspects		: 28315448553
3600.06/3633.03	c shortcuts		: 0
3600.06/3633.03	c learnt literals	: 3
3600.06/3633.03	c learnt binary clauses	: 16
3600.06/3633.03	c learnt ternary clauses	: 55
3600.06/3633.03	c learnt constraints	: 3838081
3600.06/3633.03	c ignored constraints	: 0
3600.06/3633.03	c root simplifications	: 0
3600.06/3633.03	c removed literals (reason simplification)	: 11126593
3600.06/3633.03	c reason swapping (by a shorter reason)	: 0
3600.06/3633.03	c Calls to reduceDB	: 83
3600.06/3633.03	c Number of update (reduction) of LBD	: 614961
3600.06/3633.03	c Imported unit clauses	: 0
3600.06/3633.03	c No decision after first conflict	: false
3600.06/3633.03	c number of reductions to clauses (during analyze)	: 0
3600.06/3633.03	c number of learned constraints concerned by reduction	: 0
3600.06/3633.03	c number of learning phase by resolution	: 0
3600.06/3633.03	c number of learning phase by cutting planes	: 0
3600.06/3633.03	c number of rounding to 1 operations	: 0
3600.06/3633.03	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3633.03	c number of reductions of the coefficients by power 2 	: 0
3600.06/3633.03	c number of right shift for reduction by power 2 	: 0
3600.06/3633.03	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3633.03	c number of ending skipping 	: 0
3600.06/3633.03	c number of internal skipping 	: 0
3600.06/3633.03	c number of derivation steps 	: 0
3600.06/3633.03	c number of skipped derivation steps 	: 0
3600.06/3633.03	c number of remaining unassigned 	: 0
3600.06/3633.03	c number of remaining assigned 	: 0
3600.06/3633.03	c number of falsified literals weakened from reason	: 0
3600.06/3633.03	c number of falsified literals weakened from conflict	: 0
3600.06/3633.03	c time for arithmetic operations	: 0
3600.06/3633.03	c minimum degree of deleted constraints	: null
3600.06/3633.03	c maximum degree of deleted constraints	: null
3600.06/3633.03	c number of deleted constraints	: 0
3600.06/3633.04	c speed (assignments/second)	: 35635.68144825974
3600.06/3633.04	c non guided choices	: 25
3600.06/3633.08	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 106076
3600.06/3633.08	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 16
3600.06/3633.09	s UNKNOWN
3600.06/3633.09	c Total wall clock time (in seconds): 3632.938

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: 63968 MiB (61093 MiB free)
  memory of node 1: 64473 MiB (60629 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4443422-1721817187/watcher-4443422-1721817187 -o /tmp/evaluation-result-4443422-1721817187/solver-4443422-1721817187 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1721817187-185315 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4443422-1721817187 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4443422-1721817187.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.101364 s]*
/proc/loadavg: 0.14 0.11 0.18 10/331 185448
/proc/meminfo: memFree=124529048/131524600 swapFree=131071472/131071996
[pid=185396] ppid=185389 vsize=18975048 memory=61792 CPUtime=0.1 cores=1,3
/proc/185396/stat : 185396 (java) S 185389 185396 185303 0 -1 1077936128 6849 0 0 0 9 1 0 0 20 0 18 0 18247782 19430449152 15448 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
/proc/185396/statm: 4743762 15448 5656 1 0 549148 0
[pid=185396/tid=185398] ppid=185389 vsize=18975048 memory=4026561586 CPUtime=0.06 cores=1,3
/proc/185396/task/185398/stat : 185398 (java) D 185389 185396 185303 0 -1 4194368 5544 0 0 0 5 1 0 0 20 0 18 0 18247782 19430449152 15448 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
[pid=185396/tid=185441] ppid=185389 vsize=18975048 memory=237146210664 CPUtime=0 cores=1,3
/proc/185396/task/185441/stat : 185441 (Finalizer) S 185389 185396 185303 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18247786 19430449152 15448 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
[pid=185396/tid=185448] ppid=185389 vsize=18975048 memory=14973373508739867 CPUtime=0 cores=1,3
/proc/185396/task/185448/stat : 185448 (Common-Cleaner) S 185389 185396 185303 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18247787 19430449152 15448 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 61792 KiB

[startup+0.205975 s]*
/proc/loadavg: 0.14 0.11 0.18 13/334 185451
/proc/meminfo: memFree=124493396/131524600 swapFree=131071472/131071996
[pid=185396] ppid=185389 vsize=19041612 memory=73180 CPUtime=0.29 cores=1,3
/proc/185396/stat : 185396 (java) S 185389 185396 185303 0 -1 1077936128 7581 0 0 0 27 2 0 0 20 0 19 0 18247782 19498610688 18295 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
/proc/185396/statm: 4760403 18295 5797 1 0 549955 0
[pid=185396/tid=185398] ppid=185389 vsize=19041612 memory=4782652875487838339 CPUtime=0.16 cores=1,3
/proc/185396/task/185398/stat : 185398 (java) R 185389 185396 185303 0 -1 4194368 5912 0 0 0 15 1 0 0 20 0 19 0 18247782 19498610688 18295 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
[pid=185396/tid=185441] ppid=185389 vsize=19041612 memory=1015694 CPUtime=0 cores=1,3
/proc/185396/task/185441/stat : 185441 (Finalizer) S 185389 185396 185303 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 18247786 19498610688 18295 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
[pid=185396/tid=185448] ppid=185389 vsize=19041612 memory=14690799019361963 CPUtime=0 cores=1,3
/proc/185396/task/185448/stat : 185448 (Common-Cleaner) S 185389 185396 185303 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 18247787 19498610688 18295 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
[pid=185396/tid=185452] ppid=185389 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/185396/task/185452/stat : 185452 (java) R 185389 185396 185303 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 19 0 18247802 19498610688 18295 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 73180 KiB

[startup+0.305809 s]*
/proc/loadavg: 0.14 0.11 0.18 14/335 185452
/proc/meminfo: memFree=124426456/131524600 swapFree=131071472/131071996
[pid=185396] ppid=185389 vsize=19041612 memory=86660 CPUtime=0.48 cores=1,3
/proc/185396/stat : 185396 (java) S 185389 185396 185303 0 -1 1077936128 9186 0 0 0 46 2 0 0 20 0 19 0 18247782 19498610688 21665 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
/proc/185396/statm: 4760403 21665 5797 1 0 550715 0
[pid=185396/tid=185398] ppid=185389 vsize=19041612 memory=-8526835163292541628 CPUtime=0.26 cores=1,3
/proc/185396/task/185398/stat : 185398 (java) R 185389 185396 185303 0 -1 4194368 5951 0 0 0 25 1 0 0 20 0 19 0 18247782 19498610688 21665 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
[pid=185396/tid=185441] ppid=185389 vsize=19041612 memory=1471342741762965849 CPUtime=0 cores=1,3
/proc/185396/task/185441/stat : 185441 (Finalizer) S 185389 185396 185303 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 18247786 19498610688 21665 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
[pid=185396/tid=185448] ppid=185389 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/185396/task/185448/stat : 185448 (Common-Cleaner) S 185389 185396 185303 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 18247787 19498610688 21665 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
[pid=185396/tid=185452] ppid=185389 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/185396/task/185452/stat : 185452 (Timer-0) S 185389 185396 185303 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 18247802 19498610688 21665 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 86660 KiB

[startup+0.70025 s]
/proc/loadavg: 0.14 0.11 0.18 13/335 185452
/proc/meminfo: memFree=124234892/131524600 swapFree=131071472/131071996
[pid=185396] ppid=185389 vsize=19108176 memory=175532 CPUtime=1.24 cores=1,3
/proc/185396/stat : 185396 (java) S 185389 185396 185303 0 -1 1077936128 13583 0 0 0 120 4 0 0 20 0 20 0 18247782 19566772224 43883 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
/proc/185396/statm: 4777044 43883 5832 1 0 553509 0
[pid=185396/tid=185398] ppid=185389 vsize=19108176 memory=69332 CPUtime=0.64 cores=1,3
/proc/185396/task/185398/stat : 185398 (java) R 185389 185396 185303 0 -1 4194368 5997 0 0 0 61 3 0 0 20 0 20 0 18247782 19566772224 43883 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
[pid=185396/tid=185441] ppid=185389 vsize=19108176 memory=12404 CPUtime=0 cores=1,3
/proc/185396/task/185441/stat : 185441 (Finalizer) S 185389 185396 185303 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18247786 19566772224 43883 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
[pid=185396/tid=185448] ppid=185389 vsize=19108176 memory=2308 CPUtime=0 cores=1,3
/proc/185396/task/185448/stat : 185448 (Common-Cleaner) S 185389 185396 185303 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18247787 19566772224 43883 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
[pid=185396/tid=185452] ppid=185389 vsize=19108176 memory=1932 CPUtime=0 cores=1,3
/proc/185396/task/185452/stat : 185452 (Timer-0) S 185389 185396 185303 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18247802 19566772224 43883 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 175532 KiB

[startup+1.50026 s]
/proc/loadavg: 0.14 0.11 0.18 9/317 185471
/proc/meminfo: memFree=124211740/131524600 swapFree=131071472/131071996
[pid=185396] ppid=185389 vsize=19108176 memory=185652 CPUtime=2.82 cores=1,3
/proc/185396/stat : 185396 (java) S 185389 185396 185303 0 -1 1077936128 23204 0 0 0 277 5 0 0 20 0 20 0 18247782 19566772224 46413 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
/proc/185396/statm: 4777044 46413 5848 1 0 554800 0
[pid=185396/tid=185398] ppid=185389 vsize=19108176 memory=12404 CPUtime=1.41 cores=1,3
/proc/185396/task/185398/stat : 185398 (java) S 185389 185396 185303 0 -1 1077936192 6828 0 0 0 138 3 0 0 20 0 20 0 18247782 19566772224 46413 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
[pid=185396/tid=185441] ppid=185389 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/185396/task/185441/stat : 185441 (Finalizer) S 185389 185396 185303 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18247786 19566772224 46413 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
[pid=185396/tid=185448] ppid=185389 vsize=19108176 memory=2308 CPUtime=0 cores=1,3
/proc/185396/task/185448/stat : 185448 (Common-Cleaner) S 185389 185396 185303 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18247787 19566772224 46413 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
[pid=185396/tid=185452] ppid=185389 vsize=19108176 memory=1932 CPUtime=0 cores=1,3
/proc/185396/task/185452/stat : 185452 (Timer-0) S 185389 185396 185303 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18247802 19566772224 46413 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 185652 KiB

[startup+3.11188 s]
/proc/loadavg: 0.14 0.11 0.18 6/338 185521
/proc/meminfo: memFree=123147020/131524600 swapFree=131071472/131071996
[pid=185396] ppid=185389 vsize=19108176 memory=295756 CPUtime=5.56 cores=1,3
/proc/185396/stat : 185396 (java) S 185389 185396 185303 0 -1 1077936128 25486 0 0 0 546 10 0 0 20 0 20 0 18247782 19566772224 73939 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
/proc/185396/statm: 4777044 73939 5864 1 0 554978 0
[pid=185396/tid=185398] ppid=185389 vsize=19108176 memory=0 CPUtime=2.96 cores=1,3
/proc/185396/task/185398/stat : 185398 (java) S 185389 185396 185303 0 -1 1077936192 7421 0 0 0 290 6 0 0 20 0 20 0 18247782 19566772224 73939 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
[pid=185396/tid=185441] ppid=185389 vsize=19108176 memory=-8526835163292541628 CPUtime=0 cores=1,3
/proc/185396/task/185441/stat : 185441 (Finalizer) S 185389 185396 185303 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18247786 19566772224 73939 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
[pid=185396/tid=185448] ppid=185389 vsize=19108176 memory=12404 CPUtime=0 cores=1,3
/proc/185396/task/185448/stat : 185448 (Common-Cleaner) S 185389 185396 185303 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 20 0 18247787 19566772224 73939 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
[pid=185396/tid=185452] ppid=185389 vsize=19108176 memory=2308 CPUtime=0 cores=1,3
/proc/185396/task/185452/stat : 185452 (Timer-0) S 185389 185396 185303 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18247802 19566772224 73939 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
Current children cumulated CPU time: 5.56 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 295756 KiB

[startup+6.30088 s]
/proc/loadavg: 0.45 0.17 0.20 5/338 185521
/proc/meminfo: memFree=120882400/131524600 swapFree=131071472/131071996
[pid=185396] ppid=185389 vsize=19108176 memory=473608 CPUtime=9.05 cores=1,3
/proc/185396/stat : 185396 (java) S 185389 185396 185303 0 -1 1077936128 26550 0 0 0 889 16 0 0 20 0 20 0 18247782 19566772224 118402 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
/proc/185396/statm: 4777044 118402 5864 1 0 555314 0
[pid=185396/tid=185398] ppid=185389 vsize=19108176 memory=0 CPUtime=6.09 cores=1,3
/proc/185396/task/185398/stat : 185398 (java) R 185389 185396 185303 0 -1 4194368 7574 0 0 0 597 12 0 0 20 0 20 0 18247782 19566772224 118402 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
[pid=185396/tid=185441] ppid=185389 vsize=19108176 memory=12404 CPUtime=0 cores=1,3
/proc/185396/task/185441/stat : 185441 (Finalizer) S 185389 185396 185303 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18247786 19566772224 118402 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
[pid=185396/tid=185448] ppid=185389 vsize=19108176 memory=164 CPUtime=0 cores=1,3
/proc/185396/task/185448/stat : 185448 (Common-Cleaner) S 185389 185396 185303 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 20 0 18247787 19566772224 118402 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
[pid=185396/tid=185452] ppid=185389 vsize=19108176 memory=6944656425123290226 CPUtime=0 cores=1,3
/proc/185396/task/185452/stat : 185452 (Timer-0) S 185389 185396 185303 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18247802 19566772224 118402 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
Current children cumulated CPU time: 9.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 473608 KiB

[startup+12.7009 s]
/proc/loadavg: 0.82 0.25 0.23 5/319 185542
/proc/meminfo: memFree=121048532/131524600 swapFree=131071472/131071996
[pid=185396] ppid=185389 vsize=19108176 memory=524240 CPUtime=15.39 cores=1,3
/proc/185396/stat : 185396 (java) S 185389 185396 185303 0 -1 1077936128 31117 0 0 0 1519 20 0 0 20 0 20 0 18247782 19566772224 131060 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
/proc/185396/statm: 4777044 131060 5864 1 0 555314 0
[pid=185396/tid=185398] ppid=185389 vsize=19108176 memory=12404 CPUtime=12.17 cores=1,3
/proc/185396/task/185398/stat : 185398 (java) R 185389 185396 185303 0 -1 4194368 8423 0 0 0 1202 15 0 0 20 0 20 0 18247782 19566772224 131060 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 16 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
[pid=185396/tid=185441] ppid=185389 vsize=19108176 memory=491444 CPUtime=0 cores=1,3
/proc/185396/task/185441/stat : 185441 (Finalizer) S 185389 185396 185303 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18247786 19566772224 131060 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
[pid=185396/tid=185448] ppid=185389 vsize=19108176 memory=491444 CPUtime=0 cores=1,3
/proc/185396/task/185448/stat : 185448 (Common-Cleaner) S 185389 185396 185303 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 20 0 18247787 19566772224 131060 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
[pid=185396/tid=185452] ppid=185389 vsize=19108176 memory=33 CPUtime=0 cores=1,3
/proc/185396/task/185452/stat : 185452 (Timer-0) S 185389 185396 185303 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18247802 19566772224 131060 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
Current children cumulated CPU time: 15.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 524240 KiB

[startup+25.5003 s]
/proc/loadavg: 1.45 0.42 0.28 6/340 185661
/proc/meminfo: memFree=118648128/131524600 swapFree=131071472/131071996
[pid=185396] ppid=185389 vsize=19108176 memory=989300 CPUtime=28.15 cores=1,3
/proc/185396/stat : 185396 (java) S 185389 185396 185303 0 -1 1077936128 33883 0 0 0 2779 36 0 0 20 0 20 0 18247782 19566772224 247325 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
/proc/185396/statm: 4777044 247325 5864 1 0 555314 0
[pid=185396/tid=185398] ppid=185389 vsize=19108176 memory=0 CPUtime=24.77 cores=1,3
/proc/185396/task/185398/stat : 185398 (java) R 185389 185396 185303 0 -1 4194368 9701 0 0 0 2450 27 0 0 20 0 20 0 18247782 19566772224 247325 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 16 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
[pid=185396/tid=185441] ppid=185389 vsize=19108176 memory=12404 CPUtime=0 cores=1,3
/proc/185396/task/185441/stat : 185441 (Finalizer) S 185389 185396 185303 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18247786 19566772224 247325 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
[pid=185396/tid=185448] ppid=185389 vsize=19108176 memory=491444 CPUtime=0 cores=1,3
/proc/185396/task/185448/stat : 185448 (Common-Cleaner) S 185389 185396 185303 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 20 0 18247787 19566772224 247325 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
[pid=185396/tid=185452] ppid=185389 vsize=19108176 memory=185652 CPUtime=0 cores=1,3
/proc/185396/task/185452/stat : 185452 (Timer-0) S 185389 185396 185303 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18247802 19566772224 247325 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
Current children cumulated CPU time: 28.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 989300 KiB

[startup+51.1059 s]
/proc/loadavg: 2.45 0.74 0.39 5/338 185665
/proc/meminfo: memFree=117085804/131524600 swapFree=131071472/131071996
[pid=185396] ppid=185389 vsize=19108176 memory=1487184 CPUtime=53.43 cores=1,3
/proc/185396/stat : 185396 (java) S 185389 185396 185303 0 -1 1077936128 41163 0 0 0 5287 56 0 0 20 0 20 0 18247782 19566772224 371796 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
/proc/185396/statm: 4777044 371796 5864 1 0 555314 0

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

Current children cumulated CPU time: 3250.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2174020 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.12 4.06 5/338 187464
/proc/meminfo: memFree=94417560/131524600 swapFree=131071472/131071996
[pid=185396] ppid=185389 vsize=19108176 memory=2174020 CPUtime=3310.14 cores=1,3
/proc/185396/stat : 185396 (java) S 185389 185396 185303 0 -1 1077936128 228221 0 0 0 330269 745 0 0 20 0 20 0 18247782 19566772224 543505 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
/proc/185396/statm: 4777044 543505 5880 1 0 556792 0
[pid=185396/tid=185398] ppid=185389 vsize=19108176 memory=5616 CPUtime=3288.76 cores=1,3
/proc/185396/task/185398/stat : 185398 (java) R 185389 185396 185303 0 -1 4194368 89050 0 0 0 328263 613 0 0 20 0 20 0 18247782 19566772224 543505 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 2970 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
[pid=185396/tid=185441] ppid=185389 vsize=19108176 memory=69332 CPUtime=0 cores=1,3
/proc/185396/task/185441/stat : 185441 (Finalizer) S 185389 185396 185303 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18247786 19566772224 543505 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
[pid=185396/tid=185448] ppid=185389 vsize=19108176 memory=1932 CPUtime=0 cores=1,3
/proc/185396/task/185448/stat : 185448 (Common-Cleaner) S 185389 185396 185303 0 -1 1077936192 3976 0 0 0 0 0 0 0 20 0 20 0 18247787 19566772224 543505 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
[pid=185396/tid=185452] ppid=185389 vsize=19108176 memory=5444 CPUtime=0 cores=1,3
/proc/185396/task/185452/stat : 185452 (Timer-0) S 185389 185396 185303 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18247802 19566772224 543505 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
Current children cumulated CPU time: 3310.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2174020 KiB

[startup+3402.3 s]
/proc/loadavg: 4.18 4.14 4.07 5/337 187476
/proc/meminfo: memFree=94156380/131524600 swapFree=131071472/131071996
[pid=185396] ppid=185389 vsize=19108176 memory=2174024 CPUtime=3370.13 cores=1,3
/proc/185396/stat : 185396 (java) S 185389 185396 185303 0 -1 1077936128 231648 0 0 0 336260 753 0 0 20 0 20 0 18247782 19566772224 543506 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
/proc/185396/statm: 4777044 543506 5880 1 0 556792 0
[pid=185396/tid=185398] ppid=185389 vsize=19108176 memory=280759597081424 CPUtime=3348.43 cores=1,3
/proc/185396/task/185398/stat : 185398 (java) R 185389 185396 185303 0 -1 4194368 90027 0 0 0 334223 620 0 0 20 0 20 0 18247782 19566772224 543506 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 2972 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
[pid=185396/tid=185441] ppid=185389 vsize=19108176 memory=2174020 CPUtime=0 cores=1,3
/proc/185396/task/185441/stat : 185441 (Finalizer) S 185389 185396 185303 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18247786 19566772224 543506 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
[pid=185396/tid=185448] ppid=185389 vsize=19108176 memory=2174020 CPUtime=0 cores=1,3
/proc/185396/task/185448/stat : 185448 (Common-Cleaner) S 185389 185396 185303 0 -1 1077936192 4055 0 0 0 0 0 0 0 20 0 20 0 18247787 19566772224 543506 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
[pid=185396/tid=185452] ppid=185389 vsize=19108176 memory=2174020 CPUtime=0 cores=1,3
/proc/185396/task/185452/stat : 185452 (Timer-0) S 185389 185396 185303 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18247802 19566772224 543506 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
Current children cumulated CPU time: 3370.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2174024 KiB

[startup+3462.3 s]
/proc/loadavg: 4.18 4.15 4.08 7/337 187611
/proc/meminfo: memFree=99981320/131524600 swapFree=131071472/131071996
[pid=185396] ppid=185389 vsize=19108176 memory=2174024 CPUtime=3429.98 cores=1,3
/proc/185396/stat : 185396 (java) S 185389 185396 185303 0 -1 1077936128 232781 0 0 0 342236 762 0 0 20 0 20 0 18247782 19566772224 543506 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
/proc/185396/statm: 4777044 543506 5880 1 0 556792 0
[pid=185396/tid=185398] ppid=185389 vsize=19108176 memory=280759597081424 CPUtime=3408.25 cores=1,3
/proc/185396/task/185398/stat : 185398 (java) R 185389 185396 185303 0 -1 4194368 90919 0 0 0 340198 627 0 0 20 0 20 0 18247782 19566772224 543506 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 2974 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
[pid=185396/tid=185441] ppid=185389 vsize=19108176 memory=2174024 CPUtime=0 cores=1,3
/proc/185396/task/185441/stat : 185441 (Finalizer) S 185389 185396 185303 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18247786 19566772224 543506 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
[pid=185396/tid=185448] ppid=185389 vsize=19108176 memory=11360 CPUtime=0 cores=1,3
/proc/185396/task/185448/stat : 185448 (Common-Cleaner) S 185389 185396 185303 0 -1 1077936192 4140 0 0 0 0 0 0 0 20 0 20 0 18247787 19566772224 543506 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
[pid=185396/tid=185452] ppid=185389 vsize=19108176 memory=2174024 CPUtime=0 cores=1,3
/proc/185396/task/185452/stat : 185452 (Timer-0) S 185389 185396 185303 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18247802 19566772224 543506 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
Current children cumulated CPU time: 3429.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2174024 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.15 4.08 5/339 187624
/proc/meminfo: memFree=98390632/131524600 swapFree=131071472/131071996
[pid=185396] ppid=185389 vsize=19108176 memory=2174036 CPUtime=3489.93 cores=1,3
/proc/185396/stat : 185396 (java) S 185389 185396 185303 0 -1 1077936128 236571 0 0 0 348220 773 0 0 20 0 20 0 18247782 19566772224 543509 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
/proc/185396/statm: 4777044 543509 5880 1 0 556792 0
[pid=185396/tid=185398] ppid=185389 vsize=19108176 memory=2174024 CPUtime=3467.91 cores=1,3
/proc/185396/task/185398/stat : 185398 (java) R 185389 185396 185303 0 -1 4194368 92180 0 0 0 346155 636 0 0 20 0 20 0 18247782 19566772224 543509 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 2979 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
[pid=185396/tid=185441] ppid=185389 vsize=19108176 memory=2174024 CPUtime=0 cores=1,3
/proc/185396/task/185441/stat : 185441 (Finalizer) S 185389 185396 185303 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18247786 19566772224 543509 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
[pid=185396/tid=185448] ppid=185389 vsize=19108176 memory=5616 CPUtime=0 cores=1,3
/proc/185396/task/185448/stat : 185448 (Common-Cleaner) S 185389 185396 185303 0 -1 1077936192 4200 0 0 0 0 0 0 0 20 0 20 0 18247787 19566772224 543509 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
[pid=185396/tid=185452] ppid=185389 vsize=19108176 memory=2174028 CPUtime=0 cores=1,3
/proc/185396/task/185452/stat : 185452 (Timer-0) S 185389 185396 185303 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18247802 19566772224 543509 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
Current children cumulated CPU time: 3489.93 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2174036 KiB

[startup+3582.3 s]
/proc/loadavg: 4.15 4.15 4.09 5/339 187635
/proc/meminfo: memFree=98092856/131524600 swapFree=131071472/131071996
[pid=185396] ppid=185389 vsize=19108176 memory=2174036 CPUtime=3549.75 cores=1,3
/proc/185396/stat : 185396 (java) S 185389 185396 185303 0 -1 1077936128 237429 0 0 0 354192 783 0 0 20 0 20 0 18247782 19566772224 543509 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
/proc/185396/statm: 4777044 543509 5880 1 0 556792 0
[pid=185396/tid=185398] ppid=185389 vsize=19108176 memory=2174036 CPUtime=3527.7 cores=1,3
/proc/185396/task/185398/stat : 185398 (java) R 185389 185396 185303 0 -1 4194368 92936 0 0 0 352126 644 0 0 20 0 20 0 18247782 19566772224 543509 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 2983 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
[pid=185396/tid=185441] ppid=185389 vsize=19108176 memory=11360 CPUtime=0 cores=1,3
/proc/185396/task/185441/stat : 185441 (Finalizer) S 185389 185396 185303 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18247786 19566772224 543509 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
[pid=185396/tid=185448] ppid=185389 vsize=19108176 memory=2174036 CPUtime=0 cores=1,3
/proc/185396/task/185448/stat : 185448 (Common-Cleaner) S 185389 185396 185303 0 -1 1077936192 4287 0 0 0 0 0 0 0 20 0 20 0 18247787 19566772224 543509 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
[pid=185396/tid=185452] ppid=185389 vsize=19108176 memory=11360 CPUtime=0 cores=1,3
/proc/185396/task/185452/stat : 185452 (Timer-0) S 185389 185396 185303 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18247802 19566772224 543509 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
Current children cumulated CPU time: 3549.75 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2174036 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3633 s]*
/proc/loadavg: 4.30 4.19 4.10 5/340 187712
/proc/meminfo: memFree=106997288/131524600 swapFree=131071472/131071996
[pid=185396] ppid=185389 vsize=19108176 memory=2174036 CPUtime=3600.06 cores=1,3
/proc/185396/stat : 185396 (java) S 185389 185396 185303 0 -1 1077936128 239901 0 0 0 359215 791 0 0 20 0 20 0 18247782 19566772224 543509 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
/proc/185396/statm: 4777044 543509 5880 1 0 556792 0
[pid=185396/tid=185398] ppid=185389 vsize=19108176 memory=-8670947044243579580 CPUtime=3577.82 cores=1,3
/proc/185396/task/185398/stat : 185398 (java) R 185389 185396 185303 0 -1 4194368 93948 0 0 0 357131 651 0 0 20 0 20 0 18247782 19566772224 543509 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 2984 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
[pid=185396/tid=185441] ppid=185389 vsize=19108176 memory=-9175069827043992252 CPUtime=0 cores=1,3
/proc/185396/task/185441/stat : 185441 (Finalizer) S 185389 185396 185303 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18247786 19566772224 543509 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
[pid=185396/tid=185448] ppid=185389 vsize=19108176 memory=1040839 CPUtime=0 cores=1,3
/proc/185396/task/185448/stat : 185448 (Common-Cleaner) S 185389 185396 185303 0 -1 1077936192 4360 0 0 0 0 0 0 0 20 0 20 0 18247787 19566772224 543509 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
[pid=185396/tid=185452] ppid=185389 vsize=19108176 memory=198340509722 CPUtime=0 cores=1,3
/proc/185396/task/185452/stat : 185452 (Timer-0) S 185389 185396 185303 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18247802 19566772224 543509 134679101440 94773071572992 94773071576688 140731608728192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94773071584504 94773071585296 94773095579648 140731608736683 140731608736865 140731608736865 140731608743880 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2174036 KiB

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

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

# cumulated CPU time of all completed processes:  user=3592.28 s, system=7.93043 s

Solver just ended.
Dumping a history of the last processes samples

[startup+3633.6 s]
/proc/loadavg: 4.30 4.19 4.10 4/322 187715
/proc/meminfo: memFree=106955508/131524600 swapFree=131071472/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3634.4 s]
/proc/loadavg: 4.30 4.19 4.10 4/322 187715
/proc/meminfo: memFree=106925944/131524600 swapFree=131071472/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3634.8 s]
/proc/loadavg: 4.30 4.19 4.10 4/322 187715
/proc/meminfo: memFree=106925944/131524600 swapFree=131071472/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3635 s]*
/proc/loadavg: 4.27 4.18 4.10 4/322 187715
/proc/meminfo: memFree=106920792/131524600 swapFree=131071472/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): 3645.83
CPU time (s): 3600.21
CPU user time (s): 3592.28
CPU system time (s): 7.93043
CPU usage (%): 98.7487
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 2174860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.28
system time used= 7.93043
maximum resident set size= 2175900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 243272
page faults= 0
swaps= 0
block input operations= 0
block output operations= 7149368
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 112513
involuntary context switches= 16746


# summary of solver processes directly reported to runsolver:
#   pid: 185396
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3592.28
#   total CPU system time (s): 7.93043

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.96679 second user time and 18.3408 second system time

The end

Launcher Data

Begin job on nodeC025 at 2024-07-24 12:33:07
IDJOB=4443422
IDBENCH=147873
IDSOLVER=3079
FILE ID=nodeC025/4443422-1721817187
RUNJOBID= nodeC025-1721817187-185315
SLURM_JOB_ID= 7816884
Free space on /tmp= 890028 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/prestwich/armies/normalized-army12.21bt.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4443422-1721817187/watcher-4443422-1721817187 -o /tmp/evaluation-result-4443422-1721817187/solver-4443422-1721817187 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1721817187-185315 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4443422-1721817187 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4443422-1721817187.opb

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

MD5SUM BENCH= 8150ec280d22960cf2e4079d2206c8ae
RANDOM SEED=688180842

nodeC025.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		: 3573.082
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.51
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		: 3591.866
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.49
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		: 3588.807
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.51
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		: 3141.358
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.49
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		: 3624.114
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.51
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		: 3169.685
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.49
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		: 3290.244
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.51
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		: 3648.198
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        124691900 kB
MemAvailable:   129626384 kB
Buffers:          244036 kB
Cached:          5450500 kB
SwapCached:           20 kB
Active:          2476932 kB
Inactive:        3610356 kB
Active(anon):       1496 kB
Inactive(anon):   445200 kB
Active(file):    2475436 kB
Inactive(file):  3165156 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071472 kB
Dirty:              3372 kB
Writeback:             8 kB
AnonPages:        392708 kB
Mapped:           126696 kB
Shmem:             53908 kB
KReclaimable:     267428 kB
Slab:             392652 kB
SReclaimable:     267428 kB
SUnreclaim:       125224 kB
KernelStack:        3988 kB
PageTables:         9980 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    2823488 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            18048 kB
HardwareCorrupted:     0 kB
AnonHugePages:    251904 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:      377556 kB
DirectMap2M:    39241728 kB
DirectMap1G:    96468992 kB

Free space on /tmp at the end= 889980 MiB
End job on nodeC025 at 2024-07-24 13:33:53