Trace number 4440415

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2024 2024-07-07? (TO) 3600.65 2712.03

General information on the benchmark

NamePB24/normalized-PB09/OPT-LIN/aries-da_nrp/
normalized-aries-da_network_2000_5__647_1792__512.opb
MD5SUM40351a18114e83e0c165271c5d48a38f
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 benchmark74222
Best CPU time to get the best result obtained on this benchmark3600.84
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5121998
Total number of constraints12000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)10002
Number of constraints which are nor clauses,nor cardinality constraints1998
Minimum length of a constraint512
Maximum length of a constraint22529
Number of terms in the objective function 5120000
Biggest coefficient in the objective function 130539
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 177420790272
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 130539
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 177420790272
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.13	c See www.sat4j.org for details.
0.11/0.14	c version CUSTOM.v20240707
0.11/0.16	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.16	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.16	c java.vm.version	22.0.1+8-16
0.11/0.16	c java.vm.vendor	Oracle Corporation
0.11/0.16	c sun.arch.data.model	64
0.11/0.16	c java.version		22.0.1
0.11/0.16	c os.name		Linux
0.11/0.16	c os.version		4.18.0-301.1.el8.x86_64
0.11/0.16	c os.arch		amd64
0.11/0.17	c Free memory 		2113181440
0.11/0.17	c Max memory 		16282288128
0.11/0.17	c Total memory 		2122317824
0.11/0.18	c Number of processors 	2
0.26/0.27	--- Begin Solver configuration ---
0.26/0.27	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.26/0.27	Learn all clauses as in MiniSAT
0.26/0.27	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.26/0.27	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.26/0.27	Expensive reason simplification
0.26/0.27	Glucose 2.1 dynamic restart strategy
0.26/0.27	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.26/0.27	timeout=2147483s
0.26/0.27	DB Simplification allowed=false
0.26/0.27	Listener: none
0.26/0.27	--- End Solver configuration ---
0.26/0.27	c Pseudo Boolean Optimization by upper bound
0.26/0.27	c --- Begin Solver configuration ---
0.26/0.27	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.26/0.27	c Learn all clauses as in MiniSAT
0.26/0.27	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.26/0.27	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.26/0.27	c Expensive reason simplification
0.26/0.27	c Glucose 2.1 dynamic restart strategy
0.26/0.27	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.26/0.27	c timeout=2147483s
0.26/0.27	c DB Simplification allowed=false
0.26/0.27	c Listener: none
0.26/0.27	c --- End Solver configuration ---
0.26/0.27	c solving HOME/instance-4440415-1721820325.opb
0.26/0.27	c reading problem ... 
0.26/0.28	c using VERIPB proof format
0.39/0.33	c  objective function found
104.72/92.63	c ... done. Wall clock time 92.354s.
104.72/92.63	c declared #vars     5121998
104.72/92.63	c #constraints  14000
104.72/92.63	c constraints type 
104.72/92.63	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 10002
104.72/92.63	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3996
104.72/92.63	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
104.72/92.63	c 14000 constraints processed.
104.72/92.65	c objective function length is 5120000 literals
152.41/134.02	c cleaning 2559 clauses out of 5120 with flag 10241/5120
198.74/177.07	c cleaning 4352 clauses out of 8705 with flag 22529/11264
260.37/229.76	c cleaning 5760 clauses out of 11521 with flag 36865/18432
331.51/285.87	c cleaning 6720 clauses out of 13441 with flag 52225/26112
408.66/351.09	c cleaning 7968 clauses out of 15937 with flag 70657/35328
484.05/423.38	c cleaning 8848 clauses out of 17697 with flag 90113/45056
581.09/512.76	c cleaning 10056 clauses out of 20113 with flag 112641/56320
684.61/601.97	c cleaning 10916 clauses out of 21833 with flag 136193/68096
798.19/699.20	c cleaning 12114 clauses out of 24229 with flag 162817/81408
914.27/797.80	c cleaning 12969 clauses out of 25939 with flag 190465/95232
1043.23/906.68	c cleaning 13908 clauses out of 27818 with flag 220161/110080
1210.95/1039.63	c cleaning 15146 clauses out of 30294 with flag 252929/126464
1370.72/1171.00	c cleaning 16021 clauses out of 32044 with flag 286721/143360
1551.76/1309.67	c cleaning 16971 clauses out of 33943 with flag 322561/161280
1746.82/1446.00	c cleaning 17957 clauses out of 35916 with flag 360449/180224
1955.36/1601.45	c cleaning 18963 clauses out of 37927 with flag 400385/200192
2181.47/1757.14	c cleaning 19977 clauses out of 39956 with flag 442369/221184
2434.20/1931.50	c cleaning 20997 clauses out of 41995 with flag 486401/243200
2756.01/2166.56	c cleaning 21917 clauses out of 43833 with flag 532179/266035
3030.22/2350.00	c cleaning 23059 clauses out of 46125 with flag 580620/290244
3362.17/2554.53	c cleaning 24096 clauses out of 48200 with flag 630888/315378
3600.18/2711.28	c starts		: 3
3600.18/2711.28	c conflicts		: 335637
3600.18/2711.28	c decisions		: 15565392
3600.18/2711.28	c propagations		: 101378278
3600.18/2711.28	c inspects		: 365105678
3600.18/2711.28	c shortcuts		: 0
3600.18/2711.28	c learnt literals	: 0
3600.18/2711.28	c learnt binary clauses	: 0
3600.18/2711.28	c learnt ternary clauses	: 0
3600.18/2711.28	c learnt constraints	: 335636
3600.18/2711.28	c ignored constraints	: 0
3600.18/2711.28	c root simplifications	: 0
3600.18/2711.28	c removed literals (reason simplification)	: 330705
3600.18/2711.28	c reason swapping (by a shorter reason)	: 0
3600.18/2711.28	c Calls to reduceDB	: 21
3600.18/2711.28	c Number of update (reduction) of LBD	: 81
3600.18/2711.28	c Imported unit clauses	: 0
3600.18/2711.30	c No decision after first conflict	: false
3600.18/2711.30	c number of reductions to clauses (during analyze)	: 0
3600.18/2711.30	c number of learned constraints concerned by reduction	: 0
3600.18/2711.30	c number of learning phase by resolution	: 0
3600.18/2711.30	c number of learning phase by cutting planes	: 0
3600.18/2711.30	c number of rounding to 1 operations	: 0
3600.18/2711.30	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.18/2711.30	c number of reductions of the coefficients by power 2 	: 0
3600.18/2711.30	c number of right shift for reduction by power 2 	: 0
3600.18/2711.30	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.18/2711.30	c number of ending skipping 	: 0
3600.18/2711.30	c number of internal skipping 	: 0
3600.18/2711.30	c number of derivation steps 	: 0
3600.18/2711.30	c number of skipped derivation steps 	: 0
3600.18/2711.30	c number of remaining unassigned 	: 0
3600.18/2711.30	c number of remaining assigned 	: 0
3600.18/2711.30	c number of falsified literals weakened from reason	: 0
3600.18/2711.30	c number of falsified literals weakened from conflict	: 0
3600.18/2711.30	c time for arithmetic operations	: 0
3600.18/2711.30	c minimum degree of deleted constraints	: null
3600.18/2711.30	c maximum degree of deleted constraints	: null
3600.18/2711.30	c number of deleted constraints	: 0
3600.18/2711.30	c speed (assignments/second)	: 38719.47724380471
3600.18/2711.30	c non guided choices	: 10047586
3600.40/2711.36	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 44363
3600.40/2711.36	s UNKNOWN
3600.40/2711.36	c Total wall clock time (in seconds): 2711.081

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 64096 MiB (59418 MiB free)
  memory of node 1: 64473 MiB (61768 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=170173, runsolver pid=170170

[startup+0.100059 s]*
/proc/loadavg: 0.62 0.19 0.12 8/321 170191
/proc/meminfo: memFree=123649952/131655788 swapFree=131067352/131071996
[pid=170173] ppid=170170 vsize=18975048 memory=55908 CPUtime=0.11 cores=0,2
/proc/170173/stat : 170173 (java) S 170170 170173 169659 0 -1 1077936128 6557 0 0 0 9 2 0 0 20 0 18 0 18022671 19430449152 13977 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
/proc/170173/statm: 4743762 13977 5544 1 0 550875 0
[pid=170173/tid=170175] ppid=170170 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=0,2
/proc/170173/task/170175/stat : 170175 (java) R 170170 170173 169659 0 -1 4194368 5478 0 0 0 7 2 0 0 20 0 18 0 18022672 19430449152 13977 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
[pid=170173/tid=170184] ppid=170170 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/170173/task/170184/stat : 170184 (Finalizer) S 170170 170173 169659 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18022675 19430449152 13977 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
[pid=170173/tid=170191] ppid=170170 vsize=18975048 memory=14127853412501402 CPUtime=0 cores=0,2
/proc/170173/task/170191/stat : 170191 (Common-Cleaner) S 170170 170173 169659 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18022676 19430449152 13977 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 55908 KiB

[startup+0.206153 s]*
/proc/loadavg: 0.62 0.19 0.12 6/321 170191
/proc/meminfo: memFree=123190432/131655788 swapFree=131067352/131071996
[pid=170173] ppid=170170 vsize=18975048 memory=64688 CPUtime=0.26 cores=0,2
/proc/170173/stat : 170173 (java) S 170170 170173 169659 0 -1 1077936128 7231 0 0 0 23 3 0 0 20 0 18 0 18022671 19430449152 16172 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
/proc/170173/statm: 4743762 16172 5552 1 0 551417 0
[pid=170173/tid=170175] ppid=170170 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=0,2
/proc/170173/task/170175/stat : 170175 (java) R 170170 170173 169659 0 -1 4194368 5748 0 0 0 17 2 0 0 20 0 18 0 18022672 19430449152 16172 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
[pid=170173/tid=170184] ppid=170170 vsize=18975048 memory=1264155 CPUtime=0 cores=0,2
/proc/170173/task/170184/stat : 170184 (Finalizer) S 170170 170173 169659 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18022675 19430449152 16172 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
[pid=170173/tid=170191] ppid=170170 vsize=18975048 memory=16102571999761082 CPUtime=0 cores=0,2
/proc/170173/task/170191/stat : 170191 (Common-Cleaner) S 170170 170173 169659 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18022676 19430449152 16172 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64688 KiB

[startup+0.305997 s]*
/proc/loadavg: 0.62 0.19 0.12 7/321 170191
/proc/meminfo: memFree=122975284/131655788 swapFree=131067352/131071996
[pid=170173] ppid=170170 vsize=18975048 memory=144476 CPUtime=0.39 cores=0,2
/proc/170173/stat : 170173 (java) S 170170 170173 169659 0 -1 1077936128 7542 0 0 0 35 4 0 0 20 0 18 0 18022671 19430449152 36119 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
/proc/170173/statm: 4743762 36119 5724 1 0 551588 0
[pid=170173/tid=170175] ppid=170170 vsize=18975048 memory=-9175637205125472956 CPUtime=0.29 cores=0,2
/proc/170173/task/170175/stat : 170175 (java) R 170170 170173 169659 0 -1 4194368 5938 0 0 0 25 4 0 0 20 0 18 0 18022672 19430449152 36119 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
[pid=170173/tid=170184] ppid=170170 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/170173/task/170184/stat : 170184 (Finalizer) S 170170 170173 169659 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18022675 19430449152 36119 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
[pid=170173/tid=170191] ppid=170170 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/170173/task/170191/stat : 170191 (Common-Cleaner) S 170170 170173 169659 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18022676 19430449152 36119 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 144476 KiB

[startup+0.70028 s]
/proc/loadavg: 0.62 0.19 0.12 13/321 170191
/proc/meminfo: memFree=122860552/131655788 swapFree=131067352/131071996
[pid=170173] ppid=170170 vsize=18975048 memory=288696 CPUtime=1.05 cores=0,2
/proc/170173/stat : 170173 (java) S 170170 170173 169659 0 -1 1077936128 9377 0 0 0 97 8 0 0 20 0 18 0 18022671 19430449152 72174 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
/proc/170173/statm: 4743762 72174 5807 1 0 552713 0
[pid=170173/tid=170175] ppid=170170 vsize=18975048 memory=5516 CPUtime=0.67 cores=0,2
/proc/170173/task/170175/stat : 170175 (java) R 170170 170173 169659 0 -1 4194368 6015 0 0 0 60 7 0 0 20 0 18 0 18022672 19430449152 72174 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
[pid=170173/tid=170184] ppid=170170 vsize=18975048 memory=12668 CPUtime=0 cores=0,2
/proc/170173/task/170184/stat : 170184 (Finalizer) S 170170 170173 169659 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18022675 19430449152 72174 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
[pid=170173/tid=170191] ppid=170170 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/170173/task/170191/stat : 170191 (Common-Cleaner) S 170170 170173 169659 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18022676 19430449152 72174 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
Current children cumulated CPU time: 1.05 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 288696 KiB

[startup+1.50042 s]
/proc/loadavg: 0.62 0.19 0.12 5/322 170192
/proc/meminfo: memFree=121067472/131655788 swapFree=131067352/131071996
[pid=170173] ppid=170170 vsize=19041612 memory=383532 CPUtime=1.95 cores=0,2
/proc/170173/stat : 170173 (java) S 170170 170173 169659 0 -1 1077936128 9649 0 0 0 184 11 0 0 20 0 19 0 18022671 19498610688 95883 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
/proc/170173/statm: 4760403 95883 5846 1 0 553024 0
[pid=170173/tid=170175] ppid=170170 vsize=19041612 memory=12668 CPUtime=1.32 cores=0,2
/proc/170173/task/170175/stat : 170175 (java) R 170170 170173 169659 0 -1 4194368 6052 0 0 0 125 7 0 0 20 0 19 0 18022672 19498610688 95883 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
[pid=170173/tid=170184] ppid=170170 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/170173/task/170184/stat : 170184 (Finalizer) S 170170 170173 169659 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18022675 19498610688 95883 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
[pid=170173/tid=170191] ppid=170170 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/170173/task/170191/stat : 170191 (Common-Cleaner) S 170170 170173 169659 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 18022676 19498610688 95883 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
Current children cumulated CPU time: 1.95 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 383532 KiB

[startup+3.11371 s]
/proc/loadavg: 0.62 0.19 0.12 8/322 170197
/proc/meminfo: memFree=119304420/131655788 swapFree=131067352/131071996
[pid=170173] ppid=170170 vsize=19041612 memory=836168 CPUtime=3.9 cores=0,2
/proc/170173/stat : 170173 (java) S 170170 170173 169659 0 -1 1077936128 11418 0 0 0 367 23 0 0 20 0 19 0 18022671 19498610688 209042 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
/proc/170173/statm: 4760403 209042 5846 1 0 1829353 0
[pid=170173/tid=170175] ppid=170170 vsize=19041612 memory=0 CPUtime=2.6 cores=0,2
/proc/170173/task/170175/stat : 170175 (java) R 170170 170173 169659 0 -1 4194368 6224 0 0 0 245 15 0 0 20 0 19 0 18022672 19498610688 209042 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
[pid=170173/tid=170184] ppid=170170 vsize=19041612 memory=12668 CPUtime=0 cores=0,2
/proc/170173/task/170184/stat : 170184 (Finalizer) S 170170 170173 169659 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18022675 19498610688 209042 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
[pid=170173/tid=170191] ppid=170170 vsize=19041612 memory=511448 CPUtime=0 cores=0,2
/proc/170173/task/170191/stat : 170191 (Common-Cleaner) S 170170 170173 169659 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 18022676 19498610688 209042 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
Current children cumulated CPU time: 3.9 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 836168 KiB

[startup+6.30027 s]
/proc/loadavg: 0.97 0.27 0.15 7/322 170197
/proc/meminfo: memFree=118124492/131655788 swapFree=131067352/131071996
[pid=170173] ppid=170170 vsize=19041612 memory=1536476 CPUtime=8.2 cores=0,2
/proc/170173/stat : 170173 (java) S 170170 170173 169659 0 -1 1077936128 13623 0 0 0 781 39 0 0 20 0 19 0 18022671 19498610688 384119 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
/proc/170173/statm: 4760403 384119 5846 1 0 1830132 0
[pid=170173/tid=170175] ppid=170170 vsize=19041612 memory=0 CPUtime=5.3 cores=0,2
/proc/170173/task/170175/stat : 170175 (java) R 170170 170173 169659 0 -1 4194368 6654 0 0 0 505 25 0 0 20 0 19 0 18022672 19498610688 384119 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
[pid=170173/tid=170184] ppid=170170 vsize=19041612 memory=398044 CPUtime=0 cores=0,2
/proc/170173/task/170184/stat : 170184 (Finalizer) S 170170 170173 169659 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18022675 19498610688 384119 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
[pid=170173/tid=170191] ppid=170170 vsize=19041612 memory=224194199869 CPUtime=0 cores=0,2
/proc/170173/task/170191/stat : 170191 (Common-Cleaner) S 170170 170173 169659 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 18022676 19498610688 384119 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
Current children cumulated CPU time: 8.2 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1536476 KiB

[startup+12.7012 s]
/proc/loadavg: 1.38 0.37 0.18 6/322 170199
/proc/meminfo: memFree=114020904/131655788 swapFree=131067352/131071996
[pid=170173] ppid=170170 vsize=19041612 memory=4600528 CPUtime=17.43 cores=0,2
/proc/170173/stat : 170173 (java) S 170170 170173 169659 0 -1 1077936128 17563 0 0 0 1639 104 0 0 20 0 19 0 18022671 19498610688 1150132 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
/proc/170173/statm: 4760403 1150132 5846 1 0 3382382 0
[pid=170173/tid=170175] ppid=170170 vsize=19041612 memory=4084024 CPUtime=9.18 cores=0,2
/proc/170173/task/170175/stat : 170175 (java) S 170170 170173 169659 0 -1 1077936192 7509 0 0 0 860 58 0 0 20 0 19 0 18022672 19498610688 1150132 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
[pid=170173/tid=170184] ppid=170170 vsize=19041612 memory=3379000 CPUtime=0 cores=0,2
/proc/170173/task/170184/stat : 170184 (Finalizer) S 170170 170173 169659 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18022675 19498610688 1150132 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
[pid=170173/tid=170191] ppid=170170 vsize=19041612 memory=15537444464365248 CPUtime=0 cores=0,2
/proc/170173/task/170191/stat : 170191 (Common-Cleaner) S 170170 170173 169659 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 18022676 19498610688 1150132 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
Current children cumulated CPU time: 17.43 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4600528 KiB

[startup+25.5005 s]
/proc/loadavg: 2.10 0.58 0.25 6/322 170200
/proc/meminfo: memFree=103878864/131655788 swapFree=131067352/131071996
[pid=170173] ppid=170170 vsize=19041612 memory=10665364 CPUtime=34.13 cores=0,2
/proc/170173/stat : 170173 (java) S 170170 170173 169659 0 -1 1077936128 23233 0 0 0 3182 231 0 0 20 0 19 0 18022671 19498610688 2666341 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
/proc/170173/statm: 4760403 2666341 5893 1 0 3915239 0
[pid=170173/tid=170175] ppid=170170 vsize=19041612 memory=10497356 CPUtime=18.89 cores=0,2
/proc/170173/task/170175/stat : 170175 (java) R 170170 170173 169659 0 -1 4194368 10130 0 0 0 1732 157 0 0 20 0 19 0 18022672 19498610688 2666341 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
[pid=170173/tid=170184] ppid=170170 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/170173/task/170184/stat : 170184 (Finalizer) S 170170 170173 169659 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18022675 19498610688 2666341 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
[pid=170173/tid=170191] ppid=170170 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/170173/task/170191/stat : 170191 (Common-Cleaner) S 170170 170173 169659 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 18022676 19498610688 2666341 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
Current children cumulated CPU time: 34.13 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 10665364 KiB

[startup+51.1142 s]
/proc/loadavg: 2.96 0.90 0.37 5/325 170206
/proc/meminfo: memFree=102606504/131655788 swapFree=131067352/131071996
[pid=170173] ppid=170170 vsize=19041612 memory=10888500 CPUtime=61.45 cores=0,2
/proc/170173/stat : 170173 (java) S 170170 170173 169659 0 -1 1077936128 30517 0 0 0 5903 242 0 0 20 0 19 0 18022671 19498610688 2722125 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
/proc/170173/statm: 4760403 2722125 5893 1 0 4005421 0
[pid=170173/tid=170175] ppid=170170 vsize=19041612 memory=0 CPUtime=41.23 cores=0,2
/proc/170173/task/170175/stat : 170175 (java) R 170170 170173 169659 0 -1 4194368 11057 0 0 0 3960 163 0 0 20 0 19 0 18022672 19498610688 2722125 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
[pid=170173/tid=170184] ppid=170170 vsize=19041612 memory=4600528 CPUtime=0 cores=0,2
/proc/170173/task/170184/stat : 170184 (Finalizer) S 170170 170173 169659 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18022675 19498610688 2722125 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
[pid=170173/tid=170191] ppid=170170 vsize=19041612 memory=891464 CPUtime=0 cores=0,2
/proc/170173/task/170191/stat : 170191 (Common-Cleaner) S 170170 170173 169659 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 18022676 19498610688 2722125 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
Current children cumulated CPU time: 61.45 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 10888500 KiB

[startup+102.301 s]
/proc/loadavg: 3.75 1.43 0.58 5/327 170218
/proc/meminfo: memFree=100316104/131655788 swapFree=131067352/131071996
[pid=170173] ppid=170170 vsize=19174740 memory=11460360 CPUtime=118.01 cores=0,2
/proc/170173/stat : 170173 (java) S 170170 170173 169659 0 -1 1077936128 48365 0 0 0 11531 270 0 0 20 0 21 0 18022671 19634933760 2865090 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
/proc/170173/statm: 4793685 2865090 5936 1 0 4073992 0

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

Current children cumulated memory: 16222976 KiB

[startup+2382.3 s]
/proc/loadavg: 4.81 4.69 4.32 5/328 171615
/proc/meminfo: memFree=37169520/131655788 swapFree=131067352/131071996
[pid=170173] ppid=170170 vsize=19174740 memory=16255496 CPUtime=3089.84 cores=0,2
/proc/170173/stat : 170173 (java) S 170170 170173 169659 0 -1 1077936128 343299 0 1 0 305891 3093 0 0 20 0 21 0 18022671 19634933760 4063874 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
/proc/170173/statm: 4793685 4063874 5995 1 0 4086643 0
[pid=170173/tid=170175] ppid=170170 vsize=19174740 memory=16222964 CPUtime=2088.51 cores=0,2
/proc/170173/task/170175/stat : 170175 (java) R 170170 170173 169659 0 -1 4194368 68913 0 0 0 206439 2412 0 0 20 0 21 0 18022672 19634933760 4063874 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 8282 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
[pid=170173/tid=170184] ppid=170170 vsize=19174740 memory=16222960 CPUtime=0 cores=0,2
/proc/170173/task/170184/stat : 170184 (Finalizer) S 170170 170173 169659 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 18022675 19634933760 4063874 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
[pid=170173/tid=170191] ppid=170170 vsize=19174740 memory=12668 CPUtime=0 cores=0,2
/proc/170173/task/170191/stat : 170191 (Common-Cleaner) S 170170 170173 169659 0 -1 1077936192 750 0 0 0 0 0 0 0 20 0 21 0 18022676 19634933760 4063874 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
[pid=170173/tid=170216] ppid=170170 vsize=19174740 memory=16248640 CPUtime=0 cores=0,2
/proc/170173/task/170216/stat : 170216 (Timer-0) S 170170 170173 169659 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 18031972 19634933760 4063874 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
Current children cumulated CPU time: 3089.84 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 16255496 KiB

[startup+2442.3 s]
/proc/loadavg: 4.87 4.72 4.35 6/332 171629
/proc/meminfo: memFree=35801500/131655788 swapFree=131067352/131071996
[pid=170173] ppid=170170 vsize=19174740 memory=16255796 CPUtime=3177.34 cores=0,2
/proc/170173/stat : 170173 (java) S 170170 170173 169659 0 -1 1077936128 344458 0 1 0 314566 3168 0 0 20 0 21 0 18022671 19634933760 4063949 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
/proc/170173/statm: 4793685 4063949 5995 1 0 4086651 0
[pid=170173/tid=170175] ppid=170170 vsize=19174740 memory=16222964 CPUtime=2142.9 cores=0,2
/proc/170173/task/170175/stat : 170175 (java) R 170170 170173 169659 0 -1 4194368 69325 0 0 0 211821 2469 0 0 20 0 21 0 18022672 19634933760 4063949 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 8427 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
[pid=170173/tid=170184] ppid=170170 vsize=19174740 memory=16222960 CPUtime=0 cores=0,2
/proc/170173/task/170184/stat : 170184 (Finalizer) S 170170 170173 169659 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 18022675 19634933760 4063949 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
[pid=170173/tid=170191] ppid=170170 vsize=19174740 memory=16255796 CPUtime=0 cores=0,2
/proc/170173/task/170191/stat : 170191 (Common-Cleaner) S 170170 170173 169659 0 -1 1077936192 750 0 0 0 0 0 0 0 20 0 21 0 18022676 19634933760 4063949 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
[pid=170173/tid=170216] ppid=170170 vsize=19174740 memory=16255796 CPUtime=0 cores=0,2
/proc/170173/task/170216/stat : 170216 (Timer-0) S 170170 170173 169659 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 18031972 19634933760 4063949 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
Current children cumulated CPU time: 3177.34 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 16255796 KiB

[startup+2502.3 s]
/proc/loadavg: 4.91 4.78 4.40 6/333 171640
/proc/meminfo: memFree=34501588/131655788 swapFree=131067352/131071996
[pid=170173] ppid=170170 vsize=19174740 memory=16255976 CPUtime=3273.53 cores=0,2
/proc/170173/stat : 170173 (java) S 170170 170173 169659 0 -1 1077936128 346017 0 1 0 324100 3253 0 0 20 0 21 0 18022671 19634933760 4063994 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
/proc/170173/statm: 4793685 4063994 5995 1 0 4086708 0
[pid=170173/tid=170175] ppid=170170 vsize=19174740 memory=16255796 CPUtime=2196.96 cores=0,2
/proc/170173/task/170175/stat : 170175 (java) R 170170 170173 169659 0 -1 4194368 69948 0 0 0 217166 2530 0 0 20 0 21 0 18022672 19634933760 4063994 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 8621 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
[pid=170173/tid=170184] ppid=170170 vsize=19174740 memory=15864 CPUtime=0 cores=0,2
/proc/170173/task/170184/stat : 170184 (Finalizer) S 170170 170173 169659 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 18022675 19634933760 4063994 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
[pid=170173/tid=170191] ppid=170170 vsize=19174740 memory=16255976 CPUtime=0 cores=0,2
/proc/170173/task/170191/stat : 170191 (Common-Cleaner) S 170170 170173 169659 0 -1 1077936192 750 0 0 0 0 0 0 0 20 0 21 0 18022676 19634933760 4063994 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
[pid=170173/tid=170216] ppid=170170 vsize=19174740 memory=16255976 CPUtime=0 cores=0,2
/proc/170173/task/170216/stat : 170216 (Timer-0) S 170170 170173 169659 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 18031972 19634933760 4063994 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
Current children cumulated CPU time: 3273.53 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 16255976 KiB

[startup+2562.3 s]
/proc/loadavg: 4.98 4.82 4.44 5/336 171654
/proc/meminfo: memFree=33208092/131655788 swapFree=131067352/131071996
[pid=170173] ppid=170170 vsize=19174740 memory=16255988 CPUtime=3376.02 cores=0,2
/proc/170173/stat : 170173 (java) S 170170 170173 169659 0 -1 1077936128 347942 0 1 0 334264 3338 0 0 20 0 21 0 18022671 19634933760 4063997 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
/proc/170173/statm: 4793685 4063997 5995 1 0 4086718 0
[pid=170173/tid=170175] ppid=170170 vsize=19174740 memory=5516 CPUtime=2251.05 cores=0,2
/proc/170173/task/170175/stat : 170175 (java) R 170170 170173 169659 0 -1 4194368 70458 0 0 0 222510 2595 0 0 20 0 21 0 18022672 19634933760 4063997 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 8794 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
[pid=170173/tid=170184] ppid=170170 vsize=19174740 memory=16223168 CPUtime=0 cores=0,2
/proc/170173/task/170184/stat : 170184 (Finalizer) S 170170 170173 169659 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 18022675 19634933760 4063997 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
[pid=170173/tid=170191] ppid=170170 vsize=19174740 memory=16255796 CPUtime=0 cores=0,2
/proc/170173/task/170191/stat : 170191 (Common-Cleaner) S 170170 170173 169659 0 -1 1077936192 753 0 0 0 0 0 0 0 20 0 21 0 18022676 19634933760 4063997 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
[pid=170173/tid=170216] ppid=170170 vsize=19174740 memory=16255988 CPUtime=0 cores=0,2
/proc/170173/task/170216/stat : 170216 (Timer-0) S 170170 170173 169659 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 18031972 19634933760 4063997 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
Current children cumulated CPU time: 3376.02 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 16255988 KiB

[startup+2622.31 s]
/proc/loadavg: 4.81 4.81 4.46 6/332 171665
/proc/meminfo: memFree=31774548/131655788 swapFree=131067352/131071996
[pid=170173] ppid=170170 vsize=19174740 memory=16256108 CPUtime=3468.49 cores=0,2
/proc/170173/stat : 170173 (java) S 170170 170173 169659 0 -1 1077936128 358761 0 1 0 343430 3419 0 0 20 0 21 0 18022671 19634933760 4064027 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
/proc/170173/statm: 4793685 4064027 5995 1 0 4086718 0
[pid=170173/tid=170175] ppid=170170 vsize=19174740 memory=16223168 CPUtime=2304.54 cores=0,2
/proc/170173/task/170175/stat : 170175 (java) R 170170 170173 169659 0 -1 4194368 73329 0 0 0 227799 2655 0 0 20 0 21 0 18022672 19634933760 4064027 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 8930 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
[pid=170173/tid=170184] ppid=170170 vsize=19174740 memory=16256020 CPUtime=0 cores=0,2
/proc/170173/task/170184/stat : 170184 (Finalizer) S 170170 170173 169659 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 18022675 19634933760 4064027 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
[pid=170173/tid=170191] ppid=170170 vsize=19174740 memory=-9175637205125472956 CPUtime=0 cores=0,2
/proc/170173/task/170191/stat : 170191 (Common-Cleaner) S 170170 170173 169659 0 -1 1077936192 753 0 0 0 0 0 0 0 20 0 21 0 18022676 19634933760 4064027 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
[pid=170173/tid=170216] ppid=170170 vsize=19174740 memory=15864 CPUtime=0 cores=0,2
/proc/170173/task/170216/stat : 170216 (Timer-0) S 170170 170173 169659 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 18031972 19634933760 4064027 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
Current children cumulated CPU time: 3468.49 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 16256108 KiB

[startup+2682.3 s]
/proc/loadavg: 4.67 4.77 4.46 5/333 171677
/proc/meminfo: memFree=30414808/131655788 swapFree=131067352/131071996
[pid=170173] ppid=170170 vsize=19174740 memory=16256108 CPUtime=3553.2 cores=0,2
/proc/170173/stat : 170173 (java) S 170170 170173 169659 0 -1 1077936128 368531 0 1 0 351814 3506 0 0 20 0 21 0 18022671 19634933760 4064027 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
/proc/170173/statm: 4793685 4064027 5995 1 0 4086718 0
[pid=170173/tid=170175] ppid=170170 vsize=19174740 memory=16256108 CPUtime=2359.02 cores=0,2
/proc/170173/task/170175/stat : 170175 (java) R 170170 170173 169659 0 -1 4194368 74403 0 0 0 233175 2727 0 0 20 0 21 0 18022672 19634933760 4064027 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 9030 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
[pid=170173/tid=170184] ppid=170170 vsize=19174740 memory=15864 CPUtime=0 cores=0,2
/proc/170173/task/170184/stat : 170184 (Finalizer) S 170170 170173 169659 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 18022675 19634933760 4064027 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
[pid=170173/tid=170191] ppid=170170 vsize=19174740 memory=12668 CPUtime=0 cores=0,2
/proc/170173/task/170191/stat : 170191 (Common-Cleaner) S 170170 170173 169659 0 -1 1077936192 831 0 0 0 0 0 0 0 20 0 21 0 18022676 19634933760 4064027 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
[pid=170173/tid=170216] ppid=170170 vsize=19174740 memory=16222960 CPUtime=0 cores=0,2
/proc/170173/task/170216/stat : 170216 (Timer-0) S 170170 170173 169659 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 18031972 19634933760 4064027 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
Current children cumulated CPU time: 3553.2 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 16256108 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2711.2 s]
/proc/loadavg: 4.69 4.76 4.47 6/333 171683
/proc/meminfo: memFree=29768944/131655788 swapFree=131067352/131071996
[pid=170173] ppid=170170 vsize=19174740 memory=16256112 CPUtime=3600.18 cores=0,2
/proc/170173/stat : 170173 (java) S 170170 170173 169659 0 -1 1077936128 369652 0 1 0 356463 3555 0 0 20 0 21 0 18022671 19634933760 4064028 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
/proc/170173/statm: 4793685 4064028 5995 1 0 4086718 0
[pid=170173/tid=170175] ppid=170170 vsize=19174740 memory=-9175637205125472956 CPUtime=2385.24 cores=0,2
/proc/170173/task/170175/stat : 170175 (java) R 170170 170173 169659 0 -1 4194368 74660 0 0 0 235762 2762 0 0 20 0 21 0 18022672 19634933760 4064028 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 9078 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
[pid=170173/tid=170184] ppid=170170 vsize=19174740 memory=12668 CPUtime=0 cores=0,2
/proc/170173/task/170184/stat : 170184 (Finalizer) S 170170 170173 169659 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 18022675 19634933760 4064028 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
[pid=170173/tid=170191] ppid=170170 vsize=19174740 memory=5516 CPUtime=0 cores=0,2
/proc/170173/task/170191/stat : 170191 (Common-Cleaner) S 170170 170173 169659 0 -1 1077936192 832 0 0 0 0 0 0 0 20 0 21 0 18022676 19634933760 4064028 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
[pid=170173/tid=170216] ppid=170170 vsize=19174740 memory=16012 CPUtime=0 cores=0,2
/proc/170173/task/170216/stat : 170216 (Timer-0) S 170170 170173 169659 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 18031972 19634933760 4064028 134679101440 94612152987648 94612152991344 140729247210176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94612152999160 94612152999952 94612154683392 140729247216555 140729247216737 140729247216737 140729247223752 0
Current children cumulated CPU time: 3600.18 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 16256112 KiB

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

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

# cumulated CPU time of all completed processes:  user=3564.99 s, system=35.6552 s

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

[startup+2711.6 s]
/proc/loadavg: 4.69 4.76 4.47 5/314 171687
/proc/meminfo: memFree=45651684/131655788 swapFree=131067352/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+2712 s]*
/proc/loadavg: 4.69 4.76 4.47 5/315 171688
/proc/meminfo: memFree=46029572/131655788 swapFree=131067352/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): 2712.03
CPU time (s): 3600.65
CPU user time (s): 3564.99
CPU system time (s): 35.6552
CPU usage (%): 132.766
Max. virtual memory (cumulated for all children) (KiB): 19374432
Max. memory (cumulated for all children) (KiB): 16256688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3564.99
system time used= 35.6552
maximum resident set size= 16257520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 371559
page faults= 1
swaps= 0
block input operations= 8
block output operations= 72077472
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 144952
involuntary context switches= 63960


# summary of solver processes directly reported to runsolver:
#   pid: 170173
#   total CPU time (s): 3600.65
#   total CPU user time (s): 3564.99
#   total CPU system time (s): 35.6552

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.4677 second user time and 24.9202 second system time

The end

Launcher Data

Begin job on nodeC009 at 2024-07-24 13:25:28
IDJOB=4440415
IDBENCH=148739
IDSOLVER=3079
FILE ID=nodeC009/4440415-1721820325
RUNJOBID= nodeC009-1721820325-169706
SLURM_JOB_ID= 7891460
Free space on /tmp= 723504 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB09/OPT-LIN/aries-da_nrp/normalized-aries-da_network_2000_5__647_1792__512.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-4440415-1721820325/watcher-4440415-1721820325 -o /tmp/evaluation-result-4440415-1721820325/solver-4440415-1721820325 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1721820325-169706 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4440415-1721820325 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4440415-1721820325.opb

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

MD5SUM BENCH= 40351a18114e83e0c165271c5d48a38f
RANDOM SEED=1968991675

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        124203040 kB
MemAvailable:   127733332 kB
Buffers:          253064 kB
Cached:          4012920 kB
SwapCached:         2844 kB
Active:          1821100 kB
Inactive:        4891924 kB
Active(anon):       1596 kB
Inactive(anon):  2491212 kB
Active(file):    1819504 kB
Inactive(file):  2400712 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131067352 kB
Dirty:            281864 kB
Writeback:             0 kB
AnonPages:       2443528 kB
Mapped:           111704 kB
Shmem:             45700 kB
KReclaimable:     300548 kB
Slab:             412812 kB
SReclaimable:     300548 kB
SUnreclaim:       112264 kB
KernelStack:        4896 kB
PageTables:        14952 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   14314524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            18848 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2142208 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      367432 kB
DirectMap2M:    44625920 kB
DirectMap1G:    91226112 kB

Free space on /tmp at the end= 723500 MiB
End job on nodeC009 at 2024-07-24 14:10:40