Trace number 4432453

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/sroussel/NG/
normalized-NG.dot_fibo_20null20mast_rapportOE2.0_TMAX60_K192_cod2.opb
MD5SUMb426dbe7074eb22ba087b5fa4a4ffb0b
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 benchmark-140091
Best CPU time to get the best result obtained on this benchmark3558.38
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 1427
Biggest coefficient in the objective function 10946
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 4855476
Number of bits of the sum of numbers in the objective function 23
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 4855476
Number of bits of the biggest sum of numbers23
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.12	--- Begin Solver configuration ---
0.13/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.12	Learn all clauses as in MiniSAT
0.13/0.12	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	No reason simplification
0.13/0.12	Glucose 2.1 dynamic restart strategy
0.13/0.12	Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.12	timeout=2147483s
0.13/0.12	DB Simplification allowed=false
0.13/0.12	Listener: none
0.13/0.12	--- End Solver configuration ---
0.13/0.12	c Pseudo Boolean Optimization by upper bound
0.13/0.12	c --- Begin Solver configuration ---
0.13/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.12	c Learn all clauses as in MiniSAT
0.13/0.12	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	c No reason simplification
0.13/0.12	c Glucose 2.1 dynamic restart strategy
0.13/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.12	c timeout=2147483s
0.13/0.12	c DB Simplification allowed=false
0.13/0.12	c Listener: none
0.13/0.12	c --- End Solver configuration ---
0.13/0.12	c solving HOME/instance-4432453-1721158104.opb
0.13/0.12	c reading problem ... 
0.13/0.12	c  objective function found
5.67/3.73	c ... done. Wall clock time 3.612s.
5.67/3.74	c declared #vars     400896
5.67/3.74	c #constraints  402763
5.67/3.74	c constraints type 
5.67/3.74	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
5.67/3.74	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
5.67/3.74	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
5.67/3.74	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 376337
5.67/3.74	c 402763 constraints processed.
5.67/3.75	c objective function length is 1427 literals
37.13/34.40	c cleaning 2491 clauses out of 4998 with flag 33388/5000
69.21/66.08	c cleaning 4230 clauses out of 8507 with flag 77266/11000
108.89/105.74	c cleaning 5608 clauses out of 11278 with flag 203353/18001
160.00/156.98	c cleaning 6353 clauses out of 13669 with flag 280487/26000
208.83/205.86	c cleaning 8149 clauses out of 16316 with flag 377620/35000
259.44/256.56	c cleaning 9079 clauses out of 18167 with flag 427141/45000
324.43/321.61	c cleaning 10044 clauses out of 20088 with flag 552403/56000
392.53/389.81	c cleaning 10706 clauses out of 22044 with flag 742699/68000
472.00/469.49	c cleaning 11515 clauses out of 24338 with flag 991453/81000
549.66/547.28	c cleaning 12597 clauses out of 26826 with flag 1112640/95003
629.02/626.72	c cleaning 14031 clauses out of 29227 with flag 1247348/110001
715.27/713.17	c cleaning 15545 clauses out of 31195 with flag 1371512/126000
793.65/791.63	c cleaning 16311 clauses out of 32650 with flag 1454074/143000
871.12/869.22	c cleaning 17164 clauses out of 34340 with flag 1553876/161001
955.59/953.40	c cleaning 18080 clauses out of 36175 with flag 1636145/180000
1050.66/1048.28	c cleaning 19039 clauses out of 38095 with flag 1723489/200000
1145.21/1142.78	c cleaning 20015 clauses out of 40058 with flag 1825628/221002
1245.11/1242.87	c cleaning 21015 clauses out of 42042 with flag 1952528/243001
1342.81/1340.54	c cleaning 22009 clauses out of 44026 with flag 2082698/266000
1436.53/1434.42	c cleaning 22829 clauses out of 46026 with flag 2228262/290009
1537.03/1535.19	c cleaning 24080 clauses out of 48188 with flag 2367654/315000
1628.88/1627.59	c cleaning 25047 clauses out of 50109 with flag 2538479/341001
1737.87/1737.49	c cleaning 26020 clauses out of 52061 with flag 2744001/368000
1847.91/1848.20	c cleaning 27015 clauses out of 54041 with flag 2994928/396000
1987.02/1988.47	c cleaning 28006 clauses out of 56029 with flag 3248110/425003
2110.79/2113.22	c cleaning 29003 clauses out of 58020 with flag 3523320/455000
2217.88/2221.11	c cleaning 30009 clauses out of 60017 with flag 3825177/486000
2330.82/2335.08	c cleaning 31000 clauses out of 62009 with flag 4140372/518001
2457.84/2463.19	c cleaning 32000 clauses out of 64009 with flag 4456495/551001
2603.75/2610.36	c cleaning 33000 clauses out of 66008 with flag 4721953/585000
2747.67/2755.46	c cleaning 34004 clauses out of 68009 with flag 5025656/620001
2892.53/2901.55	c cleaning 35000 clauses out of 70005 with flag 5311791/656001
3059.84/3070.20	c cleaning 36003 clauses out of 72005 with flag 5571776/693001
3196.60/3207.98	c cleaning 37001 clauses out of 74001 with flag 5791455/731000
3351.56/3364.29	c cleaning 37997 clauses out of 76000 with flag 6017085/770000
3495.93/3509.87	c cleaning 39002 clauses out of 78004 with flag 6260611/810001
3600.09/3614.32	c starts		: 1691
3600.09/3614.32	c conflicts		: 839562
3600.09/3614.32	c decisions		: 12533859
3600.09/3614.32	c propagations		: 17536366045
3600.09/3614.32	c inspects		: 3733953865
3600.09/3614.32	c shortcuts		: 0
3600.09/3614.32	c learnt literals	: 2
3600.09/3614.32	c learnt binary clauses	: 1991
3600.09/3614.32	c learnt ternary clauses	: 978
3600.09/3614.32	c learnt constraints	: 839560
3600.09/3614.32	c ignored constraints	: 0
3600.09/3614.32	c root simplifications	: 0
3600.09/3614.32	c removed literals (reason simplification)	: 0
3600.09/3614.32	c reason swapping (by a shorter reason)	: 0
3600.09/3614.32	c Calls to reduceDB	: 36
3600.09/3614.32	c Number of update (reduction) of LBD	: 178653
3600.09/3614.32	c Imported unit clauses	: 0
3600.09/3614.32	c No decision after first conflict	: false
3600.09/3614.32	c number of reductions to clauses (during analyze)	: 0
3600.09/3614.32	c number of learned constraints concerned by reduction	: 0
3600.09/3614.32	c number of learning phase by resolution	: 0
3600.09/3614.32	c number of learning phase by cutting planes	: 0
3600.09/3614.32	c number of rounding to 1 operations	: 0
3600.09/3614.32	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3614.32	c number of reductions of the coefficients by power 2 	: 0
3600.09/3614.32	c number of right shift for reduction by power 2 	: 0
3600.09/3614.32	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3614.32	c number of ending skipping 	: 0
3600.09/3614.32	c number of internal skipping 	: 0
3600.09/3614.32	c number of derivation steps 	: 0
3600.09/3614.32	c number of skipped derivation steps 	: 0
3600.09/3614.32	c number of remaining unassigned 	: 0
3600.09/3614.32	c number of remaining assigned 	: 0
3600.09/3614.32	c number of falsified literals weakened from reason	: 0
3600.09/3614.32	c number of falsified literals weakened from conflict	: 0
3600.09/3614.32	c time for arithmetic operations	: 0
3600.09/3614.32	c timeout
3600.09/3614.33	c minimum degree of deleted constraints	: null
3600.09/3614.33	c maximum degree of deleted constraints	: null
3600.09/3614.33	c number of deleted constraints	: 0
3600.09/3614.33	c speed (assignments/second)	: 4856969.726554656
3600.09/3614.33	c non guided choices	: 15093
3600.09/3614.37	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 66572
3600.09/3614.37	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 1991
3600.09/3614.37	s UNKNOWN
3600.09/3614.37	c Total wall clock time (in seconds): 3614.252

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63931 MiB (55142 MiB free)
  memory of node 1: 64510 MiB (49808 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432453-1721158104/watcher-4432453-1721158104 -o /tmp/evaluation-result-4432453-1721158104/solver-4432453-1721158104 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1721150907-863416 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4432453-1721158104.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=867845, runsolver pid=867842

[startup+0.100726 s]*
/proc/loadavg: 4.32 4.19 4.16 5/334 867863
/proc/meminfo: memFree=107427412/131524600 swapFree=131071996/131071996
[pid=867845] ppid=867842 vsize=18975048 memory=62848 CPUtime=0.13 cores=0,2
/proc/867845/stat : 867845 (java) S 867842 867845 863406 0 -1 1077936128 7219 0 0 0 11 2 0 0 20 0 18 0 167970639 19430449152 15712 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
/proc/867845/statm: 4743762 15712 5602 1 0 549337 0
[pid=867845/tid=867847] ppid=867842 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=0,2
/proc/867845/task/867847/stat : 867847 (java) R 867842 867845 863406 0 -1 4194368 5745 0 0 0 7 2 0 0 20 0 18 0 167970639 19430449152 15712 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
[pid=867845/tid=867856] ppid=867842 vsize=18975048 memory=237146210664 CPUtime=0 cores=0,2
/proc/867845/task/867856/stat : 867856 (Finalizer) S 867842 867845 863406 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 167970642 19430449152 15712 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
[pid=867845/tid=867863] ppid=867842 vsize=18975048 memory=14690799019387218 CPUtime=0 cores=0,2
/proc/867845/task/867863/stat : 867863 (Common-Cleaner) S 867842 867845 863406 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 167970642 19430449152 15712 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62848 KiB

[startup+0.20854 s]*
/proc/loadavg: 4.32 4.19 4.16 6/334 867863
/proc/meminfo: memFree=107393556/131524600 swapFree=131071996/131071996
[pid=867845] ppid=867842 vsize=18975048 memory=99352 CPUtime=0.34 cores=0,2
/proc/867845/stat : 867845 (java) S 867842 867845 863406 0 -1 1077936128 7978 0 0 0 31 3 0 0 20 0 18 0 167970639 19430449152 24838 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
/proc/867845/statm: 4743762 24838 5844 1 0 549881 0
[pid=867845/tid=867847] ppid=867842 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=0,2
/proc/867845/task/867847/stat : 867847 (java) R 867842 867845 863406 0 -1 4194368 5924 0 0 0 17 2 0 0 20 0 18 0 167970639 19430449152 24838 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
[pid=867845/tid=867856] ppid=867842 vsize=18975048 memory=16967 CPUtime=0 cores=0,2
/proc/867845/task/867856/stat : 867856 (Finalizer) S 867842 867845 863406 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 167970642 19430449152 24838 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
[pid=867845/tid=867863] ppid=867842 vsize=18975048 memory=16097074391287456 CPUtime=0 cores=0,2
/proc/867845/task/867863/stat : 867863 (Common-Cleaner) S 867842 867845 863406 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 167970642 19430449152 24838 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 99352 KiB

[startup+0.306066 s]*
/proc/loadavg: 4.32 4.19 4.16 6/334 867863
/proc/meminfo: memFree=107355240/131524600 swapFree=131071996/131071996
[pid=867845] ppid=867842 vsize=18975048 memory=137316 CPUtime=0.52 cores=0,2
/proc/867845/stat : 867845 (java) S 867842 867845 863406 0 -1 1077936128 9268 0 0 0 48 4 0 0 20 0 18 0 167970639 19430449152 34329 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
/proc/867845/statm: 4743762 34329 5844 1 0 550671 0
[pid=867845/tid=867847] ppid=867842 vsize=18975048 memory=-9032358715349902012 CPUtime=0.29 cores=0,2
/proc/867845/task/867847/stat : 867847 (java) R 867842 867845 863406 0 -1 4194368 5941 0 0 0 26 3 0 0 20 0 18 0 167970639 19430449152 34329 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
[pid=867845/tid=867856] ppid=867842 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/867845/task/867856/stat : 867856 (Finalizer) S 867842 867845 863406 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 167970642 19430449152 34329 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
[pid=867845/tid=867863] ppid=867842 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/867845/task/867863/stat : 867863 (Common-Cleaner) S 867842 867845 863406 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 167970642 19430449152 34329 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 137316 KiB

[startup+0.706071 s]
/proc/loadavg: 4.32 4.19 4.16 7/335 867864
/proc/meminfo: memFree=107305356/131524600 swapFree=131071996/131071996
[pid=867845] ppid=867842 vsize=19041612 memory=241840 CPUtime=1.26 cores=0,2
/proc/867845/stat : 867845 (java) S 867842 867845 863406 0 -1 1077936128 14771 0 0 0 120 6 0 0 20 0 19 0 167970639 19498610688 60460 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
/proc/867845/statm: 4760403 60460 5844 1 0 1099130 0
[pid=867845/tid=867847] ppid=867842 vsize=19041612 memory=5448 CPUtime=0.56 cores=0,2
/proc/867845/task/867847/stat : 867847 (java) R 867842 867845 863406 0 -1 4194368 5966 0 0 0 52 4 0 0 20 0 19 0 167970639 19498610688 60460 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
[pid=867845/tid=867856] ppid=867842 vsize=19041612 memory=12740 CPUtime=0 cores=0,2
/proc/867845/task/867856/stat : 867856 (Finalizer) S 867842 867845 863406 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 167970642 19498610688 60460 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
[pid=867845/tid=867863] ppid=867842 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/867845/task/867863/stat : 867863 (Common-Cleaner) S 867842 867845 863406 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 167970642 19498610688 60460 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 241840 KiB

[startup+1.51108 s]
/proc/loadavg: 4.32 4.19 4.16 6/335 867864
/proc/meminfo: memFree=106830108/131524600 swapFree=131071996/131071996
[pid=867845] ppid=867842 vsize=19041612 memory=714244 CPUtime=2.65 cores=0,2
/proc/867845/stat : 867845 (java) S 867842 867845 863406 0 -1 1077936128 19631 0 0 0 248 17 0 0 20 0 19 0 167970639 19498610688 178561 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
/proc/867845/statm: 4760403 178561 5844 1 0 1102574 0
[pid=867845/tid=867847] ppid=867842 vsize=19041612 memory=12740 CPUtime=1.23 cores=0,2
/proc/867845/task/867847/stat : 867847 (java) S 867842 867845 863406 0 -1 1077936192 6218 0 0 0 111 12 0 0 20 0 19 0 167970639 19498610688 178561 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
[pid=867845/tid=867856] ppid=867842 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/867845/task/867856/stat : 867856 (Finalizer) S 867842 867845 863406 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 167970642 19498610688 178561 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
[pid=867845/tid=867863] ppid=867842 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/867845/task/867863/stat : 867863 (Common-Cleaner) S 867842 867845 863406 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 167970642 19498610688 178561 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
Current children cumulated CPU time: 2.65 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 714244 KiB

[startup+3.10598 s]
/proc/loadavg: 4.32 4.19 4.16 5/335 867864
/proc/meminfo: memFree=103568760/131524600 swapFree=131071996/131071996
[pid=867845] ppid=867842 vsize=19041612 memory=3981712 CPUtime=5.03 cores=0,2
/proc/867845/stat : 867845 (java) S 867842 867845 863406 0 -1 1077936128 22945 0 0 0 422 81 0 0 20 0 19 0 167970639 19498610688 994916 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
/proc/867845/statm: 4760403 994916 5875 1 0 2347751 0
[pid=867845/tid=867847] ppid=867842 vsize=19041612 memory=0 CPUtime=2.61 cores=0,2
/proc/867845/task/867847/stat : 867847 (java) R 867842 867845 863406 0 -1 4194368 7796 0 0 0 188 73 0 0 20 0 19 0 167970639 19498610688 995428 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
[pid=867845/tid=867856] ppid=867842 vsize=19041612 memory=12740 CPUtime=0 cores=0,2
/proc/867845/task/867856/stat : 867856 (Finalizer) S 867842 867845 863406 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 167970642 19498610688 995428 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
[pid=867845/tid=867863] ppid=867842 vsize=19041612 memory=945272 CPUtime=0 cores=0,2
/proc/867845/task/867863/stat : 867863 (Common-Cleaner) S 867842 867845 863406 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 167970642 19498610688 995428 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
Current children cumulated CPU time: 5.03 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3981712 KiB

[startup+6.30027 s]
/proc/loadavg: 4.29 4.19 4.16 8/335 867932
/proc/meminfo: memFree=110136768/131524600 swapFree=131071996/131071996
[pid=867845] ppid=867842 vsize=19108176 memory=4365852 CPUtime=8.99 cores=0,2
/proc/867845/stat : 867845 (java) S 867842 867845 863406 0 -1 1077936128 23695 0 0 0 809 90 0 0 20 0 20 0 167970639 19566772224 1091463 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
/proc/867845/statm: 4777044 1091463 5912 1 0 2348310 0
[pid=867845/tid=867847] ppid=867842 vsize=19108176 memory=1723800 CPUtime=5.76 cores=0,2
/proc/867845/task/867847/stat : 867847 (java) R 867842 867845 863406 0 -1 4194368 8250 0 0 0 495 81 0 0 20 0 20 0 167970639 19566772224 1091463 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
[pid=867845/tid=867856] ppid=867842 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/867845/task/867856/stat : 867856 (Finalizer) S 867842 867845 863406 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167970642 19566772224 1091463 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
[pid=867845/tid=867863] ppid=867842 vsize=19108176 memory=4365852 CPUtime=0 cores=0,2
/proc/867845/task/867863/stat : 867863 (Common-Cleaner) S 867842 867845 863406 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 167970642 19566772224 1091463 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
[pid=867845/tid=867868] ppid=867842 vsize=19108176 memory=2248 CPUtime=0 cores=0,2
/proc/867845/task/867868/stat : 867868 (Timer-0) S 867842 867845 863406 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167971017 19566772224 1091463 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
Current children cumulated CPU time: 8.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4365852 KiB

[startup+12.7003 s]
/proc/loadavg: 4.35 4.20 4.17 6/336 867935
/proc/meminfo: memFree=106464912/131524600 swapFree=131071996/131071996
[pid=867845] ppid=867842 vsize=19108176 memory=4366040 CPUtime=15.41 cores=0,2
/proc/867845/stat : 867845 (java) S 867842 867845 863406 0 -1 1077936128 23766 0 0 0 1451 90 0 0 20 0 20 0 167970639 19566772224 1091510 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
/proc/867845/statm: 4777044 1091510 5912 1 0 2348310 0
[pid=867845/tid=867847] ppid=867842 vsize=19108176 memory=4365852 CPUtime=12.14 cores=0,2
/proc/867845/task/867847/stat : 867847 (java) R 867842 867845 863406 0 -1 4194368 8292 0 0 0 1133 81 0 0 20 0 20 0 167970639 19566772224 1091510 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
[pid=867845/tid=867856] ppid=867842 vsize=19108176 memory=4366040 CPUtime=0 cores=0,2
/proc/867845/task/867856/stat : 867856 (Finalizer) S 867842 867845 863406 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167970642 19566772224 1091510 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
[pid=867845/tid=867863] ppid=867842 vsize=19108176 memory=4366040 CPUtime=0 cores=0,2
/proc/867845/task/867863/stat : 867863 (Common-Cleaner) S 867842 867845 863406 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 167970642 19566772224 1091510 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
[pid=867845/tid=867868] ppid=867842 vsize=19108176 memory=11400 CPUtime=0 cores=0,2
/proc/867845/task/867868/stat : 867868 (Timer-0) S 867842 867845 863406 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167971017 19566772224 1091510 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
Current children cumulated CPU time: 15.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4366040 KiB

[startup+25.5003 s]
/proc/loadavg: 4.35 4.21 4.17 6/336 867936
/proc/meminfo: memFree=106463476/131524600 swapFree=131071996/131071996
[pid=867845] ppid=867842 vsize=19108176 memory=4366536 CPUtime=28.31 cores=0,2
/proc/867845/stat : 867845 (java) S 867842 867845 863406 0 -1 1077936128 25657 0 0 0 2741 90 0 0 20 0 20 0 167970639 19566772224 1091634 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
/proc/867845/statm: 4777044 1091634 5912 1 0 2348310 0
[pid=867845/tid=867847] ppid=867842 vsize=19108176 memory=4365852 CPUtime=24.9 cores=0,2
/proc/867845/task/867847/stat : 867847 (java) R 867842 867845 863406 0 -1 4194368 8824 0 0 0 2409 81 0 0 20 0 20 0 167970639 19566772224 1091634 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
[pid=867845/tid=867856] ppid=867842 vsize=19108176 memory=4366308 CPUtime=0 cores=0,2
/proc/867845/task/867856/stat : 867856 (Finalizer) S 867842 867845 863406 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167970642 19566772224 1091634 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
[pid=867845/tid=867863] ppid=867842 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/867845/task/867863/stat : 867863 (Common-Cleaner) S 867842 867845 863406 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 167970642 19566772224 1091634 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
[pid=867845/tid=867868] ppid=867842 vsize=19108176 memory=4420 CPUtime=0 cores=0,2
/proc/867845/task/867868/stat : 867868 (Timer-0) S 867842 867845 863406 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167971017 19566772224 1091634 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
Current children cumulated CPU time: 28.31 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4366536 KiB

[startup+51.1062 s]
/proc/loadavg: 4.44 4.24 4.18 6/336 867941
/proc/meminfo: memFree=106461196/131524600 swapFree=131071996/131071996
[pid=867845] ppid=867842 vsize=19108176 memory=4367512 CPUtime=54.24 cores=0,2
/proc/867845/stat : 867845 (java) S 867842 867845 863406 0 -1 1077936128 34117 0 0 0 5332 92 0 0 20 0 20 0 167970639 19566772224 1091878 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
/proc/867845/statm: 4777044 1091878 5944 1 0 2348439 0
[pid=867845/tid=867847] ppid=867842 vsize=19108176 memory=4367440 CPUtime=50.42 cores=0,2
/proc/867845/task/867847/stat : 867847 (java) R 867842 867845 863406 0 -1 4194368 10604 0 0 0 4961 81 0 0 20 0 20 0 167970639 19566772224 1091878 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
[pid=867845/tid=867856] ppid=867842 vsize=19108176 memory=42448 CPUtime=0 cores=0,2
/proc/867845/task/867856/stat : 867856 (Finalizer) S 867842 867845 863406 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167970642 19566772224 1091878 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
[pid=867845/tid=867863] ppid=867842 vsize=19108176 memory=4365852 CPUtime=0 cores=0,2
/proc/867845/task/867863/stat : 867863 (Common-Cleaner) S 867842 867845 863406 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 167970642 19566772224 1091878 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
[pid=867845/tid=867868] ppid=867842 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/867845/task/867868/stat : 867868 (Timer-0) S 867842 867845 863406 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167971017 19566772224 1091878 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
Current children cumulated CPU time: 54.24 s
Current children cumulated vsize: 19108176 KiB

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

/proc/867845/task/867856/stat : 867856 (Finalizer) S 867842 867845 863406 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167970642 19566772224 1837598 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
[pid=867845/tid=867863] ppid=867842 vsize=19108176 memory=7350392 CPUtime=0 cores=0,2
/proc/867845/task/867863/stat : 867863 (Common-Cleaner) S 867842 867845 863406 0 -1 1077936192 6744 0 0 0 0 0 0 0 20 0 20 0 167970642 19566772224 1837598 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
[pid=867845/tid=867868] ppid=867842 vsize=19108176 memory=7350392 CPUtime=0 cores=0,2
/proc/867845/task/867868/stat : 867868 (Timer-0) S 867842 867845 863406 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167971017 19566772224 1837598 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
Current children cumulated CPU time: 3210.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7350392 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.17 4.17 6/334 869160
/proc/meminfo: memFree=91476288/131524600 swapFree=131071996/131071996
[pid=867845] ppid=867842 vsize=19108176 memory=7350392 CPUtime=3270.36 cores=0,2
/proc/867845/stat : 867845 (java) S 867842 867845 863406 0 -1 1077936128 180172 0 0 0 326718 318 0 0 20 0 20 0 167970639 19566772224 1837598 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
/proc/867845/statm: 4777044 1837598 5967 1 0 2348452 0
[pid=867845/tid=867847] ppid=867842 vsize=19108176 memory=7350392 CPUtime=3258.01 cores=0,2
/proc/867845/task/867847/stat : 867847 (java) R 867842 867845 863406 0 -1 4194368 102564 0 0 0 325697 104 0 0 20 0 20 0 167970639 19566772224 1837598 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
[pid=867845/tid=867856] ppid=867842 vsize=19108176 memory=7350392 CPUtime=0 cores=0,2
/proc/867845/task/867856/stat : 867856 (Finalizer) S 867842 867845 863406 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167970642 19566772224 1837598 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
[pid=867845/tid=867863] ppid=867842 vsize=19108176 memory=14388 CPUtime=0 cores=0,2
/proc/867845/task/867863/stat : 867863 (Common-Cleaner) S 867842 867845 863406 0 -1 1077936192 6885 0 0 0 0 0 0 0 20 0 20 0 167970642 19566772224 1837598 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
[pid=867845/tid=867868] ppid=867842 vsize=19108176 memory=7350392 CPUtime=0 cores=0,2
/proc/867845/task/867868/stat : 867868 (Timer-0) S 867842 867845 863406 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167971017 19566772224 1837598 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
Current children cumulated CPU time: 3270.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7350392 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.15 4.17 6/333 869174
/proc/meminfo: memFree=91442668/131524600 swapFree=131071996/131071996
[pid=867845] ppid=867842 vsize=19108176 memory=7350392 CPUtime=3329.84 cores=0,2
/proc/867845/stat : 867845 (java) S 867842 867845 863406 0 -1 1077936128 182451 0 0 0 332664 320 0 0 20 0 20 0 167970639 19566772224 1837598 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
/proc/867845/statm: 4777044 1837598 5967 1 0 2348452 0
[pid=867845/tid=867847] ppid=867842 vsize=19108176 memory=7350392 CPUtime=3317.45 cores=0,2
/proc/867845/task/867847/stat : 867847 (java) R 867842 867845 863406 0 -1 4194368 104490 0 0 0 331640 105 0 0 20 0 20 0 167970639 19566772224 1837598 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
[pid=867845/tid=867856] ppid=867842 vsize=19108176 memory=7350392 CPUtime=0 cores=0,2
/proc/867845/task/867856/stat : 867856 (Finalizer) S 867842 867845 863406 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167970642 19566772224 1837598 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
[pid=867845/tid=867863] ppid=867842 vsize=19108176 memory=7350392 CPUtime=0 cores=0,2
/proc/867845/task/867863/stat : 867863 (Common-Cleaner) S 867842 867845 863406 0 -1 1077936192 7026 0 0 0 0 0 0 0 20 0 20 0 167970642 19566772224 1837598 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
[pid=867845/tid=867868] ppid=867842 vsize=19108176 memory=11400 CPUtime=0 cores=0,2
/proc/867845/task/867868/stat : 867868 (Timer-0) S 867842 867845 863406 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167971017 19566772224 1837598 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
Current children cumulated CPU time: 3329.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7350392 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.15 4.17 6/333 869568
/proc/meminfo: memFree=91018628/131524600 swapFree=131071996/131071996
[pid=867845] ppid=867842 vsize=19108176 memory=7350392 CPUtime=3389.34 cores=0,2
/proc/867845/stat : 867845 (java) S 867842 867845 863406 0 -1 1077936128 184957 0 0 0 338610 324 0 0 20 0 20 0 167970639 19566772224 1837598 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
/proc/867845/statm: 4777044 1837598 5967 1 0 2348452 0
[pid=867845/tid=867847] ppid=867842 vsize=19108176 memory=7350392 CPUtime=3376.88 cores=0,2
/proc/867845/task/867847/stat : 867847 (java) R 867842 867845 863406 0 -1 4194368 106637 0 0 0 337583 105 0 0 20 0 20 0 167970639 19566772224 1837598 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
[pid=867845/tid=867856] ppid=867842 vsize=19108176 memory=11400 CPUtime=0 cores=0,2
/proc/867845/task/867856/stat : 867856 (Finalizer) S 867842 867845 863406 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167970642 19566772224 1837598 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
[pid=867845/tid=867863] ppid=867842 vsize=19108176 memory=7350392 CPUtime=0 cores=0,2
/proc/867845/task/867863/stat : 867863 (Common-Cleaner) S 867842 867845 863406 0 -1 1077936192 7167 0 0 0 0 0 0 0 20 0 20 0 167970642 19566772224 1837598 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
[pid=867845/tid=867868] ppid=867842 vsize=19108176 memory=42448 CPUtime=0 cores=0,2
/proc/867845/task/867868/stat : 867868 (Timer-0) S 867842 867845 863406 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167971017 19566772224 1837598 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
Current children cumulated CPU time: 3389.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7350392 KiB

[startup+3462.3 s]
/proc/loadavg: 4.16 4.15 4.17 6/333 869578
/proc/meminfo: memFree=91018224/131524600 swapFree=131071996/131071996
[pid=867845] ppid=867842 vsize=19108176 memory=7350392 CPUtime=3448.83 cores=0,2
/proc/867845/stat : 867845 (java) S 867842 867845 863406 0 -1 1077936128 186861 0 0 0 344556 327 0 0 20 0 20 0 167970639 19566772224 1837598 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
/proc/867845/statm: 4777044 1837598 5967 1 0 2348452 0
[pid=867845/tid=867847] ppid=867842 vsize=19108176 memory=7350392 CPUtime=3436.32 cores=0,2
/proc/867845/task/867847/stat : 867847 (java) R 867842 867845 863406 0 -1 4194368 108171 0 0 0 343527 105 0 0 20 0 20 0 167970639 19566772224 1837598 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
[pid=867845/tid=867856] ppid=867842 vsize=19108176 memory=11400 CPUtime=0 cores=0,2
/proc/867845/task/867856/stat : 867856 (Finalizer) S 867842 867845 863406 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167970642 19566772224 1837598 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
[pid=867845/tid=867863] ppid=867842 vsize=19108176 memory=11400 CPUtime=0 cores=0,2
/proc/867845/task/867863/stat : 867863 (Common-Cleaner) S 867842 867845 863406 0 -1 1077936192 7308 0 0 0 0 0 0 0 20 0 20 0 167970642 19566772224 1837598 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
[pid=867845/tid=867868] ppid=867842 vsize=19108176 memory=7350392 CPUtime=0 cores=0,2
/proc/867845/task/867868/stat : 867868 (Timer-0) S 867842 867845 863406 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167971017 19566772224 1837598 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
Current children cumulated CPU time: 3448.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7350392 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.14 4.16 6/333 869591
/proc/meminfo: memFree=91009260/131524600 swapFree=131071996/131071996
[pid=867845] ppid=867842 vsize=19108176 memory=7350392 CPUtime=3508.32 cores=0,2
/proc/867845/stat : 867845 (java) S 867842 867845 863406 0 -1 1077936128 189453 0 0 0 350503 329 0 0 20 0 20 0 167970639 19566772224 1837598 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
/proc/867845/statm: 4777044 1837598 5967 1 0 2348452 0
[pid=867845/tid=867847] ppid=867842 vsize=19108176 memory=11400 CPUtime=3495.76 cores=0,2
/proc/867845/task/867847/stat : 867847 (java) R 867842 867845 863406 0 -1 4194368 110440 0 0 0 349470 106 0 0 20 0 20 0 167970639 19566772224 1837598 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
[pid=867845/tid=867856] ppid=867842 vsize=19108176 memory=11400 CPUtime=0 cores=0,2
/proc/867845/task/867856/stat : 867856 (Finalizer) S 867842 867845 863406 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167970642 19566772224 1837598 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
[pid=867845/tid=867863] ppid=867842 vsize=19108176 memory=7809900826916776553 CPUtime=0 cores=0,2
/proc/867845/task/867863/stat : 867863 (Common-Cleaner) S 867842 867845 863406 0 -1 1077936192 7395 0 0 0 0 0 0 0 20 0 20 0 167970642 19566772224 1837598 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
[pid=867845/tid=867868] ppid=867842 vsize=19108176 memory=11400 CPUtime=0 cores=0,2
/proc/867845/task/867868/stat : 867868 (Timer-0) S 867842 867845 863406 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167971017 19566772224 1837598 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
Current children cumulated CPU time: 3508.32 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7350392 KiB

[startup+3582.3 s]
/proc/loadavg: 3.64 4.03 4.12 4/282 869839
/proc/meminfo: memFree=107614724/131524600 swapFree=131071996/131071996
[pid=867845] ppid=867842 vsize=19108176 memory=7350392 CPUtime=3567.92 cores=0,2
/proc/867845/stat : 867845 (java) S 867842 867845 863406 0 -1 1077936128 191634 0 0 0 356459 333 0 0 20 0 20 0 167970639 19566772224 1837598 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
/proc/867845/statm: 4777044 1837598 5967 1 0 2348452 0
[pid=867845/tid=867847] ppid=867842 vsize=19108176 memory=7350392 CPUtime=3555.3 cores=0,2
/proc/867845/task/867847/stat : 867847 (java) R 867842 867845 863406 0 -1 4194368 112236 0 0 0 355423 107 0 0 20 0 20 0 167970639 19566772224 1837598 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
[pid=867845/tid=867856] ppid=867842 vsize=19108176 memory=7350392 CPUtime=0 cores=0,2
/proc/867845/task/867856/stat : 867856 (Finalizer) S 867842 867845 863406 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167970642 19566772224 1837598 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
[pid=867845/tid=867863] ppid=867842 vsize=19108176 memory=2248 CPUtime=0 cores=0,2
/proc/867845/task/867863/stat : 867863 (Common-Cleaner) S 867842 867845 863406 0 -1 1077936192 7535 0 0 0 0 0 0 0 20 0 20 0 167970642 19566772224 1837598 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
[pid=867845/tid=867868] ppid=867842 vsize=19108176 memory=7350392 CPUtime=0 cores=0,2
/proc/867845/task/867868/stat : 867868 (Timer-0) S 867842 867845 863406 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167971017 19566772224 1837598 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
Current children cumulated CPU time: 3567.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7350392 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3614.3 s]
/proc/loadavg: 2.97 3.83 4.06 2/255 869878
/proc/meminfo: memFree=116037796/131524600 swapFree=131071996/131071996
[pid=867845] ppid=867842 vsize=19108176 memory=7608456 CPUtime=3600.09 cores=0,2
/proc/867845/stat : 867845 (java) S 867842 867845 863406 0 -1 1077936128 195684 0 0 0 359671 338 0 0 20 0 20 0 167970639 19566772224 1902114 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
/proc/867845/statm: 4777044 1902114 5967 1 0 2348452 0
[pid=867845/tid=867847] ppid=867842 vsize=19108176 memory=7350392 CPUtime=3586.97 cores=0,2
/proc/867845/task/867847/stat : 867847 (java) R 867842 867845 863406 0 -1 4194368 113622 0 0 0 358590 107 0 0 20 0 20 0 167970639 19566772224 1902114 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
[pid=867845/tid=867856] ppid=867842 vsize=19108176 memory=7350392 CPUtime=0 cores=0,2
/proc/867845/task/867856/stat : 867856 (Finalizer) S 867842 867845 863406 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167970642 19566772224 1902114 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
[pid=867845/tid=867863] ppid=867842 vsize=19108176 memory=7350392 CPUtime=0 cores=0,2
/proc/867845/task/867863/stat : 867863 (Common-Cleaner) S 867842 867845 863406 0 -1 1077936192 7535 0 0 0 0 0 0 0 20 0 20 0 167970642 19566772224 1902114 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
[pid=867845/tid=867868] ppid=867842 vsize=19108176 memory=7350392 CPUtime=0 cores=0,2
/proc/867845/task/867868/stat : 867868 (Timer-0) S 867842 867845 863406 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167971017 19566772224 1902114 134679101440 94823844818944 94823844822640 140726759268640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823844830456 94823844831248 94823871852544 140726759277575 140726759277665 140726759277665 140726759284680 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7608456 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.82 s, system=3.40367 s

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

[startup+3614.4 s]*
/proc/loadavg: 2.97 3.83 4.06 4/237 869881
/proc/meminfo: memFree=123000492/131524600 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3614.41
CPU time (s): 3600.22
CPU user time (s): 3596.82
CPU system time (s): 3.40367
CPU usage (%): 99.6075
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 7608456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.82
system time used= 3.40367
maximum resident set size= 7610144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 198956
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 160914
involuntary context switches= 36999


# summary of solver processes directly reported to runsolver:
#   pid: 867845
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3596.82
#   total CPU system time (s): 3.40367

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.5373 second user time and 18.3094 second system time

The end

Launcher Data

Begin job on nodeC015 at 2024-07-16 21:28:36
IDJOB=4432453
IDBENCH=158099
IDSOLVER=3058
FILE ID=nodeC015/4432453-1721158104
RUNJOBID= nodeC015-1721150907-863416
SLURM_JOB_ID= 7505748
Free space on /tmp= 889904 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB12/OPT-LIN/sroussel/NG/normalized-NG.dot_fibo_20null20mast_rapportOE2.0_TMAX60_K192_cod2.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432453-1721158104/watcher-4432453-1721158104 -o /tmp/evaluation-result-4432453-1721158104/solver-4432453-1721158104 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1721150907-863416 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4432453-1721158104.opb

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

MD5SUM BENCH= b426dbe7074eb22ba087b5fa4a4ffb0b
RANDOM SEED=604011292

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        107469336 kB
MemAvailable:   113619292 kB
Buffers:          418200 kB
Cached:          6549644 kB
SwapCached:            0 kB
Active:          1503376 kB
Inactive:       21878296 kB
Active(anon):       1548 kB
Inactive(anon): 16449980 kB
Active(file):    1501828 kB
Inactive(file):  5428316 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             58196 kB
Writeback:             8 kB
AnonPages:      16412200 kB
Mapped:           125024 kB
Shmem:             37720 kB
KReclaimable:     118920 kB
Slab:             230160 kB
SReclaimable:     118920 kB
SUnreclaim:       111240 kB
KernelStack:        5072 kB
PageTables:        42280 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   29955372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            64320 kB
HardwareCorrupted:     0 kB
AnonHugePages:  15990784 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:      258772 kB
DirectMap2M:    37263360 kB
DirectMap1G:    98566144 kB

Free space on /tmp at the end= 890056 MiB
End job on nodeC015 at 2024-07-16 22:28:51