Trace number 4514994

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2025-06-06? (TO) 3600.18 3596.1

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/
miplib2017/normalized-academictimetablesmall.0.s.opb
MD5SUMa01609390e4b909b7e540efbd0d53806
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.88101
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables28926
Total number of constraints20352
Number of constraints which are clauses8741
Number of constraints which are cardinality constraints (but not clauses)2114
Number of constraints which are nor clauses,nor cardinality constraints9497
Minimum length of a constraint1
Maximum length of a constraint1295
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1005
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 11145
Number of bits of the biggest sum of numbers14
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
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		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	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.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4514994-1751229363.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  no objective function found
1.66/0.98	c ... done. Wall clock time 0.847s.
1.66/0.98	c declared #vars     28926
1.66/0.98	c #constraints  21731
1.66/0.98	c constraints type 
1.66/0.98	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3920
1.66/0.98	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 8942
1.66/0.98	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1349
1.66/0.98	c org.sat4j.specs.Constr$1 => 3352
1.66/0.98	c org.sat4j.pb.constraints.pb.UnitClausesPB => 305
1.66/0.98	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3660
1.66/0.98	c org.sat4j.pb.constraints.pb.UnitClausePB => 203
1.66/0.98	c 21731 constraints processed.
6.01/4.11	c cleaning 2528 clauses out of 5056 with flag 10140/5056
11.19/9.23	c cleaning 4306 clauses out of 8612 with flag 22324/11140
22.00/19.92	c cleaning 5669 clauses out of 11338 with flag 36396/18172
39.16/37.13	c cleaning 6826 clauses out of 13652 with flag 52374/26155
44.90/42.74	c cleaning 7880 clauses out of 15760 with flag 70275/35089
54.48/52.35	c cleaning 8912 clauses out of 17824 with flag 90179/45033
58.49/56.21	c cleaning 9969 clauses out of 19937 with flag 112353/56058
65.47/63.25	c cleaning 10961 clauses out of 21932 with flag 136342/68022
74.60/72.23	c cleaning 11987 clauses out of 23974 with flag 162879/81025
82.80/80.47	c cleaning 12982 clauses out of 25964 with flag 191788/95002
88.57/86.00	c cleaning 13975 clauses out of 27958 with flag 223335/110018
104.43/101.94	c cleaning 14991 clauses out of 29989 with flag 255364/126024
130.04/127.56	c cleaning 16002 clauses out of 32010 with flag 289400/143036
161.08/158.67	c cleaning 16983 clauses out of 33974 with flag 325391/161002
199.90/197.59	c cleaning 18008 clauses out of 36024 with flag 363469/180035
218.16/215.88	c cleaning 18991 clauses out of 37995 with flag 403537/200014
254.99/252.40	c cleaning 20003 clauses out of 40010 with flag 453015/221020
281.96/279.32	c cleaning 20998 clauses out of 41996 with flag 503534/243009
315.05/312.38	c cleaning 22000 clauses out of 44000 with flag 561654/266011
343.93/341.13	c cleaning 22984 clauses out of 45989 with flag 624108/290000
384.78/381.91	c cleaning 24008 clauses out of 48018 with flag 705102/315013
430.73/427.83	c cleaning 24981 clauses out of 49996 with flag 775994/341001
482.38/479.49	c cleaning 26016 clauses out of 52031 with flag 851509/368024
520.33/517.39	c cleaning 26999 clauses out of 54000 with flag 926888/396017
569.98/566.96	c cleaning 27992 clauses out of 56001 with flag 985875/425017
619.92/616.89	c cleaning 28994 clauses out of 58000 with flag 1048222/455008
664.37/660.46	c cleaning 30003 clauses out of 60019 with flag 1111210/486021
712.50/708.54	c cleaning 30991 clauses out of 61996 with flag 1177389/518001
764.76/760.66	c cleaning 31976 clauses out of 64004 with flag 1259979/551000
813.89/809.78	c cleaning 33033 clauses out of 66075 with flag 1331134/585047
937.20/933.12	c cleaning 34019 clauses out of 68045 with flag 1401323/620050
1127.58/1123.78	c cleaning 34988 clauses out of 69981 with flag 1473394/656005
1304.19/1300.52	c cleaning 36005 clauses out of 72016 with flag 1547548/693028
1474.68/1471.18	c cleaning 37019 clauses out of 74042 with flag 1623718/731059
1731.07/1727.27	c cleaning 38000 clauses out of 76003 with flag 1701808/770039
2000.98/1997.52	c cleaning 38989 clauses out of 77984 with flag 1781835/810020
2328.47/2325.65	c cleaning 40005 clauses out of 80013 with flag 1863879/851038
2631.45/2629.00	c cleaning 40980 clauses out of 81969 with flag 1950796/893000
2684.41/2681.49	c cleaning 41997 clauses out of 84000 with flag 2048794/936012
2731.76/2728.42	c cleaning 43000 clauses out of 86011 with flag 2140223/980022
2867.37/2864.18	c cleaning 43986 clauses out of 87995 with flag 2234751/1025008
3069.96/3066.15	c cleaning 45000 clauses out of 90010 with flag 2327378/1071009
3172.06/3168.37	c cleaning 46011 clauses out of 92022 with flag 2444072/1118021
3313.87/3310.01	c cleaning 46999 clauses out of 93997 with flag 2542955/1166007
3409.73/3405.90	c cleaning 47996 clauses out of 95992 with flag 2665563/1215001
3530.29/3526.39	c cleaning 49007 clauses out of 98014 with flag 2793518/1265019
3600.05/3596.01	c starts		: 7602
3600.05/3596.02	c conflicts		: 1303490
3600.05/3596.02	c decisions		: 4433425
3600.05/3596.02	c propagations		: 65169527
3600.05/3596.02	c inspects		: 10452828657
3600.05/3596.02	c shortcuts		: 0
3600.05/3596.02	c learnt literals	: 64
3600.05/3596.02	c learnt binary clauses	: 6
3600.05/3596.02	c learnt ternary clauses	: 145
3600.05/3596.02	c learnt constraints	: 1303426
3600.05/3596.02	c ignored constraints	: 0
3600.05/3596.02	c root simplifications	: 0
3600.05/3596.02	c removed literals (reason simplification)	: 59675556
3600.05/3596.02	c reason swapping (by a shorter reason)	: 0
3600.05/3596.02	c Calls to reduceDB	: 46
3600.05/3596.02	c Number of update (reduction) of LBD	: 36901
3600.05/3596.02	c Imported unit clauses	: 0
3600.05/3596.02	c No decision after first conflict	: false
3600.05/3596.02	c number of reductions to clauses (during analyze)	: 0
3600.05/3596.02	c number of learned constraints concerned by reduction	: 0
3600.05/3596.02	c number of learning phase by resolution	: 0
3600.05/3596.02	c number of learning phase by cutting planes	: 0
3600.05/3596.02	c number of rounding to 1 operations	: 0
3600.05/3596.02	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3596.02	c number of reductions of the coefficients by power 2 	: 0
3600.05/3596.02	c number of right shift for reduction by power 2 	: 0
3600.05/3596.02	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3596.02	c number of ending skipping 	: 0
3600.05/3596.02	c number of internal skipping 	: 0
3600.05/3596.02	c number of derivation steps 	: 0
3600.05/3596.02	c number of skipped derivation steps 	: 0
3600.05/3596.02	c number of remaining unassigned 	: 0
3600.05/3596.02	c number of remaining assigned 	: 0
3600.05/3596.02	c number of falsified literals weakened from reason	: 0
3600.05/3596.02	c number of falsified literals weakened from conflict	: 0
3600.05/3596.02	c time for arithmetic operations	: 0
3600.05/3596.03	c minimum degree of deleted constraints	: null
3600.05/3596.03	c maximum degree of deleted constraints	: null
3600.05/3596.03	c number of deleted constraints	: 0
3600.05/3596.03	c speed (assignments/second)	: 18127.748284777674
3600.05/3596.03	c timeout
3600.05/3596.03	c non guided choices	: 180179
3600.05/3596.07	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 87471
3600.05/3596.07	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 6
3600.05/3596.07	s UNKNOWN
3600.05/3596.07	c Total wall clock time (in seconds): 3595.943

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: 63708 MiB (62751 MiB free)
  memory of node 1: 64465 MiB (62249 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4514994-1751229363/watcher-4514994-1751229363 -o /tmp/evaluation-result-4514994-1751229363/solver-4514994-1751229363 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751222147-28934 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4514994-1751229363.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=30288, runsolver pid=30285

[startup+0.100061 s]*
/proc/loadavg: 4.37 4.19 4.12 5/336 30306
/proc/meminfo: memFree=127965064/131250000 swapFree=33010684/33010684
[pid=30288] ppid=30285 vsize=18930384 memory=57716 CPUtime=0.13 cores=1,3
/proc/30288/stat : 30288 (java) S 30285 30288 28922 0 -1 4194304 6574 0 0 0 11 2 0 0 20 0 18 0 38613860 19384713216 14429 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
/proc/30288/statm: 4732596 14429 5337 1 0 547620 0
[pid=30288/tid=30290] ppid=30285 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/30288/task/30290/stat : 30290 (java) R 30285 30288 28922 0 -1 4194368 5073 0 0 0 6 1 0 0 20 0 18 0 38613861 19384713216 14429 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
[pid=30288/tid=30299] ppid=30285 vsize=18930384 memory=241407623509 CPUtime=0 cores=1,3
/proc/30288/task/30299/stat : 30299 (Finalizer) S 30285 30288 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38613863 19384713216 14429 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
[pid=30288/tid=30306] ppid=30285 vsize=18930384 memory=60684515934839 CPUtime=0 cores=1,3
/proc/30288/task/30306/stat : 30306 (Common-Cleaner) S 30285 30288 28922 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38613864 19384713216 14429 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57716 KiB

[startup+0.205743 s]*
/proc/loadavg: 4.37 4.19 4.12 6/336 30306
/proc/meminfo: memFree=127944584/131250000 swapFree=33010684/33010684
[pid=30288] ppid=30285 vsize=18930384 memory=84448 CPUtime=0.32 cores=1,3
/proc/30288/stat : 30288 (java) S 30285 30288 28922 0 -1 4194304 7024 0 0 0 30 2 0 0 20 0 18 0 38613860 19384713216 21112 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
/proc/30288/statm: 4732596 21112 5433 1 0 547929 0
[pid=30288/tid=30290] ppid=30285 vsize=18930384 memory=4026597660 CPUtime=0.18 cores=1,3
/proc/30288/task/30290/stat : 30290 (java) R 30285 30288 28922 0 -1 4194368 5278 0 0 0 16 2 0 0 20 0 18 0 38613861 19384713216 21112 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
[pid=30288/tid=30299] ppid=30285 vsize=18930384 memory=15987 CPUtime=0 cores=1,3
/proc/30288/task/30299/stat : 30299 (Finalizer) S 30285 30288 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38613863 19384713216 21112 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
[pid=30288/tid=30306] ppid=30285 vsize=18930384 memory=59585004307431 CPUtime=0 cores=1,3
/proc/30288/task/30306/stat : 30306 (Common-Cleaner) S 30285 30288 28922 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38613864 19384713216 21112 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 84448 KiB

[startup+0.305678 s]*
/proc/loadavg: 4.37 4.19 4.12 6/337 30307
/proc/meminfo: memFree=127870856/131250000 swapFree=33010684/33010684
[pid=30288] ppid=30285 vsize=18996948 memory=158692 CPUtime=0.5 cores=1,3
/proc/30288/stat : 30288 (java) S 30285 30288 28922 0 -1 4194304 8615 0 0 0 47 3 0 0 20 0 19 0 38613860 19452874752 39673 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
/proc/30288/statm: 4749237 39673 5465 1 0 549201 0
[pid=30288/tid=30290] ppid=30285 vsize=18996948 memory=-6000919485541280876 CPUtime=0.27 cores=1,3
/proc/30288/task/30290/stat : 30290 (java) R 30285 30288 28922 0 -1 4194368 5329 0 0 0 24 3 0 0 20 0 19 0 38613861 19452874752 39673 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
[pid=30288/tid=30299] ppid=30285 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/30288/task/30299/stat : 30299 (Finalizer) S 30285 30288 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38613863 19452874752 39673 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
[pid=30288/tid=30306] ppid=30285 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/30288/task/30306/stat : 30306 (Common-Cleaner) S 30285 30288 28922 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 38613864 19452874752 39673 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 158692 KiB

[startup+0.700234 s]
/proc/loadavg: 4.37 4.19 4.12 7/337 30307
/proc/meminfo: memFree=127555212/131250000 swapFree=33010684/33010684
[pid=30288] ppid=30285 vsize=18998868 memory=1043092 CPUtime=1.27 cores=1,3
/proc/30288/stat : 30288 (java) S 30285 30288 28922 0 -1 4194304 11023 0 0 0 106 21 0 0 20 0 19 0 38613860 19454840832 260773 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
/proc/30288/statm: 4749717 260773 5465 1 0 550516 0
[pid=30288/tid=30290] ppid=30285 vsize=18998868 memory=17536 CPUtime=0.64 cores=1,3
/proc/30288/task/30290/stat : 30290 (java) R 30285 30288 28922 0 -1 4194368 5762 0 0 0 45 19 0 0 20 0 19 0 38613861 19454840832 260773 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
[pid=30288/tid=30299] ppid=30285 vsize=18998868 memory=10752 CPUtime=0 cores=1,3
/proc/30288/task/30299/stat : 30299 (Finalizer) S 30285 30288 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38613863 19454840832 260773 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
[pid=30288/tid=30306] ppid=30285 vsize=18998868 memory=3200 CPUtime=0 cores=1,3
/proc/30288/task/30306/stat : 30306 (Common-Cleaner) S 30285 30288 28922 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 38613864 19454840832 260773 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18998868 KiB
Current children cumulated memory: 1043092 KiB

[startup+1.50023 s]
/proc/loadavg: 4.37 4.19 4.12 6/337 30307
/proc/meminfo: memFree=126045432/131250000 swapFree=33010684/33010684
[pid=30288] ppid=30285 vsize=19063512 memory=1935884 CPUtime=2.83 cores=1,3
/proc/30288/stat : 30288 (java) S 30285 30288 28922 0 -1 4194304 14971 0 0 0 245 38 0 0 20 0 20 0 38613860 19521036288 483971 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
/proc/30288/statm: 4765878 483971 5497 1 0 1034945 0
[pid=30288/tid=30290] ppid=30285 vsize=19063512 memory=3200 CPUtime=1.38 cores=1,3
/proc/30288/task/30290/stat : 30290 (java) R 30285 30288 28922 0 -1 4194368 6229 0 0 0 103 35 0 0 20 0 20 0 38613861 19521036288 483971 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
[pid=30288/tid=30299] ppid=30285 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/30288/task/30299/stat : 30299 (Finalizer) S 30285 30288 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38613863 19521036288 483971 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
[pid=30288/tid=30306] ppid=30285 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/30288/task/30306/stat : 30306 (Common-Cleaner) S 30285 30288 28922 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 38613864 19521036288 483971 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1935884 KiB

[startup+3.10557 s]
/proc/loadavg: 4.37 4.19 4.12 5/338 30308
/proc/meminfo: memFree=125919032/131250000 swapFree=33010684/33010684
[pid=30288] ppid=30285 vsize=19063512 memory=1968916 CPUtime=4.8 cores=1,3
/proc/30288/stat : 30288 (java) S 30285 30288 28922 0 -1 4194304 15049 0 0 0 441 39 0 0 20 0 20 0 38613860 19521036288 492229 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
/proc/30288/statm: 4765878 492229 5497 1 0 1034946 0
[pid=30288/tid=30290] ppid=30285 vsize=19063512 memory=10752 CPUtime=2.98 cores=1,3
/proc/30288/task/30290/stat : 30290 (java) R 30285 30288 28922 0 -1 4194368 6245 0 0 0 262 36 0 0 20 0 20 0 38613861 19521036288 492229 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
[pid=30288/tid=30299] ppid=30285 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/30288/task/30299/stat : 30299 (Finalizer) S 30285 30288 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38613863 19521036288 492229 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
[pid=30288/tid=30306] ppid=30285 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/30288/task/30306/stat : 30306 (Common-Cleaner) S 30285 30288 28922 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 38613864 19521036288 492229 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
[pid=30288/tid=30308] ppid=30285 vsize=19063512 memory=4252 CPUtime=0 cores=1,3
/proc/30288/task/30308/stat : 30308 (Timer-0) S 30285 30288 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38613962 19521036288 492229 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
Current children cumulated CPU time: 4.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1968916 KiB

[startup+6.3002 s]
/proc/loadavg: 4.42 4.20 4.13 6/338 30308
/proc/meminfo: memFree=125628596/131250000 swapFree=33010684/33010684
[pid=30288] ppid=30285 vsize=19063512 memory=2003868 CPUtime=8.26 cores=1,3
/proc/30288/stat : 30288 (java) S 30285 30288 28922 0 -1 4194304 15201 0 0 0 786 40 0 0 20 0 20 0 38613860 19521036288 500967 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
/proc/30288/statm: 4765878 500967 5497 1 0 1034975 0
[pid=30288/tid=30290] ppid=30285 vsize=19063512 memory=0 CPUtime=6.16 cores=1,3
/proc/30288/task/30290/stat : 30290 (java) R 30285 30288 28922 0 -1 4194368 6334 0 0 0 579 37 0 0 20 0 20 0 38613861 19521036288 500967 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
[pid=30288/tid=30299] ppid=30285 vsize=19063512 memory=-8412654364016274332 CPUtime=0 cores=1,3
/proc/30288/task/30299/stat : 30299 (Finalizer) S 30285 30288 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38613863 19521036288 500967 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
[pid=30288/tid=30306] ppid=30285 vsize=19063512 memory=-6000919485541280876 CPUtime=0 cores=1,3
/proc/30288/task/30306/stat : 30306 (Common-Cleaner) S 30285 30288 28922 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 38613864 19521036288 500967 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
[pid=30288/tid=30308] ppid=30285 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/30288/task/30308/stat : 30308 (Timer-0) S 30285 30288 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38613962 19521036288 500967 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
Current children cumulated CPU time: 8.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2003868 KiB

[startup+12.7002 s]
/proc/loadavg: 4.38 4.20 4.13 5/338 30308
/proc/meminfo: memFree=125120000/131250000 swapFree=33010684/33010684
[pid=30288] ppid=30285 vsize=19063512 memory=2065464 CPUtime=14.79 cores=1,3
/proc/30288/stat : 30288 (java) S 30285 30288 28922 0 -1 4194304 19237 0 0 0 1437 42 0 0 20 0 20 0 38613860 19521036288 516366 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
/proc/30288/statm: 4765878 516366 5529 1 0 1034975 0
[pid=30288/tid=30290] ppid=30285 vsize=19063512 memory=0 CPUtime=12.55 cores=1,3
/proc/30288/task/30290/stat : 30290 (java) R 30285 30288 28922 0 -1 4194368 7067 0 0 0 1216 39 0 0 20 0 20 0 38613861 19521036288 516366 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
[pid=30288/tid=30299] ppid=30285 vsize=19063512 memory=2057272 CPUtime=0 cores=1,3
/proc/30288/task/30299/stat : 30299 (Finalizer) S 30285 30288 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38613863 19521036288 516366 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
[pid=30288/tid=30306] ppid=30285 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/30288/task/30306/stat : 30306 (Common-Cleaner) S 30285 30288 28922 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 38613864 19521036288 516366 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
[pid=30288/tid=30308] ppid=30285 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/30288/task/30308/stat : 30308 (Timer-0) S 30285 30288 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38613962 19521036288 516366 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
Current children cumulated CPU time: 14.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2065464 KiB

[startup+25.5002 s]
/proc/loadavg: 4.38 4.21 4.13 5/339 30439
/proc/meminfo: memFree=120022368/131250000 swapFree=33010684/33010684
[pid=30288] ppid=30285 vsize=19063512 memory=2126904 CPUtime=27.58 cores=1,3
/proc/30288/stat : 30288 (java) S 30285 30288 28922 0 -1 4194304 20906 0 0 0 2714 44 0 0 20 0 20 0 38613860 19521036288 531726 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
/proc/30288/statm: 4765878 531726 5529 1 0 1034975 0
[pid=30288/tid=30290] ppid=30285 vsize=19063512 memory=2079800 CPUtime=25.31 cores=1,3
/proc/30288/task/30290/stat : 30290 (java) R 30285 30288 28922 0 -1 4194368 7974 0 0 0 2491 40 0 0 20 0 20 0 38613861 19521036288 531726 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
[pid=30288/tid=30299] ppid=30285 vsize=19063512 memory=14432 CPUtime=0 cores=1,3
/proc/30288/task/30299/stat : 30299 (Finalizer) S 30285 30288 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38613863 19521036288 531726 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
[pid=30288/tid=30306] ppid=30285 vsize=19063512 memory=2122808 CPUtime=0 cores=1,3
/proc/30288/task/30306/stat : 30306 (Common-Cleaner) S 30285 30288 28922 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 38613864 19521036288 531726 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
[pid=30288/tid=30308] ppid=30285 vsize=19063512 memory=1935884 CPUtime=0 cores=1,3
/proc/30288/task/30308/stat : 30308 (Timer-0) S 30285 30288 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38613962 19521036288 531726 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
Current children cumulated CPU time: 27.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2126904 KiB

[startup+51.1057 s]
/proc/loadavg: 4.37 4.22 4.14 5/340 30441
/proc/meminfo: memFree=112688532/131250000 swapFree=33010684/33010684
[pid=30288] ppid=30285 vsize=19063512 memory=2289152 CPUtime=53.29 cores=1,3
/proc/30288/stat : 30288 (java) S 30285 30288 28922 0 -1 4194304 24869 0 0 0 5281 48 0 0 20 0 20 0 38613860 19521036288 572288 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
/proc/30288/statm: 4765878 572288 5529 1 0 1035047 0
[pid=30288/tid=30290] ppid=30285 vsize=19063512 memory=2280960 CPUtime=50.86 cores=1,3
/proc/30288/task/30290/stat : 30290 (java) R 30285 30288 28922 0 -1 4194368 9342 0 0 0 5042 44 0 0 20 0 20 0 38613861 19521036288 572288 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
[pid=30288/tid=30299] ppid=30285 vsize=19063512 memory=2209152 CPUtime=0 cores=1,3
/proc/30288/task/30299/stat : 30299 (Finalizer) S 30285 30288 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38613863 19521036288 572288 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
[pid=30288/tid=30306] ppid=30285 vsize=19063512 memory=-6000919485541280876 CPUtime=0 cores=1,3
/proc/30288/task/30306/stat : 30306 (Common-Cleaner) S 30285 30288 28922 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 38613864 19521036288 572288 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
[pid=30288/tid=30308] ppid=30285 vsize=19063512 memory=17536 CPUtime=0 cores=1,3
/proc/30288/task/30308/stat : 30308 (Timer-0) S 30285 30288 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38613962 19521036288 572288 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
Current children cumulated CPU time: 53.29 s

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

/proc/meminfo: memFree=83406684/131250000 swapFree=33010684/33010684
[pid=30288] ppid=30285 vsize=19063512 memory=4092328 CPUtime=3226.13 cores=1,3
/proc/30288/stat : 30288 (java) S 30285 30288 28922 0 -1 4194304 115230 0 0 0 322433 180 0 0 20 0 20 0 38613860 19521036288 1023082 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
/proc/30288/statm: 4765878 1023082 5529 1 0 1039870 0
[pid=30288/tid=30290] ppid=30285 vsize=19063512 memory=10752 CPUtime=3209.82 cores=1,3
/proc/30288/task/30290/stat : 30290 (java) R 30285 30288 28922 0 -1 4194368 45525 0 0 0 320915 67 0 0 20 0 20 0 38613861 19521036288 1023082 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
[pid=30288/tid=30299] ppid=30285 vsize=19063512 memory=4092328 CPUtime=0 cores=1,3
/proc/30288/task/30299/stat : 30299 (Finalizer) S 30285 30288 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38613863 19521036288 1023082 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
[pid=30288/tid=30306] ppid=30285 vsize=19063512 memory=17536 CPUtime=0 cores=1,3
/proc/30288/task/30306/stat : 30306 (Common-Cleaner) S 30285 30288 28922 0 -1 4194368 2499 0 0 0 0 0 0 0 20 0 20 0 38613864 19521036288 1023082 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
[pid=30288/tid=30308] ppid=30285 vsize=19063512 memory=4092328 CPUtime=0 cores=1,3
/proc/30288/task/30308/stat : 30308 (Timer-0) S 30285 30288 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38613962 19521036288 1023082 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
Current children cumulated CPU time: 3226.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4092328 KiB

[startup+3282.3 s]
/proc/loadavg: 4.38 4.39 4.31 5/341 30702
/proc/meminfo: memFree=83409092/131250000 swapFree=33010684/33010684
[pid=30288] ppid=30285 vsize=19063512 memory=4092584 CPUtime=3286.22 cores=1,3
/proc/30288/stat : 30288 (java) S 30285 30288 28922 0 -1 4194304 116917 0 0 0 328440 182 0 0 20 0 20 0 38613860 19521036288 1023146 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
/proc/30288/statm: 4765878 1023146 5529 1 0 1039870 0
[pid=30288/tid=30290] ppid=30285 vsize=19063512 memory=10752 CPUtime=3269.47 cores=1,3
/proc/30288/task/30290/stat : 30290 (java) R 30285 30288 28922 0 -1 4194368 45741 0 0 0 326880 67 0 0 20 0 20 0 38613861 19521036288 1023146 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
[pid=30288/tid=30299] ppid=30285 vsize=19063512 memory=4092584 CPUtime=0 cores=1,3
/proc/30288/task/30299/stat : 30299 (Finalizer) S 30285 30288 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38613863 19521036288 1023146 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
[pid=30288/tid=30306] ppid=30285 vsize=19063512 memory=4092584 CPUtime=0 cores=1,3
/proc/30288/task/30306/stat : 30306 (Common-Cleaner) S 30285 30288 28922 0 -1 4194368 2552 0 0 0 0 0 0 0 20 0 20 0 38613864 19521036288 1023146 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
[pid=30288/tid=30308] ppid=30285 vsize=19063512 memory=4092328 CPUtime=0 cores=1,3
/proc/30288/task/30308/stat : 30308 (Timer-0) S 30285 30288 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38613962 19521036288 1023146 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
Current children cumulated CPU time: 3286.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4092584 KiB

[startup+3342.3 s]
/proc/loadavg: 4.37 4.38 4.31 5/341 30705
/proc/meminfo: memFree=83408964/131250000 swapFree=33010684/33010684
[pid=30288] ppid=30285 vsize=19063512 memory=4092584 CPUtime=3346.26 cores=1,3
/proc/30288/stat : 30288 (java) S 30285 30288 28922 0 -1 4194304 118308 0 0 0 334444 182 0 0 20 0 20 0 38613860 19521036288 1023146 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
/proc/30288/statm: 4765878 1023146 5529 1 0 1039870 0
[pid=30288/tid=30290] ppid=30285 vsize=19063512 memory=10752 CPUtime=3329.15 cores=1,3
/proc/30288/task/30290/stat : 30290 (java) R 30285 30288 28922 0 -1 4194368 46837 0 0 0 332848 67 0 0 20 0 20 0 38613861 19521036288 1023146 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
[pid=30288/tid=30299] ppid=30285 vsize=19063512 memory=4760 CPUtime=0 cores=1,3
/proc/30288/task/30299/stat : 30299 (Finalizer) S 30285 30288 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38613863 19521036288 1023146 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
[pid=30288/tid=30306] ppid=30285 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/30288/task/30306/stat : 30306 (Common-Cleaner) S 30285 30288 28922 0 -1 4194368 2552 0 0 0 0 0 0 0 20 0 20 0 38613864 19521036288 1023146 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
[pid=30288/tid=30308] ppid=30285 vsize=19063512 memory=4352 CPUtime=0 cores=1,3
/proc/30288/task/30308/stat : 30308 (Timer-0) S 30285 30288 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38613962 19521036288 1023146 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
Current children cumulated CPU time: 3346.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4092584 KiB

[startup+3402.3 s]
/proc/loadavg: 4.41 4.40 4.32 5/342 30708
/proc/meminfo: memFree=83408856/131250000 swapFree=33010684/33010684
[pid=30288] ppid=30285 vsize=19063512 memory=4092584 CPUtime=3406.14 cores=1,3
/proc/30288/stat : 30288 (java) S 30285 30288 28922 0 -1 4194304 119276 0 0 0 340431 183 0 0 20 0 20 0 38613860 19521036288 1023146 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
/proc/30288/statm: 4765878 1023146 5529 1 0 1039870 0
[pid=30288/tid=30290] ppid=30285 vsize=19063512 memory=4760 CPUtime=3389 cores=1,3
/proc/30288/task/30290/stat : 30290 (java) R 30285 30288 28922 0 -1 4194368 47623 0 0 0 338833 67 0 0 20 0 20 0 38613861 19521036288 1023146 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
[pid=30288/tid=30299] ppid=30285 vsize=19063512 memory=4092584 CPUtime=0 cores=1,3
/proc/30288/task/30299/stat : 30299 (Finalizer) S 30285 30288 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38613863 19521036288 1023146 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
[pid=30288/tid=30306] ppid=30285 vsize=19063512 memory=14432 CPUtime=0 cores=1,3
/proc/30288/task/30306/stat : 30306 (Common-Cleaner) S 30285 30288 28922 0 -1 4194368 2661 0 0 0 0 0 0 0 20 0 20 0 38613864 19521036288 1023146 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
[pid=30288/tid=30308] ppid=30285 vsize=19063512 memory=4092584 CPUtime=0 cores=1,3
/proc/30288/task/30308/stat : 30308 (Timer-0) S 30285 30288 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38613962 19521036288 1023146 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
Current children cumulated CPU time: 3406.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4092584 KiB

[startup+3462.3 s]
/proc/loadavg: 4.30 4.38 4.32 5/342 30710
/proc/meminfo: memFree=83408760/131250000 swapFree=33010684/33010684
[pid=30288] ppid=30285 vsize=19063512 memory=4092584 CPUtime=3466.41 cores=1,3
/proc/30288/stat : 30288 (java) S 30285 30288 28922 0 -1 4194304 120917 0 0 0 346456 185 0 0 20 0 20 0 38613860 19521036288 1023146 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
/proc/30288/statm: 4765878 1023146 5529 1 0 1039870 0
[pid=30288/tid=30290] ppid=30285 vsize=19063512 memory=4760 CPUtime=3448.47 cores=1,3
/proc/30288/task/30290/stat : 30290 (java) R 30285 30288 28922 0 -1 4194368 47998 0 0 0 344780 67 0 0 20 0 20 0 38613861 19521036288 1023146 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
[pid=30288/tid=30299] ppid=30285 vsize=19063512 memory=4092584 CPUtime=0 cores=1,3
/proc/30288/task/30299/stat : 30299 (Finalizer) S 30285 30288 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38613863 19521036288 1023146 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
[pid=30288/tid=30306] ppid=30285 vsize=19063512 memory=4092584 CPUtime=0 cores=1,3
/proc/30288/task/30306/stat : 30306 (Common-Cleaner) S 30285 30288 28922 0 -1 4194368 2661 0 0 0 0 0 0 0 20 0 20 0 38613864 19521036288 1023146 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
[pid=30288/tid=30308] ppid=30285 vsize=19063512 memory=19968 CPUtime=0 cores=1,3
/proc/30288/task/30308/stat : 30308 (Timer-0) S 30285 30288 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38613962 19521036288 1023146 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
Current children cumulated CPU time: 3466.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4092584 KiB

[startup+3522.3 s]
/proc/loadavg: 3.82 4.24 4.28 3/293 30782
/proc/meminfo: memFree=114146480/131250000 swapFree=33010684/33010684
[pid=30288] ppid=30285 vsize=19063512 memory=4092584 CPUtime=3526.3 cores=1,3
/proc/30288/stat : 30288 (java) S 30285 30288 28922 0 -1 4194304 121849 0 0 0 352444 186 0 0 20 0 20 0 38613860 19521036288 1023146 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
/proc/30288/statm: 4765878 1023146 5529 1 0 1039870 0
[pid=30288/tid=30290] ppid=30285 vsize=19063512 memory=4092584 CPUtime=3508.33 cores=1,3
/proc/30288/task/30290/stat : 30290 (java) R 30285 30288 28922 0 -1 4194368 48752 0 0 0 350766 67 0 0 20 0 20 0 38613861 19521036288 1023146 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
[pid=30288/tid=30299] ppid=30285 vsize=19063512 memory=19968 CPUtime=0 cores=1,3
/proc/30288/task/30299/stat : 30299 (Finalizer) S 30285 30288 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38613863 19521036288 1023146 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
[pid=30288/tid=30306] ppid=30285 vsize=19063512 memory=14432 CPUtime=0 cores=1,3
/proc/30288/task/30306/stat : 30306 (Common-Cleaner) S 30285 30288 28922 0 -1 4194368 2770 0 0 0 0 0 0 0 20 0 20 0 38613864 19521036288 1023146 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
[pid=30288/tid=30308] ppid=30285 vsize=19063512 memory=14432 CPUtime=0 cores=1,3
/proc/30288/task/30308/stat : 30308 (Timer-0) S 30285 30288 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38613962 19521036288 1023146 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
Current children cumulated CPU time: 3526.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4092584 KiB

[startup+3582.3 s]
/proc/loadavg: 2.67 3.83 4.13 3/293 30784
/proc/meminfo: memFree=114146548/131250000 swapFree=33010684/33010684
[pid=30288] ppid=30285 vsize=19063512 memory=4092584 CPUtime=3586.37 cores=1,3
/proc/30288/stat : 30288 (java) S 30285 30288 28922 0 -1 4194304 124088 0 0 0 358450 187 0 0 20 0 20 0 38613860 19521036288 1023146 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
/proc/30288/statm: 4765878 1023146 5529 1 0 1039870 0
[pid=30288/tid=30290] ppid=30285 vsize=19063512 memory=2724 CPUtime=3568.02 cores=1,3
/proc/30288/task/30290/stat : 30290 (java) R 30285 30288 28922 0 -1 4194368 49872 0 0 0 356734 68 0 0 20 0 20 0 38613861 19521036288 1023146 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
[pid=30288/tid=30299] ppid=30285 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/30288/task/30299/stat : 30299 (Finalizer) S 30285 30288 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38613863 19521036288 1023146 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
[pid=30288/tid=30306] ppid=30285 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/30288/task/30306/stat : 30306 (Common-Cleaner) S 30285 30288 28922 0 -1 4194368 2882 0 0 0 0 0 0 0 20 0 20 0 38613864 19521036288 1023146 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
[pid=30288/tid=30308] ppid=30285 vsize=19063512 memory=17536 CPUtime=0 cores=1,3
/proc/30288/task/30308/stat : 30308 (Timer-0) S 30285 30288 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38613962 19521036288 1023146 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
Current children cumulated CPU time: 3586.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4092584 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3596 s]*
/proc/loadavg: 2.52 3.74 4.10 3/293 30784
/proc/meminfo: memFree=114146548/131250000 swapFree=33010684/33010684
[pid=30288] ppid=30285 vsize=19063512 memory=4092584 CPUtime=3600.05 cores=1,3
/proc/30288/stat : 30288 (java) S 30285 30288 28922 0 -1 4194304 124130 0 0 0 359817 188 0 0 20 0 20 0 38613860 19521036288 1023146 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
/proc/30288/statm: 4765878 1023146 5529 1 0 1039870 0
[pid=30288/tid=30290] ppid=30285 vsize=19063512 memory=-6000919481363623020 CPUtime=3581.7 cores=1,3
/proc/30288/task/30290/stat : 30290 (java) R 30285 30288 28922 0 -1 4194368 49910 0 0 0 358102 68 0 0 20 0 20 0 38613861 19521036288 1023146 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
[pid=30288/tid=30299] ppid=30285 vsize=19063512 memory=7686721470264483783 CPUtime=0 cores=1,3
/proc/30288/task/30299/stat : 30299 (Finalizer) S 30285 30288 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38613863 19521036288 1023146 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
[pid=30288/tid=30306] ppid=30285 vsize=19063512 memory=134609 CPUtime=0 cores=1,3
/proc/30288/task/30306/stat : 30306 (Common-Cleaner) S 30285 30288 28922 0 -1 4194368 2882 0 0 0 0 0 0 0 20 0 20 0 38613864 19521036288 1023146 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
[pid=30288/tid=30308] ppid=30285 vsize=19063512 memory=5504 CPUtime=0 cores=1,3
/proc/30288/task/30308/stat : 30308 (Timer-0) S 30285 30288 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38613962 19521036288 1023146 18446744073709551615 93974773096448 93974773100144 140726041605888 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93974773107960 93974773108752 93974800265216 140726041614721 140726041614822 140726041614822 140726041620424 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4092584 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.28 s, system=1.89695 s

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

Child status: 143

Real time (s): 3596.1
CPU time (s): 3600.18
CPU user time (s): 3598.28
CPU system time (s): 1.89695
CPU usage (%): 100.113
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 4102132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.28
system time used= 1.89695
maximum resident set size= 4102552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 126808
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8208
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 120690
involuntary context switches= 6410


# summary of solver processes directly reported to runsolver:
#   pid: 30288
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3598.28
#   total CPU system time (s): 1.89695

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.25014 second user time and 17.5717 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-06-29 22:36:04
IDJOB=4514994
IDBENCH=164082
IDSOLVER=3363
FILE ID=nodeC019/4514994-1751229363
RUNJOBID= nodeC019-1751222147-28934
SLURM_JOB_ID= 9587678
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2017/normalized-academictimetablesmall.0.s.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4514994-1751229363/watcher-4514994-1751229363 -o /tmp/evaluation-result-4514994-1751229363/solver-4514994-1751229363 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751222147-28934 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4514994-1751229363.opb

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

MD5SUM BENCH= a01609390e4b909b7e540efbd0d53806
RANDOM SEED=478497310

nodeC019 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/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		: 3599.688
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.37
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		: 3599.255
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.37
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		: 3474.829
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.37
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		: 3599.725
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.37
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		: 3599.683
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.37
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		: 3599.673
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.37
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		: 3594.660
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.37
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		: 3599.746
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        127999900 kB
MemAvailable:   127889688 kB
Buffers:            3280 kB
Cached:           699004 kB
SwapCached:            0 kB
Active:          2254508 kB
Inactive:         442256 kB
Active(anon):    2012544 kB
Inactive(anon):        0 kB
Active(file):     241964 kB
Inactive(file):   442256 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3724 kB
Writeback:             0 kB
AnonPages:       1995888 kB
Mapped:           122716 kB
Shmem:             18064 kB
KReclaimable:      89616 kB
Slab:             175844 kB
SReclaimable:      89616 kB
SUnreclaim:        86228 kB
KernelStack:        5180 kB
PageTables:         7428 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    7043224 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151384 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1787904 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      176852 kB
DirectMap2M:     9031680 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432628 MiB
End job on nodeC019 at 2025-06-29 23:36:00