Trace number 4456590

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.24 3593.46

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/pedigree/
normalized-sheep4r-4-0_wcsp.wbo
MD5SUM19aaa36ca5a1ba4dd9761552938b2f34
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark10.4699
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables19440
Total number of constraints986724
Number of soft constraints984780
Number of constraints which are clauses984780
Number of constraints which are cardinality constraints (but not clauses)1944
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint10
Top cost 245
Min constraint cost 1
Max constraint cost 245
Sum of constraints costs 240735276
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 11
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.15/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.15/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.15/0.14	c See www.sat4j.org for details.
0.15/0.16	c version CUSTOM.v20240707
0.15/0.18	c java.runtime.name	OpenJDK Runtime Environment
0.15/0.18	c java.vm.name		OpenJDK 64-Bit Server VM
0.15/0.18	c java.vm.version	22.0.1+8-16
0.15/0.18	c java.vm.vendor	Oracle Corporation
0.15/0.18	c sun.arch.data.model	64
0.15/0.18	c java.version		22.0.1
0.15/0.18	c os.name		Linux
0.15/0.18	c os.version		4.18.0-301.1.el8.x86_64
0.15/0.18	c os.arch		amd64
0.15/0.18	c Free memory 		2113181440
0.15/0.18	c Max memory 		16282288128
0.15/0.18	c Total memory 		2122317824
0.15/0.19	c Number of processors 	2
0.33/0.32	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.33/0.32	 - never skip resolution steps
0.33/0.32	 - Auto-division on coefficients is disabled
0.33/0.32	 - No postprocessing
0.33/0.32	 - Conflict is considered as is when resolving
0.33/0.32	 - Use constraints as they come during conflict analysis
0.33/0.32	 - Weaken first using unassigned literals
0.33/0.32	 - Bump strategy: ALWAYS_ONE
0.33/0.32	 - Bumper: EFFECTIVE
0.33/0.32	--- Begin Solver configuration ---
0.33/0.32	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.33/0.32	Learn all clauses as in MiniSAT
0.33/0.32	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.33/0.32	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.33/0.32	No reason simplification
0.33/0.32	Dynamic restart strategy considering the size of the coefficients
0.33/0.32	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.33/0.32	timeout=2147483s
0.33/0.32	DB Simplification allowed=false
0.33/0.32	Listener: none
0.33/0.32	--- End Solver configuration ---
0.33/0.32	c Pseudo Boolean Optimization by upper bound
0.33/0.32	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.33/0.32	c  - never skip resolution steps
0.33/0.32	c  - Auto-division on coefficients is disabled
0.33/0.32	c  - No postprocessing
0.33/0.32	c  - Conflict is considered as is when resolving
0.33/0.32	c  - Use constraints as they come during conflict analysis
0.33/0.32	c  - Weaken first using unassigned literals
0.33/0.32	c  - Bump strategy: ALWAYS_ONE
0.33/0.32	c  - Bumper: EFFECTIVE
0.33/0.32	c --- Begin Solver configuration ---
0.33/0.32	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.33/0.32	c Learn all clauses as in MiniSAT
0.33/0.32	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.33/0.32	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.33/0.32	c No reason simplification
0.33/0.32	c Dynamic restart strategy considering the size of the coefficients
0.33/0.32	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.33/0.32	c timeout=2147483s
0.33/0.32	c DB Simplification allowed=false
0.33/0.32	c Listener: none
0.33/0.32	c --- End Solver configuration ---
0.33/0.32	c solving HOME/instance-4456590-1721725441.wbo
0.33/0.32	c reading problem ... 
883.85/877.80	c ... done. Wall clock time 877.479s.
883.85/877.80	c declared #vars     19440
883.85/877.80	c internal #vars     1004220
883.85/877.80	c #constraints  988669
883.85/877.80	c constraints type 
883.85/877.80	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2196
883.85/877.80	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1944
883.85/877.80	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1
883.85/877.80	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 984528
883.85/877.80	c 988669 constraints processed.
883.85/877.82	c objective function length is 984780 literals
1217.95/1208.15	c cleaning 2494 clauses out of 5000 with flag 0/5000
1481.21/1471.25	c cleaning 4214 clauses out of 8506 with flag 0/11000
1632.24/1621.68	c cleaning 5625 clauses out of 11292 with flag 0/18000
1784.63/1773.95	c cleaning 6781 clauses out of 13667 with flag 0/26000
1941.62/1931.26	c cleaning 7929 clauses out of 15886 with flag 0/35000
2211.92/2202.10	c cleaning 8760 clauses out of 17957 with flag 0/45000
2480.56/2471.12	c cleaning 9879 clauses out of 20197 with flag 0/56000
2829.17/2820.66	c cleaning 10921 clauses out of 22318 with flag 0/68000
3214.71/3207.11	c cleaning 11895 clauses out of 24397 with flag 0/81000
3593.69/3587.10	c cleaning 12834 clauses out of 26502 with flag 0/95000
3600.04/3593.32	c starts		: 9
3600.04/3593.35	c conflicts		: 95419
3600.04/3593.35	c decisions		: 9693715
3600.04/3593.35	c propagations		: 44419017
3600.04/3593.35	c inspects		: 160118125
3600.04/3593.35	c shortcuts		: 0
3600.04/3593.35	c learnt literals	: 0
3600.04/3593.35	c learnt binary clauses	: 0
3600.04/3593.35	c learnt ternary clauses	: 0
3600.04/3593.35	c learnt constraints	: 95419
3600.04/3593.35	c ignored constraints	: 0
3600.04/3593.35	c root simplifications	: 0
3600.04/3593.35	c removed literals (reason simplification)	: 0
3600.04/3593.35	c reason swapping (by a shorter reason)	: 0
3600.04/3593.35	c Calls to reduceDB	: 10
3600.04/3593.35	c Number of update (reduction) of LBD	: 116111
3600.04/3593.35	c Imported unit clauses	: 0
3600.04/3593.36	c timeout
3600.04/3593.37	c No decision after first conflict	: false
3600.04/3593.37	c number of reductions to clauses (during analyze)	: 0
3600.04/3593.37	c number of learned constraints concerned by reduction	: 0
3600.04/3593.37	c number of learning phase by resolution	: 0
3600.04/3593.37	c number of learning phase by cutting planes	: 0
3600.04/3593.37	c number of rounding to 1 operations	: 0
3600.04/3593.37	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3593.37	c number of reductions of the coefficients by power 2 	: 0
3600.04/3593.37	c number of right shift for reduction by power 2 	: 0
3600.04/3593.37	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3593.37	c number of ending skipping 	: 0
3600.04/3593.37	c number of internal skipping 	: 0
3600.04/3593.37	c number of derivation steps 	: 528438
3600.04/3593.37	c number of skipped derivation steps 	: 0
3600.04/3593.37	c number of remaining unassigned 	: 1
3600.04/3593.37	c number of remaining assigned 	: 1486
3600.04/3593.37	c number of falsified literals weakened from reason	: 0
3600.04/3593.37	c number of falsified literals weakened from conflict	: 0
3600.04/3593.37	c time for arithmetic operations	: 3407415
3600.04/3593.39	c minimum degree of deleted constraints	: 1
3600.04/3593.39	c maximum degree of deleted constraints	: 99
3600.04/3593.39	c number of deleted constraints	: 81332
3600.04/3593.39	c speed (assignments/second)	: 16358.721708121095
3600.04/3593.39	c non guided choices	: 2957178
3600.04/3593.39	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 13772
3600.04/3593.39	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 299
3600.04/3593.39	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 16
3600.04/3593.39	s UNKNOWN
3600.04/3593.39	c Total wall clock time (in seconds): 3593.067

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4456590-1721725441/watcher-4456590-1721725441 -o /tmp/evaluation-result-4456590-1721725441/solver-4456590-1721725441 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1721725441-83473 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4456590-1721725441.wbo 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=83592, runsolver pid=83589

[startup+0.105395 s]*
/proc/loadavg: 1.73 1.94 2.20 13/320 83610
/proc/meminfo: memFree=124093308/131655788 swapFree=131071996/131071996
[pid=83592] ppid=83589 vsize=18975048 memory=55588 CPUtime=0.15 cores=1,3
/proc/83592/stat : 83592 (java) S 83589 83592 78798 0 -1 1077936128 6498 0 0 0 11 4 0 0 20 0 18 0 8533732 19430449152 13897 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
/proc/83592/statm: 4743762 13897 5567 1 0 550838 0
[pid=83592/tid=83594] ppid=83589 vsize=18975048 memory=4026561586 CPUtime=0.1 cores=1,3
/proc/83592/task/83594/stat : 83594 (java) R 83589 83592 78798 0 -1 4194368 5446 0 0 0 7 3 0 0 20 0 18 0 8533732 19430449152 13897 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
[pid=83592/tid=83603] ppid=83589 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/83592/task/83603/stat : 83603 (Finalizer) S 83589 83592 78798 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 8533738 19430449152 13897 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
[pid=83592/tid=83610] ppid=83589 vsize=18975048 memory=13855170232631135 CPUtime=0 cores=1,3
/proc/83592/task/83610/stat : 83610 (Common-Cleaner) S 83589 83592 78798 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 8533739 19430449152 13897 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 55588 KiB

[startup+0.218898 s]*
/proc/loadavg: 1.73 1.94 2.20 3/262 83623
/proc/meminfo: memFree=124254156/131655788 swapFree=131071996/131071996
[pid=83592] ppid=83589 vsize=18975048 memory=64832 CPUtime=0.33 cores=1,3
/proc/83592/stat : 83592 (java) S 83589 83592 78798 0 -1 1077936128 7242 0 0 0 28 5 0 0 20 0 18 0 8533732 19430449152 16208 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
/proc/83592/statm: 4743762 16208 5574 1 0 551457 0
[pid=83592/tid=83594] ppid=83589 vsize=18975048 memory=4026859637 CPUtime=0.21 cores=1,3
/proc/83592/task/83594/stat : 83594 (java) R 83589 83592 78798 0 -1 4194368 5800 0 0 0 17 4 0 0 20 0 18 0 8533732 19430449152 16208 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
[pid=83592/tid=83603] ppid=83589 vsize=18975048 memory=241407623517 CPUtime=0 cores=1,3
/proc/83592/task/83603/stat : 83603 (Finalizer) S 83589 83592 78798 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 8533738 19430449152 16208 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
[pid=83592/tid=83610] ppid=83589 vsize=18975048 memory=13854087867292618 CPUtime=0 cores=1,3
/proc/83592/task/83610/stat : 83610 (Common-Cleaner) S 83589 83592 78798 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 8533739 19430449152 16208 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64832 KiB

[startup+0.317401 s]*
/proc/loadavg: 1.73 1.94 2.20 7/258 83635
/proc/meminfo: memFree=124246804/131655788 swapFree=131071996/131071996
[pid=83592] ppid=83589 vsize=18975048 memory=73064 CPUtime=0.5 cores=1,3
/proc/83592/stat : 83592 (java) S 83589 83592 78798 0 -1 1077936128 7553 0 0 0 44 6 0 0 20 0 18 0 8533732 19430449152 18266 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
/proc/83592/statm: 4743762 18266 5771 1 0 551683 0
[pid=83592/tid=83594] ppid=83589 vsize=18975048 memory=7100839878645226348 CPUtime=0.3 cores=1,3
/proc/83592/task/83594/stat : 83594 (java) R 83589 83592 78798 0 -1 4194368 6018 0 0 0 26 4 0 0 20 0 18 0 8533732 19430449152 18266 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
[pid=83592/tid=83603] ppid=83589 vsize=18975048 memory=6441675141530412129 CPUtime=0 cores=1,3
/proc/83592/task/83603/stat : 83603 (Finalizer) S 83589 83592 78798 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 8533738 19430449152 18266 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
[pid=83592/tid=83610] ppid=83589 vsize=18975048 memory=8996927254383392298 CPUtime=0 cores=1,3
/proc/83592/task/83610/stat : 83610 (Common-Cleaner) S 83589 83592 78798 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 8533739 19430449152 18266 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 73064 KiB

[startup+0.700394 s]
/proc/loadavg: 1.73 1.94 2.20 7/258 83677
/proc/meminfo: memFree=124159872/131655788 swapFree=131071996/131071996
[pid=83592] ppid=83589 vsize=19041612 memory=211776 CPUtime=1.17 cores=1,3
/proc/83592/stat : 83592 (java) S 83589 83592 78798 0 -1 1077936128 9494 0 0 0 104 13 0 0 20 0 19 0 8533732 19498610688 52944 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
/proc/83592/statm: 4760403 52944 5835 1 0 553102 0
[pid=83592/tid=83594] ppid=83589 vsize=19041612 memory=16060 CPUtime=0.59 cores=1,3
/proc/83592/task/83594/stat : 83594 (java) R 83589 83592 78798 0 -1 4194368 6131 0 0 0 49 10 0 0 20 0 19 0 8533732 19498610688 52944 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
[pid=83592/tid=83603] ppid=83589 vsize=19041612 memory=11904 CPUtime=0 cores=1,3
/proc/83592/task/83603/stat : 83603 (Finalizer) S 83589 83592 78798 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 8533738 19498610688 52944 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
[pid=83592/tid=83610] ppid=83589 vsize=19041612 memory=3763074372264738295 CPUtime=0 cores=1,3
/proc/83592/task/83610/stat : 83610 (Common-Cleaner) S 83589 83592 78798 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 8533739 19498610688 53456 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 211776 KiB

[startup+1.50839 s]
/proc/loadavg: 1.73 1.94 2.20 9/279 83755
/proc/meminfo: memFree=123462128/131655788 swapFree=131071996/131071996
[pid=83592] ppid=83589 vsize=19041612 memory=2086048 CPUtime=2.66 cores=1,3
/proc/83592/stat : 83592 (java) S 83589 83592 78798 0 -1 1077936128 18721 0 0 0 202 64 0 0 20 0 19 0 8533732 19498610688 521512 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
/proc/83592/statm: 4760403 521512 5838 1 0 1208247 0
[pid=83592/tid=83594] ppid=83589 vsize=19041612 memory=0 CPUtime=1.36 cores=1,3
/proc/83592/task/83594/stat : 83594 (java) R 83589 83592 78798 0 -1 4194368 7039 0 0 0 79 57 0 0 20 0 19 0 8533732 19498610688 521512 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
[pid=83592/tid=83603] ppid=83589 vsize=19041612 memory=11904 CPUtime=0 cores=1,3
/proc/83592/task/83603/stat : 83603 (Finalizer) S 83589 83592 78798 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 8533738 19498610688 521512 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
[pid=83592/tid=83610] ppid=83589 vsize=19041612 memory=13854087867271385 CPUtime=0 cores=1,3
/proc/83592/task/83610/stat : 83610 (Common-Cleaner) S 83589 83592 78798 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 8533739 19498610688 521512 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
Current children cumulated CPU time: 2.66 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2086048 KiB

[startup+3.10888 s]
/proc/loadavg: 1.73 1.94 2.20 8/323 83813
/proc/meminfo: memFree=116437052/131655788 swapFree=131071996/131071996
[pid=83592] ppid=83589 vsize=19041612 memory=3428732 CPUtime=5.33 cores=1,3
/proc/83592/stat : 83592 (java) S 83589 83592 78798 0 -1 1077936128 21271 0 0 0 439 94 0 0 20 0 19 0 8533732 19498610688 857183 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
/proc/83592/statm: 4760403 857183 5838 1 0 1209668 0
[pid=83592/tid=83594] ppid=83589 vsize=19041612 memory=11904 CPUtime=2.89 cores=1,3
/proc/83592/task/83594/stat : 83594 (java) R 83589 83592 78798 0 -1 4194368 7675 0 0 0 204 85 0 0 20 0 19 0 8533732 19498610688 857183 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
[pid=83592/tid=83603] ppid=83589 vsize=19041612 memory=13854087867271385 CPUtime=0 cores=1,3
/proc/83592/task/83603/stat : 83603 (Finalizer) S 83589 83592 78798 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 8533738 19498610688 857183 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
[pid=83592/tid=83610] ppid=83589 vsize=19041612 memory=26476 CPUtime=0 cores=1,3
/proc/83592/task/83610/stat : 83610 (Common-Cleaner) S 83589 83592 78798 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 8533739 19498610688 857183 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
Current children cumulated CPU time: 5.33 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3428732 KiB

[startup+6.30044 s]
/proc/loadavg: 1.99 1.99 2.21 5/324 83814
/proc/meminfo: memFree=108604996/131655788 swapFree=131071996/131071996
[pid=83592] ppid=83589 vsize=19041612 memory=3423488 CPUtime=8.61 cores=1,3
/proc/83592/stat : 83592 (java) S 83589 83592 78798 0 -1 1077936128 21569 0 0 0 767 94 0 0 20 0 19 0 8533732 19498610688 855872 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
/proc/83592/statm: 4760403 855872 5838 1 0 1209687 0
[pid=83592/tid=83594] ppid=83589 vsize=19041612 memory=-6000919498409077095 CPUtime=5.74 cores=1,3
/proc/83592/task/83594/stat : 83594 (java) R 83589 83592 78798 0 -1 4194368 7924 0 0 0 489 85 0 0 20 0 19 0 8533732 19498610688 855872 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
[pid=83592/tid=83603] ppid=83589 vsize=19041612 memory=11904 CPUtime=0 cores=1,3
/proc/83592/task/83603/stat : 83603 (Finalizer) S 83589 83592 78798 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 8533738 19498610688 855872 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
[pid=83592/tid=83610] ppid=83589 vsize=19041612 memory=2348192 CPUtime=0 cores=1,3
/proc/83592/task/83610/stat : 83610 (Common-Cleaner) S 83589 83592 78798 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 8533739 19498610688 855872 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
Current children cumulated CPU time: 8.61 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3423488 KiB

[startup+12.7004 s]
/proc/loadavg: 2.15 2.03 2.22 5/324 83815
/proc/meminfo: memFree=102472364/131655788 swapFree=131071996/131071996
[pid=83592] ppid=83589 vsize=19041612 memory=5443900 CPUtime=15.3 cores=1,3
/proc/83592/stat : 83592 (java) S 83589 83592 78798 0 -1 1077936128 24107 0 0 0 1395 135 0 0 20 0 19 0 8533732 19498610688 1360975 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
/proc/83592/statm: 4760403 1360975 5847 1 0 1719386 0
[pid=83592/tid=83594] ppid=83589 vsize=19041612 memory=2348192 CPUtime=11.8 cores=1,3
/proc/83592/task/83594/stat : 83594 (java) R 83589 83592 78798 0 -1 4194368 9634 0 0 0 1055 125 0 0 20 0 19 0 8533732 19498610688 1360975 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
[pid=83592/tid=83603] ppid=83589 vsize=19041612 memory=5437756 CPUtime=0 cores=1,3
/proc/83592/task/83603/stat : 83603 (Finalizer) S 83589 83592 78798 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 8533738 19498610688 1360975 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
[pid=83592/tid=83610] ppid=83589 vsize=19041612 memory=5491848 CPUtime=0 cores=1,3
/proc/83592/task/83610/stat : 83610 (Common-Cleaner) S 83589 83592 78798 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 8533739 19498610688 1360975 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
Current children cumulated CPU time: 15.3 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5443900 KiB

[startup+25.5005 s]
/proc/loadavg: 2.72 2.16 2.26 5/324 83818
/proc/meminfo: memFree=101035388/131655788 swapFree=131071996/131071996
[pid=83592] ppid=83589 vsize=19041612 memory=5862776 CPUtime=28.38 cores=1,3
/proc/83592/stat : 83592 (java) S 83589 83592 78798 0 -1 1077936128 26445 0 0 0 2693 145 0 0 20 0 19 0 8533732 19498610688 1465694 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
/proc/83592/statm: 4760403 1465694 5847 1 0 1815476 0
[pid=83592/tid=83594] ppid=83589 vsize=19041612 memory=5858676 CPUtime=23.68 cores=1,3
/proc/83592/task/83594/stat : 83594 (java) R 83589 83592 78798 0 -1 4194368 11620 0 0 0 2235 133 0 0 20 0 19 0 8533732 19498610688 1465694 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
[pid=83592/tid=83603] ppid=83589 vsize=19041612 memory=11644 CPUtime=0 cores=1,3
/proc/83592/task/83603/stat : 83603 (Finalizer) S 83589 83592 78798 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 8533738 19498610688 1465694 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
[pid=83592/tid=83610] ppid=83589 vsize=19041612 memory=5854580 CPUtime=0 cores=1,3
/proc/83592/task/83610/stat : 83610 (Common-Cleaner) S 83589 83592 78798 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 8533739 19498610688 1465694 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
Current children cumulated CPU time: 28.38 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5862776 KiB

[startup+51.1151 s]
/proc/loadavg: 3.36 2.35 2.32 5/326 83824
/proc/meminfo: memFree=98583956/131655788 swapFree=131071996/131071996
[pid=83592] ppid=83589 vsize=19041612 memory=6930484 CPUtime=54.32 cores=1,3
/proc/83592/stat : 83592 (java) S 83589 83592 78798 0 -1 1077936128 31006 0 0 0 5263 169 0 0 20 0 19 0 8533732 19498610688 1732621 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
/proc/83592/statm: 4760403 1732621 5847 1 0 2074503 0
[pid=83592/tid=83594] ppid=83589 vsize=19041612 memory=-6000919468361214311 CPUtime=47.89 cores=1,3
/proc/83592/task/83594/stat : 83594 (java) R 83589 83592 78798 0 -1 4194368 14038 0 0 0 4636 153 0 0 20 0 19 0 8533732 19498610688 1732621 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
[pid=83592/tid=83603] ppid=83589 vsize=19041612 memory=6913900 CPUtime=0 cores=1,3
/proc/83592/task/83603/stat : 83603 (Finalizer) S 83589 83592 78798 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 8533738 19498610688 1732621 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
[pid=83592/tid=83610] ppid=83589 vsize=19041612 memory=33312 CPUtime=0 cores=1,3
/proc/83592/task/83610/stat : 83610 (Common-Cleaner) S 83589 83592 78798 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 8533739 19498610688 1732621 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
Current children cumulated CPU time: 54.32 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 6930484 KiB

[startup+102.3 s]
/proc/loadavg: 3.86 2.64 2.43 5/324 83833
/proc/meminfo: memFree=97997536/131655788 swapFree=131071996/131071996
[pid=83592] ppid=83589 vsize=19041612 memory=7003732 CPUtime=105.99 cores=1,3
/proc/83592/stat : 83592 (java) S 83589 83592 78798 0 -1 1077936128 39329 0 0 0 10420 179 0 0 20 0 19 0 8533732 19498610688 1750933 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
/proc/83592/statm: 4760403 1750933 5847 1 0 2074503 0
[pid=83592/tid=83594] ppid=83589 vsize=19041612 memory=6999512 CPUtime=97.14 cores=1,3

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

/proc/83592/task/83603/stat : 83603 (Finalizer) S 83589 83592 78798 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 8533738 19566772224 2041868 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
[pid=83592/tid=83610] ppid=83589 vsize=19108176 memory=8167388 CPUtime=0.01 cores=1,3
/proc/83592/task/83610/stat : 83610 (Common-Cleaner) S 83589 83592 78798 0 -1 1077936192 4155 0 0 0 0 1 0 0 20 0 20 0 8533739 19566772224 2041868 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
[pid=83592/tid=84010] ppid=83589 vsize=19108176 memory=8167472 CPUtime=0 cores=1,3
/proc/83592/task/84010/stat : 84010 (Timer-0) S 83589 83592 78798 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 8621539 19566772224 2041868 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
Current children cumulated CPU time: 3229.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8167472 KiB

[startup+3282.3 s]
/proc/loadavg: 3.26 3.20 3.22 4/296 85613
/proc/meminfo: memFree=101097036/131655788 swapFree=131071996/131071996
[pid=83592] ppid=83589 vsize=19108176 memory=8167472 CPUtime=3289.81 cores=1,3
/proc/83592/stat : 83592 (java) S 83589 83592 78798 0 -1 1077936128 498492 0 0 0 328468 513 0 0 20 0 20 0 8533732 19566772224 2041868 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
/proc/83592/statm: 4777044 2041868 5954 1 0 2075799 0
[pid=83592/tid=83594] ppid=83589 vsize=19108176 memory=11644 CPUtime=3247.73 cores=1,3
/proc/83592/task/83594/stat : 83594 (java) R 83589 83592 78798 0 -1 4194368 221323 0 0 0 324536 237 0 0 20 0 20 0 8533732 19566772224 2041868 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 16 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
[pid=83592/tid=83603] ppid=83589 vsize=19108176 memory=33312 CPUtime=0 cores=1,3
/proc/83592/task/83603/stat : 83603 (Finalizer) S 83589 83592 78798 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 8533738 19566772224 2041868 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
[pid=83592/tid=83610] ppid=83589 vsize=19108176 memory=8167472 CPUtime=0.01 cores=1,3
/proc/83592/task/83610/stat : 83610 (Common-Cleaner) S 83589 83592 78798 0 -1 1077936192 4229 0 0 0 0 1 0 0 20 0 20 0 8533739 19566772224 2041868 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
[pid=83592/tid=84010] ppid=83589 vsize=19108176 memory=8167472 CPUtime=0 cores=1,3
/proc/83592/task/84010/stat : 84010 (Timer-0) S 83589 83592 78798 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 8621539 19566772224 2041868 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
Current children cumulated CPU time: 3289.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8167472 KiB

[startup+3342.3 s]
/proc/loadavg: 3.18 3.19 3.21 4/296 85624
/proc/meminfo: memFree=101096892/131655788 swapFree=131071996/131071996
[pid=83592] ppid=83589 vsize=19108176 memory=8167472 CPUtime=3349.64 cores=1,3
/proc/83592/stat : 83592 (java) S 83589 83592 78798 0 -1 1077936128 506357 0 0 0 334446 518 0 0 20 0 20 0 8533732 19566772224 2041868 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
/proc/83592/statm: 4777044 2041868 5954 1 0 2075799 0
[pid=83592/tid=83594] ppid=83589 vsize=19108176 memory=11904 CPUtime=3307.29 cores=1,3
/proc/83592/task/83594/stat : 83594 (java) R 83589 83592 78798 0 -1 4194368 225660 0 0 0 330491 238 0 0 20 0 20 0 8533732 19566772224 2041868 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 16 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
[pid=83592/tid=83603] ppid=83589 vsize=19108176 memory=8167472 CPUtime=0 cores=1,3
/proc/83592/task/83603/stat : 83603 (Finalizer) S 83589 83592 78798 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 8533738 19566772224 2041868 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
[pid=83592/tid=83610] ppid=83589 vsize=19108176 memory=8167472 CPUtime=0.01 cores=1,3
/proc/83592/task/83610/stat : 83610 (Common-Cleaner) S 83589 83592 78798 0 -1 1077936192 4331 0 0 0 0 1 0 0 20 0 20 0 8533739 19566772224 2041868 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
[pid=83592/tid=84010] ppid=83589 vsize=19108176 memory=8167472 CPUtime=0 cores=1,3
/proc/83592/task/84010/stat : 84010 (Timer-0) S 83589 83592 78798 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 8621539 19566772224 2041868 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
Current children cumulated CPU time: 3349.64 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8167472 KiB

[startup+3402.3 s]
/proc/loadavg: 3.14 3.17 3.20 4/296 85636
/proc/meminfo: memFree=101096464/131655788 swapFree=131071996/131071996
[pid=83592] ppid=83589 vsize=19108176 memory=8167480 CPUtime=3409.48 cores=1,3
/proc/83592/stat : 83592 (java) S 83589 83592 78798 0 -1 1077936128 513633 0 0 0 340426 522 0 0 20 0 20 0 8533732 19566772224 2041870 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
/proc/83592/statm: 4777044 2041870 5954 1 0 2075799 0
[pid=83592/tid=83594] ppid=83589 vsize=19108176 memory=8167472 CPUtime=3366.98 cores=1,3
/proc/83592/task/83594/stat : 83594 (java) R 83589 83592 78798 0 -1 4194368 229381 0 0 0 336458 240 0 0 20 0 20 0 8533732 19566772224 2041870 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 16 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
[pid=83592/tid=83603] ppid=83589 vsize=19108176 memory=33312 CPUtime=0 cores=1,3
/proc/83592/task/83603/stat : 83603 (Finalizer) S 83589 83592 78798 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 8533738 19566772224 2041870 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
[pid=83592/tid=83610] ppid=83589 vsize=19108176 memory=33312 CPUtime=0.02 cores=1,3
/proc/83592/task/83610/stat : 83610 (Common-Cleaner) S 83589 83592 78798 0 -1 1077936192 4397 0 0 0 1 1 0 0 20 0 20 0 8533739 19566772224 2041870 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
[pid=83592/tid=84010] ppid=83589 vsize=19108176 memory=5468 CPUtime=0 cores=1,3
/proc/83592/task/84010/stat : 84010 (Timer-0) S 83589 83592 78798 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 8621539 19566772224 2041870 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
Current children cumulated CPU time: 3409.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8167480 KiB

[startup+3462.3 s]
/proc/loadavg: 3.17 3.17 3.20 4/295 85658
/proc/meminfo: memFree=101096200/131655788 swapFree=131071996/131071996
[pid=83592] ppid=83589 vsize=19108176 memory=8167480 CPUtime=3469.32 cores=1,3
/proc/83592/stat : 83592 (java) S 83589 83592 78798 0 -1 1077936128 521468 0 0 0 346407 525 0 0 20 0 20 0 8533732 19566772224 2041870 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
/proc/83592/statm: 4777044 2041870 5954 1 0 2075799 0
[pid=83592/tid=83594] ppid=83589 vsize=19108176 memory=8167472 CPUtime=3426.56 cores=1,3
/proc/83592/task/83594/stat : 83594 (java) R 83589 83592 78798 0 -1 4194368 233497 0 0 0 342416 240 0 0 20 0 20 0 8533732 19566772224 2041870 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 16 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
[pid=83592/tid=83603] ppid=83589 vsize=19108176 memory=33312 CPUtime=0 cores=1,3
/proc/83592/task/83603/stat : 83603 (Finalizer) S 83589 83592 78798 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 8533738 19566772224 2041870 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
[pid=83592/tid=83610] ppid=83589 vsize=19108176 memory=8167480 CPUtime=0.02 cores=1,3
/proc/83592/task/83610/stat : 83610 (Common-Cleaner) S 83589 83592 78798 0 -1 1077936192 4469 0 0 0 1 1 0 0 20 0 20 0 8533739 19566772224 2041870 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
[pid=83592/tid=84010] ppid=83589 vsize=19108176 memory=11644 CPUtime=0 cores=1,3
/proc/83592/task/84010/stat : 84010 (Timer-0) S 83589 83592 78798 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 8621539 19566772224 2041870 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
Current children cumulated CPU time: 3469.32 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8167480 KiB

[startup+3522.3 s]
/proc/loadavg: 3.35 3.20 3.20 4/295 85668
/proc/meminfo: memFree=101095912/131655788 swapFree=131071996/131071996
[pid=83592] ppid=83589 vsize=19108176 memory=8167480 CPUtime=3529.14 cores=1,3
/proc/83592/stat : 83592 (java) S 83589 83592 78798 0 -1 1077936128 527039 0 0 0 352385 529 0 0 20 0 20 0 8533732 19566772224 2041870 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
/proc/83592/statm: 4777044 2041870 5954 1 0 2075799 0
[pid=83592/tid=83594] ppid=83589 vsize=19108176 memory=11644 CPUtime=3486.15 cores=1,3
/proc/83592/task/83594/stat : 83594 (java) R 83589 83592 78798 0 -1 4194368 237174 0 0 0 348374 241 0 0 20 0 20 0 8533732 19566772224 2041870 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 16 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
[pid=83592/tid=83603] ppid=83589 vsize=19108176 memory=8167480 CPUtime=0 cores=1,3
/proc/83592/task/83603/stat : 83603 (Finalizer) S 83589 83592 78798 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 8533738 19566772224 2041870 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
[pid=83592/tid=83610] ppid=83589 vsize=19108176 memory=11644 CPUtime=0.02 cores=1,3
/proc/83592/task/83610/stat : 83610 (Common-Cleaner) S 83589 83592 78798 0 -1 1077936192 4553 0 0 0 1 1 0 0 20 0 20 0 8533739 19566772224 2041870 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
[pid=83592/tid=84010] ppid=83589 vsize=19108176 memory=11644 CPUtime=0 cores=1,3
/proc/83592/task/84010/stat : 84010 (Timer-0) S 83589 83592 78798 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 8621539 19566772224 2041870 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
Current children cumulated CPU time: 3529.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8167480 KiB

[startup+3582.3 s]
/proc/loadavg: 3.58 3.30 3.23 4/293 85679
/proc/meminfo: memFree=101095672/131655788 swapFree=131071996/131071996
[pid=83592] ppid=83589 vsize=19108176 memory=8167480 CPUtime=3588.99 cores=1,3
/proc/83592/stat : 83592 (java) S 83589 83592 78798 0 -1 1077936128 534665 0 0 0 358365 534 0 0 20 0 20 0 8533732 19566772224 2041870 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
/proc/83592/statm: 4777044 2041870 5954 1 0 2075799 0
[pid=83592/tid=83594] ppid=83589 vsize=19108176 memory=33312 CPUtime=3545.76 cores=1,3
/proc/83592/task/83594/stat : 83594 (java) R 83589 83592 78798 0 -1 4194368 241120 0 0 0 354334 242 0 0 20 0 20 0 8533732 19566772224 2041870 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 16 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
[pid=83592/tid=83603] ppid=83589 vsize=19108176 memory=11644 CPUtime=0 cores=1,3
/proc/83592/task/83603/stat : 83603 (Finalizer) S 83589 83592 78798 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 8533738 19566772224 2041870 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
[pid=83592/tid=83610] ppid=83589 vsize=19108176 memory=-7376516263559659456 CPUtime=0.02 cores=1,3
/proc/83592/task/83610/stat : 83610 (Common-Cleaner) S 83589 83592 78798 0 -1 1077936192 4627 0 0 0 1 1 0 0 20 0 20 0 8533739 19566772224 2041870 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
[pid=83592/tid=84010] ppid=83589 vsize=19108176 memory=11644 CPUtime=0 cores=1,3
/proc/83592/task/84010/stat : 84010 (Timer-0) S 83589 83592 78798 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 8621539 19566772224 2041870 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
Current children cumulated CPU time: 3588.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8167480 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3593.3 s]
/proc/loadavg: 3.57 3.31 3.24 3/246 85732
/proc/meminfo: memFree=116068180/131655788 swapFree=131071996/131071996
[pid=83592] ppid=83589 vsize=19108176 memory=8167516 CPUtime=3600.04 cores=1,3
/proc/83592/stat : 83592 (java) S 83589 83592 78798 0 -1 1077936128 539299 0 0 0 359469 535 0 0 20 0 20 0 8533732 19566772224 2041879 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
/proc/83592/statm: 4777044 2041879 5954 1 0 2075799 0
[pid=83592/tid=83594] ppid=83589 vsize=19108176 memory=33312 CPUtime=3556.68 cores=1,3
/proc/83592/task/83594/stat : 83594 (java) R 83589 83592 78798 0 -1 4194368 242365 0 0 0 355425 243 0 0 20 0 20 0 8533732 19566772224 2041879 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 16 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
[pid=83592/tid=83603] ppid=83589 vsize=19108176 memory=8167480 CPUtime=0 cores=1,3
/proc/83592/task/83603/stat : 83603 (Finalizer) S 83589 83592 78798 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 8533738 19566772224 2041879 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
[pid=83592/tid=83610] ppid=83589 vsize=19108176 memory=8167516 CPUtime=0.02 cores=1,3
/proc/83592/task/83610/stat : 83610 (Common-Cleaner) S 83589 83592 78798 0 -1 1077936192 4627 0 0 0 1 1 0 0 20 0 20 0 8533739 19566772224 2041879 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
[pid=83592/tid=84010] ppid=83589 vsize=19108176 memory=26476 CPUtime=0 cores=1,3
/proc/83592/task/84010/stat : 84010 (Timer-0) S 83589 83592 78798 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 8621539 19566772224 2041879 134679101440 94759365586944 94759365590640 140733184146368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94759365598456 94759365599248 94759368359936 140733184148468 140733184148576 140733184148576 140733184155592 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8167516 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.85 s, system=5.39619 s

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

[startup+3593.43 s]*
/proc/loadavg: 3.57 3.31 3.24 4/229 85735
/proc/meminfo: memFree=124107760/131655788 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): 3593.46
CPU time (s): 3600.24
CPU user time (s): 3594.85
CPU system time (s): 5.39619
CPU usage (%): 100.189
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 8167516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.85
system time used= 5.39619
maximum resident set size= 8169004
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 541547
page faults= 0
swaps= 0
block input operations= 80
block output operations= 3840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 161901
involuntary context switches= 4839


# summary of solver processes directly reported to runsolver:
#   pid: 83592
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3594.85
#   total CPU system time (s): 5.39619

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.8181 second user time and 39.6753 second system time

The end

Launcher Data

Begin job on nodeC010 at 2024-07-23 11:04:02
IDJOB=4456590
IDBENCH=144094
IDSOLVER=3036
FILE ID=nodeC010/4456590-1721725441
RUNJOBID= nodeC010-1721725441-83473
SLURM_JOB_ID= 7770392
Free space on /tmp= 723740 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/pedigree/normalized-sheep4r-4-0_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4456590-1721725441/watcher-4456590-1721725441 -o /tmp/evaluation-result-4456590-1721725441/solver-4456590-1721725441 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1721725441-83473 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4456590-1721725441.wbo

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

MD5SUM BENCH= 19aaa36ca5a1ba4dd9761552938b2f34
RANDOM SEED=1959817941

nodeC010.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		: 1306.407
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.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	: 0xb00001f
cpu MHz		: 1223.373
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.28
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		: 1229.798
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.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	: 0xb00001f
cpu MHz		: 1197.204
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.28
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		: 1237.721
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.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	: 0xb00001f
cpu MHz		: 1220.566
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.28
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		: 1206.735
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.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	: 0xb00001f
cpu MHz		: 1231.238
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.28
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        124157224 kB
MemAvailable:   129793552 kB
Buffers:          143152 kB
Cached:          6253916 kB
SwapCached:            0 kB
Active:           867504 kB
Inactive:        5987884 kB
Active(anon):       1480 kB
Inactive(anon):   486352 kB
Active(file):     866024 kB
Inactive(file):  5501532 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             44560 kB
Writeback:             0 kB
AnonPages:        459016 kB
Mapped:           119116 kB
Shmem:             29512 kB
KReclaimable:     217604 kB
Slab:             324552 kB
SReclaimable:     217604 kB
SUnreclaim:       106948 kB
KernelStack:        4880 kB
PageTables:        10988 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    7269064 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            18112 kB
HardwareCorrupted:     0 kB
AnonHugePages:    245760 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:      273224 kB
DirectMap2M:    27942912 kB
DirectMap1G:    108003328 kB

Free space on /tmp at the end= 723692 MiB
End job on nodeC010 at 2024-07-23 12:03:55