Trace number 4493200

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2025-06-06? (TO) 3600.23 3581.22

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
roussel/normalized-pigeon-cardinality-91-90.opb
MD5SUM9d0c66225d2e00f86266584536d95f11
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 benchmark0.061875
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8190
Total number of constraints181
Number of constraints which are clauses91
Number of constraints which are cardinality constraints (but not clauses)90
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint90
Maximum length of a constraint91
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 92
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4493200-1751152906.opb
0.12/0.13	c reading problem ... 
0.12/0.13	c  no objective function found
0.31/0.22	c ... done. Wall clock time 0.081s.
0.31/0.22	c declared #vars     8190
0.31/0.22	c #constraints  181
0.31/0.22	c constraints type 
0.31/0.22	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 90
0.31/0.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 91
0.31/0.22	c 181 constraints processed.
5.85/5.21	c cleaning 2497 clauses out of 5002 with flag 32514/5002
13.65/12.92	c cleaning 4249 clauses out of 8503 with flag 71948/11000
24.01/23.17	c cleaning 5624 clauses out of 11254 with flag 124411/18000
37.83/36.89	c cleaning 6818 clauses out of 13635 with flag 178766/26005
53.09/52.10	c cleaning 7906 clauses out of 15814 with flag 239022/35002
69.01/67.96	c cleaning 8950 clauses out of 17909 with flag 315206/45003
87.07/85.82	c cleaning 9971 clauses out of 19956 with flag 404298/56000
109.55/108.27	c cleaning 10985 clauses out of 21986 with flag 500324/68001
134.00/132.61	c cleaning 11998 clauses out of 24002 with flag 604281/81002
164.65/162.88	c cleaning 13003 clauses out of 26005 with flag 716317/95003
197.33/195.45	c cleaning 13995 clauses out of 28000 with flag 849071/110001
235.38/233.35	c cleaning 15001 clauses out of 30006 with flag 986540/126002
276.52/274.35	c cleaning 16001 clauses out of 32006 with flag 1133045/143003
315.84/313.06	c cleaning 16986 clauses out of 34004 with flag 1292641/161002
351.91/349.04	c cleaning 18003 clauses out of 36017 with flag 1449973/180001
397.87/394.99	c cleaning 18998 clauses out of 38014 with flag 1621060/200001
446.27/443.12	c cleaning 19999 clauses out of 40016 with flag 1804818/221001
502.16/498.04	c cleaning 21004 clauses out of 42017 with flag 1996023/243001
564.80/560.57	c cleaning 21995 clauses out of 44012 with flag 2196835/266000
632.43/628.15	c cleaning 23003 clauses out of 46019 with flag 2400367/290002
698.75/694.20	c cleaning 23984 clauses out of 48015 with flag 2605888/315001
733.70/728.84	c cleaning 24985 clauses out of 50030 with flag 2817360/341000
775.28/769.73	c cleaning 25993 clauses out of 52049 with flag 3045257/368004
823.34/817.53	c cleaning 26994 clauses out of 54053 with flag 3269417/396001
880.83/874.87	c cleaning 27994 clauses out of 56059 with flag 3555511/425001
913.41/907.39	c cleaning 28997 clauses out of 58065 with flag 3761188/455001
952.89/946.60	c cleaning 30002 clauses out of 60067 with flag 3988500/486000
1012.07/1005.51	c cleaning 31002 clauses out of 62065 with flag 4282014/518000
1061.01/1053.69	c cleaning 32007 clauses out of 64066 with flag 4587108/551003
1093.13/1085.53	c cleaning 32992 clauses out of 66056 with flag 4840744/585000
1144.30/1136.48	c cleaning 34001 clauses out of 68064 with flag 5123579/620000
1192.12/1184.05	c cleaning 35001 clauses out of 70063 with flag 5436175/656000
1244.02/1235.77	c cleaning 36008 clauses out of 72066 with flag 5737731/693004
1295.63/1287.18	c cleaning 37000 clauses out of 74054 with flag 6088051/731000
1345.70/1336.97	c cleaning 38004 clauses out of 76056 with flag 6444245/770002
1402.71/1392.70	c cleaning 38989 clauses out of 78050 with flag 6782427/810000
1458.79/1448.58	c cleaning 39994 clauses out of 80062 with flag 7195635/851001
1521.07/1510.66	c cleaning 40997 clauses out of 82068 with flag 7674862/893001
1584.90/1574.25	c cleaning 42004 clauses out of 84073 with flag 8100700/936003
1668.17/1657.17	c cleaning 42998 clauses out of 86066 with flag 8566047/980000
1756.75/1745.53	c cleaning 44003 clauses out of 88069 with flag 8995375/1025001
1845.58/1834.29	c cleaning 45004 clauses out of 90067 with flag 9413825/1071002
1922.12/1910.66	c cleaning 45989 clauses out of 92062 with flag 9805334/1118001
2002.32/1990.46	c cleaning 46989 clauses out of 94072 with flag 10133980/1166000
2055.18/2041.66	c cleaning 47969 clauses out of 96083 with flag 10469291/1215000
2155.66/2141.75	c cleaning 48987 clauses out of 98114 with flag 10830043/1265000
2285.42/2270.91	c cleaning 49997 clauses out of 100127 with flag 11215002/1316000
2409.20/2394.44	c cleaning 50991 clauses out of 102132 with flag 11612472/1368002
2534.42/2519.32	c cleaning 51995 clauses out of 104140 with flag 12013626/1421001
2668.71/2653.15	c cleaning 53002 clauses out of 106148 with flag 12453736/1475004
2824.61/2808.84	c cleaning 53998 clauses out of 108143 with flag 12904629/1530001
3005.81/2989.84	c cleaning 55005 clauses out of 110144 with flag 13373608/1586000
3208.74/3190.39	c cleaning 55996 clauses out of 112139 with flag 13859163/1643000
3408.96/3390.35	c cleaning 57000 clauses out of 114145 with flag 14363408/1701002
3600.08/3581.12	c timeout
3600.08/3581.12	c starts		: 202
3600.08/3581.12	c conflicts		: 1758776
3600.08/3581.12	c decisions		: 2922441
3600.08/3581.12	c propagations		: 29176832
3600.08/3581.12	c inspects		: 6554210853
3600.08/3581.12	c shortcuts		: 0
3600.08/3581.12	c learnt literals	: 0
3600.08/3581.12	c learnt binary clauses	: 0
3600.08/3581.12	c learnt ternary clauses	: 0
3600.08/3581.12	c learnt constraints	: 1758776
3600.08/3581.12	c ignored constraints	: 0
3600.08/3581.12	c root simplifications	: 0
3600.08/3581.12	c removed literals (reason simplification)	: 5496302
3600.08/3581.12	c reason swapping (by a shorter reason)	: 0
3600.08/3581.12	c Calls to reduceDB	: 54
3600.08/3581.12	c Number of update (reduction) of LBD	: 1173989
3600.08/3581.12	c Imported unit clauses	: 0
3600.08/3581.12	c No decision after first conflict	: false
3600.08/3581.12	c number of reductions to clauses (during analyze)	: 0
3600.08/3581.12	c number of learned constraints concerned by reduction	: 0
3600.08/3581.12	c number of learning phase by resolution	: 0
3600.08/3581.12	c number of learning phase by cutting planes	: 0
3600.08/3581.12	c number of rounding to 1 operations	: 0
3600.08/3581.12	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3581.12	c number of reductions of the coefficients by power 2 	: 0
3600.08/3581.12	c number of right shift for reduction by power 2 	: 0
3600.08/3581.12	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3581.12	c number of ending skipping 	: 0
3600.08/3581.12	c number of internal skipping 	: 0
3600.08/3581.12	c number of derivation steps 	: 0
3600.08/3581.12	c number of skipped derivation steps 	: 0
3600.08/3581.12	c number of remaining unassigned 	: 0
3600.08/3581.12	c number of remaining assigned 	: 0
3600.08/3581.12	c number of falsified literals weakened from reason	: 0
3600.08/3581.12	c number of falsified literals weakened from conflict	: 0
3600.08/3581.12	c time for arithmetic operations	: 0
3600.08/3581.12	c minimum degree of deleted constraints	: null
3600.08/3581.12	c maximum degree of deleted constraints	: null
3600.08/3581.13	c number of deleted constraints	: 0
3600.08/3581.13	c speed (assignments/second)	: 8147.906992070986
3600.08/3581.13	c non guided choices	: 77227
3600.08/3581.18	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 114919
3600.08/3581.18	s UNKNOWN
3600.08/3581.18	c Total wall clock time (in seconds): 3581.051

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: 63665 MiB (62565 MiB free)
  memory of node 1: 64507 MiB (61421 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4493200-1751152906/watcher-4493200-1751152906 -o /tmp/evaluation-result-4493200-1751152906/solver-4493200-1751152906 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751145706-14501 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4493200-1751152906.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=15935, runsolver pid=15932

[startup+0.10005 s]*
/proc/loadavg: 4.33 4.22 4.13 5/338 15953
/proc/meminfo: memFree=126929528/131250000 swapFree=33010684/33010684
[pid=15935] ppid=15932 vsize=18930384 memory=55536 CPUtime=0.12 cores=4,6
/proc/15935/stat : 15935 (java) S 15932 15935 14490 0 -1 4194304 6553 0 0 0 11 1 0 0 20 0 18 0 30970498 19384713216 13884 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
/proc/15935/statm: 4732596 13884 5335 1 0 547603 0
[pid=15935/tid=15937] ppid=15932 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/15935/task/15937/stat : 15937 (java) R 15932 15935 14490 0 -1 4194368 5054 0 0 0 6 1 0 0 20 0 18 0 30970499 19384713216 13884 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
[pid=15935/tid=15946] ppid=15932 vsize=18930384 memory=241407623509 CPUtime=0 cores=4,6
/proc/15935/task/15946/stat : 15946 (Finalizer) S 15932 15935 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30970501 19384713216 13884 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
[pid=15935/tid=15953] ppid=15932 vsize=18930384 memory=61784027586760 CPUtime=0 cores=4,6
/proc/15935/task/15953/stat : 15953 (Common-Cleaner) S 15932 15935 14490 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30970502 19384713216 13884 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55536 KiB

[startup+0.205728 s]*
/proc/loadavg: 4.33 4.22 4.13 7/338 15953
/proc/meminfo: memFree=126915224/131250000 swapFree=33010684/33010684
[pid=15935] ppid=15932 vsize=18930384 memory=75112 CPUtime=0.31 cores=4,6
/proc/15935/stat : 15935 (java) S 15932 15935 14490 0 -1 4194304 7244 0 0 0 29 2 0 0 20 0 18 0 30970498 19384713216 18778 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
/proc/15935/statm: 4732596 18778 5431 1 0 548146 0
[pid=15935/tid=15937] ppid=15932 vsize=18930384 memory=4026597660 CPUtime=0.16 cores=4,6
/proc/15935/task/15937/stat : 15937 (java) R 15932 15935 14490 0 -1 4194368 5274 0 0 0 15 1 0 0 20 0 18 0 30970499 19384713216 18778 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
[pid=15935/tid=15946] ppid=15932 vsize=18930384 memory=18954 CPUtime=0 cores=4,6
/proc/15935/task/15946/stat : 15946 (Finalizer) S 15932 15935 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30970501 19384713216 18778 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
[pid=15935/tid=15953] ppid=15932 vsize=18930384 memory=60684515935208 CPUtime=0 cores=4,6
/proc/15935/task/15953/stat : 15953 (Common-Cleaner) S 15932 15935 14490 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30970502 19384713216 18778 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 75112 KiB

[startup+0.305741 s]*
/proc/loadavg: 4.33 4.22 4.13 6/339 15954
/proc/meminfo: memFree=126908356/131250000 swapFree=33010684/33010684
[pid=15935] ppid=15932 vsize=18996948 memory=80712 CPUtime=0.51 cores=4,6
/proc/15935/stat : 15935 (java) S 15932 15935 14490 0 -1 4194304 8603 0 0 0 48 3 0 0 20 0 19 0 30970498 19452874752 20178 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
/proc/15935/statm: 4749237 20178 5431 1 0 549269 0
[pid=15935/tid=15937] ppid=15932 vsize=18996948 memory=-6000919498509608814 CPUtime=0.24 cores=4,6
/proc/15935/task/15937/stat : 15937 (java) R 15932 15935 14490 0 -1 4194368 5310 0 0 0 23 1 0 0 20 0 19 0 30970499 19452874752 20178 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
[pid=15935/tid=15946] ppid=15932 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/15935/task/15946/stat : 15946 (Finalizer) S 15932 15935 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30970501 19452874752 20178 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
[pid=15935/tid=15953] ppid=15932 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/15935/task/15953/stat : 15953 (Common-Cleaner) S 15932 15935 14490 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30970502 19452874752 20178 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
[pid=15935/tid=15954] ppid=15932 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/15935/task/15954/stat : 15954 (Timer-0) S 15932 15935 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30970521 19452874752 20178 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 80712 KiB

[startup+0.700245 s]
/proc/loadavg: 4.33 4.22 4.13 6/339 15954
/proc/meminfo: memFree=126823412/131250000 swapFree=33010684/33010684
[pid=15935] ppid=15932 vsize=18996948 memory=90740 CPUtime=1.25 cores=4,6
/proc/15935/stat : 15935 (java) S 15932 15935 14490 0 -1 4194304 9839 0 0 0 122 3 0 0 20 0 19 0 30970498 19452874752 22685 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
/proc/15935/statm: 4749237 22685 5431 1 0 550128 0
[pid=15935/tid=15937] ppid=15932 vsize=18996948 memory=17536 CPUtime=0.62 cores=4,6
/proc/15935/task/15937/stat : 15937 (java) R 15932 15935 14490 0 -1 4194368 5334 0 0 0 61 1 0 0 20 0 19 0 30970499 19452874752 22685 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
[pid=15935/tid=15946] ppid=15932 vsize=18996948 memory=10880 CPUtime=0 cores=4,6
/proc/15935/task/15946/stat : 15946 (Finalizer) S 15932 15935 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30970501 19452874752 22685 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
[pid=15935/tid=15953] ppid=15932 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/15935/task/15953/stat : 15953 (Common-Cleaner) S 15932 15935 14490 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30970502 19452874752 22685 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
[pid=15935/tid=15954] ppid=15932 vsize=18996948 memory=4760 CPUtime=0 cores=4,6
/proc/15935/task/15954/stat : 15954 (Timer-0) S 15932 15935 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30970521 19452874752 22685 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 90740 KiB

[startup+1.50022 s]
/proc/loadavg: 4.33 4.22 4.13 5/339 15954
/proc/meminfo: memFree=126814968/131250000 swapFree=33010684/33010684
[pid=15935] ppid=15932 vsize=18996948 memory=98932 CPUtime=2.07 cores=4,6
/proc/15935/stat : 15935 (java) S 15932 15935 14490 0 -1 4194304 10502 0 0 0 204 3 0 0 20 0 19 0 30970498 19452874752 24733 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
/proc/15935/statm: 4749237 24733 5431 1 0 550129 0
[pid=15935/tid=15937] ppid=15932 vsize=18996948 memory=10880 CPUtime=1.42 cores=4,6
/proc/15935/task/15937/stat : 15937 (java) R 15932 15935 14490 0 -1 4194368 5458 0 0 0 140 2 0 0 20 0 19 0 30970499 19452874752 24733 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
[pid=15935/tid=15946] ppid=15932 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/15935/task/15946/stat : 15946 (Finalizer) S 15932 15935 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30970501 19452874752 24733 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
[pid=15935/tid=15953] ppid=15932 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/15935/task/15953/stat : 15953 (Common-Cleaner) S 15932 15935 14490 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30970502 19452874752 24733 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
[pid=15935/tid=15954] ppid=15932 vsize=18996948 memory=4760 CPUtime=0 cores=4,6
/proc/15935/task/15954/stat : 15954 (Timer-0) S 15932 15935 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30970521 19452874752 24733 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
Current children cumulated CPU time: 2.07 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 98932 KiB

[startup+3.10564 s]
/proc/loadavg: 4.38 4.24 4.14 4/316 15965
/proc/meminfo: memFree=129070944/131250000 swapFree=33010684/33010684
[pid=15935] ppid=15932 vsize=18996948 memory=115444 CPUtime=3.67 cores=4,6
/proc/15935/stat : 15935 (java) S 15932 15935 14490 0 -1 4194304 11018 0 0 0 363 4 0 0 20 0 19 0 30970498 19452874752 28861 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
/proc/15935/statm: 4749237 28861 5431 1 0 550131 0
[pid=15935/tid=15937] ppid=15932 vsize=18996948 memory=10880 CPUtime=3.01 cores=4,6
/proc/15935/task/15937/stat : 15937 (java) R 15932 15935 14490 0 -1 4194368 5676 0 0 0 298 3 0 0 20 0 19 0 30970499 19452874752 28861 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
[pid=15935/tid=15946] ppid=15932 vsize=18996948 memory=-6000919498509608814 CPUtime=0 cores=4,6
/proc/15935/task/15946/stat : 15946 (Finalizer) S 15932 15935 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30970501 19452874752 28861 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
[pid=15935/tid=15953] ppid=15932 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/15935/task/15953/stat : 15953 (Common-Cleaner) S 15932 15935 14490 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30970502 19452874752 28861 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
[pid=15935/tid=15954] ppid=15932 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/15935/task/15954/stat : 15954 (Timer-0) S 15932 15935 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30970521 19452874752 28861 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
Current children cumulated CPU time: 3.67 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 115444 KiB

[startup+6.30021 s]
/proc/loadavg: 4.38 4.24 4.14 6/339 16021
/proc/meminfo: memFree=128704172/131250000 swapFree=33010684/33010684
[pid=15935] ppid=15932 vsize=18996948 memory=145684 CPUtime=6.97 cores=4,6
/proc/15935/stat : 15935 (java) S 15932 15935 14490 0 -1 4194304 15623 0 0 0 692 5 0 0 20 0 19 0 30970498 19452874752 36421 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
/proc/15935/statm: 4749237 36421 5431 1 0 550148 0
[pid=15935/tid=15937] ppid=15932 vsize=18996948 memory=0 CPUtime=6.19 cores=4,6
/proc/15935/task/15937/stat : 15937 (java) R 15932 15935 14490 0 -1 4194368 7336 0 0 0 615 4 0 0 20 0 19 0 30970499 19452874752 36421 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
[pid=15935/tid=15946] ppid=15932 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/15935/task/15946/stat : 15946 (Finalizer) S 15932 15935 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30970501 19452874752 36421 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
[pid=15935/tid=15953] ppid=15932 vsize=18996948 memory=10880 CPUtime=0 cores=4,6
/proc/15935/task/15953/stat : 15953 (Common-Cleaner) S 15932 15935 14490 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30970502 19452874752 36421 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
[pid=15935/tid=15954] ppid=15932 vsize=18996948 memory=100980 CPUtime=0 cores=4,6
/proc/15935/task/15954/stat : 15954 (Timer-0) S 15932 15935 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30970521 19452874752 36421 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
Current children cumulated CPU time: 6.97 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 145684 KiB

[startup+12.7002 s]
/proc/loadavg: 4.35 4.23 4.14 5/340 16022
/proc/meminfo: memFree=128343964/131250000 swapFree=33010684/33010684
[pid=15935] ppid=15932 vsize=19063512 memory=204500 CPUtime=13.45 cores=4,6
/proc/15935/stat : 15935 (java) S 15932 15935 14490 0 -1 4194304 18884 0 0 0 1338 7 0 0 20 0 20 0 30970498 19521036288 51125 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
/proc/15935/statm: 4765878 51125 5495 1 0 550437 0
[pid=15935/tid=15937] ppid=15932 vsize=19063512 memory=100980 CPUtime=12.54 cores=4,6
/proc/15935/task/15937/stat : 15937 (java) R 15932 15935 14490 0 -1 4194368 7698 0 0 0 1250 4 0 0 20 0 20 0 30970499 19521036288 51125 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
[pid=15935/tid=15946] ppid=15932 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/15935/task/15946/stat : 15946 (Finalizer) S 15932 15935 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30970501 19521036288 51125 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
[pid=15935/tid=15953] ppid=15932 vsize=19063512 memory=204500 CPUtime=0 cores=4,6
/proc/15935/task/15953/stat : 15953 (Common-Cleaner) S 15932 15935 14490 0 -1 4194368 63 0 0 0 0 0 0 0 20 0 20 0 30970502 19521036288 51125 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
[pid=15935/tid=15954] ppid=15932 vsize=19063512 memory=-6000919498509608814 CPUtime=0 cores=4,6
/proc/15935/task/15954/stat : 15954 (Timer-0) S 15932 15935 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30970521 19521036288 51125 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
Current children cumulated CPU time: 13.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 204500 KiB

[startup+25.5002 s]
/proc/loadavg: 4.27 4.22 4.13 5/340 16022
/proc/meminfo: memFree=127766808/131250000 swapFree=33010684/33010684
[pid=15935] ppid=15932 vsize=19063512 memory=288096 CPUtime=26.4 cores=4,6
/proc/15935/stat : 15935 (java) S 15932 15935 14490 0 -1 4194304 22948 0 0 0 2631 9 0 0 20 0 20 0 30970498 19521036288 72024 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
/proc/15935/statm: 4765878 72024 5495 1 0 551839 0
[pid=15935/tid=15937] ppid=15932 vsize=19063512 memory=0 CPUtime=25.23 cores=4,6
/proc/15935/task/15937/stat : 15937 (java) R 15932 15935 14490 0 -1 4194368 8588 0 0 0 2519 4 0 0 20 0 20 0 30970499 19521036288 72024 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
[pid=15935/tid=15946] ppid=15932 vsize=19063512 memory=17536 CPUtime=0 cores=4,6
/proc/15935/task/15946/stat : 15946 (Finalizer) S 15932 15935 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30970501 19521036288 72024 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
[pid=15935/tid=15953] ppid=15932 vsize=19063512 memory=204500 CPUtime=0 cores=4,6
/proc/15935/task/15953/stat : 15953 (Common-Cleaner) S 15932 15935 14490 0 -1 4194368 63 0 0 0 0 0 0 0 20 0 20 0 30970502 19521036288 72024 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
[pid=15935/tid=15954] ppid=15932 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/15935/task/15954/stat : 15954 (Timer-0) S 15932 15935 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30970521 19521036288 72024 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
Current children cumulated CPU time: 26.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 288096 KiB

[startup+51.1056 s]
/proc/loadavg: 4.25 4.22 4.14 5/341 16024
/proc/meminfo: memFree=126381352/131250000 swapFree=33010684/33010684
[pid=15935] ppid=15932 vsize=19063512 memory=538180 CPUtime=52.19 cores=4,6
/proc/15935/stat : 15935 (java) S 15932 15935 14490 0 -1 4194304 24201 0 0 0 5204 15 0 0 20 0 20 0 30970498 19521036288 134545 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
/proc/15935/statm: 4765878 134545 5527 1 0 551839 0
[pid=15935/tid=15937] ppid=15932 vsize=19063512 memory=454128 CPUtime=50.54 cores=4,6
/proc/15935/task/15937/stat : 15937 (java) R 15932 15935 14490 0 -1 4194368 8603 0 0 0 5050 4 0 0 20 0 20 0 30970499 19521036288 134545 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
[pid=15935/tid=15946] ppid=15932 vsize=19063512 memory=-4421386504854922598 CPUtime=0 cores=4,6

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

/proc/15935/task/15946/stat : 15946 (Finalizer) S 15932 15935 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30970501 19521036288 2084564 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
[pid=15935/tid=15953] ppid=15932 vsize=19063512 memory=7862528 CPUtime=0 cores=4,6
/proc/15935/task/15953/stat : 15953 (Common-Cleaner) S 15932 15935 14490 0 -1 4194368 2071 0 0 0 0 0 0 0 20 0 20 0 30970502 19521036288 2084564 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
[pid=15935/tid=15954] ppid=15932 vsize=19063512 memory=17536 CPUtime=0 cores=4,6
/proc/15935/task/15954/stat : 15954 (Timer-0) S 15932 15935 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30970521 19521036288 2084564 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
Current children cumulated CPU time: 3180.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8338256 KiB

[startup+3222.3 s]
/proc/loadavg: 4.09 4.13 4.10 5/340 16185
/proc/meminfo: memFree=94224340/131250000 swapFree=33010684/33010684
[pid=15935] ppid=15932 vsize=19063512 memory=8649560 CPUtime=3240.66 cores=4,6
/proc/15935/stat : 15935 (java) S 15932 15935 14490 0 -1 4194304 166122 0 0 0 323808 258 0 0 20 0 20 0 30970498 19521036288 2162390 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
/proc/15935/statm: 4765878 2162390 5527 1 0 2920533 0
[pid=15935/tid=15937] ppid=15932 vsize=19063512 memory=7862528 CPUtime=3196.2 cores=4,6
/proc/15935/task/15937/stat : 15937 (java) R 15932 15935 14490 0 -1 4194368 76984 0 0 0 319573 47 0 0 20 0 20 0 30970499 19521036288 2162390 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
[pid=15935/tid=15946] ppid=15932 vsize=19063512 memory=8538968 CPUtime=0 cores=4,6
/proc/15935/task/15946/stat : 15946 (Finalizer) S 15932 15935 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30970501 19521036288 2162390 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
[pid=15935/tid=15953] ppid=15932 vsize=19063512 memory=8618840 CPUtime=0 cores=4,6
/proc/15935/task/15953/stat : 15953 (Common-Cleaner) S 15932 15935 14490 0 -1 4194368 2095 0 0 0 0 0 0 0 20 0 20 0 30970502 19521036288 2162390 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
[pid=15935/tid=15954] ppid=15932 vsize=19063512 memory=8647512 CPUtime=0 cores=4,6
/proc/15935/task/15954/stat : 15954 (Timer-0) S 15932 15935 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30970521 19521036288 2162390 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
Current children cumulated CPU time: 3240.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8649560 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.12 4.10 5/340 16187
/proc/meminfo: memFree=93805672/131250000 swapFree=33010684/33010684
[pid=15935] ppid=15932 vsize=19063512 memory=8850264 CPUtime=3300.83 cores=4,6
/proc/15935/stat : 15935 (java) S 15932 15935 14490 0 -1 4194304 169108 0 0 0 329820 263 0 0 20 0 20 0 30970498 19521036288 2212566 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
/proc/15935/statm: 4765878 2212566 5527 1 0 2920533 0
[pid=15935/tid=15937] ppid=15932 vsize=19063512 memory=2892 CPUtime=3255.72 cores=4,6
/proc/15935/task/15937/stat : 15937 (java) R 15932 15935 14490 0 -1 4194368 79618 0 0 0 325523 49 0 0 20 0 20 0 30970499 19521036288 2212566 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
[pid=15935/tid=15946] ppid=15932 vsize=19063512 memory=8737624 CPUtime=0 cores=4,6
/proc/15935/task/15946/stat : 15946 (Finalizer) S 15932 15935 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30970501 19521036288 2212566 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
[pid=15935/tid=15953] ppid=15932 vsize=19063512 memory=1920 CPUtime=0 cores=4,6
/proc/15935/task/15953/stat : 15953 (Common-Cleaner) S 15932 15935 14490 0 -1 4194368 2095 0 0 0 0 0 0 0 20 0 20 0 30970502 19521036288 2212566 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
[pid=15935/tid=15954] ppid=15932 vsize=19063512 memory=8850264 CPUtime=0 cores=4,6
/proc/15935/task/15954/stat : 15954 (Timer-0) S 15932 15935 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30970521 19521036288 2212566 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
Current children cumulated CPU time: 3300.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8850264 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.12 4.10 5/340 16193
/proc/meminfo: memFree=92895884/131250000 swapFree=33010684/33010684
[pid=15935] ppid=15932 vsize=19063512 memory=8850264 CPUtime=3360.67 cores=4,6
/proc/15935/stat : 15935 (java) S 15932 15935 14490 0 -1 4194304 171359 0 0 0 335803 264 0 0 20 0 20 0 30970498 19521036288 2212566 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
/proc/15935/statm: 4765878 2212566 5527 1 0 2920533 0
[pid=15935/tid=15937] ppid=15932 vsize=19063512 memory=8850264 CPUtime=3315.55 cores=4,6
/proc/15935/task/15937/stat : 15937 (java) R 15932 15935 14490 0 -1 4194368 81667 0 0 0 331505 50 0 0 20 0 20 0 30970499 19521036288 2212566 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
[pid=15935/tid=15946] ppid=15932 vsize=19063512 memory=8850264 CPUtime=0 cores=4,6
/proc/15935/task/15946/stat : 15946 (Finalizer) S 15932 15935 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30970501 19521036288 2212566 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
[pid=15935/tid=15953] ppid=15932 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/15935/task/15953/stat : 15953 (Common-Cleaner) S 15932 15935 14490 0 -1 4194368 2213 0 0 0 0 0 0 0 20 0 20 0 30970502 19521036288 2212566 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
[pid=15935/tid=15954] ppid=15932 vsize=19063512 memory=8850264 CPUtime=0 cores=4,6
/proc/15935/task/15954/stat : 15954 (Timer-0) S 15932 15935 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30970521 19521036288 2212566 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
Current children cumulated CPU time: 3360.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8850264 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.13 4.10 5/340 16195
/proc/meminfo: memFree=92219904/131250000 swapFree=33010684/33010684
[pid=15935] ppid=15932 vsize=19063512 memory=8985572 CPUtime=3420.94 cores=4,6
/proc/15935/stat : 15935 (java) S 15932 15935 14490 0 -1 4194304 174215 0 0 0 341825 269 0 0 20 0 20 0 30970498 19521036288 2246393 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
/proc/15935/statm: 4765878 2246393 5527 1 0 2920533 0
[pid=15935/tid=15937] ppid=15932 vsize=19063512 memory=8850264 CPUtime=3374.99 cores=4,6
/proc/15935/task/15937/stat : 15937 (java) R 15932 15935 14490 0 -1 4194368 82603 0 0 0 337449 50 0 0 20 0 20 0 30970499 19521036288 2246393 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
[pid=15935/tid=15946] ppid=15932 vsize=19063512 memory=8985572 CPUtime=0 cores=4,6
/proc/15935/task/15946/stat : 15946 (Finalizer) S 15932 15935 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30970501 19521036288 2246393 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
[pid=15935/tid=15953] ppid=15932 vsize=19063512 memory=8985572 CPUtime=0 cores=4,6
/proc/15935/task/15953/stat : 15953 (Common-Cleaner) S 15932 15935 14490 0 -1 4194368 2257 0 0 0 0 0 0 0 20 0 20 0 30970502 19521036288 2246393 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
[pid=15935/tid=15954] ppid=15932 vsize=19063512 memory=8985572 CPUtime=0 cores=4,6
/proc/15935/task/15954/stat : 15954 (Timer-0) S 15932 15935 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30970521 19521036288 2246393 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
Current children cumulated CPU time: 3420.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8985572 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/340 16199
/proc/meminfo: memFree=91896212/131250000 swapFree=33010684/33010684
[pid=15935] ppid=15932 vsize=19063512 memory=8985572 CPUtime=3481.14 cores=4,6
/proc/15935/stat : 15935 (java) S 15932 15935 14490 0 -1 4194304 177501 0 0 0 347844 270 0 0 20 0 20 0 30970498 19521036288 2246393 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
/proc/15935/statm: 4765878 2246393 5527 1 0 2920533 0
[pid=15935/tid=15937] ppid=15932 vsize=19063512 memory=8850264 CPUtime=3434.43 cores=4,6
/proc/15935/task/15937/stat : 15937 (java) R 15932 15935 14490 0 -1 4194368 85289 0 0 0 343393 50 0 0 20 0 20 0 30970499 19521036288 2246393 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
[pid=15935/tid=15946] ppid=15932 vsize=19063512 memory=8985572 CPUtime=0 cores=4,6
/proc/15935/task/15946/stat : 15946 (Finalizer) S 15932 15935 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30970501 19521036288 2246393 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
[pid=15935/tid=15953] ppid=15932 vsize=19063512 memory=8985572 CPUtime=0 cores=4,6
/proc/15935/task/15953/stat : 15953 (Common-Cleaner) S 15932 15935 14490 0 -1 4194368 2257 0 0 0 0 0 0 0 20 0 20 0 30970502 19521036288 2246393 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
[pid=15935/tid=15954] ppid=15932 vsize=19063512 memory=8985572 CPUtime=0 cores=4,6
/proc/15935/task/15954/stat : 15954 (Timer-0) S 15932 15935 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30970521 19521036288 2246393 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
Current children cumulated CPU time: 3481.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8985572 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/339 16201
/proc/meminfo: memFree=91420716/131250000 swapFree=33010684/33010684
[pid=15935] ppid=15932 vsize=19063512 memory=8985572 CPUtime=3541 cores=4,6
/proc/15935/stat : 15935 (java) S 15932 15935 14490 0 -1 4194304 180789 0 0 0 353829 271 0 0 20 0 20 0 30970498 19521036288 2246393 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
/proc/15935/statm: 4765878 2246393 5527 1 0 2920533 0
[pid=15935/tid=15937] ppid=15932 vsize=19063512 memory=8985572 CPUtime=3494.28 cores=4,6
/proc/15935/task/15937/stat : 15937 (java) R 15932 15935 14490 0 -1 4194368 88374 0 0 0 349377 51 0 0 20 0 20 0 30970499 19521036288 2246393 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
[pid=15935/tid=15946] ppid=15932 vsize=19063512 memory=8985572 CPUtime=0 cores=4,6
/proc/15935/task/15946/stat : 15946 (Finalizer) S 15932 15935 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30970501 19521036288 2246393 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
[pid=15935/tid=15953] ppid=15932 vsize=19063512 memory=8985572 CPUtime=0 cores=4,6
/proc/15935/task/15953/stat : 15953 (Common-Cleaner) S 15932 15935 14490 0 -1 4194368 2377 0 0 0 0 0 0 0 20 0 20 0 30970502 19521036288 2246393 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
[pid=15935/tid=15954] ppid=15932 vsize=19063512 memory=8985572 CPUtime=0 cores=4,6
/proc/15935/task/15954/stat : 15954 (Timer-0) S 15932 15935 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30970521 19521036288 2246393 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
Current children cumulated CPU time: 3541 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8985572 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3581.11 s]
/proc/loadavg: 3.39 3.94 4.03 2/269 16288
/proc/meminfo: memFree=121205976/131250000 swapFree=33010684/33010684
[pid=15935] ppid=15932 vsize=19063512 memory=8987624 CPUtime=3600.08 cores=4,6
/proc/15935/stat : 15935 (java) S 15932 15935 14490 0 -1 4194304 183988 0 0 0 359732 276 0 0 20 0 20 0 30970498 19521036288 2246906 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
/proc/15935/statm: 4765878 2246906 5527 1 0 2920533 0
[pid=15935/tid=15937] ppid=15932 vsize=19063512 memory=4252 CPUtime=3552.52 cores=4,6
/proc/15935/task/15937/stat : 15937 (java) R 15932 15935 14490 0 -1 4194368 89750 0 0 0 355200 52 0 0 20 0 20 0 30970499 19521036288 2246906 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
[pid=15935/tid=15946] ppid=15932 vsize=19063512 memory=8987624 CPUtime=0 cores=4,6
/proc/15935/task/15946/stat : 15946 (Finalizer) S 15932 15935 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30970501 19521036288 2246906 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
[pid=15935/tid=15953] ppid=15932 vsize=19063512 memory=8987624 CPUtime=0 cores=4,6
/proc/15935/task/15953/stat : 15953 (Common-Cleaner) S 15932 15935 14490 0 -1 4194368 2467 0 0 0 0 0 0 0 20 0 20 0 30970502 19521036288 2246906 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
[pid=15935/tid=15954] ppid=15932 vsize=19063512 memory=13176 CPUtime=0 cores=4,6
/proc/15935/task/15954/stat : 15954 (Timer-0) S 15932 15935 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30970521 19521036288 2246906 18446744073709551615 94807488925696 94807488929392 140723221749296 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94807488937208 94807488938000 94807495909376 140723221756289 140723221756390 140723221756390 140723221761992 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8987624 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.44 s, system=2.78586 s

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

[startup+3581.21 s]*
/proc/loadavg: 3.39 3.94 4.03 2/249 16307
/proc/meminfo: memFree=127986808/131250000 swapFree=33010684/33010684
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): 3581.22
CPU time (s): 3600.23
CPU user time (s): 3597.44
CPU system time (s): 2.78586
CPU usage (%): 100.531
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 8987624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.44
system time used= 2.78586
maximum resident set size= 8988520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 186465
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109877
involuntary context switches= 5203


# summary of solver processes directly reported to runsolver:
#   pid: 15935
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3597.44
#   total CPU system time (s): 2.78586

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.2623 second user time and 16.6701 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-06-29 01:21:46
IDJOB=4493200
IDBENCH=147854
IDSOLVER=3363
FILE ID=nodeC027/4493200-1751152906
RUNJOBID= nodeC027-1751145706-14501
SLURM_JOB_ID= 9587449
Free space on /tmp= 433052 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-cardinality-91-90.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4493200-1751152906/watcher-4493200-1751152906 -o /tmp/evaluation-result-4493200-1751152906/solver-4493200-1751152906 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751145706-14501 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4493200-1751152906.opb

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

MD5SUM BENCH= 9d0c66225d2e00f86266584536d95f11
RANDOM SEED=729527879

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        126962776 kB
MemAvailable:   126576372 kB
Buffers:            3280 kB
Cached:           391704 kB
SwapCached:            0 kB
Active:          3583036 kB
Inactive:         150340 kB
Active(anon):    3356460 kB
Inactive(anon):        0 kB
Active(file):     226576 kB
Inactive(file):   150340 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1016 kB
Writeback:             0 kB
AnonPages:       3341572 kB
Mapped:           122516 kB
Shmem:             18068 kB
KReclaimable:      85232 kB
Slab:             168092 kB
SReclaimable:      85232 kB
SUnreclaim:        82860 kB
KernelStack:        5132 kB
PageTables:        10224 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    9414128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151400 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3137536 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433064 MiB
End job on nodeC027 at 2025-06-29 02:21:28