Trace number 4514237

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 CP VeriPB 2025-06-06? (TO) 3600.17 3542.69

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
rand6reg/normalized-rand6reg-v091-n3.opb
MD5SUMc981ca1603e2aa1abfaebeb08d0e93e7
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.021723
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables273
Total number of constraints91
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)91
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
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 7
Number of bits of the biggest sum of numbers3
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.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Use constraints as they come during conflict analysis
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: EFFECTIVE
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Dynamic restart strategy considering the size of the coefficients
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4514237-1751229183.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c using VERIPB proof format
0.13/0.15	c  no objective function found
0.13/0.18	c ... done. Wall clock time 0.025s.
0.13/0.18	c declared #vars     273
0.13/0.18	c #constraints  182
0.13/0.18	c constraints type 
0.13/0.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 91
0.13/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 91
0.13/0.18	c 182 constraints processed.
15.60/10.80	c cleaning 2499 clauses out of 5000 with flag 0/5000
26.41/21.09	c cleaning 4253 clauses out of 8506 with flag 0/11005
38.40/32.90	c cleaning 5618 clauses out of 11248 with flag 0/18000
51.33/45.73	c cleaning 6816 clauses out of 13638 with flag 0/26008
66.81/61.00	c cleaning 7903 clauses out of 15815 with flag 0/35001
85.30/79.32	c cleaning 8954 clauses out of 17912 with flag 0/45001
107.95/101.68	c cleaning 9979 clauses out of 19958 with flag 0/56001
131.07/124.35	c cleaning 10983 clauses out of 21981 with flag 0/68003
157.64/150.41	c cleaning 11994 clauses out of 23995 with flag 0/81000
186.58/178.90	c cleaning 13003 clauses out of 26005 with flag 0/95004
220.60/212.36	c cleaning 13997 clauses out of 27998 with flag 0/110000
257.57/248.65	c cleaning 14995 clauses out of 30001 with flag 0/126000
295.38/285.87	c cleaning 16000 clauses out of 32006 with flag 0/143000
338.31/328.05	c cleaning 16999 clauses out of 34006 with flag 0/161000
383.01/372.03	c cleaning 18003 clauses out of 36011 with flag 0/180004
434.53/422.87	c cleaning 18996 clauses out of 38005 with flag 0/200001
488.40/475.56	c cleaning 19996 clauses out of 40009 with flag 0/221001
537.71/524.15	c cleaning 21005 clauses out of 42013 with flag 0/243001
602.49/587.90	c cleaning 22004 clauses out of 44008 with flag 0/266001
679.04/663.33	c cleaning 22989 clauses out of 46003 with flag 0/290000
750.02/733.47	c cleaning 24002 clauses out of 48017 with flag 0/315003
827.84/810.14	c cleaning 25004 clauses out of 50014 with flag 0/341002
909.50/890.42	c cleaning 25999 clauses out of 52008 with flag 0/368000
993.43/973.07	c cleaning 27001 clauses out of 54011 with flag 0/396002
1082.80/1061.18	c cleaning 27999 clauses out of 56012 with flag 0/425004
1176.48/1153.37	c cleaning 28998 clauses out of 58010 with flag 0/455001
1282.33/1257.63	c cleaning 30002 clauses out of 60015 with flag 0/486004
1398.96/1372.57	c cleaning 31006 clauses out of 62012 with flag 0/518003
1505.15/1477.12	c cleaning 31999 clauses out of 64008 with flag 0/551005
1600.62/1571.16	c cleaning 32998 clauses out of 66004 with flag 0/585000
1687.42/1656.50	c cleaning 34002 clauses out of 68007 with flag 0/620001
1795.01/1762.02	c cleaning 34994 clauses out of 70004 with flag 0/656000
1917.70/1883.11	c cleaning 36004 clauses out of 72015 with flag 0/693005
2031.43/1995.33	c cleaning 37002 clauses out of 74006 with flag 0/731000
2177.60/2139.25	c cleaning 37996 clauses out of 76005 with flag 0/770001
2308.30/2267.83	c cleaning 39001 clauses out of 78009 with flag 0/810001
2449.91/2407.09	c cleaning 40003 clauses out of 80009 with flag 0/851002
2631.71/2586.47	c cleaning 40996 clauses out of 82004 with flag 0/893000
2790.21/2743.10	c cleaning 42004 clauses out of 84011 with flag 0/936003
2973.34/2923.75	c cleaning 42999 clauses out of 86005 with flag 0/980001
3174.61/3122.68	c cleaning 43996 clauses out of 88005 with flag 0/1025000
3447.89/3392.22	c cleaning 45002 clauses out of 90010 with flag 0/1071001
3600.03/3542.61	c starts		: 10
3600.03/3542.61	c conflicts		: 1103177
3600.03/3542.61	c decisions		: 1180012
3600.03/3542.61	c propagations		: 16754805
3600.03/3542.61	c inspects		: 2788918646
3600.03/3542.61	c shortcuts		: 0
3600.03/3542.61	c learnt literals	: 0
3600.03/3542.61	c learnt binary clauses	: 0
3600.03/3542.61	c learnt ternary clauses	: 0
3600.03/3542.61	c learnt constraints	: 1103176
3600.03/3542.61	c ignored constraints	: 0
3600.03/3542.61	c root simplifications	: 0
3600.03/3542.61	c removed literals (reason simplification)	: 0
3600.03/3542.61	c reason swapping (by a shorter reason)	: 0
3600.03/3542.61	c Calls to reduceDB	: 42
3600.03/3542.61	c Number of update (reduction) of LBD	: 877692
3600.03/3542.61	c Imported unit clauses	: 0
3600.03/3542.61	c No decision after first conflict	: false
3600.03/3542.61	c number of reductions to clauses (during analyze)	: 0
3600.03/3542.61	c number of learned constraints concerned by reduction	: 0
3600.03/3542.61	c number of learning phase by resolution	: 0
3600.03/3542.61	c number of learning phase by cutting planes	: 0
3600.03/3542.61	c number of rounding to 1 operations	: 0
3600.03/3542.61	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3542.61	c number of reductions of the coefficients by power 2 	: 0
3600.03/3542.61	c number of right shift for reduction by power 2 	: 0
3600.03/3542.61	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3542.61	c number of ending skipping 	: 0
3600.03/3542.61	c number of internal skipping 	: 0
3600.03/3542.61	c number of derivation steps 	: 10421179
3600.03/3542.62	c number of skipped derivation steps 	: 0
3600.03/3542.62	c number of remaining unassigned 	: 38850
3600.03/3542.62	c number of remaining assigned 	: 662822316
3600.03/3542.62	c number of falsified literals weakened from reason	: 0
3600.03/3542.62	c number of falsified literals weakened from conflict	: 0
3600.03/3542.62	c time for arithmetic operations	: 7049778635
3600.03/3542.62	c minimum degree of deleted constraints	: 1
3600.03/3542.62	c maximum degree of deleted constraints	: 2567488441950345382791141217146642
3600.03/3542.62	c number of deleted constraints	: 1025993
3600.03/3542.62	c speed (assignments/second)	: 4729.737054046661
3600.03/3542.62	c non guided choices	: 86
3600.03/3542.63	c timeout
3600.03/3542.67	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 14
3600.03/3542.67	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 77169
3600.03/3542.67	s UNKNOWN
3600.03/3542.67	c Total wall clock time (in seconds): 3542.521

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: 63708 MiB (57543 MiB free)
  memory of node 1: 64465 MiB (59671 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4514237-1751229183/watcher-4514237-1751229183 -o /tmp/evaluation-result-4514237-1751229183/solver-4514237-1751229183 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751225628-37349 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4514237-1751229183 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4514237-1751229183.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 FSIZE limit: 102400000 KiB
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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=37939, runsolver pid=37936

[startup+0.100061 s]*
/proc/loadavg: 4.31 4.18 4.11 5/343 37957
/proc/meminfo: memFree=119995232/131250000 swapFree=33010684/33010684
[pid=37939] ppid=37936 vsize=18930384 memory=57832 CPUtime=0.13 cores=4,6
/proc/37939/stat : 37939 (java) S 37936 37939 37338 0 -1 4194304 6604 0 0 0 11 2 0 0 20 0 18 0 38595823 19384713216 14458 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
/proc/37939/statm: 4732596 14458 5336 1 0 547644 0
[pid=37939/tid=37941] ppid=37936 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=4,6
/proc/37939/task/37941/stat : 37941 (java) R 37936 37939 37338 0 -1 4194368 5093 0 0 0 7 1 0 0 20 0 18 0 38595824 19384713216 14458 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
[pid=37939/tid=37950] ppid=37936 vsize=18930384 memory=241407623509 CPUtime=0 cores=4,6
/proc/37939/task/37950/stat : 37950 (Finalizer) S 37936 37939 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38595826 19384713216 14458 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
[pid=37939/tid=37957] ppid=37936 vsize=18930384 memory=60684515953973 CPUtime=0 cores=4,6
/proc/37939/task/37957/stat : 37957 (Common-Cleaner) S 37936 37939 37338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 38595827 19384713216 14458 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57832 KiB

[startup+0.205889 s]*
/proc/loadavg: 4.31 4.18 4.11 7/344 37958
/proc/meminfo: memFree=119990948/131250000 swapFree=33010684/33010684
[pid=37939] ppid=37936 vsize=18996948 memory=64868 CPUtime=0.33 cores=4,6
/proc/37939/stat : 37939 (java) S 37936 37939 37338 0 -1 4194304 7262 0 0 0 30 3 0 0 20 0 19 0 38595823 19452874752 16217 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
/proc/37939/statm: 4749237 16217 5432 1 0 548367 0
[pid=37939/tid=37941] ppid=37936 vsize=18996948 memory=4026597660 CPUtime=0.18 cores=4,6
/proc/37939/task/37941/stat : 37941 (java) R 37936 37939 37338 0 -1 4194368 5455 0 0 0 16 2 0 0 20 0 19 0 38595824 19452874752 16217 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
[pid=37939/tid=37950] ppid=37936 vsize=18996948 memory=14860 CPUtime=0 cores=4,6
/proc/37939/task/37950/stat : 37950 (Finalizer) S 37936 37939 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38595826 19452874752 16217 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
[pid=37939/tid=37957] ppid=37936 vsize=18996948 memory=59585004307431 CPUtime=0 cores=4,6
/proc/37939/task/37957/stat : 37957 (Common-Cleaner) S 37936 37939 37338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 38595827 19452874752 16217 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
[pid=37939/tid=37958] ppid=37936 vsize=18996948 memory=4121700993220215074 CPUtime=0 cores=4,6
/proc/37939/task/37958/stat : 37958 (Timer-0) S 37936 37939 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38595842 19452874752 16217 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 64868 KiB

[startup+0.307103 s]*
/proc/loadavg: 4.31 4.18 4.11 7/344 37958
/proc/meminfo: memFree=119982756/131250000 swapFree=33010684/33010684
[pid=37939] ppid=37936 vsize=18996948 memory=77756 CPUtime=0.52 cores=4,6
/proc/37939/stat : 37939 (java) S 37936 37939 37338 0 -1 4194304 7540 0 0 0 49 3 0 0 20 0 19 0 38595823 19452874752 19439 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
/proc/37939/statm: 4749237 19439 5432 1 0 548468 0
[pid=37939/tid=37941] ppid=37936 vsize=18996948 memory=-6000919481329739116 CPUtime=0.28 cores=4,6
/proc/37939/task/37941/stat : 37941 (java) R 37936 37939 37338 0 -1 4194368 5482 0 0 0 26 2 0 0 20 0 19 0 38595824 19452874752 19439 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
[pid=37939/tid=37950] ppid=37936 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/37939/task/37950/stat : 37950 (Finalizer) S 37936 37939 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38595826 19452874752 19439 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
[pid=37939/tid=37957] ppid=37936 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/37939/task/37957/stat : 37957 (Common-Cleaner) S 37936 37939 37338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 38595827 19452874752 19439 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
[pid=37939/tid=37958] ppid=37936 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/37939/task/37958/stat : 37958 (Timer-0) S 37936 37939 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38595842 19452874752 19439 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 77756 KiB

[startup+0.700244 s]
/proc/loadavg: 4.31 4.18 4.11 6/344 37958
/proc/meminfo: memFree=119931084/131250000 swapFree=33010684/33010684
[pid=37939] ppid=37936 vsize=19063512 memory=167736 CPUtime=1.29 cores=4,6
/proc/37939/stat : 37939 (java) S 37936 37939 37338 0 -1 4194304 12476 0 0 0 123 6 0 0 20 0 20 0 38595823 19521036288 41934 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
/proc/37939/statm: 4765878 41934 5464 1 0 551962 0
[pid=37939/tid=37941] ppid=37936 vsize=19063512 memory=17536 CPUtime=0.65 cores=4,6
/proc/37939/task/37941/stat : 37941 (java) R 37936 37939 37338 0 -1 4194368 5559 0 0 0 62 3 0 0 20 0 20 0 38595824 19521036288 41934 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
[pid=37939/tid=37950] ppid=37936 vsize=19063512 memory=10624 CPUtime=0 cores=4,6
/proc/37939/task/37950/stat : 37950 (Finalizer) S 37936 37939 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38595826 19521036288 41934 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
[pid=37939/tid=37957] ppid=37936 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/37939/task/37957/stat : 37957 (Common-Cleaner) S 37936 37939 37338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38595827 19521036288 41934 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
[pid=37939/tid=37958] ppid=37936 vsize=19063512 memory=4760 CPUtime=0 cores=4,6
/proc/37939/task/37958/stat : 37958 (Timer-0) S 37936 37939 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38595842 19521036288 41934 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 167736 KiB

[startup+1.50025 s]
/proc/loadavg: 4.31 4.18 4.11 6/345 37959
/proc/meminfo: memFree=119886292/131250000 swapFree=33010684/33010684
[pid=37939] ppid=37936 vsize=19063512 memory=201420 CPUtime=2.86 cores=4,6
/proc/37939/stat : 37939 (java) S 37936 37939 37338 0 -1 4194304 29726 0 0 0 277 9 0 0 20 0 20 0 38595823 19521036288 50355 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
/proc/37939/statm: 4765878 50355 5496 1 0 559032 0
[pid=37939/tid=37941] ppid=37936 vsize=19063512 memory=0 CPUtime=1.39 cores=4,6
/proc/37939/task/37941/stat : 37941 (java) R 37936 37939 37338 0 -1 4194368 5627 0 0 0 136 3 0 0 20 0 20 0 38595824 19521036288 50355 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
[pid=37939/tid=37950] ppid=37936 vsize=19063512 memory=10624 CPUtime=0 cores=4,6
/proc/37939/task/37950/stat : 37950 (Finalizer) S 37936 37939 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38595826 19521036288 50355 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
[pid=37939/tid=37957] ppid=37936 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/37939/task/37957/stat : 37957 (Common-Cleaner) S 37936 37939 37338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38595827 19521036288 50355 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
[pid=37939/tid=37958] ppid=37936 vsize=19063512 memory=4760 CPUtime=0 cores=4,6
/proc/37939/task/37958/stat : 37958 (Timer-0) S 37936 37939 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38595842 19521036288 50355 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 201420 KiB

[startup+3.10593 s]
/proc/loadavg: 4.31 4.18 4.11 6/345 37959
/proc/meminfo: memFree=119564164/131250000 swapFree=33010684/33010684
[pid=37939] ppid=37936 vsize=19063512 memory=549060 CPUtime=6.01 cores=4,6
/proc/37939/stat : 37939 (java) S 37936 37939 37338 0 -1 4194304 34371 0 0 0 583 18 0 0 20 0 20 0 38595823 19521036288 137265 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
/proc/37939/statm: 4765878 137265 5496 1 0 730305 0
[pid=37939/tid=37941] ppid=37936 vsize=19063512 memory=10624 CPUtime=2.95 cores=4,6
/proc/37939/task/37941/stat : 37941 (java) R 37936 37939 37338 0 -1 4194368 6676 0 0 0 284 11 0 0 20 0 20 0 38595824 19521036288 137265 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
[pid=37939/tid=37950] ppid=37936 vsize=19063512 memory=-6000919481329739116 CPUtime=0 cores=4,6
/proc/37939/task/37950/stat : 37950 (Finalizer) S 37936 37939 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38595826 19521036288 137265 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
[pid=37939/tid=37957] ppid=37936 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/37939/task/37957/stat : 37957 (Common-Cleaner) S 37936 37939 37338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38595827 19521036288 137265 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
[pid=37939/tid=37958] ppid=37936 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/37939/task/37958/stat : 37958 (Timer-0) S 37936 37939 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38595842 19521036288 137265 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
Current children cumulated CPU time: 6.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 549060 KiB

[startup+6.30024 s]
/proc/loadavg: 4.29 4.18 4.11 7/345 37959
/proc/meminfo: memFree=118859904/131250000 swapFree=33010684/33010684
[pid=37939] ppid=37936 vsize=19063512 memory=1169964 CPUtime=10.41 cores=4,6
/proc/37939/stat : 37939 (java) S 37936 37939 37338 0 -1 4194304 35959 0 0 0 1010 31 0 0 20 0 20 0 38595823 19521036288 292491 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
/proc/37939/statm: 4765878 292491 5496 1 0 730321 0
[pid=37939/tid=37941] ppid=37936 vsize=19063512 memory=0 CPUtime=6.09 cores=4,6
/proc/37939/task/37941/stat : 37941 (java) R 37936 37939 37338 0 -1 4194368 7006 0 0 0 588 21 0 0 20 0 20 0 38595824 19521036288 292491 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
[pid=37939/tid=37950] ppid=37936 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/37939/task/37950/stat : 37950 (Finalizer) S 37936 37939 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38595826 19521036288 292491 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
[pid=37939/tid=37957] ppid=37936 vsize=19063512 memory=10624 CPUtime=0 cores=4,6
/proc/37939/task/37957/stat : 37957 (Common-Cleaner) S 37936 37939 37338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38595827 19521036288 292491 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
[pid=37939/tid=37958] ppid=37936 vsize=19063512 memory=226204 CPUtime=0 cores=4,6
/proc/37939/task/37958/stat : 37958 (Timer-0) S 37936 37939 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38595842 19521036288 292491 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
Current children cumulated CPU time: 10.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1169964 KiB

[startup+12.7002 s]
/proc/loadavg: 4.42 4.21 4.12 5/345 38026
/proc/meminfo: memFree=122362964/131250000 swapFree=33010684/33010684
[pid=37939] ppid=37936 vsize=19063512 memory=1324428 CPUtime=17.88 cores=4,6
/proc/37939/stat : 37939 (java) S 37936 37939 37338 0 -1 4194304 37941 0 0 0 1750 38 0 0 20 0 20 0 38595823 19521036288 331107 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
/proc/37939/statm: 4765878 331107 5496 1 0 730355 0
[pid=37939/tid=37941] ppid=37936 vsize=19063512 memory=226204 CPUtime=12.38 cores=4,6
/proc/37939/task/37941/stat : 37941 (java) R 37936 37939 37338 0 -1 4194368 8187 0 0 0 1211 27 0 0 20 0 20 0 38595824 19521036288 331107 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
[pid=37939/tid=37950] ppid=37936 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/37939/task/37950/stat : 37950 (Finalizer) S 37936 37939 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38595826 19521036288 331107 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
[pid=37939/tid=37957] ppid=37936 vsize=19063512 memory=10624 CPUtime=0 cores=4,6
/proc/37939/task/37957/stat : 37957 (Common-Cleaner) S 37936 37939 37338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38595827 19521036288 331107 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
[pid=37939/tid=37958] ppid=37936 vsize=19063512 memory=-6000919481329739116 CPUtime=0 cores=4,6
/proc/37939/task/37958/stat : 37958 (Timer-0) S 37936 37939 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38595842 19521036288 331107 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
Current children cumulated CPU time: 17.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1324428 KiB

[startup+25.5002 s]
/proc/loadavg: 4.64 4.26 4.14 6/346 38095
/proc/meminfo: memFree=123627976/131250000 swapFree=33010684/33010684
[pid=37939] ppid=37936 vsize=19063512 memory=1798732 CPUtime=30.98 cores=4,6
/proc/37939/stat : 37939 (java) S 37936 37939 37338 0 -1 4194304 46215 0 0 0 3045 53 0 0 20 0 20 0 38595823 19521036288 449683 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
/proc/37939/statm: 4765878 449683 5496 1 0 730359 0
[pid=37939/tid=37941] ppid=37936 vsize=19063512 memory=0 CPUtime=24.95 cores=4,6
/proc/37939/task/37941/stat : 37941 (java) R 37936 37939 37338 0 -1 4194368 10112 0 0 0 2456 39 0 0 20 0 20 0 38595824 19521036288 449683 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
[pid=37939/tid=37950] ppid=37936 vsize=19063512 memory=-6000919481329739116 CPUtime=0 cores=4,6
/proc/37939/task/37950/stat : 37950 (Finalizer) S 37936 37939 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38595826 19521036288 449683 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
[pid=37939/tid=37957] ppid=37936 vsize=19063512 memory=1798732 CPUtime=0 cores=4,6
/proc/37939/task/37957/stat : 37957 (Common-Cleaner) S 37936 37939 37338 0 -1 4194368 65 0 0 0 0 0 0 0 20 0 20 0 38595827 19521036288 449683 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
[pid=37939/tid=37958] ppid=37936 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/37939/task/37958/stat : 37958 (Timer-0) S 37936 37939 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38595842 19521036288 449683 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
Current children cumulated CPU time: 30.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1798732 KiB

[startup+51.1058 s]
/proc/loadavg: 4.49 4.26 4.14 5/346 38162
/proc/meminfo: memFree=120381028/131250000 swapFree=33010684/33010684
[pid=37939] ppid=37936 vsize=19063512 memory=1848096 CPUtime=56.82 cores=4,6
/proc/37939/stat : 37939 (java) S 37936 37939 37338 0 -1 4194304 52281 0 0 0 5618 64 0 0 20 0 20 0 38595823 19521036288 462024 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0

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

/proc/meminfo: memFree=108699792/131250000 swapFree=33010684/33010684
[pid=37939] ppid=37936 vsize=19063512 memory=3411588 CPUtime=3214.8 cores=4,6
/proc/37939/stat : 37939 (java) S 37936 37939 37338 0 -1 4194304 155563 0 0 0 320452 1028 0 0 20 0 20 0 38595823 19521036288 852897 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
/proc/37939/statm: 4765878 852897 5496 1 0 866858 0
[pid=37939/tid=37941] ppid=37936 vsize=19063512 memory=10624 CPUtime=3084.81 cores=4,6
/proc/37939/task/37941/stat : 37941 (java) R 37936 37939 37338 0 -1 4194368 65702 0 0 0 307605 876 0 0 20 0 20 0 38595824 19521036288 852897 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
[pid=37939/tid=37950] ppid=37936 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/37939/task/37950/stat : 37950 (Finalizer) S 37936 37939 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38595826 19521036288 852897 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
[pid=37939/tid=37957] ppid=37936 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/37939/task/37957/stat : 37957 (Common-Cleaner) S 37936 37939 37338 0 -1 4194368 1896 0 0 0 0 0 0 0 20 0 20 0 38595827 19521036288 852897 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
[pid=37939/tid=37958] ppid=37936 vsize=19063512 memory=3411460 CPUtime=0 cores=4,6
/proc/37939/task/37958/stat : 37958 (Timer-0) S 37936 37939 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38595842 19521036288 852897 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
Current children cumulated CPU time: 3214.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3411588 KiB

[startup+3222.3 s]
/proc/loadavg: 4.08 4.17 4.17 5/344 38364
/proc/meminfo: memFree=108610312/131250000 swapFree=33010684/33010684
[pid=37939] ppid=37936 vsize=19063512 memory=3411716 CPUtime=3275.7 cores=4,6
/proc/37939/stat : 37939 (java) S 37936 37939 37338 0 -1 4194304 157428 0 0 0 326529 1041 0 0 20 0 20 0 38595823 19521036288 852929 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
/proc/37939/statm: 4765878 852929 5496 1 0 866875 0
[pid=37939/tid=37941] ppid=37936 vsize=19063512 memory=3200 CPUtime=3143.43 cores=4,6
/proc/37939/task/37941/stat : 37941 (java) R 37936 37939 37338 0 -1 4194368 67324 0 0 0 313456 887 0 0 20 0 20 0 38595824 19521036288 852929 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
[pid=37939/tid=37950] ppid=37936 vsize=19063512 memory=3411588 CPUtime=0 cores=4,6
/proc/37939/task/37950/stat : 37950 (Finalizer) S 37936 37939 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38595826 19521036288 852929 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
[pid=37939/tid=37957] ppid=37936 vsize=19063512 memory=17536 CPUtime=0 cores=4,6
/proc/37939/task/37957/stat : 37957 (Common-Cleaner) S 37936 37939 37338 0 -1 4194368 1896 0 0 0 0 0 0 0 20 0 20 0 38595827 19521036288 852929 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
[pid=37939/tid=37958] ppid=37936 vsize=19063512 memory=10624 CPUtime=0 cores=4,6
/proc/37939/task/37958/stat : 37958 (Timer-0) S 37936 37939 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38595842 19521036288 852929 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
Current children cumulated CPU time: 3275.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3411716 KiB

[startup+3282.3 s]
/proc/loadavg: 4.22 4.18 4.18 5/344 38366
/proc/meminfo: memFree=108527172/131250000 swapFree=33010684/33010684
[pid=37939] ppid=37936 vsize=19063512 memory=3411716 CPUtime=3336.32 cores=4,6
/proc/37939/stat : 37939 (java) S 37936 37939 37338 0 -1 4194304 160329 0 0 0 332579 1053 0 0 20 0 20 0 38595823 19521036288 852929 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
/proc/37939/statm: 4765878 852929 5496 1 0 866875 0
[pid=37939/tid=37941] ppid=37936 vsize=19063512 memory=3411716 CPUtime=3202.19 cores=4,6
/proc/37939/task/37941/stat : 37941 (java) R 37936 37939 37338 0 -1 4194368 69106 0 0 0 319322 897 0 0 20 0 20 0 38595824 19521036288 852929 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
[pid=37939/tid=37950] ppid=37936 vsize=19063512 memory=3411716 CPUtime=0 cores=4,6
/proc/37939/task/37950/stat : 37950 (Finalizer) S 37936 37939 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38595826 19521036288 852929 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
[pid=37939/tid=37957] ppid=37936 vsize=19063512 memory=10624 CPUtime=0 cores=4,6
/proc/37939/task/37957/stat : 37957 (Common-Cleaner) S 37936 37939 37338 0 -1 4194368 1983 0 0 0 0 0 0 0 20 0 20 0 38595827 19521036288 852929 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
[pid=37939/tid=37958] ppid=37936 vsize=19063512 memory=3411716 CPUtime=0 cores=4,6
/proc/37939/task/37958/stat : 37958 (Timer-0) S 37936 37939 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38595842 19521036288 852929 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
Current children cumulated CPU time: 3336.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3411716 KiB

[startup+3342.3 s]
/proc/loadavg: 4.48 4.27 4.21 5/343 38368
/proc/meminfo: memFree=108460948/131250000 swapFree=33010684/33010684
[pid=37939] ppid=37936 vsize=19063512 memory=3411972 CPUtime=3397.52 cores=4,6
/proc/37939/stat : 37939 (java) S 37936 37939 37338 0 -1 4194304 169478 0 0 0 338689 1063 0 0 20 0 20 0 38595823 19521036288 852993 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
/proc/37939/statm: 4765878 852993 5496 1 0 866972 0
[pid=37939/tid=37941] ppid=37936 vsize=19063512 memory=3411716 CPUtime=3261.03 cores=4,6
/proc/37939/task/37941/stat : 37941 (java) R 37936 37939 37338 0 -1 4194368 71983 0 0 0 325198 905 0 0 20 0 20 0 38595824 19521036288 852993 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
[pid=37939/tid=37950] ppid=37936 vsize=19063512 memory=10624 CPUtime=0 cores=4,6
/proc/37939/task/37950/stat : 37950 (Finalizer) S 37936 37939 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38595826 19521036288 852993 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
[pid=37939/tid=37957] ppid=37936 vsize=19063512 memory=10624 CPUtime=0 cores=4,6
/proc/37939/task/37957/stat : 37957 (Common-Cleaner) S 37936 37939 37338 0 -1 4194368 1998 0 0 0 0 0 0 0 20 0 20 0 38595827 19521036288 852993 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
[pid=37939/tid=37958] ppid=37936 vsize=19063512 memory=3411972 CPUtime=0 cores=4,6
/proc/37939/task/37958/stat : 37958 (Timer-0) S 37936 37939 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38595842 19521036288 852993 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
Current children cumulated CPU time: 3397.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3411972 KiB

[startup+3402.3 s]
/proc/loadavg: 4.27 4.25 4.20 5/344 38374
/proc/meminfo: memFree=108371900/131250000 swapFree=33010684/33010684
[pid=37939] ppid=37936 vsize=19063512 memory=3411972 CPUtime=3458.08 cores=4,6
/proc/37939/stat : 37939 (java) S 37936 37939 37338 0 -1 4194304 169997 0 0 0 344736 1072 0 0 20 0 20 0 38595823 19521036288 852993 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
/proc/37939/statm: 4765878 852993 5496 1 0 866972 0
[pid=37939/tid=37941] ppid=37936 vsize=19063512 memory=14432 CPUtime=3320.17 cores=4,6
/proc/37939/task/37941/stat : 37941 (java) R 37936 37939 37338 0 -1 4194368 72371 0 0 0 331106 911 0 0 20 0 20 0 38595824 19521036288 852993 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
[pid=37939/tid=37950] ppid=37936 vsize=19063512 memory=17536 CPUtime=0 cores=4,6
/proc/37939/task/37950/stat : 37950 (Finalizer) S 37936 37939 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38595826 19521036288 852993 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
[pid=37939/tid=37957] ppid=37936 vsize=19063512 memory=3411972 CPUtime=0 cores=4,6
/proc/37939/task/37957/stat : 37957 (Common-Cleaner) S 37936 37939 37338 0 -1 4194368 1998 0 0 0 0 0 0 0 20 0 20 0 38595827 19521036288 852993 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
[pid=37939/tid=37958] ppid=37936 vsize=19063512 memory=3411972 CPUtime=0 cores=4,6
/proc/37939/task/37958/stat : 37958 (Timer-0) S 37936 37939 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38595842 19521036288 852993 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
Current children cumulated CPU time: 3458.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3411972 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.20 4.18 6/344 38377
/proc/meminfo: memFree=108293644/131250000 swapFree=33010684/33010684
[pid=37939] ppid=37936 vsize=19063512 memory=3411972 CPUtime=3518.94 cores=4,6
/proc/37939/stat : 37939 (java) S 37936 37939 37338 0 -1 4194304 172901 0 0 0 350808 1086 0 0 20 0 20 0 38595823 19521036288 852993 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
/proc/37939/statm: 4765878 852993 5496 1 0 866972 0
[pid=37939/tid=37941] ppid=37936 vsize=19063512 memory=-6000919481329739116 CPUtime=3378.91 cores=4,6
/proc/37939/task/37941/stat : 37941 (java) R 37936 37939 37338 0 -1 4194368 74389 0 0 0 336967 924 0 0 20 0 20 0 38595824 19521036288 852993 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
[pid=37939/tid=37950] ppid=37936 vsize=19063512 memory=14432 CPUtime=0 cores=4,6
/proc/37939/task/37950/stat : 37950 (Finalizer) S 37936 37939 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38595826 19521036288 852993 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
[pid=37939/tid=37957] ppid=37936 vsize=19063512 memory=14432 CPUtime=0 cores=4,6
/proc/37939/task/37957/stat : 37957 (Common-Cleaner) S 37936 37939 37338 0 -1 4194368 1998 0 0 0 0 0 0 0 20 0 20 0 38595827 19521036288 852993 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
[pid=37939/tid=37958] ppid=37936 vsize=19063512 memory=10624 CPUtime=0 cores=4,6
/proc/37939/task/37958/stat : 37958 (Timer-0) S 37936 37939 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38595842 19521036288 852993 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
Current children cumulated CPU time: 3518.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3411972 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.19 4.18 5/344 38379
/proc/meminfo: memFree=108207920/131250000 swapFree=33010684/33010684
[pid=37939] ppid=37936 vsize=19063512 memory=3411972 CPUtime=3579.56 cores=4,6
/proc/37939/stat : 37939 (java) S 37936 37939 37338 0 -1 4194304 175689 0 0 0 356858 1098 0 0 20 0 20 0 38595823 19521036288 852993 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
/proc/37939/statm: 4765878 852993 5496 1 0 866972 0
[pid=37939/tid=37941] ppid=37936 vsize=19063512 memory=3411972 CPUtime=3437.74 cores=4,6
/proc/37939/task/37941/stat : 37941 (java) R 37936 37939 37338 0 -1 4194368 76041 0 0 0 342840 934 0 0 20 0 20 0 38595824 19521036288 852993 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
[pid=37939/tid=37950] ppid=37936 vsize=19063512 memory=3411972 CPUtime=0 cores=4,6
/proc/37939/task/37950/stat : 37950 (Finalizer) S 37936 37939 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38595826 19521036288 852993 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
[pid=37939/tid=37957] ppid=37936 vsize=19063512 memory=3411972 CPUtime=0 cores=4,6
/proc/37939/task/37957/stat : 37957 (Common-Cleaner) S 37936 37939 37338 0 -1 4194368 2088 0 0 0 0 0 0 0 20 0 20 0 38595827 19521036288 852993 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
[pid=37939/tid=37958] ppid=37936 vsize=19063512 memory=10624 CPUtime=0 cores=4,6
/proc/37939/task/37958/stat : 37958 (Timer-0) S 37936 37939 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38595842 19521036288 852993 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
Current children cumulated CPU time: 3579.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3411972 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3542.6 s]
/proc/loadavg: 4.17 4.20 4.18 5/343 38446
/proc/meminfo: memFree=112354600/131250000 swapFree=33010684/33010684
[pid=37939] ppid=37936 vsize=19063512 memory=3411972 CPUtime=3600.03 cores=4,6
/proc/37939/stat : 37939 (java) S 37936 37939 37338 0 -1 4194304 175849 0 0 0 358900 1103 0 0 20 0 20 0 38595823 19521036288 852993 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
/proc/37939/statm: 4765878 852993 5496 1 0 866972 0
[pid=37939/tid=37941] ppid=37936 vsize=19063512 memory=5632 CPUtime=3457.62 cores=4,6
/proc/37939/task/37941/stat : 37941 (java) R 37936 37939 37338 0 -1 4194368 76055 0 0 0 344824 938 0 0 20 0 20 0 38595824 19521036288 852993 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
[pid=37939/tid=37950] ppid=37936 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/37939/task/37950/stat : 37950 (Finalizer) S 37936 37939 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38595826 19521036288 852993 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
[pid=37939/tid=37957] ppid=37936 vsize=19063512 memory=17536 CPUtime=0 cores=4,6
/proc/37939/task/37957/stat : 37957 (Common-Cleaner) S 37936 37939 37338 0 -1 4194368 2088 0 0 0 0 0 0 0 20 0 20 0 38595827 19521036288 852993 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
[pid=37939/tid=37958] ppid=37936 vsize=19063512 memory=10624 CPUtime=0 cores=4,6
/proc/37939/task/37958/stat : 37958 (Timer-0) S 37936 37939 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38595842 19521036288 852993 18446744073709551615 94680573698048 94680573701744 140721821819728 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94680573709560 94680573710352 94680587927552 140721821825325 140721821825510 140721821825510 140721821831112 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3411972 KiB

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

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

# cumulated CPU time of all completed processes:  user=3589.11 s, system=11.0566 s

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

Child status: 143

Real time (s): 3542.69
CPU time (s): 3600.17
CPU user time (s): 3589.11
CPU system time (s): 11.0566
CPU usage (%): 101.623
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 3411972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3589.11
system time used= 11.0566
maximum resident set size= 3412996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 178297
page faults= 0
swaps= 0
block input operations= 0
block output operations= 6250392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 150173
involuntary context switches= 19765


# summary of solver processes directly reported to runsolver:
#   pid: 37939
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3589.11
#   total CPU system time (s): 11.0566

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.90368 second user time and 17.7636 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-06-29 22:33:03
IDJOB=4514237
IDBENCH=162614
IDSOLVER=3362
FILE ID=nodeC016/4514237-1751229183
RUNJOBID= nodeC016-1751225628-37349
SLURM_JOB_ID= 9587681
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/rand6reg/normalized-rand6reg-v091-n3.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4514237-1751229183/watcher-4514237-1751229183 -o /tmp/evaluation-result-4514237-1751229183/solver-4514237-1751229183 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751225628-37349 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4514237-1751229183 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4514237-1751229183.opb

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

MD5SUM BENCH= c981ca1603e2aa1abfaebeb08d0e93e7
RANDOM SEED=1482951830

nodeC016 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.726
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.48
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.737
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.48
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		: 3582.216
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.48
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		: 3609.525
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.426
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.48
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.746
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.48
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.723
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.48
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		: 3700.000
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        120028068 kB
MemAvailable:   122026784 kB
Buffers:            3280 kB
Cached:          2803416 kB
SwapCached:            0 kB
Active:          8090776 kB
Inactive:        2547396 kB
Active(anon):    7849640 kB
Inactive(anon):        0 kB
Active(file):     241136 kB
Inactive(file):  2547396 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             36756 kB
Writeback:             0 kB
AnonPages:       7834188 kB
Mapped:           122776 kB
Shmem:             18072 kB
KReclaimable:      98848 kB
Slab:             186664 kB
SReclaimable:      98848 kB
SUnreclaim:        87816 kB
KernelStack:        5296 kB
PageTables:        19104 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    9436068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151528 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7563264 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC016 at 2025-06-29 23:32:06