Trace number 4501981

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.25 3698.24

General information on the benchmark

NamePB24/normalized-PB10/DEC-LIN/oliveras/
j90/normalized-j9013_10-sat.opb
MD5SUMbe0542d3b59031398d11b8d8792cc86e
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables22022
Total number of constraints69919
Number of constraints which are clauses69439
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints480
Minimum length of a constraint1
Maximum length of a constraint90
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 26
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 535
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.13/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.17	c See www.sat4j.org for details.
0.13/0.19	c version PB25.v20250606
0.13/0.21	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.21	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.21	c java.vm.version	22.0.1+8-16
0.13/0.21	c java.vm.vendor	Oracle Corporation
0.13/0.21	c sun.arch.data.model	64
0.13/0.21	c java.version		22.0.1
0.13/0.21	c os.name		Linux
0.13/0.21	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.13/0.21	c os.arch		amd64
0.13/0.22	c Free memory 		2104792832
0.13/0.22	c Max memory 		16282288128
0.13/0.22	c Total memory 		2113929216
0.30/0.24	c Number of processors 	2
0.43/0.41	c Pseudo Boolean Optimization by upper bound
0.43/0.41	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.43/0.41	c  - never skip resolution steps
0.43/0.41	c  - Auto-division on coefficients is disabled
0.43/0.41	c  - No postprocessing
0.43/0.41	c  - Conflict is considered as is when resolving
0.43/0.41	c  - Use constraints as they come during conflict analysis
0.43/0.41	c  - Weaken first using unassigned literals
0.43/0.41	c  - Bump strategy: ALWAYS_ONE
0.43/0.41	c  - Bumper: EFFECTIVE
0.43/0.41	c --- Begin Solver configuration ---
0.43/0.41	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.43/0.41	c Learn all clauses as in MiniSAT
0.43/0.41	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.43/0.41	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.43/0.41	c No reason simplification
0.43/0.41	c Dynamic restart strategy considering the size of the coefficients
0.43/0.41	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.43/0.41	c timeout=2147483s
0.43/0.41	c DB Simplification allowed=false
0.43/0.41	c Listener: none
0.43/0.41	c --- End Solver configuration ---
0.43/0.41	c solving HOME/instance-4501981-1751165928.opb
0.43/0.41	c reading problem ... 
0.61/0.43	c using VERIPB proof format
0.61/0.43	c  no objective function found
5.91/3.58	c ... done. Wall clock time 3.164s.
5.91/3.58	c declared #vars     22022
5.91/3.58	c #constraints  69919
5.91/3.58	c constraints type 
5.91/3.58	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 52629
5.91/3.58	c org.sat4j.specs.Constr$1 => 5817
5.91/3.58	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 480
5.91/3.58	c org.sat4j.pb.constraints.pb.UnitClausePB => 2003
5.91/3.58	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 8990
5.91/3.58	c 69919 constraints processed.
28.18/19.08	c cleaning 2494 clauses out of 5001 with flag 0/5001
57.89/46.29	c cleaning 4244 clauses out of 8506 with flag 0/11000
99.55/86.97	c cleaning 5627 clauses out of 11262 with flag 0/18000
150.23/136.94	c cleaning 6806 clauses out of 13635 with flag 0/26000
208.97/194.68	c cleaning 7892 clauses out of 15829 with flag 0/35000
282.83/267.03	c cleaning 8960 clauses out of 17937 with flag 0/45000
368.22/351.20	c cleaning 9966 clauses out of 19977 with flag 0/56000
469.62/451.13	c cleaning 10996 clauses out of 22013 with flag 0/68002
580.07/560.40	c cleaning 12003 clauses out of 24015 with flag 0/81000
735.41/714.19	c cleaning 12996 clauses out of 26014 with flag 0/95002
859.61/836.78	c cleaning 13999 clauses out of 28018 with flag 0/110002
987.83/976.20	c cleaning 14999 clauses out of 30018 with flag 0/126001
1173.61/1173.71	c cleaning 16000 clauses out of 32021 with flag 0/143003
1379.90/1384.41	c cleaning 17001 clauses out of 34019 with flag 0/161001
1575.68/1580.07	c cleaning 17975 clauses out of 36017 with flag 0/180000
1848.02/1852.66	c cleaning 18998 clauses out of 38043 with flag 0/200001
2062.82/2066.01	c cleaning 20006 clauses out of 40044 with flag 0/221000
2384.73/2446.93	c cleaning 21009 clauses out of 42039 with flag 0/243001
2731.64/2828.23	c cleaning 21986 clauses out of 44029 with flag 0/266000
3112.77/3212.69	c cleaning 23011 clauses out of 46044 with flag 0/290001
3496.06/3594.52	c cleaning 24001 clauses out of 48033 with flag 0/315001
3600.06/3698.14	c starts		: 28
3600.06/3698.15	c timeout
3600.06/3698.16	c conflicts		: 322995
3600.06/3698.16	c decisions		: 387586
3600.06/3698.16	c propagations		: 187699147
3600.06/3698.16	c inspects		: 2045411831
3600.06/3698.16	c shortcuts		: 0
3600.06/3698.16	c learnt literals	: 0
3600.06/3698.16	c learnt binary clauses	: 0
3600.06/3698.16	c learnt ternary clauses	: 82
3600.06/3698.16	c learnt constraints	: 322994
3600.06/3698.16	c ignored constraints	: 0
3600.06/3698.16	c root simplifications	: 0
3600.06/3698.16	c removed literals (reason simplification)	: 0
3600.06/3698.16	c reason swapping (by a shorter reason)	: 0
3600.06/3698.16	c Calls to reduceDB	: 21
3600.06/3698.16	c Number of update (reduction) of LBD	: 316472
3600.06/3698.16	c Imported unit clauses	: 0
3600.06/3698.16	c No decision after first conflict	: false
3600.06/3698.16	c number of reductions to clauses (during analyze)	: 0
3600.06/3698.16	c number of learned constraints concerned by reduction	: 0
3600.06/3698.16	c number of learning phase by resolution	: 0
3600.06/3698.16	c number of learning phase by cutting planes	: 0
3600.06/3698.16	c number of rounding to 1 operations	: 0
3600.06/3698.16	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3698.16	c number of reductions of the coefficients by power 2 	: 0
3600.06/3698.16	c number of right shift for reduction by power 2 	: 0
3600.06/3698.16	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3698.16	c number of ending skipping 	: 0
3600.06/3698.16	c number of internal skipping 	: 0
3600.06/3698.16	c number of derivation steps 	: 16632201
3600.06/3698.16	c number of skipped derivation steps 	: 0
3600.06/3698.16	c number of remaining unassigned 	: 1424097
3600.06/3698.16	c number of remaining assigned 	: 89752285
3600.06/3698.16	c number of falsified literals weakened from reason	: 0
3600.06/3698.16	c number of falsified literals weakened from conflict	: 0
3600.06/3698.16	c time for arithmetic operations	: 32367565233
3600.06/3698.17	c minimum degree of deleted constraints	: 373
3600.06/3698.17	c maximum degree of deleted constraints	: 60706678045348772511821417671401859059853350435278287989324331400900279478280366404292033756368808427190785266253506739886646579759265604266264442576938750521138543478942981502853892774544563784088164712945807522142033650683000
3600.06/3698.17	c number of deleted constraints	: 290969
3600.06/3698.17	c speed (assignments/second)	: 50803.98882144767
3600.06/3698.17	c non guided choices	: 174
3600.06/3698.19	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 83
3600.06/3698.19	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 31942
3600.06/3698.19	s UNKNOWN
3600.06/3698.19	c Total wall clock time (in seconds): 3697.78

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: 63794 MiB (55403 MiB free)
  memory of node 1: 64507 MiB (61435 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4501981-1751165928/watcher-4501981-1751165928 -o /tmp/evaluation-result-4501981-1751165928/solver-4501981-1751165928 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751157827-19988 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4501981-1751165928 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4501981-1751165928.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=22251, runsolver pid=22248

[startup+0.100069 s]*
/proc/loadavg: 4.42 4.38 4.26 7/329 22269
/proc/meminfo: memFree=119618360/131382112 swapFree=33010684/33010684
[pid=22251] ppid=22248 vsize=18930384 memory=48512 CPUtime=0.13 cores=5,7
/proc/22251/stat : 22251 (java) S 22248 22251 19975 0 -1 4194304 5813 0 0 0 10 3 0 0 20 0 18 0 32272604 19384713216 12128 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
/proc/22251/statm: 4732596 12128 5304 1 0 547027 0
[pid=22251/tid=22253] ppid=22248 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=5,7
/proc/22251/task/22253/stat : 22253 (java) R 22248 22251 19975 0 -1 4194368 4693 0 0 0 6 2 0 0 20 0 18 0 32272606 19384713216 12128 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
[pid=22251/tid=22262] ppid=22248 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/22251/task/22262/stat : 22262 (Finalizer) S 22248 22251 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32272610 19384713216 12128 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
[pid=22251/tid=22269] ppid=22248 vsize=18930384 memory=59593594258114 CPUtime=0 cores=5,7
/proc/22251/task/22269/stat : 22269 (Common-Cleaner) S 22248 22251 19975 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32272611 19384713216 12128 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48512 KiB

[startup+0.223773 s]*
/proc/loadavg: 4.42 4.38 4.26 6/329 22269
/proc/meminfo: memFree=119618360/131382112 swapFree=33010684/33010684
[pid=22251] ppid=22248 vsize=18930384 memory=53228 CPUtime=0.3 cores=5,7
/proc/22251/stat : 22251 (java) S 22248 22251 19975 0 -1 4194304 6468 0 0 0 26 4 0 0 20 0 18 0 32272604 19384713216 13307 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
/proc/22251/statm: 4732596 13307 5336 1 0 547552 0
[pid=22251/tid=22253] ppid=22248 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=5,7
/proc/22251/task/22253/stat : 22253 (java) R 22248 22251 19975 0 -1 4194368 4987 0 0 0 15 2 0 0 20 0 18 0 32272606 19384713216 13307 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
[pid=22251/tid=22262] ppid=22248 vsize=18930384 memory=16142 CPUtime=0 cores=5,7
/proc/22251/task/22262/stat : 22262 (Finalizer) S 22248 22251 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32272610 19384713216 13307 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
[pid=22251/tid=22269] ppid=22248 vsize=18930384 memory=58494082614266 CPUtime=0 cores=5,7
/proc/22251/task/22269/stat : 22269 (Common-Cleaner) S 22248 22251 19975 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32272611 19384713216 13307 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53228 KiB

[startup+0.313969 s]*
/proc/loadavg: 4.42 4.38 4.26 7/329 22269
/proc/meminfo: memFree=119618360/131382112 swapFree=33010684/33010684
[pid=22251] ppid=22248 vsize=18930384 memory=58360 CPUtime=0.43 cores=5,7
/proc/22251/stat : 22251 (java) S 22248 22251 19975 0 -1 4194304 6722 0 0 0 39 4 0 0 20 0 18 0 32272604 19384713216 14590 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
/proc/22251/statm: 4732596 14590 5336 1 0 547745 0
[pid=22251/tid=22253] ppid=22248 vsize=18930384 memory=-6000919472723487341 CPUtime=0.25 cores=5,7
/proc/22251/task/22253/stat : 22253 (java) R 22248 22251 19975 0 -1 4194368 5142 0 0 0 23 2 0 0 20 0 18 0 32272606 19384713216 14590 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
[pid=22251/tid=22262] ppid=22248 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/22251/task/22262/stat : 22262 (Finalizer) S 22248 22251 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32272610 19384713216 14590 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
[pid=22251/tid=22269] ppid=22248 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/22251/task/22269/stat : 22269 (Common-Cleaner) S 22248 22251 19975 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32272611 19384713216 14590 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58360 KiB

[startup+0.700321 s]
/proc/loadavg: 4.42 4.38 4.26 7/329 22269
/proc/meminfo: memFree=119585340/131382112 swapFree=33010684/33010684
[pid=22251] ppid=22248 vsize=18996948 memory=192068 CPUtime=1.04 cores=5,7
/proc/22251/stat : 22251 (java) S 22248 22251 19975 0 -1 4194304 7338 0 0 0 96 8 0 0 20 0 19 0 32272604 19452874752 48017 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
/proc/22251/statm: 4749237 48017 5464 1 0 548286 0
[pid=22251/tid=22253] ppid=22248 vsize=18996948 memory=17024 CPUtime=0.55 cores=5,7
/proc/22251/task/22253/stat : 22253 (java) S 22248 22251 19975 0 -1 4194368 5440 0 0 0 50 5 0 0 20 0 19 0 32272606 19452874752 48017 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
[pid=22251/tid=22262] ppid=22248 vsize=18996948 memory=10624 CPUtime=0 cores=5,7
/proc/22251/task/22262/stat : 22262 (Finalizer) S 22248 22251 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 32272610 19452874752 48017 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
[pid=22251/tid=22269] ppid=22248 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/22251/task/22269/stat : 22269 (Common-Cleaner) S 22248 22251 19975 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 32272611 19452874752 48017 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
Current children cumulated CPU time: 1.04 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 192068 KiB

[startup+1.50025 s]
/proc/loadavg: 4.42 4.38 4.26 6/330 22270
/proc/meminfo: memFree=118809376/131382112 swapFree=33010684/33010684
[pid=22251] ppid=22248 vsize=18996948 memory=1306312 CPUtime=2.6 cores=5,7
/proc/22251/stat : 22251 (java) S 22248 22251 19975 0 -1 4194304 19668 0 0 0 224 36 0 0 20 0 19 0 32272604 19452874752 326578 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
/proc/22251/statm: 4749237 326578 5464 1 0 554164 0
[pid=22251/tid=22253] ppid=22248 vsize=18996948 memory=3200 CPUtime=1.32 cores=5,7
/proc/22251/task/22253/stat : 22253 (java) R 22248 22251 19975 0 -1 4194368 6092 0 0 0 103 29 0 0 20 0 19 0 32272606 19452874752 326578 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
[pid=22251/tid=22262] ppid=22248 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/22251/task/22262/stat : 22262 (Finalizer) S 22248 22251 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 32272610 19452874752 326578 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
[pid=22251/tid=22269] ppid=22248 vsize=18996948 memory=10624 CPUtime=0 cores=5,7
/proc/22251/task/22269/stat : 22269 (Common-Cleaner) S 22248 22251 19975 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 32272611 19452874752 326578 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
Current children cumulated CPU time: 2.6 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1306312 KiB

[startup+3.1057 s]
/proc/loadavg: 4.42 4.38 4.26 5/330 22270
/proc/meminfo: memFree=117343228/131382112 swapFree=33010684/33010684
[pid=22251] ppid=22248 vsize=18996948 memory=2321616 CPUtime=5.49 cores=5,7
/proc/22251/stat : 22251 (java) S 22248 22251 19975 0 -1 4194304 21691 0 0 0 492 57 0 0 20 0 19 0 32272604 19452874752 580404 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
/proc/22251/statm: 4749237 580404 5464 1 0 811433 0
[pid=22251/tid=22253] ppid=22248 vsize=18996948 memory=10624 CPUtime=2.86 cores=5,7
/proc/22251/task/22253/stat : 22253 (java) R 22248 22251 19975 0 -1 4194368 6660 0 0 0 237 49 0 0 20 0 19 0 32272606 19452874752 580404 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
[pid=22251/tid=22262] ppid=22248 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/22251/task/22262/stat : 22262 (Finalizer) S 22248 22251 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 32272610 19452874752 580404 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
[pid=22251/tid=22269] ppid=22248 vsize=18996948 memory=5760 CPUtime=0 cores=5,7
/proc/22251/task/22269/stat : 22269 (Common-Cleaner) S 22248 22251 19975 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 32272611 19452874752 580404 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
Current children cumulated CPU time: 5.49 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2321616 KiB

[startup+6.30025 s]
/proc/loadavg: 4.47 4.39 4.26 6/331 22271
/proc/meminfo: memFree=117333904/131382112 swapFree=33010684/33010684
[pid=22251] ppid=22248 vsize=19063512 memory=2330252 CPUtime=11.4 cores=5,7
/proc/22251/stat : 22251 (java) S 22248 22251 19975 0 -1 4194304 25190 0 0 0 1079 61 0 0 20 0 20 0 32272604 19521036288 582563 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
/proc/22251/statm: 4765878 582563 5464 1 0 813358 0
[pid=22251/tid=22253] ppid=22248 vsize=19063512 memory=5760 CPUtime=5.84 cores=5,7
/proc/22251/task/22253/stat : 22253 (java) R 22248 22251 19975 0 -1 4194368 7097 0 0 0 533 51 0 0 20 0 20 0 32272606 19521036288 582563 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
[pid=22251/tid=22262] ppid=22248 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/22251/task/22262/stat : 22262 (Finalizer) S 22248 22251 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32272610 19521036288 582563 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
[pid=22251/tid=22269] ppid=22248 vsize=19063512 memory=14560 CPUtime=0 cores=5,7
/proc/22251/task/22269/stat : 22269 (Common-Cleaner) S 22248 22251 19975 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 32272611 19521036288 582563 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
[pid=22251/tid=22271] ppid=22248 vsize=19063512 memory=10624 CPUtime=0 cores=5,7
/proc/22251/task/22271/stat : 22271 (Timer-0) S 22248 22251 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32272964 19521036288 582563 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
Current children cumulated CPU time: 11.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2330252 KiB

[startup+12.7004 s]
/proc/loadavg: 4.43 4.38 4.26 5/330 22271
/proc/meminfo: memFree=117302660/131382112 swapFree=33010684/33010684
[pid=22251] ppid=22248 vsize=19063512 memory=2327220 CPUtime=21.29 cores=5,7
/proc/22251/stat : 22251 (java) S 22248 22251 19975 0 -1 4194304 36593 0 0 0 2062 67 0 0 20 0 20 0 32272604 19521036288 581805 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
/proc/22251/statm: 4765878 581805 5464 1 0 813980 0
[pid=22251/tid=22253] ppid=22248 vsize=19063512 memory=10624 CPUtime=12.16 cores=5,7
/proc/22251/task/22253/stat : 22253 (java) R 22248 22251 19975 0 -1 4194368 9315 0 0 0 1161 55 0 0 20 0 20 0 32272606 19521036288 581805 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
[pid=22251/tid=22262] ppid=22248 vsize=19063512 memory=2327092 CPUtime=0 cores=5,7
/proc/22251/task/22262/stat : 22262 (Finalizer) S 22248 22251 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32272610 19521036288 581805 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
[pid=22251/tid=22269] ppid=22248 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/22251/task/22269/stat : 22269 (Common-Cleaner) S 22248 22251 19975 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 32272611 19521036288 581805 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
[pid=22251/tid=22271] ppid=22248 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/22251/task/22271/stat : 22271 (Timer-0) S 22248 22251 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32272964 19521036288 581805 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
Current children cumulated CPU time: 21.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2327220 KiB

[startup+25.5003 s]
/proc/loadavg: 4.33 4.36 4.26 5/330 22271
/proc/meminfo: memFree=117222192/131382112 swapFree=33010684/33010684
[pid=22251] ppid=22248 vsize=19063512 memory=2348816 CPUtime=35.99 cores=5,7
/proc/22251/stat : 22251 (java) S 22248 22251 19975 0 -1 4194304 41403 0 0 0 3523 76 0 0 20 0 20 0 32272604 19521036288 587204 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
/proc/22251/statm: 4765878 587204 5464 1 0 814108 0
[pid=22251/tid=22253] ppid=22248 vsize=19063512 memory=2327092 CPUtime=24.22 cores=5,7
/proc/22251/task/22253/stat : 22253 (java) R 22248 22251 19975 0 -1 4194368 10741 0 0 0 2361 61 0 0 20 0 20 0 32272606 19521036288 587204 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
[pid=22251/tid=22262] ppid=22248 vsize=19063512 memory=2334412 CPUtime=0 cores=5,7
/proc/22251/task/22262/stat : 22262 (Finalizer) S 22248 22251 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32272610 19521036288 587204 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
[pid=22251/tid=22269] ppid=22248 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/22251/task/22269/stat : 22269 (Common-Cleaner) S 22248 22251 19975 0 -1 4194368 39 0 0 0 0 0 0 0 20 0 20 0 32272611 19521036288 587204 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
[pid=22251/tid=22271] ppid=22248 vsize=19063512 memory=2326324 CPUtime=0 cores=5,7
/proc/22251/task/22271/stat : 22271 (Timer-0) S 22248 22251 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32272964 19521036288 587204 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
Current children cumulated CPU time: 35.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2348816 KiB

[startup+51.1076 s]
/proc/loadavg: 4.43 4.38 4.27 5/330 22271
/proc/meminfo: memFree=115992520/131382112 swapFree=33010684/33010684
[pid=22251] ppid=22248 vsize=19063512 memory=3490864 CPUtime=62.95 cores=5,7
/proc/22251/stat : 22251 (java) S 22248 22251 19975 0 -1 4194304 51429 0 0 0 6180 115 0 0 20 0 20 0 32272604 19521036288 872716 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
/proc/22251/statm: 4765878 872716 5496 1 0 1092054 0
[pid=22251/tid=22253] ppid=22248 vsize=19063512 memory=211309297979 CPUtime=48.98 cores=5,7
/proc/22251/task/22253/stat : 22253 (java) R 22248 22251 19975 0 -1 4194368 14000 0 0 0 4803 95 0 0 20 0 20 0 32272606 19521036288 872716 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
[pid=22251/tid=22262] ppid=22248 vsize=19063512 memory=3490864 CPUtime=0 cores=5,7
/proc/22251/task/22262/stat : 22262 (Finalizer) S 22248 22251 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32272610 19521036288 872716 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
[pid=22251/tid=22269] ppid=22248 vsize=19063512 memory=10624 CPUtime=0 cores=5,7
/proc/22251/task/22269/stat : 22269 (Common-Cleaner) S 22248 22251 19975 0 -1 4194368 39 0 0 0 0 0 0 0 20 0 20 0 32272611 19521036288 872716 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
[pid=22251/tid=22271] ppid=22248 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/22251/task/22271/stat : 22271 (Timer-0) S 22248 22251 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32272964 19521036288 872716 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
Current children cumulated CPU time: 62.95 s
Current children cumulated vsize: 19063512 KiB

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

[startup+3342.3 s]
/proc/loadavg: 1.61 2.31 3.21 2/253 22546
/proc/meminfo: memFree=119804672/131382112 swapFree=33010684/33010684
[pid=22251] ppid=22248 vsize=19063512 memory=6719828 CPUtime=3243.29 cores=5,7
/proc/22251/stat : 22251 (java) S 22248 22251 19975 0 -1 4194304 261630 0 0 0 323146 1183 0 0 20 0 20 0 32272604 19521036288 1679957 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
/proc/22251/statm: 4765878 1679957 5528 1 0 1695051 0
[pid=22251/tid=22253] ppid=22248 vsize=19063512 memory=6719700 CPUtime=3110.59 cores=5,7
/proc/22251/task/22253/stat : 22253 (java) R 22248 22251 19975 0 -1 4194368 126306 0 0 0 310152 907 0 0 20 0 20 0 32272606 19521036288 1679957 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
[pid=22251/tid=22262] ppid=22248 vsize=19063512 memory=-6000919472723487341 CPUtime=0 cores=5,7
/proc/22251/task/22262/stat : 22262 (Finalizer) S 22248 22251 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32272610 19521036288 1679957 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
[pid=22251/tid=22269] ppid=22248 vsize=19063512 memory=6719828 CPUtime=0 cores=5,7
/proc/22251/task/22269/stat : 22269 (Common-Cleaner) S 22248 22251 19975 0 -1 4194368 2354 0 0 0 0 0 0 0 20 0 20 0 32272611 19521036288 1679957 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
[pid=22251/tid=22271] ppid=22248 vsize=19063512 memory=6719828 CPUtime=0 cores=5,7
/proc/22251/task/22271/stat : 22271 (Timer-0) S 22248 22251 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32272964 19521036288 1679957 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
Current children cumulated CPU time: 3243.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6719828 KiB

[startup+3402.3 s]
/proc/loadavg: 1.27 2.08 3.08 2/253 22548
/proc/meminfo: memFree=119757392/131382112 swapFree=33010684/33010684
[pid=22251] ppid=22248 vsize=19063512 memory=6719828 CPUtime=3300.87 cores=5,7
/proc/22251/stat : 22251 (java) S 22248 22251 19975 0 -1 4194304 265945 0 0 0 328886 1201 0 0 20 0 20 0 32272604 19521036288 1679957 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
/proc/22251/statm: 4765878 1679957 5528 1 0 1695051 0
[pid=22251/tid=22253] ppid=22248 vsize=19063512 memory=6719700 CPUtime=3167.03 cores=5,7
/proc/22251/task/22253/stat : 22253 (java) R 22248 22251 19975 0 -1 4194368 129411 0 0 0 315785 918 0 0 20 0 20 0 32272606 19521036288 1679957 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
[pid=22251/tid=22262] ppid=22248 vsize=19063512 memory=14560 CPUtime=0 cores=5,7
/proc/22251/task/22262/stat : 22262 (Finalizer) S 22248 22251 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32272610 19521036288 1679957 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
[pid=22251/tid=22269] ppid=22248 vsize=19063512 memory=6719828 CPUtime=0 cores=5,7
/proc/22251/task/22269/stat : 22269 (Common-Cleaner) S 22248 22251 19975 0 -1 4194368 2450 0 0 0 0 0 0 0 20 0 20 0 32272611 19521036288 1679957 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
[pid=22251/tid=22271] ppid=22248 vsize=19063512 memory=10624 CPUtime=0 cores=5,7
/proc/22251/task/22271/stat : 22271 (Timer-0) S 22248 22251 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32272964 19521036288 1679957 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
Current children cumulated CPU time: 3300.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6719828 KiB

[startup+3462.3 s]
/proc/loadavg: 1.21 1.91 2.95 2/253 22550
/proc/meminfo: memFree=119699284/131382112 swapFree=33010684/33010684
[pid=22251] ppid=22248 vsize=19063512 memory=6719828 CPUtime=3361.61 cores=5,7
/proc/22251/stat : 22251 (java) S 22248 22251 19975 0 -1 4194304 268927 0 0 0 334942 1219 0 0 20 0 20 0 32272604 19521036288 1679957 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
/proc/22251/statm: 4765878 1679957 5528 1 0 1695051 0
[pid=22251/tid=22253] ppid=22248 vsize=19063512 memory=6719700 CPUtime=3225.85 cores=5,7
/proc/22251/task/22253/stat : 22253 (java) R 22248 22251 19975 0 -1 4194368 130809 0 0 0 321653 932 0 0 20 0 20 0 32272606 19521036288 1679957 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
[pid=22251/tid=22262] ppid=22248 vsize=19063512 memory=6719828 CPUtime=0 cores=5,7
/proc/22251/task/22262/stat : 22262 (Finalizer) S 22248 22251 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32272610 19521036288 1679957 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
[pid=22251/tid=22269] ppid=22248 vsize=19063512 memory=14560 CPUtime=0 cores=5,7
/proc/22251/task/22269/stat : 22269 (Common-Cleaner) S 22248 22251 19975 0 -1 4194368 2506 0 0 0 0 0 0 0 20 0 20 0 32272611 19521036288 1679957 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
[pid=22251/tid=22271] ppid=22248 vsize=19063512 memory=6719828 CPUtime=0 cores=5,7
/proc/22251/task/22271/stat : 22271 (Timer-0) S 22248 22251 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32272964 19521036288 1679957 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
Current children cumulated CPU time: 3361.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6719828 KiB

[startup+3522.3 s]
/proc/loadavg: 1.15 1.76 2.83 2/253 22556
/proc/meminfo: memFree=119649596/131382112 swapFree=33010684/33010684
[pid=22251] ppid=22248 vsize=19063512 memory=6719828 CPUtime=3422.55 cores=5,7
/proc/22251/stat : 22251 (java) S 22248 22251 19975 0 -1 4194304 269875 0 0 0 341020 1235 0 0 20 0 20 0 32272604 19521036288 1679957 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
/proc/22251/statm: 4765878 1679957 5528 1 0 1695051 0
[pid=22251/tid=22253] ppid=22248 vsize=19063512 memory=6719828 CPUtime=3284.55 cores=5,7
/proc/22251/task/22253/stat : 22253 (java) R 22248 22251 19975 0 -1 4194368 131390 0 0 0 327511 944 0 0 20 0 20 0 32272606 19521036288 1679957 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
[pid=22251/tid=22262] ppid=22248 vsize=19063512 memory=6719828 CPUtime=0 cores=5,7
/proc/22251/task/22262/stat : 22262 (Finalizer) S 22248 22251 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32272610 19521036288 1679957 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
[pid=22251/tid=22269] ppid=22248 vsize=19063512 memory=6719828 CPUtime=0 cores=5,7
/proc/22251/task/22269/stat : 22269 (Common-Cleaner) S 22248 22251 19975 0 -1 4194368 2510 0 0 0 0 0 0 0 20 0 20 0 32272611 19521036288 1679957 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
[pid=22251/tid=22271] ppid=22248 vsize=19063512 memory=-6000919472723487341 CPUtime=0 cores=5,7
/proc/22251/task/22271/stat : 22271 (Timer-0) S 22248 22251 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32272964 19521036288 1679957 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
Current children cumulated CPU time: 3422.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6719828 KiB

[startup+3582.3 s]
/proc/loadavg: 1.17 1.65 2.73 3/253 22558
/proc/meminfo: memFree=119608572/131382112 swapFree=33010684/33010684
[pid=22251] ppid=22248 vsize=19063512 memory=6719956 CPUtime=3483.4 cores=5,7
/proc/22251/stat : 22251 (java) S 22248 22251 19975 0 -1 4194304 275477 0 0 0 347091 1249 0 0 20 0 20 0 32272604 19521036288 1679989 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
/proc/22251/statm: 4765878 1679989 5528 1 0 1695071 0
[pid=22251/tid=22253] ppid=22248 vsize=19063512 memory=6719828 CPUtime=3343.41 cores=5,7
/proc/22251/task/22253/stat : 22253 (java) R 22248 22251 19975 0 -1 4194368 135277 0 0 0 333387 954 0 0 20 0 20 0 32272606 19521036288 1679989 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
[pid=22251/tid=22262] ppid=22248 vsize=19063512 memory=17024 CPUtime=0 cores=5,7
/proc/22251/task/22262/stat : 22262 (Finalizer) S 22248 22251 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32272610 19521036288 1679989 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
[pid=22251/tid=22269] ppid=22248 vsize=19063512 memory=6719956 CPUtime=0 cores=5,7
/proc/22251/task/22269/stat : 22269 (Common-Cleaner) S 22248 22251 19975 0 -1 4194368 2510 0 0 0 0 0 0 0 20 0 20 0 32272611 19521036288 1679989 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
[pid=22251/tid=22271] ppid=22248 vsize=19063512 memory=14560 CPUtime=0 cores=5,7
/proc/22251/task/22271/stat : 22271 (Timer-0) S 22248 22251 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32272964 19521036288 1679989 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
Current children cumulated CPU time: 3483.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6719956 KiB

[startup+3642.3 s]
/proc/loadavg: 1.12 1.55 2.62 2/252 22560
/proc/meminfo: memFree=119551332/131382112 swapFree=33010684/33010684
[pid=22251] ppid=22248 vsize=19063512 memory=6720084 CPUtime=3544.07 cores=5,7
/proc/22251/stat : 22251 (java) S 22248 22251 19975 0 -1 4194304 280932 0 0 0 353141 1266 0 0 20 0 20 0 32272604 19521036288 1680021 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
/proc/22251/statm: 4765878 1680021 5528 1 0 1695135 0
[pid=22251/tid=22253] ppid=22248 vsize=19063512 memory=14560 CPUtime=3401.7 cores=5,7
/proc/22251/task/22253/stat : 22253 (java) R 22248 22251 19975 0 -1 4194368 139172 0 0 0 339204 966 0 0 20 0 20 0 32272606 19521036288 1680021 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
[pid=22251/tid=22262] ppid=22248 vsize=19063512 memory=6719956 CPUtime=0 cores=5,7
/proc/22251/task/22262/stat : 22262 (Finalizer) S 22248 22251 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32272610 19521036288 1680021 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
[pid=22251/tid=22269] ppid=22248 vsize=19063512 memory=6720084 CPUtime=0 cores=5,7
/proc/22251/task/22269/stat : 22269 (Common-Cleaner) S 22248 22251 19975 0 -1 4194368 2551 0 0 0 0 0 0 0 20 0 20 0 32272611 19521036288 1680021 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
[pid=22251/tid=22271] ppid=22248 vsize=19063512 memory=17024 CPUtime=0 cores=5,7
/proc/22251/task/22271/stat : 22271 (Timer-0) S 22248 22251 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32272964 19521036288 1680021 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
Current children cumulated CPU time: 3544.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6720084 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3698.11 s]
/proc/loadavg: 1.18 1.48 2.54 2/254 22565
/proc/meminfo: memFree=119497760/131382112 swapFree=33010684/33010684
[pid=22251] ppid=22248 vsize=19063512 memory=6720084 CPUtime=3600.06 cores=5,7
/proc/22251/stat : 22251 (java) S 22248 22251 19975 0 -1 4194304 281855 0 0 0 358724 1282 0 0 20 0 20 0 32272604 19521036288 1680021 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
/proc/22251/statm: 4765878 1680021 5528 1 0 1695135 0
[pid=22251/tid=22253] ppid=22248 vsize=19063512 memory=46464 CPUtime=3456.59 cores=5,7
/proc/22251/task/22253/stat : 22253 (java) R 22248 22251 19975 0 -1 4194368 139936 0 0 0 344679 980 0 0 20 0 20 0 32272606 19521036288 1680021 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
[pid=22251/tid=22262] ppid=22248 vsize=19063512 memory=6720084 CPUtime=0 cores=5,7
/proc/22251/task/22262/stat : 22262 (Finalizer) S 22248 22251 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32272610 19521036288 1680021 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
[pid=22251/tid=22269] ppid=22248 vsize=19063512 memory=6720084 CPUtime=0 cores=5,7
/proc/22251/task/22269/stat : 22269 (Common-Cleaner) S 22248 22251 19975 0 -1 4194368 2626 0 0 0 0 0 0 0 20 0 20 0 32272611 19521036288 1680021 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
[pid=22251/tid=22271] ppid=22248 vsize=19063512 memory=6720084 CPUtime=0 cores=5,7
/proc/22251/task/22271/stat : 22271 (Timer-0) S 22248 22251 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32272964 19521036288 1680021 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6720084 KiB

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

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

# cumulated CPU time of all completed processes:  user=3587.39 s, system=12.8557 s

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

[startup+3698.21 s]
/proc/loadavg: 1.18 1.48 2.54 2/254 22565
/proc/meminfo: memFree=119497760/131382112 swapFree=33010684/33010684
[pid=22251] ppid=22248 vsize=19263204 memory=6720980 CPUtime=3600.21 cores=5,7
/proc/22251/stat : 22251 (java) S 22248 22251 19975 0 -1 4194304 285438 0 0 0 358738 1283 0 0 20 0 15 0 32272604 19725520896 1680245 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
/proc/22251/statm: 4815801 1680245 5528 1 0 1696070 0
[pid=22251/tid=22253] ppid=22248 vsize=19263204 memory=245635481903 CPUtime=3456.62 cores=5,7
/proc/22251/task/22253/stat : 22253 (java) D 22248 22251 19975 0 -1 4194368 140239 0 0 0 344682 980 0 0 20 0 15 0 32272606 19725520896 1680245 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
[pid=22251/tid=22262] ppid=22248 vsize=19263204 memory=54113165640434 CPUtime=0 cores=5,7
/proc/22251/task/22262/stat : 22262 (Finalizer) S 22248 22251 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 15 0 32272610 19725520896 1680245 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
[pid=22251/tid=22269] ppid=22248 vsize=19263204 memory=105872 CPUtime=0 cores=5,7
/proc/22251/task/22269/stat : 22269 (Common-Cleaner) S 22248 22251 19975 0 -1 4194368 2626 0 0 0 0 0 0 0 20 0 15 0 32272611 19725520896 1680245 18446744073709551615 94349298794496 94349298798192 140733351584048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94349298806008 94349298806800 94349329485824 140733351590189 140733351590374 140733351590374 140733351595976 0
Current children cumulated CPU time: 3600.21 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 6720980 KiB

Child status: 143

Real time (s): 3698.24
CPU time (s): 3600.25
CPU user time (s): 3587.39
CPU system time (s): 12.8557
CPU usage (%): 97.3502
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 6720980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3587.39
system time used= 12.8557
maximum resident set size= 6721108
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 285468
page faults= 0
swaps= 0
block input operations= 0
block output operations= 7637240
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 134434
involuntary context switches= 24478


# summary of solver processes directly reported to runsolver:
#   pid: 22251
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3587.39
#   total CPU system time (s): 12.8557

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.5787 second user time and 34.643 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-06-29 04:58:48
IDJOB=4501981
IDBENCH=152989
IDSOLVER=3362
FILE ID=nodeC009/4501981-1751165928
RUNJOBID= nodeC009-1751157827-19988
SLURM_JOB_ID= 9587490
Free space on /tmp= 433052 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB10/DEC-LIN/oliveras/j90/normalized-j9013_10-sat.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4501981-1751165928/watcher-4501981-1751165928 -o /tmp/evaluation-result-4501981-1751165928/solver-4501981-1751165928 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751157827-19988 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4501981-1751165928 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4501981-1751165928.opb

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

MD5SUM BENCH= be0542d3b59031398d11b8d8792cc86e
RANDOM SEED=650614133

nodeC009 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	: 0xb00001f
cpu MHz		: 3660.972
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3591.935
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.665
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.234
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.925
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.235
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.317
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.500
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        119642428 kB
MemAvailable:   120364124 kB
Buffers:            3280 kB
Cached:          1531632 kB
SwapCached:            0 kB
Active:          9929884 kB
Inactive:        1286372 kB
Active(anon):    9699392 kB
Inactive(anon):        0 kB
Active(file):     230492 kB
Inactive(file):  1286372 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             50124 kB
Writeback:             8 kB
AnonPages:       9684536 kB
Mapped:           122268 kB
Shmem:             17960 kB
KReclaimable:      88532 kB
Slab:             171728 kB
SReclaimable:      88532 kB
SUnreclaim:        83196 kB
KernelStack:        5008 kB
PageTables:        22608 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   11633724 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9422848 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:      172872 kB
DirectMap2M:     9166848 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC009 at 2025-06-29 06:00:27