Trace number 4442825

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 Partial RoundingSAT 2024 2024-07-12? (TO) 3600.31 3429

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-65-60.opb
MD5SUMa13dda9504d679e5c6e2bc0e517e2ba2
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark7.03939
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3900
Total number of constraints124865
Number of constraints which are clauses124865
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint60
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 61
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.11/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.13	c See www.sat4j.org for details.
0.11/0.14	c version CUSTOM.v20240707
0.11/0.17	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.17	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.17	c java.vm.version	22.0.1+8-16
0.11/0.17	c java.vm.vendor	Oracle Corporation
0.11/0.17	c sun.arch.data.model	64
0.11/0.17	c java.version		22.0.1
0.11/0.17	c os.name		Linux
0.11/0.17	c os.version		4.18.0-301.1.el8.x86_64
0.11/0.17	c os.arch		amd64
0.11/0.18	c Free memory 		2113181440
0.11/0.18	c Max memory 		16282288128
0.11/0.18	c Total memory 		2122317824
0.11/0.18	c Number of processors 	2
0.39/0.33	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.39/0.33	 - never skip resolution steps
0.39/0.33	 - Auto-division on coefficients is disabled
0.39/0.33	 - No postprocessing
0.39/0.33	 - Conflict is considered as is when resolving
0.39/0.33	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.39/0.33	 - Weaken first using unassigned literals
0.39/0.33	 - Bump strategy: ALWAYS_ONE
0.39/0.33	 - Bumper: ASSIGNED
0.39/0.33	--- Begin Solver configuration ---
0.39/0.33	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.39/0.33	Learn all clauses as in MiniSAT
0.39/0.33	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.39/0.33	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.39/0.33	No reason simplification
0.39/0.33	Armin Biere (Picosat) restarts strategy
0.39/0.33	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.39/0.33	timeout=2147483s
0.39/0.33	DB Simplification allowed=false
0.39/0.33	Listener: none
0.39/0.33	--- End Solver configuration ---
0.39/0.34	c Pseudo Boolean Optimization by upper bound
0.39/0.34	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.39/0.34	c  - never skip resolution steps
0.39/0.34	c  - Auto-division on coefficients is disabled
0.39/0.34	c  - No postprocessing
0.39/0.34	c  - Conflict is considered as is when resolving
0.39/0.34	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.39/0.34	c  - Weaken first using unassigned literals
0.39/0.34	c  - Bump strategy: ALWAYS_ONE
0.39/0.34	c  - Bumper: ASSIGNED
0.39/0.34	c --- Begin Solver configuration ---
0.39/0.34	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.39/0.34	c Learn all clauses as in MiniSAT
0.39/0.34	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.39/0.34	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.39/0.34	c No reason simplification
0.39/0.34	c Armin Biere (Picosat) restarts strategy
0.39/0.34	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.39/0.34	c timeout=2147483s
0.39/0.34	c DB Simplification allowed=false
0.39/0.34	c Listener: none
0.39/0.34	c --- End Solver configuration ---
0.39/0.34	c solving HOME/instance-4442825-1721308339.opb
0.39/0.34	c reading problem ... 
0.39/0.34	c  no objective function found
2.99/1.79	c ... done. Wall clock time 1.451s.
2.99/1.79	c declared #vars     3900
2.99/1.79	c #constraints  124865
2.99/1.79	c constraints type 
2.99/1.79	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 124800
2.99/1.79	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 65
2.99/1.79	c 124865 constraints processed.
6.47/3.83	c cleaning 0 clauses out of 5000 with flag 0/5000
9.29/6.47	c cleaning 0 clauses out of 11002 with flag 0/11002
13.47/10.21	c cleaning 0 clauses out of 18002 with flag 0/18002
18.90/15.37	c cleaning 0 clauses out of 26001 with flag 0/26001
28.99/25.04	c cleaning 0 clauses out of 35001 with flag 0/35001
36.92/32.87	c cleaning 0 clauses out of 45000 with flag 0/45000
49.21/44.56	c cleaning 0 clauses out of 56001 with flag 0/56001
63.47/58.45	c cleaning 0 clauses out of 68000 with flag 0/68000
80.45/75.13	c cleaning 0 clauses out of 81002 with flag 0/81002
100.90/95.38	c cleaning 0 clauses out of 95001 with flag 0/95001
124.79/118.91	c cleaning 0 clauses out of 110001 with flag 0/110001
163.63/157.29	c cleaning 0 clauses out of 126001 with flag 0/126001
199.94/193.38	c cleaning 0 clauses out of 143001 with flag 0/143001
233.72/226.82	c cleaning 0 clauses out of 161001 with flag 0/161001
278.85/271.88	c cleaning 0 clauses out of 180000 with flag 0/180000
337.45/330.06	c cleaning 0 clauses out of 200000 with flag 0/200000
405.50/397.71	c cleaning 0 clauses out of 221002 with flag 0/221002
487.01/478.90	c cleaning 0 clauses out of 243002 with flag 0/243002
568.34/559.84	c cleaning 0 clauses out of 266000 with flag 0/266000
664.13/654.90	c cleaning 0 clauses out of 290000 with flag 0/290000
771.83/762.23	c cleaning 0 clauses out of 315003 with flag 0/315003
886.35/876.17	c cleaning 0 clauses out of 341000 with flag 0/341000
1052.24/1027.19	c cleaning 0 clauses out of 368000 with flag 0/368000
1197.16/1164.58	c cleaning 0 clauses out of 396001 with flag 0/396001
1354.67/1314.59	c cleaning 0 clauses out of 425002 with flag 0/425002
1560.17/1502.19	c cleaning 0 clauses out of 455000 with flag 0/455000
1734.87/1667.44	c cleaning 0 clauses out of 486000 with flag 0/486000
1915.58/1830.04	c cleaning 0 clauses out of 518001 with flag 0/518001
2146.33/2040.50	c cleaning 0 clauses out of 551001 with flag 0/551001
2314.78/2196.99	c cleaning 0 clauses out of 585000 with flag 0/585000
2514.01/2383.94	c cleaning 0 clauses out of 620000 with flag 0/620000
2744.01/2601.23	c cleaning 0 clauses out of 656000 with flag 0/656000
3028.01/2871.48	c cleaning 0 clauses out of 693001 with flag 0/693001
3480.83/3309.89	c cleaning 0 clauses out of 731001 with flag 0/731001
3600.04/3428.82	c starts		: 170
3600.04/3428.82	c timeout
3600.04/3428.84	c conflicts		: 748670
3600.04/3428.84	c decisions		: 828502
3600.04/3428.84	c propagations		: 43811742
3600.04/3428.84	c inspects		: 9027314297
3600.04/3428.84	c shortcuts		: 0
3600.04/3428.84	c learnt literals	: 0
3600.04/3428.84	c learnt binary clauses	: 0
3600.04/3428.84	c learnt ternary clauses	: 0
3600.04/3428.84	c learnt constraints	: 748669
3600.04/3428.84	c ignored constraints	: 0
3600.04/3428.84	c root simplifications	: 0
3600.04/3428.84	c removed literals (reason simplification)	: 0
3600.04/3428.84	c reason swapping (by a shorter reason)	: 0
3600.04/3428.84	c Calls to reduceDB	: 34
3600.04/3428.84	c Number of update (reduction) of LBD	: 0
3600.04/3428.84	c Imported unit clauses	: 0
3600.04/3428.84	c No decision after first conflict	: false
3600.04/3428.84	c number of reductions to clauses (during analyze)	: 0
3600.04/3428.84	c number of learned constraints concerned by reduction	: 0
3600.04/3428.84	c number of learning phase by resolution	: 0
3600.04/3428.84	c number of learning phase by cutting planes	: 0
3600.04/3428.84	c number of rounding to 1 operations	: 0
3600.04/3428.84	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3428.84	c number of reductions of the coefficients by power 2 	: 0
3600.04/3428.84	c number of right shift for reduction by power 2 	: 0
3600.04/3428.84	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3428.84	c number of ending skipping 	: 0
3600.04/3428.84	c number of internal skipping 	: 0
3600.04/3428.84	c number of derivation steps 	: 5893961
3600.04/3428.84	c number of skipped derivation steps 	: 0
3600.04/3428.84	c number of remaining unassigned 	: 0
3600.04/3428.84	c number of remaining assigned 	: 0
3600.04/3428.84	c number of falsified literals weakened from reason	: 0
3600.04/3428.84	c number of falsified literals weakened from conflict	: 0
3600.04/3428.84	c time for arithmetic operations	: 0
3600.04/3428.85	c minimum degree of deleted constraints	: null
3600.04/3428.85	c maximum degree of deleted constraints	: null
3600.04/3428.85	c number of deleted constraints	: 0
3600.04/3428.86	c speed (assignments/second)	: 12784.090232654771
3600.04/3428.86	c non guided choices	: 1779
3600.20/3428.92	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 748669
3600.20/3428.93	s UNKNOWN
3600.20/3428.93	c Total wall clock time (in seconds): 3428.589

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442825-1721308339/watcher-4442825-1721308339 -o /tmp/evaluation-result-4442825-1721308339/solver-4442825-1721308339 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1721304926-953890 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4442825-1721308339.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=956677, runsolver pid=956674

[startup+0.100619 s]*
/proc/loadavg: 4.45 4.53 4.44 6/318 956695
/proc/meminfo: memFree=107543932/131655788 swapFree=131071996/131071996
[pid=956677] ppid=956674 vsize=18975048 memory=58092 CPUtime=0.11 cores=4,6
/proc/956677/stat : 956677 (java) S 956674 956677 953879 0 -1 1077936128 6486 0 0 0 9 2 0 0 20 0 18 0 182992582 19430449152 14523 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
/proc/956677/statm: 4743762 14523 5676 1 0 550892 0
[pid=956677/tid=956679] ppid=956674 vsize=18975048 memory=4026561586 CPUtime=0.07 cores=4,6
/proc/956677/task/956679/stat : 956679 (java) R 956674 956677 953879 0 -1 4194368 5426 0 0 0 6 1 0 0 20 0 18 0 182992582 19430449152 14523 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
[pid=956677/tid=956688] ppid=956674 vsize=18975048 memory=237146210664 CPUtime=0 cores=4,6
/proc/956677/task/956688/stat : 956688 (Finalizer) S 956674 956677 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182992585 19430449152 14523 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
[pid=956677/tid=956695] ppid=956674 vsize=18975048 memory=4050198648221597728 CPUtime=0 cores=4,6
/proc/956677/task/956695/stat : 956695 (Common-Cleaner) S 956674 956677 953879 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 182992586 19430449152 14523 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 58092 KiB

[startup+0.213616 s]*
/proc/loadavg: 4.45 4.53 4.44 6/318 956695
/proc/meminfo: memFree=107529076/131655788 swapFree=131071996/131071996
[pid=956677] ppid=956674 vsize=18975048 memory=66968 CPUtime=0.25 cores=4,6
/proc/956677/stat : 956677 (java) S 956674 956677 953879 0 -1 1077936128 7116 0 0 0 22 3 0 0 20 0 18 0 182992582 19430449152 16742 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
/proc/956677/statm: 4743762 16742 5681 1 0 551431 0
[pid=956677/tid=956679] ppid=956674 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=4,6
/proc/956677/task/956679/stat : 956679 (java) R 956674 956677 953879 0 -1 1077936192 5668 0 0 0 16 2 0 0 20 0 18 0 182992582 19430449152 16742 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
[pid=956677/tid=956688] ppid=956674 vsize=18975048 memory=19020 CPUtime=0 cores=4,6
/proc/956677/task/956688/stat : 956688 (Finalizer) S 956674 956677 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182992585 19430449152 16742 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
[pid=956677/tid=956695] ppid=956674 vsize=18975048 memory=15544037289509020 CPUtime=0 cores=4,6
/proc/956677/task/956695/stat : 956695 (Common-Cleaner) S 956674 956677 953879 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 182992586 19430449152 16742 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66968 KiB

[startup+0.315094 s]*
/proc/loadavg: 4.45 4.53 4.44 6/318 956695
/proc/meminfo: memFree=107517872/131655788 swapFree=131071996/131071996
[pid=956677] ppid=956674 vsize=18975048 memory=67964 CPUtime=0.39 cores=4,6
/proc/956677/stat : 956677 (java) S 956674 956677 953879 0 -1 1077936128 7437 0 0 0 36 3 0 0 20 0 18 0 182992582 19430449152 16991 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
/proc/956677/statm: 4743762 16991 5697 1 0 551656 0
[pid=956677/tid=956679] ppid=956674 vsize=18975048 memory=-8887401305678848700 CPUtime=0.26 cores=4,6
/proc/956677/task/956679/stat : 956679 (java) R 956674 956677 953879 0 -1 1077936192 5855 0 0 0 24 2 0 0 20 0 18 0 182992582 19430449152 16991 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
[pid=956677/tid=956688] ppid=956674 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/956677/task/956688/stat : 956688 (Finalizer) S 956674 956677 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182992585 19430449152 16991 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
[pid=956677/tid=956695] ppid=956674 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/956677/task/956695/stat : 956695 (Common-Cleaner) S 956674 956677 953879 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 182992586 19430449152 16991 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 67964 KiB

[startup+0.702613 s]
/proc/loadavg: 4.45 4.53 4.44 8/318 956695
/proc/meminfo: memFree=107456284/131655788 swapFree=131071996/131071996
[pid=956677] ppid=956674 vsize=19041612 memory=192340 CPUtime=1.1 cores=4,6
/proc/956677/stat : 956677 (java) S 956674 956677 953879 0 -1 1077936128 9662 0 0 0 103 7 0 0 20 0 19 0 182992582 19498610688 48085 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
/proc/956677/statm: 4760403 48085 5839 1 0 553410 0
[pid=956677/tid=956679] ppid=956674 vsize=19041612 memory=5468 CPUtime=0.57 cores=4,6
/proc/956677/task/956679/stat : 956679 (java) R 956674 956677 953879 0 -1 4194368 6004 0 0 0 52 5 0 0 20 0 19 0 182992582 19498610688 48085 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
[pid=956677/tid=956688] ppid=956674 vsize=19041612 memory=12020 CPUtime=0 cores=4,6
/proc/956677/task/956688/stat : 956688 (Finalizer) S 956674 956677 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 182992585 19498610688 48085 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
[pid=956677/tid=956695] ppid=956674 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/956677/task/956695/stat : 956695 (Common-Cleaner) S 956674 956677 953879 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 182992586 19498610688 48085 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 192340 KiB

[startup+1.50761 s]
/proc/loadavg: 4.45 4.53 4.44 6/319 956696
/proc/meminfo: memFree=106698048/131655788 swapFree=131071996/131071996
[pid=956677] ppid=956674 vsize=19041612 memory=1328676 CPUtime=2.61 cores=4,6
/proc/956677/stat : 956677 (java) S 956674 956677 953879 0 -1 1077936128 19571 0 0 0 230 31 0 0 20 0 19 0 182992582 19498610688 332169 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
/proc/956677/statm: 4760403 332169 5871 1 0 558752 0
[pid=956677/tid=956679] ppid=956674 vsize=19041612 memory=12020 CPUtime=1.29 cores=4,6
/proc/956677/task/956679/stat : 956679 (java) R 956674 956677 953879 0 -1 4194368 6557 0 0 0 103 26 0 0 20 0 19 0 182992582 19498610688 332169 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
[pid=956677/tid=956688] ppid=956674 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/956677/task/956688/stat : 956688 (Finalizer) S 956674 956677 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 182992585 19498610688 332169 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
[pid=956677/tid=956695] ppid=956674 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/956677/task/956695/stat : 956695 (Common-Cleaner) S 956674 956677 953879 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 182992586 19498610688 332169 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
Current children cumulated CPU time: 2.61 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1328676 KiB

[startup+3.11371 s]
/proc/loadavg: 4.45 4.53 4.44 6/320 956697
/proc/meminfo: memFree=105326976/131655788 swapFree=131071996/131071996
[pid=956677] ppid=956674 vsize=19108176 memory=2210296 CPUtime=5.72 cores=4,6
/proc/956677/stat : 956677 (java) S 956674 956677 953879 0 -1 1077936128 22332 0 0 0 524 48 0 0 20 0 20 0 182992582 19566772224 552574 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
/proc/956677/statm: 4777044 552574 5871 1 0 1087904 0
[pid=956677/tid=956679] ppid=956674 vsize=19108176 memory=198340509722 CPUtime=2.83 cores=4,6
/proc/956677/task/956679/stat : 956679 (java) R 956674 956677 953879 0 -1 4194368 7027 0 0 0 240 43 0 0 20 0 20 0 182992582 19566772224 552574 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
[pid=956677/tid=956688] ppid=956674 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/956677/task/956688/stat : 956688 (Finalizer) S 956674 956677 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182992585 19566772224 552574 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
[pid=956677/tid=956695] ppid=956674 vsize=19108176 memory=12020 CPUtime=0 cores=4,6
/proc/956677/task/956695/stat : 956695 (Common-Cleaner) S 956674 956677 953879 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 182992586 19566772224 552574 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
[pid=956677/tid=956697] ppid=956674 vsize=19108176 memory=1428500 CPUtime=0 cores=4,6
/proc/956677/task/956697/stat : 956697 (Timer-0) S 956674 956677 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182992762 19566772224 552574 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
Current children cumulated CPU time: 5.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2210296 KiB

[startup+6.30661 s]
/proc/loadavg: 4.41 4.52 4.44 5/320 956697
/proc/meminfo: memFree=104034452/131655788 swapFree=131071996/131071996
[pid=956677] ppid=956674 vsize=19108176 memory=3412540 CPUtime=9.18 cores=4,6
/proc/956677/stat : 956677 (java) S 956674 956677 953879 0 -1 1077936128 23125 0 0 0 846 72 0 0 20 0 20 0 182992582 19566772224 853135 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
/proc/956677/statm: 4777044 853135 5871 1 0 1087975 0
[pid=956677/tid=956679] ppid=956674 vsize=19108176 memory=0 CPUtime=5.89 cores=4,6
/proc/956677/task/956679/stat : 956679 (java) S 956674 956677 953879 0 -1 1077936192 7727 0 0 0 523 66 0 0 20 0 20 0 182992582 19566772224 853135 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
[pid=956677/tid=956688] ppid=956674 vsize=19108176 memory=12020 CPUtime=0 cores=4,6
/proc/956677/task/956688/stat : 956688 (Finalizer) S 956674 956677 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182992585 19566772224 853135 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
[pid=956677/tid=956695] ppid=956674 vsize=19108176 memory=1669364 CPUtime=0 cores=4,6
/proc/956677/task/956695/stat : 956695 (Common-Cleaner) S 956674 956677 953879 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 182992586 19566772224 853135 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
[pid=956677/tid=956697] ppid=956674 vsize=19108176 memory=3410492 CPUtime=0 cores=4,6
/proc/956677/task/956697/stat : 956697 (Timer-0) S 956674 956677 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182992762 19566772224 853135 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
Current children cumulated CPU time: 9.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3412540 KiB

[startup+12.7005 s]
/proc/loadavg: 4.38 4.51 4.44 5/320 956698
/proc/meminfo: memFree=102656292/131655788 swapFree=131071996/131071996
[pid=956677] ppid=956674 vsize=19108176 memory=5041836 CPUtime=16.25 cores=4,6
/proc/956677/stat : 956677 (java) S 956674 956677 953879 0 -1 1077936128 24754 0 0 0 1520 105 0 0 20 0 20 0 182992582 19566772224 1260459 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
/proc/956677/statm: 4777044 1260459 5871 1 0 1835824 0
[pid=956677/tid=956679] ppid=956674 vsize=19108176 memory=4586916 CPUtime=11.7 cores=4,6
/proc/956677/task/956679/stat : 956679 (java) R 956674 956677 953879 0 -1 4194368 8453 0 0 0 1076 94 0 0 20 0 20 0 182992582 19566772224 1260459 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
[pid=956677/tid=956688] ppid=956674 vsize=19108176 memory=11516 CPUtime=0 cores=4,6
/proc/956677/task/956688/stat : 956688 (Finalizer) S 956674 956677 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182992585 19566772224 1260459 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
[pid=956677/tid=956695] ppid=956674 vsize=19108176 memory=6084473508382466899 CPUtime=0 cores=4,6
/proc/956677/task/956695/stat : 956695 (Common-Cleaner) S 956674 956677 953879 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 182992586 19566772224 1260459 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
[pid=956677/tid=956697] ppid=956674 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/956677/task/956697/stat : 956697 (Timer-0) S 956674 956677 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182992762 19566772224 1260459 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
Current children cumulated CPU time: 16.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5041836 KiB

[startup+25.5005 s]
/proc/loadavg: 4.32 4.49 4.43 5/320 956700
/proc/meminfo: memFree=101617080/131655788 swapFree=131071996/131071996
[pid=956677] ppid=956674 vsize=19108176 memory=5816536 CPUtime=29.48 cores=4,6
/proc/956677/stat : 956677 (java) S 956674 956677 953879 0 -1 1077936128 27363 0 0 0 2827 121 0 0 20 0 20 0 182992582 19566772224 1454134 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
/proc/956677/statm: 4777044 1454134 5871 1 0 1835963 0
[pid=956677/tid=956679] ppid=956674 vsize=19108176 memory=6084473508382466899 CPUtime=24.25 cores=4,6
/proc/956677/task/956679/stat : 956679 (java) R 956674 956677 953879 0 -1 4194368 10731 0 0 0 2318 107 0 0 20 0 20 0 182992582 19566772224 1454134 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
[pid=956677/tid=956688] ppid=956674 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/956677/task/956688/stat : 956688 (Finalizer) S 956674 956677 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182992585 19566772224 1454134 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
[pid=956677/tid=956695] ppid=956674 vsize=19108176 memory=2004 CPUtime=0 cores=4,6
/proc/956677/task/956695/stat : 956695 (Common-Cleaner) S 956674 956677 953879 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 182992586 19566772224 1454134 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
[pid=956677/tid=956697] ppid=956674 vsize=19108176 memory=-8887401305678848700 CPUtime=0 cores=4,6
/proc/956677/task/956697/stat : 956697 (Timer-0) S 956674 956677 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182992762 19566772224 1454134 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
Current children cumulated CPU time: 29.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5816536 KiB

[startup+51.1133 s]
/proc/loadavg: 4.27 4.46 4.42 5/320 956704
/proc/meminfo: memFree=100664348/131655788 swapFree=131071996/131071996
[pid=956677] ppid=956674 vsize=19108176 memory=6744864 CPUtime=55.91 cores=4,6
/proc/956677/stat : 956677 (java) S 956674 956677 953879 0 -1 1077936128 34769 0 0 0 5448 143 0 0 20 0 20 0 182992582 19566772224 1686216 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
/proc/956677/statm: 4777044 1686216 5882 1 0 1835966 0
[pid=956677/tid=956679] ppid=956674 vsize=19108176 memory=6550260 CPUtime=49.19 cores=4,6
/proc/956677/task/956679/stat : 956679 (java) R 956674 956677 953879 0 -1 4194368 12887 0 0 0 4800 119 0 0 20 0 20 0 182992582 19566772224 1686216 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
[pid=956677/tid=956688] ppid=956674 vsize=19108176 memory=11516 CPUtime=0 cores=4,6
/proc/956677/task/956688/stat : 956688 (Finalizer) S 956674 956677 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182992585 19566772224 1686216 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
[pid=956677/tid=956695] ppid=956674 vsize=19108176 memory=11516 CPUtime=0 cores=4,6
/proc/956677/task/956695/stat : 956695 (Common-Cleaner) S 956674 956677 953879 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 182992586 19566772224 1686216 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
[pid=956677/tid=956697] ppid=956674 vsize=19108176 memory=11516 CPUtime=0 cores=4,6
/proc/956677/task/956697/stat : 956697 (Timer-0) S 956674 956677 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182992762 19566772224 1686216 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0

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

[startup+3102.3 s]
/proc/loadavg: 4.33 4.50 4.51 5/321 958647
/proc/meminfo: memFree=74674840/131655788 swapFree=131071996/131071996
[pid=956677] ppid=956674 vsize=19108176 memory=11679768 CPUtime=3258.88 cores=4,6
/proc/956677/stat : 956677 (java) S 956674 956677 953879 0 -1 1077936128 747582 0 0 0 325336 552 0 0 20 0 20 0 182992582 19566772224 2919942 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
/proc/956677/statm: 4777044 2919942 5911 1 0 2932033 0
[pid=956677/tid=956679] ppid=956674 vsize=19108176 memory=11679764 CPUtime=3067.68 cores=4,6
/proc/956677/task/956679/stat : 956679 (java) R 956674 956677 953879 0 -1 4194368 460817 0 0 0 306514 254 0 0 20 0 20 0 182992582 19566772224 2919942 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 50 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
[pid=956677/tid=956688] ppid=956674 vsize=19108176 memory=43948 CPUtime=0 cores=4,6
/proc/956677/task/956688/stat : 956688 (Finalizer) S 956674 956677 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182992585 19566772224 2919942 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
[pid=956677/tid=956695] ppid=956674 vsize=19108176 memory=11516 CPUtime=0 cores=4,6
/proc/956677/task/956695/stat : 956695 (Common-Cleaner) S 956674 956677 953879 0 -1 1077936192 3444 0 0 0 0 0 0 0 20 0 20 0 182992586 19566772224 2919942 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
[pid=956677/tid=956697] ppid=956674 vsize=19108176 memory=43948 CPUtime=0 cores=4,6
/proc/956677/task/956697/stat : 956697 (Timer-0) S 956674 956677 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182992762 19566772224 2919942 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
Current children cumulated CPU time: 3258.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 11679768 KiB

[startup+3162.3 s]
/proc/loadavg: 4.86 4.59 4.54 7/321 958658
/proc/meminfo: memFree=74642928/131655788 swapFree=131071996/131071996
[pid=956677] ppid=956674 vsize=19108176 memory=11679768 CPUtime=3319.13 cores=4,6
/proc/956677/stat : 956677 (java) S 956674 956677 953879 0 -1 1077936128 758761 0 0 0 331356 557 0 0 20 0 20 0 182992582 19566772224 2919942 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
/proc/956677/statm: 4777044 2919942 5911 1 0 2932033 0
[pid=956677/tid=956679] ppid=956674 vsize=19108176 memory=11679764 CPUtime=3127.02 cores=4,6
/proc/956677/task/956679/stat : 956679 (java) R 956674 956677 953879 0 -1 4194368 468082 0 0 0 312446 256 0 0 20 0 20 0 182992582 19566772224 2919942 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 50 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
[pid=956677/tid=956688] ppid=956674 vsize=19108176 memory=11679768 CPUtime=0 cores=4,6
/proc/956677/task/956688/stat : 956688 (Finalizer) S 956674 956677 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182992585 19566772224 2919942 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
[pid=956677/tid=956695] ppid=956674 vsize=19108176 memory=5068 CPUtime=0 cores=4,6
/proc/956677/task/956695/stat : 956695 (Common-Cleaner) S 956674 956677 953879 0 -1 1077936192 3575 0 0 0 0 0 0 0 20 0 20 0 182992586 19566772224 2919942 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
[pid=956677/tid=956697] ppid=956674 vsize=19108176 memory=12020 CPUtime=0 cores=4,6
/proc/956677/task/956697/stat : 956697 (Timer-0) S 956674 956677 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182992762 19566772224 2919942 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
Current children cumulated CPU time: 3319.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 11679768 KiB

[startup+3222.3 s]
/proc/loadavg: 4.41 4.51 4.52 6/320 958670
/proc/meminfo: memFree=73979984/131655788 swapFree=131071996/131071996
[pid=956677] ppid=956674 vsize=19108176 memory=11679768 CPUtime=3379.02 cores=4,6
/proc/956677/stat : 956677 (java) S 956674 956677 953879 0 -1 1077936128 764841 0 0 0 337341 561 0 0 20 0 20 0 182992582 19566772224 2919942 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
/proc/956677/statm: 4777044 2919942 5911 1 0 2932033 0
[pid=956677/tid=956679] ppid=956674 vsize=19108176 memory=11679768 CPUtime=3186.86 cores=4,6
/proc/956677/task/956679/stat : 956679 (java) R 956674 956677 953879 0 -1 4194368 473698 0 0 0 318429 257 0 0 20 0 20 0 182992582 19566772224 2919942 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 50 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
[pid=956677/tid=956688] ppid=956674 vsize=19108176 memory=11679768 CPUtime=0 cores=4,6
/proc/956677/task/956688/stat : 956688 (Finalizer) S 956674 956677 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182992585 19566772224 2919942 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
[pid=956677/tid=956695] ppid=956674 vsize=19108176 memory=11679768 CPUtime=0 cores=4,6
/proc/956677/task/956695/stat : 956695 (Common-Cleaner) S 956674 956677 953879 0 -1 1077936192 3665 0 0 0 0 0 0 0 20 0 20 0 182992586 19566772224 2919942 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
[pid=956677/tid=956697] ppid=956674 vsize=19108176 memory=11679768 CPUtime=0 cores=4,6
/proc/956677/task/956697/stat : 956697 (Timer-0) S 956674 956677 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182992762 19566772224 2919942 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
Current children cumulated CPU time: 3379.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 11679768 KiB

[startup+3282.3 s]
/proc/loadavg: 4.66 4.54 4.53 6/317 958680
/proc/meminfo: memFree=73728796/131655788 swapFree=131071996/131071996
[pid=956677] ppid=956674 vsize=19108176 memory=11679768 CPUtime=3446.64 cores=4,6
/proc/956677/stat : 956677 (java) S 956674 956677 953879 0 -1 1077936128 793273 0 0 0 344092 572 0 0 20 0 20 0 182992582 19566772224 2919942 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
/proc/956677/statm: 4777044 2919942 5911 1 0 2932033 0
[pid=956677/tid=956679] ppid=956674 vsize=19108176 memory=11679768 CPUtime=3246.41 cores=4,6
/proc/956677/task/956679/stat : 956679 (java) R 956674 956677 953879 0 -1 4194368 495010 0 0 0 324383 258 0 0 20 0 20 0 182992582 19566772224 2919942 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 50 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
[pid=956677/tid=956688] ppid=956674 vsize=19108176 memory=11516 CPUtime=0 cores=4,6
/proc/956677/task/956688/stat : 956688 (Finalizer) S 956674 956677 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182992585 19566772224 2919942 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
[pid=956677/tid=956695] ppid=956674 vsize=19108176 memory=11679768 CPUtime=0 cores=4,6
/proc/956677/task/956695/stat : 956695 (Common-Cleaner) S 956674 956677 953879 0 -1 1077936192 3767 0 0 0 0 0 0 0 20 0 20 0 182992586 19566772224 2919942 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
[pid=956677/tid=956697] ppid=956674 vsize=19108176 memory=-8887401305678848700 CPUtime=0 cores=4,6
/proc/956677/task/956697/stat : 956697 (Timer-0) S 956674 956677 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182992762 19566772224 2919942 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
Current children cumulated CPU time: 3446.64 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 11679768 KiB

[startup+3342.3 s]
/proc/loadavg: 4.57 4.55 4.53 5/317 958690
/proc/meminfo: memFree=72744308/131655788 swapFree=131071996/131071996
[pid=956677] ppid=956674 vsize=19108176 memory=12661584 CPUtime=3513.24 cores=4,6
/proc/956677/stat : 956677 (java) S 956674 956677 953879 0 -1 1077936128 809789 0 0 0 350722 602 0 0 20 0 20 0 182992582 19566772224 3165396 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
/proc/956677/statm: 4777044 3165396 5911 1 0 3179012 0
[pid=956677/tid=956679] ppid=956674 vsize=19108176 memory=16224 CPUtime=3306.09 cores=4,6
/proc/956677/task/956679/stat : 956679 (java) R 956674 956677 953879 0 -1 4194368 502977 0 0 0 330328 281 0 0 20 0 20 0 182992582 19566772224 3165396 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 54 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
[pid=956677/tid=956688] ppid=956674 vsize=19108176 memory=11516 CPUtime=0 cores=4,6
/proc/956677/task/956688/stat : 956688 (Finalizer) S 956674 956677 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182992585 19566772224 3165396 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
[pid=956677/tid=956695] ppid=956674 vsize=19108176 memory=12661584 CPUtime=0 cores=4,6
/proc/956677/task/956695/stat : 956695 (Common-Cleaner) S 956674 956677 953879 0 -1 1077936192 3768 0 0 0 0 0 0 0 20 0 20 0 182992586 19566772224 3165396 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
[pid=956677/tid=956697] ppid=956674 vsize=19108176 memory=12661584 CPUtime=0 cores=4,6
/proc/956677/task/956697/stat : 956697 (Timer-0) S 956674 956677 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182992762 19566772224 3165396 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
Current children cumulated CPU time: 3513.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 12661584 KiB

[startup+3402.3 s]
/proc/loadavg: 4.34 4.48 4.51 6/318 958702
/proc/meminfo: memFree=72735624/131655788 swapFree=131071996/131071996
[pid=956677] ppid=956674 vsize=19108176 memory=12667764 CPUtime=3573.58 cores=4,6
/proc/956677/stat : 956677 (java) S 956674 956677 953879 0 -1 1077936128 822775 0 0 0 356753 605 0 0 20 0 20 0 182992582 19566772224 3166941 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
/proc/956677/statm: 4777044 3166941 5911 1 0 3179013 0
[pid=956677/tid=956679] ppid=956674 vsize=19108176 memory=16224 CPUtime=3365.42 cores=4,6
/proc/956677/task/956679/stat : 956679 (java) R 956674 956677 953879 0 -1 4194368 509926 0 0 0 336261 281 0 0 20 0 20 0 182992582 19566772224 3166941 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 58 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
[pid=956677/tid=956688] ppid=956674 vsize=19108176 memory=12661584 CPUtime=0 cores=4,6
/proc/956677/task/956688/stat : 956688 (Finalizer) S 956674 956677 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182992585 19566772224 3166941 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
[pid=956677/tid=956695] ppid=956674 vsize=19108176 memory=5468 CPUtime=0 cores=4,6
/proc/956677/task/956695/stat : 956695 (Common-Cleaner) S 956674 956677 953879 0 -1 1077936192 3863 0 0 0 0 0 0 0 20 0 20 0 182992586 19566772224 3166941 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
[pid=956677/tid=956697] ppid=956674 vsize=19108176 memory=12667764 CPUtime=0 cores=4,6
/proc/956677/task/956697/stat : 956697 (Timer-0) S 956674 956677 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182992762 19566772224 3166941 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
Current children cumulated CPU time: 3573.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 12667764 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3428.8 s]
/proc/loadavg: 4.50 4.51 4.52 6/318 958706
/proc/meminfo: memFree=72161632/131655788 swapFree=131071996/131071996
[pid=956677] ppid=956674 vsize=19108176 memory=12667764 CPUtime=3600.04 cores=4,6
/proc/956677/stat : 956677 (java) S 956674 956677 953879 0 -1 1077936128 826499 0 0 0 359397 607 0 0 20 0 20 0 182992582 19566772224 3166941 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
/proc/956677/statm: 4777044 3166941 5911 1 0 3179013 0
[pid=956677/tid=956679] ppid=956674 vsize=19108176 memory=-8887401305678848700 CPUtime=3391.87 cores=4,6
/proc/956677/task/956679/stat : 956679 (java) R 956674 956677 953879 0 -1 4194368 513145 0 0 0 338905 282 0 0 20 0 20 0 182992582 19566772224 3166941 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 58 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
[pid=956677/tid=956688] ppid=956674 vsize=19108176 memory=12020 CPUtime=0 cores=4,6
/proc/956677/task/956688/stat : 956688 (Finalizer) S 956674 956677 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182992585 19566772224 3166941 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
[pid=956677/tid=956695] ppid=956674 vsize=19108176 memory=5468 CPUtime=0 cores=4,6
/proc/956677/task/956695/stat : 956695 (Common-Cleaner) S 956674 956677 953879 0 -1 1077936192 4001 0 0 0 0 0 0 0 20 0 20 0 182992586 19566772224 3166941 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
[pid=956677/tid=956697] ppid=956674 vsize=19108176 memory=16224 CPUtime=0 cores=4,6
/proc/956677/task/956697/stat : 956697 (Timer-0) S 956674 956677 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182992762 19566772224 3166941 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 12667764 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.16 s, system=6.1485 s

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

[startup+3428.91 s]
/proc/loadavg: 4.50 4.51 4.52 6/318 958706
/proc/meminfo: memFree=72161632/131655788 swapFree=131071996/131071996
[pid=956677] ppid=956674 vsize=19307868 memory=12668672 CPUtime=3600.2 cores=4,6
/proc/956677/stat : 956677 (java) S 956674 956677 953879 0 -1 1077936128 829785 0 0 0 359412 608 0 0 20 0 21 0 182992582 19771256832 3167168 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
/proc/956677/statm: 4826967 3167168 5910 1 0 3179954 0
[pid=956677/tid=956679] ppid=956674 vsize=19307868 memory=16224 CPUtime=3391.88 cores=4,6
/proc/956677/task/956679/stat : 956679 (java) S 956674 956677 953879 0 -1 1077936192 513321 0 0 0 338906 282 0 0 20 0 21 0 182992582 19771256832 3167168 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 58 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
[pid=956677/tid=956688] ppid=956674 vsize=19307868 memory=12661584 CPUtime=0 cores=4,6
/proc/956677/task/956688/stat : 956688 (Finalizer) S 956674 956677 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 182992585 19771256832 3167168 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
[pid=956677/tid=956695] ppid=956674 vsize=19307868 memory=5468 CPUtime=0 cores=4,6
/proc/956677/task/956695/stat : 956695 (Common-Cleaner) S 956674 956677 953879 0 -1 1077936192 4001 0 0 0 0 0 0 0 20 0 21 0 182992586 19771256832 3167168 134679101440 94265132503040 94265132506736 140731676228608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94265132514552 94265132515344 94265150803968 140731676234735 140731676234848 140731676234848 140731676241864 0
Current children cumulated CPU time: 3600.2 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 12668672 KiB

Child status: 143

Real time (s): 3429
CPU time (s): 3600.31
CPU user time (s): 3594.16
CPU system time (s): 6.1485
CPU usage (%): 104.996
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 12668672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.16
system time used= 6.1485
maximum resident set size= 12669616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 830216
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3416
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 108042
involuntary context switches= 11673


# summary of solver processes directly reported to runsolver:
#   pid: 956677
#   total CPU time (s): 3600.31
#   total CPU user time (s): 3594.16
#   total CPU system time (s): 6.1485

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 23.0687 second user time and 28.1938 second system time

The end

Launcher Data

Begin job on nodeC006 at 2024-07-18 15:12:31
IDJOB=4442825
IDBENCH=147852
IDSOLVER=3046
FILE ID=nodeC006/4442825-1721308339
RUNJOBID= nodeC006-1721304926-953890
SLURM_JOB_ID= 7542629
Free space on /tmp= 723768 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-clauses-65-60.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442825-1721308339/watcher-4442825-1721308339 -o /tmp/evaluation-result-4442825-1721308339/solver-4442825-1721308339 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1721304926-953890 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4442825-1721308339.opb

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

MD5SUM BENCH= a13dda9504d679e5c6e2bc0e517e2ba2
RANDOM SEED=276458528

nodeC006.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		: 3511.201
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.94
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		: 3621.681
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.26
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		: 1197.354
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.94
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.304
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.26
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		: 3491.979
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.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.971
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.26
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		: 1197.258
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.94
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		: 1197.404
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.26
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        107591512 kB
MemAvailable:   113689960 kB
Buffers:          488332 kB
Cached:          6372556 kB
SwapCached:            0 kB
Active:           935396 kB
Inactive:       22375620 kB
Active(anon):       1460 kB
Inactive(anon): 16486372 kB
Active(file):     933936 kB
Inactive(file):  5889248 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              4756 kB
Writeback:             0 kB
AnonPages:      16450148 kB
Mapped:           125508 kB
Shmem:             37704 kB
KReclaimable:     230588 kB
Slab:             349288 kB
SReclaimable:     230588 kB
SUnreclaim:       118700 kB
KernelStack:        4848 kB
PageTables:        42336 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   18225344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            58176 kB
HardwareCorrupted:     0 kB
AnonHugePages:  15986688 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:      310088 kB
DirectMap2M:    40488960 kB
DirectMap1G:    95420416 kB

Free space on /tmp at the end= 723756 MiB
End job on nodeC006 at 2024-07-18 16:09:40