Trace number 4432496

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution Default 2024-07-07? (TO) 3600.23 3573.02

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
Multihop/normalized-minisat50_6_9_5_mh.opb
MD5SUMf52c25e5aa8e0a6173f9b1fa92936824
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3766702
Best CPU time to get the best result obtained on this benchmark72001.2
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables250200
Total number of constraints605407
Number of constraints which are clauses477850
Number of constraints which are cardinality constraints (but not clauses)57
Number of constraints which are nor clauses,nor cardinality constraints127500
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 129800
Biggest coefficient in the objective function 170953875
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 73955175696
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 170953875
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 73955175696
Number of bits of the biggest sum of numbers37
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.13/0.12	--- Begin Solver configuration ---
0.13/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.12	Learn all clauses as in MiniSAT
0.13/0.12	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	No reason simplification
0.13/0.12	Glucose 2.1 dynamic restart strategy
0.13/0.12	Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.12	timeout=2147483s
0.13/0.12	DB Simplification allowed=false
0.13/0.12	Listener: none
0.13/0.12	--- End Solver configuration ---
0.13/0.12	c Pseudo Boolean Optimization by upper bound
0.13/0.12	c --- Begin Solver configuration ---
0.13/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.12	c Learn all clauses as in MiniSAT
0.13/0.12	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	c No reason simplification
0.13/0.12	c Glucose 2.1 dynamic restart strategy
0.13/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.12	c timeout=2147483s
0.13/0.12	c DB Simplification allowed=false
0.13/0.12	c Listener: none
0.13/0.12	c --- End Solver configuration ---
0.13/0.12	c solving HOME/instance-4432496-1721144986.opb
0.13/0.12	c reading problem ... 
0.13/0.12	c  objective function found
3.84/2.34	c ... done. Wall clock time 2.217s.
3.84/2.34	c declared #vars     250200
3.84/2.34	c #constraints  610314
3.84/2.34	c constraints type 
3.84/2.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 367550
3.84/2.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 57
3.84/2.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 121375
3.84/2.34	c org.sat4j.specs.Constr$1 => 3
3.84/2.34	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
3.84/2.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 121326
3.84/2.34	c 610314 constraints processed.
3.84/2.35	c objective function length is 129800 literals
51.94/49.46	c cleaning 2501 clauses out of 5002 with flag 26549/5002
75.63/72.75	c cleaning 4245 clauses out of 8499 with flag 59097/11000
103.00/99.94	c cleaning 5619 clauses out of 11254 with flag 115730/18000
128.35/124.73	c cleaning 6798 clauses out of 13637 with flag 188377/26002
153.27/149.43	c cleaning 7915 clauses out of 15838 with flag 269518/35001
198.54/194.58	c cleaning 8955 clauses out of 17922 with flag 327960/45000
244.22/239.88	c cleaning 9974 clauses out of 19967 with flag 402543/56000
283.84/278.76	c cleaning 10997 clauses out of 21994 with flag 510141/68001
323.98/317.87	c cleaning 11998 clauses out of 23996 with flag 581582/81000
373.65/367.19	c cleaning 12993 clauses out of 25999 with flag 672971/95001
420.84/413.72	c cleaning 14002 clauses out of 28007 with flag 777093/110002
534.67/527.31	c cleaning 14974 clauses out of 30003 with flag 910227/126000
600.75/592.65	c cleaning 16001 clauses out of 32029 with flag 1019759/143000
654.44/645.83	c cleaning 17008 clauses out of 34029 with flag 1154634/161001
719.89/710.72	c cleaning 17981 clauses out of 36022 with flag 1278475/180002
789.85/780.78	c cleaning 19017 clauses out of 38040 with flag 1402885/200001
865.73/855.23	c cleaning 20012 clauses out of 40024 with flag 1559291/221002
931.38/920.34	c cleaning 20991 clauses out of 42012 with flag 1708822/243002
987.25/975.53	c cleaning 21995 clauses out of 44019 with flag 1863714/266000
1046.65/1033.95	c cleaning 22990 clauses out of 46024 with flag 2023333/290000
1118.56/1105.36	c cleaning 24001 clauses out of 48037 with flag 2195640/315003
1167.09/1153.36	c cleaning 24994 clauses out of 50034 with flag 2388749/341001
1308.55/1294.80	c cleaning 25999 clauses out of 52039 with flag 2533566/368000
1386.60/1372.57	c cleaning 27001 clauses out of 54040 with flag 2739017/396000
1482.05/1466.93	c cleaning 28007 clauses out of 56039 with flag 2933112/425000
1588.62/1573.42	c cleaning 28997 clauses out of 58032 with flag 3122977/455000
1681.52/1665.79	c cleaning 30002 clauses out of 60035 with flag 3317025/486000
1806.37/1789.99	c cleaning 30974 clauses out of 62034 with flag 3517827/518001
1897.13/1878.89	c cleaning 32022 clauses out of 64059 with flag 3752995/551000
2002.31/1983.68	c cleaning 33010 clauses out of 66040 with flag 3973321/585003
2096.89/2077.88	c cleaning 34010 clauses out of 68027 with flag 4180958/620000
2193.89/2174.30	c cleaning 35010 clauses out of 70019 with flag 4403651/656002
2309.01/2288.30	c cleaning 35988 clauses out of 72007 with flag 4642716/693000
2446.30/2424.93	c cleaning 37000 clauses out of 74019 with flag 4881074/731000
2589.21/2567.47	c cleaning 37987 clauses out of 76019 with flag 5118086/770000
2690.70/2668.16	c cleaning 38982 clauses out of 78033 with flag 5398439/810001
2932.03/2907.85	c cleaning 40025 clauses out of 80054 with flag 5694478/851004
3134.36/3109.85	c cleaning 40999 clauses out of 82026 with flag 5984562/893001
3266.53/3241.84	c cleaning 42002 clauses out of 84029 with flag 6253012/936003
3382.85/3357.64	c cleaning 43009 clauses out of 86025 with flag 6527130/980001
3492.62/3467.45	c cleaning 43989 clauses out of 88016 with flag 6798999/1025001
3600.08/3572.91	c starts		: 1420
3600.08/3572.92	c conflicts		: 1064278
3600.08/3572.92	c decisions		: 5380905
3600.08/3572.92	c propagations		: 1648729638
3600.08/3572.92	c inspects		: 21992280035
3600.08/3572.92	c shortcuts		: 0
3600.08/3572.92	c learnt literals	: 0
3600.08/3572.92	c learnt binary clauses	: 89
3600.08/3572.92	c learnt ternary clauses	: 102
3600.08/3572.92	c learnt constraints	: 1064278
3600.08/3572.92	c ignored constraints	: 0
3600.08/3572.92	c root simplifications	: 0
3600.08/3572.92	c removed literals (reason simplification)	: 0
3600.08/3572.92	c reason swapping (by a shorter reason)	: 0
3600.08/3572.92	c Calls to reduceDB	: 41
3600.08/3572.92	c Number of update (reduction) of LBD	: 821007
3600.08/3572.92	c Imported unit clauses	: 0
3600.08/3572.92	c No decision after first conflict	: false
3600.08/3572.92	c number of reductions to clauses (during analyze)	: 0
3600.08/3572.92	c number of learned constraints concerned by reduction	: 0
3600.08/3572.92	c number of learning phase by resolution	: 0
3600.08/3572.92	c number of learning phase by cutting planes	: 0
3600.08/3572.92	c number of rounding to 1 operations	: 0
3600.08/3572.92	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3572.92	c number of reductions of the coefficients by power 2 	: 0
3600.08/3572.92	c number of right shift for reduction by power 2 	: 0
3600.08/3572.92	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3572.92	c number of ending skipping 	: 0
3600.08/3572.92	c number of internal skipping 	: 0
3600.08/3572.92	c number of derivation steps 	: 0
3600.08/3572.92	c number of skipped derivation steps 	: 0
3600.08/3572.92	c number of remaining unassigned 	: 0
3600.08/3572.92	c number of remaining assigned 	: 0
3600.08/3572.92	c number of falsified literals weakened from reason	: 0
3600.08/3572.92	c number of falsified literals weakened from conflict	: 0
3600.08/3572.92	c time for arithmetic operations	: 0
3600.08/3572.93	c minimum degree of deleted constraints	: null
3600.08/3572.93	c maximum degree of deleted constraints	: null
3600.08/3572.93	c number of deleted constraints	: 0
3600.08/3572.93	c speed (assignments/second)	: 461770.1771903021
3600.08/3572.93	c non guided choices	: 0
3600.08/3572.93	c timeout
3600.08/3572.98	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 83215
3600.08/3572.98	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 89
3600.08/3572.98	s UNKNOWN
3600.08/3572.98	c Total wall clock time (in seconds): 3572.858

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432496-1721144986/watcher-4432496-1721144986 -o /tmp/evaluation-result-4432496-1721144986/solver-4432496-1721144986 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1721137841-861882 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4432496-1721144986.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=866072, runsolver pid=866069

[startup+0.100207 s]*
/proc/loadavg: 4.14 4.24 4.25 5/328 866090
/proc/meminfo: memFree=109313144/131524600 swapFree=131071996/131071996
[pid=866072] ppid=866069 vsize=18975048 memory=63208 CPUtime=0.13 cores=5,7
/proc/866072/stat : 866072 (java) S 866069 866072 861869 0 -1 1077936128 7209 0 0 0 12 1 0 0 20 0 18 0 166669445 19430449152 15802 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
/proc/866072/statm: 4743762 15802 5663 1 0 549342 0
[pid=866072/tid=866074] ppid=866069 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/866072/task/866074/stat : 866074 (java) R 866069 866072 861869 0 -1 1078198336 5731 0 0 0 7 1 0 0 20 0 18 0 166669445 19430449152 15802 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
[pid=866072/tid=866083] ppid=866069 vsize=18975048 memory=237146210664 CPUtime=0 cores=5,7
/proc/866072/task/866083/stat : 866083 (Finalizer) S 866069 866072 861869 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 166669447 19430449152 15802 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
[pid=866072/tid=866090] ppid=866069 vsize=18975048 memory=14971178779437607 CPUtime=0 cores=5,7
/proc/866072/task/866090/stat : 866090 (Common-Cleaner) S 866069 866072 861869 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 166669448 19430449152 15802 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63208 KiB

[startup+0.206789 s]*
/proc/loadavg: 4.14 4.24 4.25 7/328 866090
/proc/meminfo: memFree=109282632/131524600 swapFree=131071996/131071996
[pid=866072] ppid=866069 vsize=18975048 memory=94356 CPUtime=0.33 cores=5,7
/proc/866072/stat : 866072 (java) S 866069 866072 861869 0 -1 1077936128 9515 0 0 0 31 2 0 0 20 0 18 0 166669445 19430449152 23589 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
/proc/866072/statm: 4743762 23589 5813 1 0 550875 0
[pid=866072/tid=866074] ppid=866069 vsize=18975048 memory=4782652875487838339 CPUtime=0.17 cores=5,7
/proc/866072/task/866074/stat : 866074 (java) R 866069 866072 861869 0 -1 4194368 5859 0 0 0 16 1 0 0 20 0 18 0 166669445 19430449152 23589 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
[pid=866072/tid=866083] ppid=866069 vsize=18975048 memory=15997 CPUtime=0 cores=5,7
/proc/866072/task/866083/stat : 866083 (Finalizer) S 866069 866072 861869 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 166669447 19430449152 23589 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
[pid=866072/tid=866090] ppid=866069 vsize=18975048 memory=14689703802701563 CPUtime=0 cores=5,7
/proc/866072/task/866090/stat : 866090 (Common-Cleaner) S 866069 866072 861869 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 166669448 19430449152 23589 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 94356 KiB

[startup+0.306788 s]*
/proc/loadavg: 4.14 4.24 4.25 7/328 866090
/proc/meminfo: memFree=109247372/131524600 swapFree=131071996/131071996
[pid=866072] ppid=866069 vsize=18975048 memory=128560 CPUtime=0.52 cores=5,7
/proc/866072/stat : 866072 (java) S 866069 866072 861869 0 -1 1077936128 9942 0 0 0 49 3 0 0 20 0 18 0 166669445 19430449152 32140 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
/proc/866072/statm: 4743762 32140 5813 1 0 551151 0
[pid=866072/tid=866074] ppid=866069 vsize=18975048 memory=-8527401407518974652 CPUtime=0.27 cores=5,7
/proc/866072/task/866074/stat : 866074 (java) R 866069 866072 861869 0 -1 4194368 5878 0 0 0 25 2 0 0 20 0 18 0 166669445 19430449152 32140 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
[pid=866072/tid=866083] ppid=866069 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/866072/task/866083/stat : 866083 (Finalizer) S 866069 866072 861869 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 166669447 19430449152 32140 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
[pid=866072/tid=866090] ppid=866069 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/866072/task/866090/stat : 866090 (Common-Cleaner) S 866069 866072 861869 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 166669448 19430449152 32140 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 128560 KiB

[startup+0.700231 s]
/proc/loadavg: 4.14 4.24 4.25 8/329 866091
/proc/meminfo: memFree=109176744/131524600 swapFree=131071996/131071996
[pid=866072] ppid=866069 vsize=19041612 memory=214156 CPUtime=1.26 cores=5,7
/proc/866072/stat : 866072 (java) S 866069 866072 861869 0 -1 1077936128 10445 0 0 0 121 5 0 0 20 0 19 0 166669445 19498610688 53539 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
/proc/866072/statm: 4760403 53539 5829 1 0 551532 0
[pid=866072/tid=866074] ppid=866069 vsize=19041612 memory=5472 CPUtime=0.56 cores=5,7
/proc/866072/task/866074/stat : 866074 (java) R 866069 866072 861869 0 -1 4194368 5963 0 0 0 53 3 0 0 20 0 19 0 166669445 19498610688 53539 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
[pid=866072/tid=866083] ppid=866069 vsize=19041612 memory=13184 CPUtime=0 cores=5,7
/proc/866072/task/866083/stat : 866083 (Finalizer) S 866069 866072 861869 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 166669447 19498610688 53539 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
[pid=866072/tid=866090] ppid=866069 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/866072/task/866090/stat : 866090 (Common-Cleaner) S 866069 866072 861869 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 166669448 19498610688 53539 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 214156 KiB

[startup+1.50079 s]
/proc/loadavg: 4.14 4.24 4.25 7/329 866091
/proc/meminfo: memFree=109122096/131524600 swapFree=131071996/131071996
[pid=866072] ppid=866069 vsize=19041612 memory=480468 CPUtime=2.79 cores=5,7
/proc/866072/stat : 866072 (java) S 866069 866072 861869 0 -1 1077936128 20511 0 0 0 267 12 0 0 20 0 19 0 166669445 19498610688 120117 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
/proc/866072/statm: 4760403 120117 5876 1 0 1091966 0
[pid=866072/tid=866074] ppid=866069 vsize=19041612 memory=13184 CPUtime=1.24 cores=5,7
/proc/866072/task/866074/stat : 866074 (java) R 866069 866072 861869 0 -1 4194368 6071 0 0 0 117 7 0 0 20 0 19 0 166669445 19498610688 120117 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
[pid=866072/tid=866083] ppid=866069 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/866072/task/866083/stat : 866083 (Finalizer) S 866069 866072 861869 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 166669447 19498610688 120117 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
[pid=866072/tid=866090] ppid=866069 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/866072/task/866090/stat : 866090 (Common-Cleaner) S 866069 866072 861869 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 166669448 19498610688 120117 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
Current children cumulated CPU time: 2.79 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 480468 KiB

[startup+3.10579 s]
/proc/loadavg: 4.14 4.24 4.25 6/330 866092
/proc/meminfo: memFree=108497596/131524600 swapFree=131071996/131071996
[pid=866072] ppid=866069 vsize=19108176 memory=877192 CPUtime=5.37 cores=5,7
/proc/866072/stat : 866072 (java) S 866069 866072 861869 0 -1 1077936128 22199 0 0 0 516 21 0 0 20 0 20 0 166669445 19566772224 219298 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
/proc/866072/statm: 4777044 219298 5914 1 0 1691977 0
[pid=866072/tid=866074] ppid=866069 vsize=19108176 memory=0 CPUtime=2.64 cores=5,7
/proc/866072/task/866074/stat : 866074 (java) R 866069 866072 861869 0 -1 4194368 6436 0 0 0 251 13 0 0 20 0 20 0 166669445 19566772224 219298 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
[pid=866072/tid=866083] ppid=866069 vsize=19108176 memory=13184 CPUtime=0 cores=5,7
/proc/866072/task/866083/stat : 866083 (Finalizer) S 866069 866072 861869 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 166669447 19566772224 219298 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
[pid=866072/tid=866090] ppid=866069 vsize=19108176 memory=511520 CPUtime=0 cores=5,7
/proc/866072/task/866090/stat : 866090 (Common-Cleaner) S 866069 866072 861869 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 166669448 19566772224 219298 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
[pid=866072/tid=866092] ppid=866069 vsize=19108176 memory=33 CPUtime=0 cores=5,7
/proc/866072/task/866092/stat : 866092 (Timer-0) S 866069 866072 861869 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 166669692 19566772224 219298 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
Current children cumulated CPU time: 5.37 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 877192 KiB

[startup+6.30077 s]
/proc/loadavg: 4.13 4.24 4.25 5/330 866094
/proc/meminfo: memFree=108503308/131524600 swapFree=131071996/131071996
[pid=866072] ppid=866069 vsize=19108176 memory=871248 CPUtime=8.81 cores=5,7
/proc/866072/stat : 866072 (java) S 866069 866072 861869 0 -1 1077936128 22276 0 0 0 860 21 0 0 20 0 20 0 166669445 19566772224 217812 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
/proc/866072/statm: 4777044 217812 5914 1 0 1691980 0
[pid=866072/tid=866074] ppid=866069 vsize=19108176 memory=0 CPUtime=5.81 cores=5,7
/proc/866072/task/866074/stat : 866074 (java) R 866069 866072 861869 0 -1 4194368 6456 0 0 0 568 13 0 0 20 0 20 0 166669445 19566772224 217812 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
[pid=866072/tid=866083] ppid=866069 vsize=19108176 memory=13184 CPUtime=0 cores=5,7
/proc/866072/task/866083/stat : 866083 (Finalizer) S 866069 866072 861869 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 166669447 19566772224 217812 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
[pid=866072/tid=866090] ppid=866069 vsize=19108176 memory=877716 CPUtime=0 cores=5,7
/proc/866072/task/866090/stat : 866090 (Common-Cleaner) S 866069 866072 861869 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 166669448 19566772224 217812 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
[pid=866072/tid=866092] ppid=866069 vsize=19108176 memory=11588 CPUtime=0 cores=5,7
/proc/866072/task/866092/stat : 866092 (Timer-0) S 866069 866072 861869 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 166669692 19566772224 217812 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
Current children cumulated CPU time: 8.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 871248 KiB

[startup+12.7003 s]
/proc/loadavg: 4.12 4.23 4.25 5/330 866094
/proc/meminfo: memFree=108503224/131524600 swapFree=131071996/131071996
[pid=866072] ppid=866069 vsize=19108176 memory=871500 CPUtime=15.24 cores=5,7
/proc/866072/stat : 866072 (java) S 866069 866072 861869 0 -1 1077936128 24172 0 0 0 1502 22 0 0 20 0 20 0 166669445 19566772224 217875 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
/proc/866072/statm: 4777044 217875 5914 1 0 1691980 0
[pid=866072/tid=866074] ppid=866069 vsize=19108176 memory=-8527401407518974652 CPUtime=12.18 cores=5,7
/proc/866072/task/866074/stat : 866074 (java) R 866069 866072 861869 0 -1 4194368 6843 0 0 0 1204 14 0 0 20 0 20 0 166669445 19566772224 217875 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
[pid=866072/tid=866083] ppid=866069 vsize=19108176 memory=871500 CPUtime=0 cores=5,7
/proc/866072/task/866083/stat : 866083 (Finalizer) S 866069 866072 861869 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 166669447 19566772224 217875 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
[pid=866072/tid=866090] ppid=866069 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/866072/task/866090/stat : 866090 (Common-Cleaner) S 866069 866072 861869 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 166669448 19566772224 217875 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
[pid=866072/tid=866092] ppid=866069 vsize=19108176 memory=13184 CPUtime=0 cores=5,7
/proc/866072/task/866092/stat : 866092 (Timer-0) S 866069 866072 861869 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 166669692 19566772224 217875 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
Current children cumulated CPU time: 15.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 871500 KiB

[startup+25.5003 s]
/proc/loadavg: 4.39 4.29 4.27 5/332 866237
/proc/meminfo: memFree=126170744/131524600 swapFree=131071996/131071996
[pid=866072] ppid=866069 vsize=19108176 memory=871688 CPUtime=28.03 cores=5,7
/proc/866072/stat : 866072 (java) S 866069 866072 861869 0 -1 1077936128 25034 0 0 0 2781 22 0 0 20 0 20 0 166669445 19566772224 217922 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
/proc/866072/statm: 4777044 217922 5914 1 0 1691980 0
[pid=866072/tid=866074] ppid=866069 vsize=19108176 memory=41544 CPUtime=24.96 cores=5,7
/proc/866072/task/866074/stat : 866074 (java) R 866069 866072 861869 0 -1 4194368 7223 0 0 0 2482 14 0 0 20 0 20 0 166669445 19566772224 217922 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
[pid=866072/tid=866083] ppid=866069 vsize=19108176 memory=871500 CPUtime=0 cores=5,7
/proc/866072/task/866083/stat : 866083 (Finalizer) S 866069 866072 861869 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 166669447 19566772224 217922 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
[pid=866072/tid=866090] ppid=866069 vsize=19108176 memory=2476 CPUtime=0 cores=5,7
/proc/866072/task/866090/stat : 866090 (Common-Cleaner) S 866069 866072 861869 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 166669448 19566772224 217922 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
[pid=866072/tid=866092] ppid=866069 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/866072/task/866092/stat : 866092 (Timer-0) S 866069 866072 861869 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 166669692 19566772224 217922 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
Current children cumulated CPU time: 28.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 871688 KiB

[startup+51.106 s]
/proc/loadavg: 4.32 4.28 4.27 6/333 866309
/proc/meminfo: memFree=125318372/131524600 swapFree=131071996/131071996
[pid=866072] ppid=866069 vsize=19108176 memory=868540 CPUtime=53.95 cores=5,7
/proc/866072/stat : 866072 (java) S 866069 866072 861869 0 -1 1077936128 36673 0 0 0 5370 25 0 0 20 0 20 0 166669445 19566772224 217135 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
/proc/866072/statm: 4777044 217135 5930 1 0 1692073 0
[pid=866072/tid=866074] ppid=866069 vsize=19108176 memory=871712 CPUtime=50.5 cores=5,7
/proc/866072/task/866074/stat : 866074 (java) R 866069 866072 861869 0 -1 4194368 9480 0 0 0 5036 14 0 0 20 0 20 0 166669445 19566772224 217135 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
[pid=866072/tid=866083] ppid=866069 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/866072/task/866083/stat : 866083 (Finalizer) S 866069 866072 861869 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 166669447 19566772224 217135 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
[pid=866072/tid=866090] ppid=866069 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/866072/task/866090/stat : 866090 (Common-Cleaner) S 866069 866072 861869 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 166669448 19566772224 217135 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
[pid=866072/tid=866092] ppid=866069 vsize=19108176 memory=871692 CPUtime=0 cores=5,7
/proc/866072/task/866092/stat : 866092 (Timer-0) S 866069 866072 861869 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 166669692 19566772224 217135 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0

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

/proc/866072/task/866083/stat : 866083 (Finalizer) S 866069 866072 861869 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 166669447 19566772224 1954084 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
[pid=866072/tid=866090] ppid=866069 vsize=19108176 memory=7816336 CPUtime=0 cores=5,7
/proc/866072/task/866090/stat : 866090 (Common-Cleaner) S 866069 866072 861869 0 -1 1077936192 1758 0 0 0 0 0 0 0 20 0 20 0 166669448 19566772224 1954084 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
[pid=866072/tid=866092] ppid=866069 vsize=19108176 memory=7816336 CPUtime=0 cores=5,7
/proc/866072/task/866092/stat : 866092 (Timer-0) S 866069 866072 861869 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 166669692 19566772224 1954084 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
Current children cumulated CPU time: 3187.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7816336 KiB

[startup+3222.3 s]
/proc/loadavg: 4.11 4.14 4.17 6/335 868076
/proc/meminfo: memFree=109099492/131524600 swapFree=131071996/131071996
[pid=866072] ppid=866069 vsize=19108176 memory=7816336 CPUtime=3247.11 cores=5,7
/proc/866072/stat : 866072 (java) S 866069 866072 861869 0 -1 1077936128 287093 0 0 0 324425 286 0 0 20 0 20 0 166669445 19566772224 1954084 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
/proc/866072/statm: 4777044 1954084 5946 1 0 2260115 0
[pid=866072/tid=866074] ppid=866069 vsize=19108176 memory=7816336 CPUtime=3185.85 cores=5,7
/proc/866072/task/866074/stat : 866074 (java) R 866069 866072 861869 0 -1 4194368 72211 0 0 0 318542 43 0 0 20 0 20 0 166669445 19566772224 1954084 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
[pid=866072/tid=866083] ppid=866069 vsize=19108176 memory=7816336 CPUtime=0 cores=5,7
/proc/866072/task/866083/stat : 866083 (Finalizer) S 866069 866072 861869 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 166669447 19566772224 1954084 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
[pid=866072/tid=866090] ppid=866069 vsize=19108176 memory=11588 CPUtime=0 cores=5,7
/proc/866072/task/866090/stat : 866090 (Common-Cleaner) S 866069 866072 861869 0 -1 1077936192 1758 0 0 0 0 0 0 0 20 0 20 0 166669448 19566772224 1954084 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
[pid=866072/tid=866092] ppid=866069 vsize=19108176 memory=7816336 CPUtime=0 cores=5,7
/proc/866072/task/866092/stat : 866092 (Timer-0) S 866069 866072 861869 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 166669692 19566772224 1954084 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
Current children cumulated CPU time: 3247.11 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7816336 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.13 4.16 6/336 868088
/proc/meminfo: memFree=109096508/131524600 swapFree=131071996/131071996
[pid=866072] ppid=866069 vsize=19108176 memory=7816336 CPUtime=3307.2 cores=5,7
/proc/866072/stat : 866072 (java) S 866069 866072 861869 0 -1 1077936128 287563 0 0 0 330432 288 0 0 20 0 20 0 166669445 19566772224 1954084 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
/proc/866072/statm: 4777044 1954084 5946 1 0 2260115 0
[pid=866072/tid=866074] ppid=866069 vsize=19108176 memory=7816336 CPUtime=3245.43 cores=5,7
/proc/866072/task/866074/stat : 866074 (java) R 866069 866072 861869 0 -1 4194368 72508 0 0 0 324499 44 0 0 20 0 20 0 166669445 19566772224 1954084 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
[pid=866072/tid=866083] ppid=866069 vsize=19108176 memory=7816336 CPUtime=0 cores=5,7
/proc/866072/task/866083/stat : 866083 (Finalizer) S 866069 866072 861869 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 166669447 19566772224 1954084 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
[pid=866072/tid=866090] ppid=866069 vsize=19108176 memory=11588 CPUtime=0 cores=5,7
/proc/866072/task/866090/stat : 866090 (Common-Cleaner) S 866069 866072 861869 0 -1 1077936192 1758 0 0 0 0 0 0 0 20 0 20 0 166669448 19566772224 1954084 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
[pid=866072/tid=866092] ppid=866069 vsize=19108176 memory=7816336 CPUtime=0 cores=5,7
/proc/866072/task/866092/stat : 866092 (Timer-0) S 866069 866072 861869 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 166669692 19566772224 1954084 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
Current children cumulated CPU time: 3307.2 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7816336 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.12 4.16 6/334 868098
/proc/meminfo: memFree=109095864/131524600 swapFree=131071996/131071996
[pid=866072] ppid=866069 vsize=19108176 memory=7816336 CPUtime=3367.63 cores=5,7
/proc/866072/stat : 866072 (java) S 866069 866072 861869 0 -1 1077936128 291562 0 0 0 336473 290 0 0 20 0 20 0 166669445 19566772224 1954084 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
/proc/866072/statm: 4777044 1954084 5946 1 0 2260115 0
[pid=866072/tid=866074] ppid=866069 vsize=19108176 memory=7816336 CPUtime=3304.51 cores=5,7
/proc/866072/task/866074/stat : 866074 (java) R 866069 866072 861869 0 -1 4194368 73147 0 0 0 330407 44 0 0 20 0 20 0 166669445 19566772224 1954084 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
[pid=866072/tid=866083] ppid=866069 vsize=19108176 memory=7816336 CPUtime=0 cores=5,7
/proc/866072/task/866083/stat : 866083 (Finalizer) S 866069 866072 861869 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 166669447 19566772224 1954084 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
[pid=866072/tid=866090] ppid=866069 vsize=19108176 memory=7816336 CPUtime=0 cores=5,7
/proc/866072/task/866090/stat : 866090 (Common-Cleaner) S 866069 866072 861869 0 -1 1077936192 1835 0 0 0 0 0 0 0 20 0 20 0 166669448 19566772224 1954084 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
[pid=866072/tid=866092] ppid=866069 vsize=19108176 memory=7816336 CPUtime=0 cores=5,7
/proc/866072/task/866092/stat : 866092 (Timer-0) S 866069 866072 861869 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 166669692 19566772224 1954084 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
Current children cumulated CPU time: 3367.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7816336 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.13 4.16 6/334 868108
/proc/meminfo: memFree=109092988/131524600 swapFree=131071996/131071996
[pid=866072] ppid=866069 vsize=19108176 memory=7816336 CPUtime=3427.72 cores=5,7
/proc/866072/stat : 866072 (java) S 866069 866072 861869 0 -1 1077936128 292213 0 0 0 342480 292 0 0 20 0 20 0 166669445 19566772224 1954084 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
/proc/866072/statm: 4777044 1954084 5946 1 0 2260115 0
[pid=866072/tid=866074] ppid=866069 vsize=19108176 memory=7816336 CPUtime=3364.09 cores=5,7
/proc/866072/task/866074/stat : 866074 (java) R 866069 866072 861869 0 -1 4194368 73725 0 0 0 336365 44 0 0 20 0 20 0 166669445 19566772224 1954084 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
[pid=866072/tid=866083] ppid=866069 vsize=19108176 memory=7816336 CPUtime=0 cores=5,7
/proc/866072/task/866083/stat : 866083 (Finalizer) S 866069 866072 861869 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 166669447 19566772224 1954084 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
[pid=866072/tid=866090] ppid=866069 vsize=19108176 memory=1928 CPUtime=0 cores=5,7
/proc/866072/task/866090/stat : 866090 (Common-Cleaner) S 866069 866072 861869 0 -1 1077936192 1835 0 0 0 0 0 0 0 20 0 20 0 166669448 19566772224 1954084 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
[pid=866072/tid=866092] ppid=866069 vsize=19108176 memory=11588 CPUtime=0 cores=5,7
/proc/866072/task/866092/stat : 866092 (Timer-0) S 866069 866072 861869 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 166669692 19566772224 1954084 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
Current children cumulated CPU time: 3427.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7816336 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.11 4.15 5/334 868119
/proc/meminfo: memFree=108793460/131524600 swapFree=131071996/131071996
[pid=866072] ppid=866069 vsize=19108176 memory=7816360 CPUtime=3487.56 cores=5,7
/proc/866072/stat : 866072 (java) S 866069 866072 861869 0 -1 1077936128 292517 0 0 0 348462 294 0 0 20 0 20 0 166669445 19566772224 1954090 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
/proc/866072/statm: 4777044 1954090 5946 1 0 2260115 0
[pid=866072/tid=866074] ppid=866069 vsize=19108176 memory=7816336 CPUtime=3423.29 cores=5,7
/proc/866072/task/866074/stat : 866074 (java) R 866069 866072 861869 0 -1 4194368 73905 0 0 0 342285 44 0 0 20 0 20 0 166669445 19566772224 1954090 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
[pid=866072/tid=866083] ppid=866069 vsize=19108176 memory=7816336 CPUtime=0 cores=5,7
/proc/866072/task/866083/stat : 866083 (Finalizer) S 866069 866072 861869 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 166669447 19566772224 1954090 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
[pid=866072/tid=866090] ppid=866069 vsize=19108176 memory=5472 CPUtime=0 cores=5,7
/proc/866072/task/866090/stat : 866090 (Common-Cleaner) S 866069 866072 861869 0 -1 1077936192 1836 0 0 0 0 0 0 0 20 0 20 0 166669448 19566772224 1954090 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
[pid=866072/tid=866092] ppid=866069 vsize=19108176 memory=7816360 CPUtime=0 cores=5,7
/proc/866072/task/866092/stat : 866092 (Timer-0) S 866069 866072 861869 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 166669692 19566772224 1954090 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
Current children cumulated CPU time: 3487.56 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7816360 KiB

[startup+3522.3 s]
/proc/loadavg: 3.70 4.01 4.11 4/305 868164
/proc/meminfo: memFree=113000696/131524600 swapFree=131071996/131071996
[pid=866072] ppid=866069 vsize=19108176 memory=7904424 CPUtime=3547.91 cores=5,7
/proc/866072/stat : 866072 (java) S 866069 866072 861869 0 -1 1077936128 293321 0 0 0 354493 298 0 0 20 0 20 0 166669445 19566772224 1976106 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
/proc/866072/statm: 4777044 1976106 5946 1 0 2260115 0
[pid=866072/tid=866074] ppid=866069 vsize=19108176 memory=5472 CPUtime=3482.48 cores=5,7
/proc/866072/task/866074/stat : 866074 (java) R 866069 866072 861869 0 -1 4194368 74460 0 0 0 348204 44 0 0 20 0 20 0 166669445 19566772224 1976106 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
[pid=866072/tid=866083] ppid=866069 vsize=19108176 memory=7816360 CPUtime=0 cores=5,7
/proc/866072/task/866083/stat : 866083 (Finalizer) S 866069 866072 861869 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 166669447 19566772224 1976106 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
[pid=866072/tid=866090] ppid=866069 vsize=19108176 memory=41544 CPUtime=0 cores=5,7
/proc/866072/task/866090/stat : 866090 (Common-Cleaner) S 866069 866072 861869 0 -1 1077936192 1836 0 0 0 0 0 0 0 20 0 20 0 166669448 19566772224 1976106 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
[pid=866072/tid=866092] ppid=866069 vsize=19108176 memory=11588 CPUtime=0 cores=5,7
/proc/866072/task/866092/stat : 866092 (Timer-0) S 866069 866072 861869 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 166669692 19566772224 1976106 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
Current children cumulated CPU time: 3547.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7904424 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3572.9 s]
/proc/loadavg: 3.38 3.87 4.06 4/304 868172
/proc/meminfo: memFree=112651840/131524600 swapFree=131071996/131071996
[pid=866072] ppid=866069 vsize=19108176 memory=8256260 CPUtime=3600.08 cores=5,7
/proc/866072/stat : 866072 (java) S 866069 866072 861869 0 -1 1077936128 315239 0 0 0 359698 310 0 0 20 0 20 0 166669445 19566772224 2064065 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
/proc/866072/statm: 4777044 2064065 5946 1 0 2537033 0
[pid=866072/tid=866074] ppid=866069 vsize=19108176 memory=5472 CPUtime=3532.43 cores=5,7
/proc/866072/task/866074/stat : 866074 (java) R 866069 866072 861869 0 -1 4194368 79960 0 0 0 353195 48 0 0 20 0 20 0 166669445 19566772224 2064065 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
[pid=866072/tid=866083] ppid=866069 vsize=19108176 memory=1976 CPUtime=0 cores=5,7
/proc/866072/task/866083/stat : 866083 (Finalizer) S 866069 866072 861869 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 166669447 19566772224 2064065 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
[pid=866072/tid=866090] ppid=866069 vsize=19108176 memory=8250116 CPUtime=0 cores=5,7
/proc/866072/task/866090/stat : 866090 (Common-Cleaner) S 866069 866072 861869 0 -1 1077936192 1837 0 0 0 0 0 0 0 20 0 20 0 166669448 19566772224 2064065 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
[pid=866072/tid=866092] ppid=866069 vsize=19108176 memory=33736 CPUtime=0 cores=5,7
/proc/866072/task/866092/stat : 866092 (Timer-0) S 866069 866072 861869 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 166669692 19566772224 2064065 134679101440 94039823245312 94039823249008 140728947423840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94039823256824 94039823257616 94039840210944 140728947430407 140728947430497 140728947430497 140728947437512 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8256260 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.1 s, system=3.1313 s

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

[startup+3573 s]*
/proc/loadavg: 3.38 3.87 4.06 4/286 868175
/proc/meminfo: memFree=120654300/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): 3573.02
CPU time (s): 3600.23
CPU user time (s): 3597.1
CPU system time (s): 3.1313
CPU usage (%): 100.762
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 8256260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.1
system time used= 3.1313
maximum resident set size= 8266148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 317020
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3472
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 116205
involuntary context switches= 10216


# summary of solver processes directly reported to runsolver:
#   pid: 866072
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3597.1
#   total CPU system time (s): 3.1313

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.85736 second user time and 18.2555 second system time

The end

Launcher Data

Begin job on nodeC035 at 2024-07-16 17:49:58
IDJOB=4432496
IDBENCH=155654
IDSOLVER=3058
FILE ID=nodeC035/4432496-1721144986
RUNJOBID= nodeC035-1721137841-861882
SLURM_JOB_ID= 7505712
Free space on /tmp= 890012 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Multihop/normalized-minisat50_6_9_5_mh.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432496-1721144986/watcher-4432496-1721144986 -o /tmp/evaluation-result-4432496-1721144986/solver-4432496-1721144986 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1721137841-861882 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4432496-1721144986.opb

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

MD5SUM BENCH= f52c25e5aa8e0a6173f9b1fa92936824
RANDOM SEED=807665936

nodeC035.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		: 3600.076
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.65
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		: 3687.590
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.79
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		: 3678.960
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.65
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		: 3627.226
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.79
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		: 3679.357
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.65
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		: 3687.563
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.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.896
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.65
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		: 3653.050
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.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        109355020 kB
MemAvailable:   110055524 kB
Buffers:          401176 kB
Cached:          1136100 kB
SwapCached:            0 kB
Active:           746752 kB
Inactive:       20784940 kB
Active(anon):       1536 kB
Inactive(anon): 20030964 kB
Active(file):     745216 kB
Inactive(file):   753976 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             26464 kB
Writeback:           108 kB
AnonPages:      19994784 kB
Mapped:           125016 kB
Shmem:             37724 kB
KReclaimable:      82268 kB
Slab:             187668 kB
SReclaimable:      82268 kB
SUnreclaim:       105400 kB
KernelStack:        4976 kB
PageTables:        49324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   30091636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            64288 kB
HardwareCorrupted:     0 kB
AnonHugePages:  19587072 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:      199380 kB
DirectMap2M:    18448384 kB
DirectMap1G:    117440512 kB

Free space on /tmp at the end= 889988 MiB
End job on nodeC035 at 2024-07-16 18:49:32