Trace number 4442471

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 Cutting Planes 2024 2024-07-12? (TO) 3600.25 3499.85

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB05/
aloul/FPGA_SAT05/normalized-fpga40_40_sat_pb.cnf.cr.opb
MD5SUM08e61ac7a8c180d86fc93ea4211e79be
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.017193
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2400
Total number of constraints1720
Number of constraints which are clauses1640
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint20
Maximum length of a constraint40
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 41
Number of bits of the biggest sum of numbers6
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.10	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.10	c See www.sat4j.org for details.
0.13/0.11	c version CUSTOM.v20240707
0.13/0.13	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.13	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.13	c java.vm.version	22.0.1+8-16
0.13/0.13	c java.vm.vendor	Oracle Corporation
0.13/0.13	c sun.arch.data.model	64
0.13/0.13	c java.version		22.0.1
0.13/0.13	c os.name		Linux
0.13/0.13	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.13	c os.arch		amd64
0.13/0.14	c Free memory 		2115194816
0.13/0.14	c Max memory 		16282288128
0.13/0.14	c Total memory 		2122317824
0.13/0.14	c Number of processors 	2
0.31/0.24	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.31/0.24	 - never skip resolution steps
0.31/0.24	 - Auto-division on coefficients is disabled
0.31/0.24	 - No postprocessing
0.31/0.24	 - Conflict is considered as is when resolving
0.31/0.24	 - Use constraints as they come during conflict analysis
0.31/0.24	 - Weaken first using unassigned literals
0.31/0.24	 - Bump strategy: ALWAYS_ONE
0.31/0.24	 - Bumper: EFFECTIVE
0.31/0.24	--- Begin Solver configuration ---
0.31/0.24	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.31/0.24	Learn all clauses as in MiniSAT
0.31/0.24	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.31/0.24	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.31/0.24	No reason simplification
0.31/0.24	Dynamic restart strategy considering the size of the coefficients
0.31/0.24	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.31/0.24	timeout=2147483s
0.31/0.24	DB Simplification allowed=false
0.31/0.24	Listener: none
0.31/0.24	--- End Solver configuration ---
0.31/0.24	c Pseudo Boolean Optimization by upper bound
0.31/0.24	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.31/0.24	c  - never skip resolution steps
0.31/0.24	c  - Auto-division on coefficients is disabled
0.31/0.24	c  - No postprocessing
0.31/0.24	c  - Conflict is considered as is when resolving
0.31/0.24	c  - Use constraints as they come during conflict analysis
0.31/0.24	c  - Weaken first using unassigned literals
0.31/0.24	c  - Bump strategy: ALWAYS_ONE
0.31/0.24	c  - Bumper: EFFECTIVE
0.31/0.24	c --- Begin Solver configuration ---
0.31/0.24	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.31/0.24	c Learn all clauses as in MiniSAT
0.31/0.24	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.31/0.24	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.31/0.24	c No reason simplification
0.31/0.24	c Dynamic restart strategy considering the size of the coefficients
0.31/0.24	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.31/0.24	c timeout=2147483s
0.31/0.24	c DB Simplification allowed=false
0.31/0.24	c Listener: none
0.31/0.24	c --- End Solver configuration ---
0.31/0.24	c solving HOME/instance-4442471-1721304830.opb
0.31/0.24	c reading problem ... 
0.31/0.24	c  no objective function found
0.86/0.51	c ... done. Wall clock time 0.273s.
0.86/0.51	c declared #vars     2400
0.86/0.51	c #constraints  1720
0.86/0.51	c constraints type 
0.86/0.51	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 80
0.86/0.51	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1640
0.86/0.51	c 1720 constraints processed.
77.29/70.22	c cleaning 2499 clauses out of 5000 with flag 0/5000
213.36/204.61	c cleaning 4248 clauses out of 8502 with flag 0/11001
359.83/349.41	c cleaning 5623 clauses out of 11255 with flag 0/18002
494.42/482.84	c cleaning 6811 clauses out of 13630 with flag 0/26000
707.30/693.94	c cleaning 7907 clauses out of 15819 with flag 0/35000
953.23/937.35	c cleaning 8955 clauses out of 17917 with flag 0/45005
1206.72/1188.29	c cleaning 9969 clauses out of 19957 with flag 0/56000
1485.26/1463.12	c cleaning 10994 clauses out of 21989 with flag 0/68001
1807.74/1780.92	c cleaning 11991 clauses out of 23995 with flag 0/81001
2127.54/2098.86	c cleaning 12992 clauses out of 26003 with flag 0/95000
2503.05/2467.38	c cleaning 14008 clauses out of 28016 with flag 0/110005
2857.95/2802.50	c cleaning 14993 clauses out of 30004 with flag 0/126001
3236.35/3158.69	c cleaning 15996 clauses out of 32010 with flag 0/143000
3600.01/3499.72	c starts		: 24
3600.01/3499.74	c timeout
3600.01/3499.76	c conflicts		: 158896
3600.01/3499.76	c decisions		: 520564
3600.01/3499.76	c propagations		: 14440827
3600.01/3499.76	c inspects		: 910262348
3600.01/3499.76	c shortcuts		: 0
3600.01/3499.76	c learnt literals	: 0
3600.01/3499.76	c learnt binary clauses	: 0
3600.01/3499.76	c learnt ternary clauses	: 0
3600.01/3499.76	c learnt constraints	: 158896
3600.01/3499.76	c ignored constraints	: 0
3600.01/3499.76	c root simplifications	: 0
3600.01/3499.76	c removed literals (reason simplification)	: 0
3600.01/3499.76	c reason swapping (by a shorter reason)	: 0
3600.01/3499.76	c Calls to reduceDB	: 13
3600.01/3499.76	c Number of update (reduction) of LBD	: 179651
3600.01/3499.76	c Imported unit clauses	: 0
3600.01/3499.76	c No decision after first conflict	: false
3600.01/3499.76	c number of reductions to clauses (during analyze)	: 0
3600.01/3499.76	c number of learned constraints concerned by reduction	: 0
3600.01/3499.76	c number of learning phase by resolution	: 0
3600.01/3499.76	c number of learning phase by cutting planes	: 0
3600.01/3499.76	c number of rounding to 1 operations	: 0
3600.01/3499.76	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3499.76	c number of reductions of the coefficients by power 2 	: 0
3600.01/3499.76	c number of right shift for reduction by power 2 	: 0
3600.01/3499.76	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3499.76	c number of ending skipping 	: 0
3600.01/3499.76	c number of internal skipping 	: 0
3600.01/3499.76	c number of derivation steps 	: 6716614
3600.01/3499.76	c number of skipped derivation steps 	: 0
3600.01/3499.76	c number of remaining unassigned 	: 2725738
3600.01/3499.76	c number of remaining assigned 	: 165288671
3600.01/3499.76	c number of falsified literals weakened from reason	: 0
3600.01/3499.76	c number of falsified literals weakened from conflict	: 0
3600.01/3499.76	c time for arithmetic operations	: 26793196068
3600.01/3499.77	c minimum degree of deleted constraints	: 4
3600.01/3499.77	c maximum degree of deleted constraints	: 207329477348109028435984670404827319956839705822117540615472627194321424439371145415577614134342334246573142305046937051387073356326967083978732619542980587895215402466551667900883413428006176844676224895240091614304611709232811299056513262221416743881409089863188061168574837704923400391374825685520672844860393196455886580840782922419142888936383034941721273368969300962982655555855710328111049451420803461353401405001995377284973100177043735451096705392979129582271925476779965381293839487913908052370771658360095669643272383433393623145850407611283925900042479723597505592073002671739762394766425943961156956456366928058197670039104306744215866911467880250795713968564078501057853011207988036122418074793992250822670975373559421222064712214033802346809257688954258409827850115488971080241292906100998850723804005016208616998760536381567498013791886775825153775898038091828547764584344695092866008698729455588815482807940945621303603667460625126374953617569829069162583765308239294889817086493655602121951760974094630944924361047211553612288000
3600.01/3499.77	c number of deleted constraints	: 126986
3600.01/3499.77	c speed (assignments/second)	: 4126.830175803186
3600.01/3499.77	c non guided choices	: 761
3600.19/3499.82	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 231
3600.19/3499.82	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 31679
3600.19/3499.83	s UNKNOWN
3600.19/3499.83	c Total wall clock time (in seconds): 3499.592

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: 64059 MiB (62727 MiB free)
  memory of node 1: 64510 MiB (61476 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442471-1721304830/watcher-4442471-1721304830 -o /tmp/evaluation-result-4442471-1721304830/solver-4442471-1721304830 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1721304841-947644 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4442471-1721304830.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.101141 s]*
/proc/loadavg: 1.24 2.59 3.53 10/315 947972
/proc/meminfo: memFree=127105996/131655788 swapFree=131071996/131071996
[pid=947927] ppid=947924 vsize=18975048 memory=57276 CPUtime=0.13 cores=1,3
/proc/947927/stat : 947927 (java) S 947924 947927 947632 0 -1 1077936128 6684 0 0 0 10 3 0 0 20 0 18 0 182639681 19430449152 14319 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
/proc/947927/statm: 4743762 14319 5761 1 0 550965 0
[pid=947927/tid=947930] ppid=947924 vsize=18975048 memory=4026531971 CPUtime=0.07 cores=1,3
/proc/947927/task/947930/stat : 947930 (java) R 947924 947927 947632 0 -1 1078198336 5555 0 0 0 5 2 0 0 20 0 18 0 182639682 19430449152 14319 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
[pid=947927/tid=947948] ppid=947924 vsize=18975048 memory=5822 CPUtime=0 cores=1,3
/proc/947927/task/947948/stat : 947948 (Finalizer) S 947924 947927 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182639685 19430449152 14319 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
[pid=947927/tid=947956] ppid=947924 vsize=18975048 memory=13563812552906645 CPUtime=0 cores=1,3
/proc/947927/task/947956/stat : 947956 (Common-Cleaner) S 947924 947927 947632 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 182639686 19430449152 14319 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 57276 KiB

[startup+0.207964 s]*
/proc/loadavg: 1.24 2.59 3.53 10/315 947972
/proc/meminfo: memFree=127072676/131655788 swapFree=131071996/131071996
[pid=947927] ppid=947924 vsize=18975048 memory=64380 CPUtime=0.31 cores=1,3
/proc/947927/stat : 947927 (java) S 947924 947927 947632 0 -1 1077936128 7490 0 0 0 28 3 0 0 20 0 18 0 182639681 19430449152 16095 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
/proc/947927/statm: 4743762 16095 5766 1 0 551615 0
[pid=947927/tid=947930] ppid=947924 vsize=18975048 memory=4782652875487838339 CPUtime=0.16 cores=1,3
/proc/947927/task/947930/stat : 947930 (java) R 947924 947927 947632 0 -1 4194368 5924 0 0 0 14 2 0 0 20 0 18 0 182639682 19430449152 16095 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
[pid=947927/tid=947948] ppid=947924 vsize=18975048 memory=5822 CPUtime=0 cores=1,3
/proc/947927/task/947948/stat : 947948 (Finalizer) S 947924 947927 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182639685 19430449152 16095 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
[pid=947927/tid=947956] ppid=947924 vsize=18975048 memory=13563812552906645 CPUtime=0 cores=1,3
/proc/947927/task/947956/stat : 947956 (Common-Cleaner) S 947924 947927 947632 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 182639686 19430449152 16095 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64380 KiB

[startup+0.310958 s]*
/proc/loadavg: 1.24 2.59 3.53 13/315 947972
/proc/meminfo: memFree=127043396/131655788 swapFree=131071996/131071996
[pid=947927] ppid=947924 vsize=18975048 memory=73952 CPUtime=0.51 cores=1,3
/proc/947927/stat : 947927 (java) S 947924 947927 947632 0 -1 1077936128 7749 0 0 0 47 4 0 0 20 0 18 0 182639681 19430449152 18488 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
/proc/947927/statm: 4743762 18488 5835 1 0 551779 0
[pid=947927/tid=947930] ppid=947924 vsize=18975048 memory=-9104415209909691068 CPUtime=0.27 cores=1,3
/proc/947927/task/947930/stat : 947930 (java) R 947924 947927 947632 0 -1 4194368 6035 0 0 0 24 3 0 0 20 0 18 0 182639682 19430449152 18488 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
[pid=947927/tid=947948] ppid=947924 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/947927/task/947948/stat : 947948 (Finalizer) S 947924 947927 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182639685 19430449152 18488 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
[pid=947927/tid=947956] ppid=947924 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/947927/task/947956/stat : 947956 (Common-Cleaner) S 947924 947927 947632 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 182639686 19430449152 18488 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 73952 KiB

[startup+0.700956 s]
/proc/loadavg: 1.24 2.59 3.53 12/318 947975
/proc/meminfo: memFree=126938308/131655788 swapFree=131071996/131071996
[pid=947927] ppid=947924 vsize=19042440 memory=147352 CPUtime=1.24 cores=1,3
/proc/947927/stat : 947927 (java) S 947924 947927 947632 0 -1 1077936128 12318 0 0 0 118 6 0 0 20 0 19 0 182639681 19499458560 36838 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
/proc/947927/statm: 4760610 36838 5835 1 0 554861 0
[pid=947927/tid=947930] ppid=947924 vsize=19042440 memory=5620 CPUtime=0.62 cores=1,3
/proc/947927/task/947930/stat : 947930 (java) R 947924 947927 947632 0 -1 4194368 6144 0 0 0 58 4 0 0 20 0 19 0 182639682 19499458560 36838 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
[pid=947927/tid=947948] ppid=947924 vsize=19042440 memory=12724 CPUtime=0 cores=1,3
/proc/947927/task/947948/stat : 947948 (Finalizer) S 947924 947927 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 182639685 19499458560 36838 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
[pid=947927/tid=947956] ppid=947924 vsize=19042440 memory=0 CPUtime=0 cores=1,3
/proc/947927/task/947956/stat : 947956 (Common-Cleaner) S 947924 947927 947632 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 182639686 19499458560 36838 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 19042440 KiB
Current children cumulated memory: 147352 KiB

[startup+1.50496 s]
/proc/loadavg: 1.24 2.59 3.53 8/279 948021
/proc/meminfo: memFree=126997064/131655788 swapFree=131071996/131071996
[pid=947927] ppid=947924 vsize=19108176 memory=185344 CPUtime=2.84 cores=1,3
/proc/947927/stat : 947927 (java) S 947924 947927 947632 0 -1 1077936128 20615 0 0 0 276 8 0 0 20 0 20 0 182639681 19566772224 46336 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
/proc/947927/statm: 4777044 46336 5851 1 0 557678 0
[pid=947927/tid=947930] ppid=947924 vsize=19108176 memory=12724 CPUtime=1.39 cores=1,3
/proc/947927/task/947930/stat : 947930 (java) R 947924 947927 947632 0 -1 4194368 6183 0 0 0 134 5 0 0 20 0 20 0 182639682 19566772224 46336 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
[pid=947927/tid=947948] ppid=947924 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/947927/task/947948/stat : 947948 (Finalizer) S 947924 947927 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182639685 19566772224 46336 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
[pid=947927/tid=947956] ppid=947924 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/947927/task/947956/stat : 947956 (Common-Cleaner) S 947924 947927 947632 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 182639686 19566772224 46336 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
[pid=947927/tid=947976] ppid=947924 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/947927/task/947976/stat : 947976 (Timer-0) S 947924 947927 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182639733 19566772224 46336 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 185344 KiB

[startup+3.10596 s]
/proc/loadavg: 1.24 2.59 3.53 8/301 948181
/proc/meminfo: memFree=126096092/131655788 swapFree=131071996/131071996
[pid=947927] ppid=947924 vsize=19108176 memory=188284 CPUtime=5.55 cores=1,3
/proc/947927/stat : 947927 (java) S 947924 947927 947632 0 -1 1077936128 23399 0 0 0 546 9 0 0 20 0 20 0 182639681 19566772224 47071 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
/proc/947927/statm: 4777044 47071 5851 1 0 557691 0
[pid=947927/tid=947930] ppid=947924 vsize=19108176 memory=0 CPUtime=2.94 cores=1,3
/proc/947927/task/947930/stat : 947930 (java) R 947924 947927 947632 0 -1 4194368 6625 0 0 0 289 5 0 0 20 0 20 0 182639682 19566772224 47071 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
[pid=947927/tid=947948] ppid=947924 vsize=19108176 memory=11408 CPUtime=0 cores=1,3
/proc/947927/task/947948/stat : 947948 (Finalizer) S 947924 947927 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182639685 19566772224 47071 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
[pid=947927/tid=947956] ppid=947924 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/947927/task/947956/stat : 947956 (Common-Cleaner) S 947924 947927 947632 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 182639686 19566772224 47071 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
[pid=947927/tid=947976] ppid=947924 vsize=19108176 memory=12724 CPUtime=0 cores=1,3
/proc/947927/task/947976/stat : 947976 (Timer-0) S 947924 947927 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182639733 19566772224 47071 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
Current children cumulated CPU time: 5.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 188284 KiB

[startup+6.30096 s]
/proc/loadavg: 1.62 2.64 3.54 5/322 948246
/proc/meminfo: memFree=123632432/131655788 swapFree=131071996/131071996
[pid=947927] ppid=947924 vsize=19108176 memory=803460 CPUtime=10.68 cores=1,3
/proc/947927/stat : 947927 (java) S 947924 947927 947632 0 -1 1077936128 28143 0 0 0 1047 21 0 0 20 0 20 0 182639681 19566772224 200865 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
/proc/947927/statm: 4777044 200865 5851 1 0 559067 0
[pid=947927/tid=947930] ppid=947924 vsize=19108176 memory=0 CPUtime=6.08 cores=1,3
/proc/947927/task/947930/stat : 947930 (java) R 947924 947927 947632 0 -1 4194368 7215 0 0 0 592 16 0 0 20 0 20 0 182639682 19566772224 200865 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
[pid=947927/tid=947948] ppid=947924 vsize=19108176 memory=12724 CPUtime=0 cores=1,3
/proc/947927/task/947948/stat : 947948 (Finalizer) S 947924 947927 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182639685 19566772224 200865 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
[pid=947927/tid=947956] ppid=947924 vsize=19108176 memory=11408 CPUtime=0 cores=1,3
/proc/947927/task/947956/stat : 947956 (Common-Cleaner) S 947924 947927 947632 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 182639686 19566772224 200865 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
[pid=947927/tid=947976] ppid=947924 vsize=19108176 memory=43532 CPUtime=0 cores=1,3
/proc/947927/task/947976/stat : 947976 (Timer-0) S 947924 947927 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182639733 19566772224 200865 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
Current children cumulated CPU time: 10.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 803460 KiB

[startup+12.7005 s]
/proc/loadavg: 1.97 2.70 3.55 5/322 948246
/proc/meminfo: memFree=120246940/131655788 swapFree=131071996/131071996
[pid=947927] ppid=947924 vsize=19108176 memory=1389544 CPUtime=17.18 cores=1,3
/proc/947927/stat : 947927 (java) S 947924 947927 947632 0 -1 1077936128 32661 0 0 0 1685 33 0 0 20 0 20 0 182639681 19566772224 347386 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
/proc/947927/statm: 4777044 347386 5851 1 0 559067 0
[pid=947927/tid=947930] ppid=947924 vsize=19108176 memory=1389532 CPUtime=12.21 cores=1,3
/proc/947927/task/947930/stat : 947930 (java) R 947924 947927 947632 0 -1 4194368 8035 0 0 0 1195 26 0 0 20 0 20 0 182639682 19566772224 347386 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
[pid=947927/tid=947948] ppid=947924 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/947927/task/947948/stat : 947948 (Finalizer) S 947924 947927 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182639685 19566772224 347386 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
[pid=947927/tid=947956] ppid=947924 vsize=19108176 memory=12724 CPUtime=0 cores=1,3
/proc/947927/task/947956/stat : 947956 (Common-Cleaner) S 947924 947927 947632 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 182639686 19566772224 347386 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
[pid=947927/tid=947976] ppid=947924 vsize=19108176 memory=188284 CPUtime=0 cores=1,3
/proc/947927/task/947976/stat : 947976 (Timer-0) S 947924 947927 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182639733 19566772224 347386 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
Current children cumulated CPU time: 17.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1389544 KiB

[startup+25.5005 s]
/proc/loadavg: 2.50 2.78 3.57 5/322 948249
/proc/meminfo: memFree=115781284/131655788 swapFree=131071996/131071996
[pid=947927] ppid=947924 vsize=19108176 memory=1959960 CPUtime=31.26 cores=1,3
/proc/947927/stat : 947927 (java) S 947924 947927 947632 0 -1 1077936128 39866 0 0 0 3079 47 0 0 20 0 20 0 182639681 19566772224 489990 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
/proc/947927/statm: 4777044 489990 5866 1 0 849417 0
[pid=947927/tid=947930] ppid=947924 vsize=19108176 memory=1389532 CPUtime=24.45 cores=1,3
/proc/947927/task/947930/stat : 947930 (java) R 947924 947927 947632 0 -1 4194368 9320 0 0 0 2409 36 0 0 20 0 20 0 182639682 19566772224 489990 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
[pid=947927/tid=947948] ppid=947924 vsize=19108176 memory=188284 CPUtime=0 cores=1,3
/proc/947927/task/947948/stat : 947948 (Finalizer) S 947924 947927 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182639685 19566772224 489990 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
[pid=947927/tid=947956] ppid=947924 vsize=19108176 memory=1389532 CPUtime=0 cores=1,3
/proc/947927/task/947956/stat : 947956 (Common-Cleaner) S 947924 947927 947632 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 182639686 19566772224 489990 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
[pid=947927/tid=947976] ppid=947924 vsize=19108176 memory=1853408 CPUtime=0 cores=1,3
/proc/947927/task/947976/stat : 947976 (Timer-0) S 947924 947927 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182639733 19566772224 489990 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
Current children cumulated CPU time: 31.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1959960 KiB

[startup+51.106 s]
/proc/loadavg: 3.08 2.90 3.58 6/322 948253
/proc/meminfo: memFree=112614652/131655788 swapFree=131071996/131071996
[pid=947927] ppid=947924 vsize=19108176 memory=3274948 CPUtime=57.83 cores=1,3
/proc/947927/stat : 947927 (java) S 947924 947927 947632 0 -1 1077936128 48169 0 0 0 5707 76 0 0 20 0 20 0 182639681 19566772224 818737 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
/proc/947927/statm: 4777044 818737 5866 1 0 1022801 0
[pid=947927/tid=947930] ppid=947924 vsize=19108176 memory=3274948 CPUtime=49.16 cores=1,3
/proc/947927/task/947930/stat : 947930 (java) R 947924 947927 947632 0 -1 4194368 12391 0 0 0 4857 59 0 0 20 0 20 0 182639682 19566772224 818737 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
[pid=947927/tid=947948] ppid=947924 vsize=19108176 memory=2979784 CPUtime=0 cores=1,3
/proc/947927/task/947948/stat : 947948 (Finalizer) S 947924 947927 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182639685 19566772224 818737 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
[pid=947927/tid=947956] ppid=947924 vsize=19108176 memory=11408 CPUtime=0 cores=1,3
/proc/947927/task/947956/stat : 947956 (Common-Cleaner) S 947924 947927 947632 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 182639686 19566772224 818737 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0

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

[startup+3162.3 s]
/proc/loadavg: 4.43 4.41 4.36 5/318 949995
/proc/meminfo: memFree=114456708/131655788 swapFree=131071996/131071996
[pid=947927] ppid=947924 vsize=19108176 memory=3077612 CPUtime=3241.63 cores=1,3
/proc/947927/stat : 947927 (java) S 947924 947927 947632 0 -1 1077936128 482455 0 0 0 323767 396 0 0 20 0 20 0 182639681 19566772224 769403 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
/proc/947927/statm: 4777044 769403 5933 1 0 781264 0
[pid=947927/tid=947930] ppid=947924 vsize=19108176 memory=3077604 CPUtime=3103.35 cores=1,3
/proc/947927/task/947930/stat : 947930 (java) R 947924 947927 947632 0 -1 4194368 192349 0 0 0 310213 122 0 0 20 0 20 0 182639682 19566772224 769403 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 86 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
[pid=947927/tid=947948] ppid=947924 vsize=19108176 memory=3077604 CPUtime=0 cores=1,3
/proc/947927/task/947948/stat : 947948 (Finalizer) S 947924 947927 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182639685 19566772224 769403 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
[pid=947927/tid=947956] ppid=947924 vsize=19108176 memory=3077608 CPUtime=0.01 cores=1,3
/proc/947927/task/947956/stat : 947956 (Common-Cleaner) S 947924 947927 947632 0 -1 1077936192 3244 0 0 0 1 0 0 0 20 0 20 0 182639686 19566772224 769403 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
[pid=947927/tid=947976] ppid=947924 vsize=19108176 memory=11408 CPUtime=0 cores=1,3
/proc/947927/task/947976/stat : 947976 (Timer-0) S 947924 947927 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182639733 19566772224 769403 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
Current children cumulated CPU time: 3241.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3077612 KiB

[startup+3222.3 s]
/proc/loadavg: 4.33 4.38 4.35 6/318 950005
/proc/meminfo: memFree=114456248/131655788 swapFree=131071996/131071996
[pid=947927] ppid=947924 vsize=19108176 memory=3077616 CPUtime=3303.11 cores=1,3
/proc/947927/stat : 947927 (java) S 947924 947927 947632 0 -1 1077936128 483455 0 0 0 329910 401 0 0 20 0 20 0 182639681 19566772224 769404 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
/proc/947927/statm: 4777044 769404 5933 1 0 781264 0
[pid=947927/tid=947930] ppid=947924 vsize=19108176 memory=3077604 CPUtime=3162.01 cores=1,3
/proc/947927/task/947930/stat : 947930 (java) R 947924 947927 947632 0 -1 4194368 192977 0 0 0 316079 122 0 0 20 0 20 0 182639682 19566772224 769404 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 86 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
[pid=947927/tid=947948] ppid=947924 vsize=19108176 memory=3077604 CPUtime=0 cores=1,3
/proc/947927/task/947948/stat : 947948 (Finalizer) S 947924 947927 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182639685 19566772224 769404 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
[pid=947927/tid=947956] ppid=947924 vsize=19108176 memory=3077612 CPUtime=0.01 cores=1,3
/proc/947927/task/947956/stat : 947956 (Common-Cleaner) S 947924 947927 947632 0 -1 1077936192 3244 0 0 0 1 0 0 0 20 0 20 0 182639686 19566772224 769404 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
[pid=947927/tid=947976] ppid=947924 vsize=19108176 memory=16212 CPUtime=0 cores=1,3
/proc/947927/task/947976/stat : 947976 (Timer-0) S 947924 947927 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182639733 19566772224 769404 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
Current children cumulated CPU time: 3303.11 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3077616 KiB

[startup+3282.3 s]
/proc/loadavg: 4.19 4.32 4.34 5/318 950015
/proc/meminfo: memFree=114455644/131655788 swapFree=131071996/131071996
[pid=947927] ppid=947924 vsize=19108176 memory=3077656 CPUtime=3366.67 cores=1,3
/proc/947927/stat : 947927 (java) S 947924 947927 947632 0 -1 1077936128 499126 0 0 0 336259 408 0 0 20 0 20 0 182639681 19566772224 769414 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
/proc/947927/statm: 4777044 769414 5933 1 0 781264 0
[pid=947927/tid=947930] ppid=947924 vsize=19108176 memory=3077656 CPUtime=3220.56 cores=1,3
/proc/947927/task/947930/stat : 947930 (java) R 947924 947927 947632 0 -1 4194368 197147 0 0 0 321933 123 0 0 20 0 20 0 182639682 19566772224 769414 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 86 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
[pid=947927/tid=947948] ppid=947924 vsize=19108176 memory=11408 CPUtime=0 cores=1,3
/proc/947927/task/947948/stat : 947948 (Finalizer) S 947924 947927 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182639685 19566772224 769414 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
[pid=947927/tid=947956] ppid=947924 vsize=19108176 memory=3077656 CPUtime=0.01 cores=1,3
/proc/947927/task/947956/stat : 947956 (Common-Cleaner) S 947924 947927 947632 0 -1 1077936192 3291 0 0 0 1 0 0 0 20 0 20 0 182639686 19566772224 769414 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
[pid=947927/tid=947976] ppid=947924 vsize=19108176 memory=3077652 CPUtime=0 cores=1,3
/proc/947927/task/947976/stat : 947976 (Timer-0) S 947924 947927 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182639733 19566772224 769414 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
Current children cumulated CPU time: 3366.67 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3077656 KiB

[startup+3342.3 s]
/proc/loadavg: 4.52 4.37 4.35 5/318 950026
/proc/meminfo: memFree=114455152/131655788 swapFree=131071996/131071996
[pid=947927] ppid=947924 vsize=19108176 memory=3077668 CPUtime=3431.1 cores=1,3
/proc/947927/stat : 947927 (java) S 947924 947927 947632 0 -1 1077936128 499880 0 0 0 342695 415 0 0 20 0 20 0 182639681 19566772224 769417 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
/proc/947927/statm: 4777044 769417 5933 1 0 781264 0
[pid=947927/tid=947930] ppid=947924 vsize=19108176 memory=11408 CPUtime=3278.91 cores=1,3
/proc/947927/task/947930/stat : 947930 (java) R 947924 947927 947632 0 -1 4194368 197532 0 0 0 327768 123 0 0 20 0 20 0 182639682 19566772224 769417 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 87 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
[pid=947927/tid=947948] ppid=947924 vsize=19108176 memory=3077664 CPUtime=0 cores=1,3
/proc/947927/task/947948/stat : 947948 (Finalizer) S 947924 947927 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182639685 19566772224 769417 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
[pid=947927/tid=947956] ppid=947924 vsize=19108176 memory=3077668 CPUtime=0.01 cores=1,3
/proc/947927/task/947956/stat : 947956 (Common-Cleaner) S 947924 947927 947632 0 -1 1077936192 3291 0 0 0 1 0 0 0 20 0 20 0 182639686 19566772224 769417 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
[pid=947927/tid=947976] ppid=947924 vsize=19108176 memory=-7089359221915149687 CPUtime=0 cores=1,3
/proc/947927/task/947976/stat : 947976 (Timer-0) S 947924 947927 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182639733 19566772224 769417 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
Current children cumulated CPU time: 3431.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3077668 KiB

[startup+3402.3 s]
/proc/loadavg: 4.28 4.33 4.34 6/320 950040
/proc/meminfo: memFree=114454744/131655788 swapFree=131071996/131071996
[pid=947927] ppid=947924 vsize=19108176 memory=3077668 CPUtime=3493.57 cores=1,3
/proc/947927/stat : 947927 (java) S 947924 947927 947632 0 -1 1077936128 504244 0 0 0 348936 421 0 0 20 0 20 0 182639681 19566772224 769417 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
/proc/947927/statm: 4777044 769417 5933 1 0 781264 0
[pid=947927/tid=947930] ppid=947924 vsize=19108176 memory=3077664 CPUtime=3337.33 cores=1,3
/proc/947927/task/947930/stat : 947930 (java) R 947924 947927 947632 0 -1 4194368 199384 0 0 0 333609 124 0 0 20 0 20 0 182639682 19566772224 769417 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 87 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
[pid=947927/tid=947948] ppid=947924 vsize=19108176 memory=3077668 CPUtime=0 cores=1,3
/proc/947927/task/947948/stat : 947948 (Finalizer) S 947924 947927 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182639685 19566772224 769417 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
[pid=947927/tid=947956] ppid=947924 vsize=19108176 memory=3077668 CPUtime=0.01 cores=1,3
/proc/947927/task/947956/stat : 947956 (Common-Cleaner) S 947924 947927 947632 0 -1 1077936192 3291 0 0 0 1 0 0 0 20 0 20 0 182639686 19566772224 769417 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
[pid=947927/tid=947976] ppid=947924 vsize=19108176 memory=12724 CPUtime=0 cores=1,3
/proc/947927/task/947976/stat : 947976 (Timer-0) S 947924 947927 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182639733 19566772224 769417 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
Current children cumulated CPU time: 3493.57 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3077668 KiB

[startup+3462.3 s]
/proc/loadavg: 4.26 4.33 4.34 6/320 950051
/proc/meminfo: memFree=114454500/131655788 swapFree=131071996/131071996
[pid=947927] ppid=947924 vsize=19108176 memory=3077668 CPUtime=3558.94 cores=1,3
/proc/947927/stat : 947927 (java) S 947924 947927 947632 0 -1 1077936128 516172 0 0 0 355466 428 0 0 20 0 20 0 182639681 19566772224 769417 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
/proc/947927/statm: 4777044 769417 5933 1 0 781264 0
[pid=947927/tid=947930] ppid=947924 vsize=19108176 memory=3077664 CPUtime=3395.4 cores=1,3
/proc/947927/task/947930/stat : 947930 (java) R 947924 947927 947632 0 -1 4194368 202884 0 0 0 339416 124 0 0 20 0 20 0 182639682 19566772224 769417 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 87 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
[pid=947927/tid=947948] ppid=947924 vsize=19108176 memory=11408 CPUtime=0 cores=1,3
/proc/947927/task/947948/stat : 947948 (Finalizer) S 947924 947927 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182639685 19566772224 769417 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
[pid=947927/tid=947956] ppid=947924 vsize=19108176 memory=11408 CPUtime=0.01 cores=1,3
/proc/947927/task/947956/stat : 947956 (Common-Cleaner) S 947924 947927 947632 0 -1 1077936192 3330 0 0 0 1 0 0 0 20 0 20 0 182639686 19566772224 769417 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
[pid=947927/tid=947976] ppid=947924 vsize=19108176 memory=3077668 CPUtime=0 cores=1,3
/proc/947927/task/947976/stat : 947976 (Timer-0) S 947924 947927 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182639733 19566772224 769417 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
Current children cumulated CPU time: 3558.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3077668 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3499.7 s]
/proc/loadavg: 4.28 4.32 4.34 5/320 950058
/proc/meminfo: memFree=114454240/131655788 swapFree=131071996/131071996
[pid=947927] ppid=947924 vsize=19108176 memory=3077668 CPUtime=3600.01 cores=1,3
/proc/947927/stat : 947927 (java) S 947924 947927 947632 0 -1 1077936128 516496 0 0 0 359569 432 0 0 20 0 20 0 182639681 19566772224 769417 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
/proc/947927/statm: 4777044 769417 5933 1 0 781264 0
[pid=947927/tid=947930] ppid=947924 vsize=19108176 memory=3077656 CPUtime=3432.08 cores=1,3
/proc/947927/task/947930/stat : 947930 (java) R 947924 947927 947632 0 -1 4194368 203075 0 0 0 343084 124 0 0 20 0 20 0 182639682 19566772224 769417 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 87 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
[pid=947927/tid=947948] ppid=947924 vsize=19108176 memory=11408 CPUtime=0 cores=1,3
/proc/947927/task/947948/stat : 947948 (Finalizer) S 947924 947927 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182639685 19566772224 769417 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
[pid=947927/tid=947956] ppid=947924 vsize=19108176 memory=3077668 CPUtime=0.01 cores=1,3
/proc/947927/task/947956/stat : 947956 (Common-Cleaner) S 947924 947927 947632 0 -1 1077936192 3330 0 0 0 1 0 0 0 20 0 20 0 182639686 19566772224 769417 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
[pid=947927/tid=947976] ppid=947924 vsize=19108176 memory=3077668 CPUtime=0 cores=1,3
/proc/947927/task/947976/stat : 947976 (Timer-0) S 947924 947927 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182639733 19566772224 769417 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3077668 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.9 s, system=4.34597 s

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

[startup+3499.8 s]
/proc/loadavg: 4.28 4.32 4.34 5/320 950058
/proc/meminfo: memFree=114454240/131655788 swapFree=131071996/131071996
[pid=947927] ppid=947924 vsize=19307868 memory=3078380 CPUtime=3600.19 cores=1,3
/proc/947927/stat : 947927 (java) S 947924 947927 947632 0 -1 1077936128 518835 0 0 0 359586 433 0 0 20 0 21 0 182639681 19771256832 769595 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
/proc/947927/statm: 4826967 769595 5932 1 0 782197 0
[pid=947927/tid=947930] ppid=947924 vsize=19307868 memory=20405 CPUtime=3432.12 cores=1,3
/proc/947927/task/947930/stat : 947930 (java) S 947924 947927 947632 0 -1 1077936192 203145 0 0 0 343088 124 0 0 20 0 21 0 182639682 19771256832 769595 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 87 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
[pid=947927/tid=947948] ppid=947924 vsize=19307868 memory=3833189129304309076 CPUtime=0 cores=1,3
/proc/947927/task/947948/stat : 947948 (Finalizer) S 947924 947927 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 182639685 19771256832 769595 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
[pid=947927/tid=947956] ppid=947924 vsize=19307868 memory=3764 CPUtime=0.01 cores=1,3
/proc/947927/task/947956/stat : 947956 (Common-Cleaner) S 947924 947927 947632 0 -1 1077936192 3330 0 0 0 1 0 0 0 20 0 21 0 182639686 19771256832 769595 134679101440 94726591971328 94726591975024 140732419772848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94726591982840 94726591983632 94726618251264 140732419777524 140732419777632 140732419777632 140732419784648 0
Current children cumulated CPU time: 3600.19 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 3078380 KiB

Child status: 143

Real time (s): 3499.85
CPU time (s): 3600.25
CPU user time (s): 3595.9
CPU system time (s): 4.34597
CPU usage (%): 102.869
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 4742128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.9
system time used= 4.34597
maximum resident set size= 4742132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 519002
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 122471
involuntary context switches= 15703


# summary of solver processes directly reported to runsolver:
#   pid: 947927
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3595.9
#   total CPU system time (s): 4.34597

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.9613 second user time and 34.4829 second system time

The end

Launcher Data

Begin job on nodeC007 at 2024-07-18 14:14:03
IDJOB=4442471
IDBENCH=147814
IDSOLVER=3052
FILE ID=nodeC007/4442471-1721304830
RUNJOBID= nodeC007-1721304841-947644
SLURM_JOB_ID= 7542628
Free space on /tmp= 723780 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB05/aloul/FPGA_SAT05/normalized-fpga40_40_sat_pb.cnf.cr.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442471-1721304830/watcher-4442471-1721304830 -o /tmp/evaluation-result-4442471-1721304830/solver-4442471-1721304830 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1721304841-947644 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4442471-1721304830.opb

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

MD5SUM BENCH= 08e61ac7a8c180d86fc93ea4211e79be
RANDOM SEED=1973294933

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        127191568 kB
MemAvailable:   129801032 kB
Buffers:          481720 kB
Cached:          2959296 kB
SwapCached:            0 kB
Active:           987560 kB
Inactive:        2918096 kB
Active(anon):       1436 kB
Inactive(anon):   500576 kB
Active(file):     986124 kB
Inactive(file):  2417520 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              3420 kB
Writeback:             8 kB
AnonPages:        464108 kB
Mapped:           125876 kB
Shmem:             37704 kB
KReclaimable:      91700 kB
Slab:             192700 kB
SReclaimable:      91700 kB
SUnreclaim:       101000 kB
KernelStack:        4428 kB
PageTables:        10196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    5129332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            57472 kB
HardwareCorrupted:     0 kB
AnonHugePages:    266240 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:      279368 kB
DirectMap2M:    27936768 kB
DirectMap1G:    108003328 kB

Free space on /tmp at the end= 723776 MiB
End job on nodeC007 at 2024-07-18 15:12:23