Trace number 4491758

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 2025-06-06? (TO) 3600.44 3554.09

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/
normalized-ooo.burch_dill.6.accl.ucl.opb
MD5SUMd06d89796adb8259df968e568daeeb68
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 benchmark99.5978
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables23621
Total number of constraints67526
Number of constraints which are clauses65126
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2400
Minimum length of a constraint1
Maximum length of a constraint13
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 71
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 261
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.19/0.25	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.19/0.25	c This is free software under the dual EPL/GNU LGPL licenses.
0.19/0.25	c See www.sat4j.org for details.
0.19/0.27	c version PB25.v20250606
0.19/0.30	c java.runtime.name	OpenJDK Runtime Environment
0.19/0.30	c java.vm.name		OpenJDK 64-Bit Server VM
0.19/0.30	c java.vm.version	22.0.1+8-16
0.19/0.30	c java.vm.vendor	Oracle Corporation
0.19/0.30	c sun.arch.data.model	64
0.19/0.30	c java.version		22.0.1
0.19/0.30	c os.name		Linux
0.19/0.30	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.19/0.30	c os.arch		amd64
0.19/0.30	c Free memory 		2104792832
0.19/0.31	c Max memory 		16282288128
0.19/0.31	c Total memory 		2113929216
0.19/0.31	c Number of processors 	2
0.51/0.48	c Pseudo Boolean Optimization by upper bound
0.51/0.48	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.51/0.48	c  - never skip resolution steps
0.51/0.48	c  - Auto-division on coefficients is disabled
0.51/0.48	c  - No postprocessing
0.51/0.48	c  - Conflict is considered as is when resolving
0.51/0.48	c  - Use constraints as they come during conflict analysis
0.51/0.48	c  - Weaken first using unassigned literals
0.51/0.48	c  - Bump strategy: ALWAYS_ONE
0.51/0.48	c  - Bumper: ANY
0.51/0.48	c --- Begin Solver configuration ---
0.51/0.48	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.51/0.48	c Learn all clauses as in MiniSAT
0.51/0.48	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.51/0.48	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.51/0.48	c No reason simplification
0.51/0.48	c Armin Biere (Picosat) restarts strategy
0.51/0.48	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.51/0.48	c timeout=2147483s
0.51/0.48	c DB Simplification allowed=false
0.51/0.48	c Listener: none
0.51/0.48	c --- End Solver configuration ---
0.51/0.49	c solving HOME/instance-4491758-1751144867.opb
0.51/0.49	c reading problem ... 
0.51/0.49	c  no objective function found
1.97/1.28	c ... done. Wall clock time 0.78s.
1.97/1.28	c declared #vars     23621
1.97/1.28	c #constraints  67526
1.97/1.28	c constraints type 
1.97/1.28	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 43936
1.97/1.28	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2400
1.97/1.28	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 21189
1.97/1.28	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
1.97/1.28	c 67526 constraints processed.
15.90/11.63	c cleaning 2391 clauses out of 5001
52.21/46.87	c cleaning 4181 clauses out of 8605
155.92/148.66	c cleaning 5574 clauses out of 11428
357.13/348.14	c cleaning 6747 clauses out of 13849
643.98/632.37	c cleaning 7838 clauses out of 16106
1308.64/1288.54	c cleaning 8868 clauses out of 18264
2243.40/2210.88	c cleaning 9881 clauses out of 20394
3218.75/3176.62	c cleaning 10875 clauses out of 22514
3600.09/3553.93	c starts		: 78
3600.09/3553.96	c conflicts		: 73861
3600.09/3553.98	c decisions		: 240427
3600.09/3553.98	c propagations		: 35867952
3600.09/3553.98	c inspects		: 4782314414
3600.09/3553.99	c shortcuts		: 0
3600.09/3553.99	c learnt literals	: 7
3600.09/3553.99	c learnt binary clauses	: 254
3600.09/3553.99	c learnt ternary clauses	: 1004
3600.09/3553.99	c learnt constraints	: 73854
3600.09/3553.99	c ignored constraints	: 0
3600.09/3553.99	c root simplifications	: 0
3600.09/3553.99	c removed literals (reason simplification)	: 0
3600.09/3553.99	c reason swapping (by a shorter reason)	: 0
3600.09/3553.99	c Calls to reduceDB	: 8
3600.09/3553.99	c Number of update (reduction) of LBD	: 0
3600.09/3553.99	c Imported unit clauses	: 0
3600.09/3553.99	c No decision after first conflict	: false
3600.09/3554.00	c number of reductions to clauses (during analyze)	: 0
3600.09/3554.00	c number of learned constraints concerned by reduction	: 0
3600.09/3554.00	c number of learning phase by resolution	: 0
3600.09/3554.00	c number of learning phase by cutting planes	: 0
3600.09/3554.00	c number of rounding to 1 operations	: 0
3600.09/3554.00	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3554.00	c number of reductions of the coefficients by power 2 	: 0
3600.09/3554.00	c number of right shift for reduction by power 2 	: 0
3600.09/3554.00	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3554.00	c number of ending skipping 	: 0
3600.09/3554.00	c number of internal skipping 	: 0
3600.31/3554.02	c number of derivation steps 	: 3152290
3600.31/3554.02	c number of skipped derivation steps 	: 0
3600.31/3554.02	c number of remaining unassigned 	: 20654
3600.31/3554.02	c number of remaining assigned 	: 15596664
3600.31/3554.02	c number of falsified literals weakened from reason	: 0
3600.31/3554.02	c number of falsified literals weakened from conflict	: 0
3600.31/3554.02	c time for arithmetic operations	: 1768703499
3600.31/3554.02	c minimum degree of deleted constraints	: null
3600.31/3554.04	c maximum degree of deleted constraints	: null
3600.31/3554.04	c number of deleted constraints	: 0
3600.31/3554.04	c speed (assignments/second)	: 10095.83626416404
3600.31/3554.04	c non guided choices	: 1438
3600.31/3554.07	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1367
3600.31/3554.07	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 15878
3600.31/3554.07	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 254
3600.31/3554.07	s UNKNOWN
3600.31/3554.07	c Total wall clock time (in seconds): 3553.585

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: 63837 MiB (63340 MiB free)
  memory of node 1: 64465 MiB (63895 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4491758-1751144867/watcher-4491758-1751144867 -o /tmp/evaluation-result-4491758-1751144867/solver-4491758-1751144867 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751144867-15024 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4491758-1751144867.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 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=15079, runsolver pid=15072

[startup+0.100071 s]*
/proc/loadavg: 0.77 1.16 1.99 1/277 15107
/proc/meminfo: memFree=130223040/131382116 swapFree=33010684/33010684
[pid=15079] ppid=15072 vsize=18198192 memory=34408 CPUtime=0.04 cores=5,7
/proc/15079/stat : 15079 (java) S 15072 15079 15006 0 -1 4194304 4728 0 138 0 1 3 0 0 20 0 8 0 30166105 18634948608 8602 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 0 0 16784588 0 0 0 17 5 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
/proc/15079/statm: 4549548 8602 3660 1 0 543670 0
[pid=15079/tid=15090] ppid=15072 vsize=18198192 memory=4026532124 CPUtime=0.03 cores=5,7
/proc/15079/task/15090/stat : 15090 (java) D 15072 15079 15006 0 -1 4194368 4132 0 138 0 1 2 0 0 20 0 8 0 30166110 18634948608 8602 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 4 0 16784588 1 0 0 -1 5 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 18198192 KiB
Current children cumulated memory: 34408 KiB

[startup+0.214558 s]*
/proc/loadavg: 0.77 1.16 1.99 9/322 15152
/proc/meminfo: memFree=130192848/131382116 swapFree=33010684/33010684
[pid=15079] ppid=15072 vsize=18930384 memory=48844 CPUtime=0.19 cores=5,7
/proc/15079/stat : 15079 (java) S 15072 15079 15006 0 -1 4194304 5896 0 187 0 14 5 0 0 20 0 18 0 30166105 19384713216 12211 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
/proc/15079/statm: 4732596 12211 5260 1 0 547145 0
[pid=15079/tid=15090] ppid=15072 vsize=18930384 memory=3472328300254200092 CPUtime=0.12 cores=5,7
/proc/15079/task/15090/stat : 15090 (java) R 15072 15079 15006 0 -1 4194368 4731 0 156 0 9 3 0 0 20 0 18 0 30166110 19384713216 12211 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
[pid=15079/tid=15121] ppid=15072 vsize=18930384 memory=2622 CPUtime=0 cores=5,7
/proc/15079/task/15121/stat : 15121 (Finalizer) S 15072 15079 15006 0 -1 4194368 24 0 1 0 0 0 0 0 20 0 18 0 30166119 19384713216 12211 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
[pid=15079/tid=15151] ppid=15072 vsize=18930384 memory=55195547730935 CPUtime=0 cores=5,7
/proc/15079/task/15151/stat : 15151 (Common-Cleaner) S 15072 15079 15006 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30166120 19384713216 12211 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48844 KiB

[startup+0.315719 s]*
/proc/loadavg: 0.77 1.16 1.99 10/322 15152
/proc/meminfo: memFree=130185540/131382116 swapFree=33010684/33010684
[pid=15079] ppid=15072 vsize=18930384 memory=55348 CPUtime=0.34 cores=5,7
/proc/15079/stat : 15079 (java) S 15072 15079 15006 0 -1 4194304 6477 0 188 0 29 5 0 0 20 0 18 0 30166105 19384713216 13837 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
/proc/15079/statm: 4732596 13837 5292 1 0 547604 0
[pid=15079/tid=15090] ppid=15072 vsize=18930384 memory=-6000919494148122478 CPUtime=0.21 cores=5,7
/proc/15079/task/15090/stat : 15090 (java) R 15072 15079 15006 0 -1 4194368 4978 0 157 0 18 3 0 0 20 0 18 0 30166110 19384713216 13837 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
[pid=15079/tid=15121] ppid=15072 vsize=18930384 memory=-4421386487708542566 CPUtime=0 cores=5,7
/proc/15079/task/15121/stat : 15121 (Finalizer) S 15072 15079 15006 0 -1 4194368 24 0 1 0 0 0 0 0 20 0 18 0 30166119 19384713216 13837 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
[pid=15079/tid=15151] ppid=15072 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/15079/task/15151/stat : 15151 (Common-Cleaner) S 15072 15079 15006 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30166120 19384713216 13837 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55348 KiB

[startup+0.70039 s]
/proc/loadavg: 0.77 1.16 1.99 13/322 15152
/proc/meminfo: memFree=130161848/131382116 swapFree=33010684/33010684
[pid=15079] ppid=15072 vsize=18930608 memory=73788 CPUtime=1.02 cores=5,7
/proc/15079/stat : 15079 (java) S 15072 15079 15006 0 -1 4194304 7452 0 195 0 95 7 0 0 20 0 18 0 30166105 19384942592 18447 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
/proc/15079/statm: 4732652 18447 5388 1 0 548282 0
[pid=15079/tid=15090] ppid=15072 vsize=18930608 memory=17152 CPUtime=0.51 cores=5,7
/proc/15079/task/15090/stat : 15090 (java) R 15072 15079 15006 0 -1 4194368 5301 0 161 0 46 5 0 0 20 0 18 0 30166110 19384942592 18447 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
[pid=15079/tid=15121] ppid=15072 vsize=18930608 memory=11008 CPUtime=0 cores=5,7
/proc/15079/task/15121/stat : 15121 (Finalizer) S 15072 15079 15006 0 -1 4194368 24 0 1 0 0 0 0 0 20 0 18 0 30166119 19384942592 18447 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
[pid=15079/tid=15151] ppid=15072 vsize=18930608 memory=5632 CPUtime=0 cores=5,7
/proc/15079/task/15151/stat : 15151 (Common-Cleaner) S 15072 15079 15006 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30166120 19384942592 18447 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
Current children cumulated CPU time: 1.02 s
Current children cumulated vsize: 18930608 KiB
Current children cumulated memory: 73788 KiB

[startup+1.50025 s]
/proc/loadavg: 0.77 1.16 1.99 9/304 15156
/proc/meminfo: memFree=129982268/131382116 swapFree=33010684/33010684
[pid=15079] ppid=15072 vsize=19063512 memory=170760 CPUtime=2.55 cores=5,7
/proc/15079/stat : 15079 (java) S 15072 15079 15006 0 -1 4194304 15084 0 200 0 241 14 0 0 20 0 20 0 30166105 19521036288 42690 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
/proc/15079/statm: 4765878 42690 5420 1 0 551760 0
[pid=15079/tid=15090] ppid=15072 vsize=19063512 memory=5632 CPUtime=1.17 cores=5,7
/proc/15079/task/15090/stat : 15090 (java) R 15072 15079 15006 0 -1 4194368 6876 0 161 0 108 9 0 0 20 0 20 0 30166110 19521036288 42690 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
[pid=15079/tid=15121] ppid=15072 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/15079/task/15121/stat : 15121 (Finalizer) S 15072 15079 15006 0 -1 4194368 24 0 1 0 0 0 0 0 20 0 20 0 30166119 19521036288 42690 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
[pid=15079/tid=15151] ppid=15072 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/15079/task/15151/stat : 15151 (Common-Cleaner) S 15072 15079 15006 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 30166120 19521036288 42690 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
Current children cumulated CPU time: 2.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 170760 KiB

[startup+3.10571 s]
/proc/loadavg: 0.77 1.16 1.99 10/328 15223
/proc/meminfo: memFree=129394024/131382116 swapFree=33010684/33010684
[pid=15079] ppid=15072 vsize=19063512 memory=459816 CPUtime=5.67 cores=5,7
/proc/15079/stat : 15079 (java) S 15072 15079 15006 0 -1 4194304 22185 0 200 0 543 24 0 0 20 0 20 0 30166105 19521036288 114954 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
/proc/15079/statm: 4765878 114954 5420 1 0 721786 0
[pid=15079/tid=15090] ppid=15072 vsize=19063512 memory=-6000919498443089774 CPUtime=2.62 cores=5,7
/proc/15079/task/15090/stat : 15090 (java) R 15072 15079 15006 0 -1 4194368 7487 0 161 0 248 14 0 0 20 0 20 0 30166110 19521036288 114954 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
[pid=15079/tid=15121] ppid=15072 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/15079/task/15121/stat : 15121 (Finalizer) S 15072 15079 15006 0 -1 4194368 24 0 1 0 0 0 0 0 20 0 20 0 30166119 19521036288 114954 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
[pid=15079/tid=15151] ppid=15072 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/15079/task/15151/stat : 15151 (Common-Cleaner) S 15072 15079 15006 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 30166120 19521036288 114954 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
[pid=15079/tid=15167] ppid=15072 vsize=19063512 memory=301796 CPUtime=0 cores=5,7
/proc/15079/task/15167/stat : 15167 (Timer-0) S 15072 15079 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30166235 19521036288 114954 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
Current children cumulated CPU time: 5.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 459816 KiB

[startup+6.30029 s]
/proc/loadavg: 1.18 1.24 2.01 7/328 15289
/proc/meminfo: memFree=126964940/131382116 swapFree=33010684/33010684
[pid=15079] ppid=15072 vsize=19063512 memory=1260484 CPUtime=10.32 cores=5,7
/proc/15079/stat : 15079 (java) S 15072 15079 15006 0 -1 4194304 23655 0 200 0 990 42 0 0 20 0 20 0 30166105 19521036288 315121 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
/proc/15079/statm: 4765878 315121 5420 1 0 722167 0
[pid=15079/tid=15090] ppid=15072 vsize=19063512 memory=0 CPUtime=5.72 cores=5,7
/proc/15079/task/15090/stat : 15090 (java) R 15072 15079 15006 0 -1 4194368 8342 0 161 0 540 32 0 0 20 0 20 0 30166110 19521036288 315121 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
[pid=15079/tid=15121] ppid=15072 vsize=19063512 memory=-9034910064253910975 CPUtime=0 cores=5,7
/proc/15079/task/15121/stat : 15121 (Finalizer) S 15072 15079 15006 0 -1 4194368 24 0 1 0 0 0 0 0 20 0 20 0 30166119 19521036288 315121 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
[pid=15079/tid=15151] ppid=15072 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/15079/task/15151/stat : 15151 (Common-Cleaner) S 15072 15079 15006 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 30166120 19521036288 315121 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
[pid=15079/tid=15167] ppid=15072 vsize=19063512 memory=-6000919498443089774 CPUtime=0 cores=5,7
/proc/15079/task/15167/stat : 15167 (Timer-0) S 15072 15079 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30166235 19521036288 315121 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
Current children cumulated CPU time: 10.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1260484 KiB

[startup+12.7004 s]
/proc/loadavg: 1.49 1.30 2.03 5/330 15420
/proc/meminfo: memFree=124631488/131382116 swapFree=33010684/33010684
[pid=15079] ppid=15072 vsize=19063512 memory=1744072 CPUtime=17.07 cores=5,7
/proc/15079/stat : 15079 (java) S 15072 15079 15006 0 -1 4194304 24845 0 200 0 1652 55 0 0 20 0 20 0 30166105 19521036288 436018 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
/proc/15079/statm: 4765878 436018 5420 1 0 722220 0
[pid=15079/tid=15090] ppid=15072 vsize=19063512 memory=-6000919498443089774 CPUtime=11.86 cores=5,7
/proc/15079/task/15090/stat : 15090 (java) R 15072 15079 15006 0 -1 4194368 9433 0 161 0 1141 45 0 0 20 0 20 0 30166110 19521036288 436018 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
[pid=15079/tid=15121] ppid=15072 vsize=19063512 memory=1743816 CPUtime=0 cores=5,7
/proc/15079/task/15121/stat : 15121 (Finalizer) S 15072 15079 15006 0 -1 4194368 24 0 1 0 0 0 0 0 20 0 20 0 30166119 19521036288 436018 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
[pid=15079/tid=15151] ppid=15072 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/15079/task/15151/stat : 15151 (Common-Cleaner) S 15072 15079 15006 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 30166120 19521036288 436018 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
[pid=15079/tid=15167] ppid=15072 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/15079/task/15167/stat : 15167 (Timer-0) S 15072 15079 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30166235 19521036288 436018 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
Current children cumulated CPU time: 17.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1744072 KiB

[startup+25.5005 s]
/proc/loadavg: 2.05 1.44 2.06 5/330 15420
/proc/meminfo: memFree=121857932/131382116 swapFree=33010684/33010684
[pid=15079] ppid=15072 vsize=19063512 memory=2431872 CPUtime=30.49 cores=5,7
/proc/15079/stat : 15079 (java) S 15072 15079 15006 0 -1 4194304 31143 0 200 0 2978 71 0 0 20 0 20 0 30166105 19521036288 607968 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
/proc/15079/statm: 4765878 607968 5420 1 0 895603 0
[pid=15079/tid=15090] ppid=15072 vsize=19063512 memory=-6000919498443089774 CPUtime=24.41 cores=5,7
/proc/15079/task/15090/stat : 15090 (java) R 15072 15079 15006 0 -1 4194368 11549 0 161 0 2383 58 0 0 20 0 20 0 30166110 19521036288 607968 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
[pid=15079/tid=15121] ppid=15072 vsize=19063512 memory=2431872 CPUtime=0 cores=5,7
/proc/15079/task/15121/stat : 15121 (Finalizer) S 15072 15079 15006 0 -1 4194368 24 0 1 0 0 0 0 0 20 0 20 0 30166119 19521036288 607968 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
[pid=15079/tid=15151] ppid=15072 vsize=19063512 memory=2431872 CPUtime=0 cores=5,7
/proc/15079/task/15151/stat : 15151 (Common-Cleaner) S 15072 15079 15006 0 -1 4194368 72 0 0 0 0 0 0 0 20 0 20 0 30166120 19521036288 607968 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
[pid=15079/tid=15167] ppid=15072 vsize=19063512 memory=14352 CPUtime=0 cores=5,7
/proc/15079/task/15167/stat : 15167 (Timer-0) S 15072 15079 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30166235 19521036288 607968 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
Current children cumulated CPU time: 30.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2431872 KiB

[startup+51.1138 s]
/proc/loadavg: 2.78 1.66 2.12 5/331 15422
/proc/meminfo: memFree=120173232/131382116 swapFree=33010684/33010684
[pid=15079] ppid=15072 vsize=19063512 memory=2442432 CPUtime=56.82 cores=5,7
/proc/15079/stat : 15079 (java) S 15072 15079 15006 0 -1 4194304 35508 0 200 0 5608 74 0 0 20 0 20 0 30166105 19521036288 610608 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
/proc/15079/statm: 4765878 610608 5452 1 0 895603 0
[pid=15079/tid=15090] ppid=15072 vsize=19063512 memory=11008 CPUtime=49.24 cores=5,7
/proc/15079/task/15090/stat : 15090 (java) R 15072 15079 15006 0 -1 4194368 14171 0 161 0 4865 59 0 0 20 0 20 0 30166110 19521036288 610608 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
[pid=15079/tid=15121] ppid=15072 vsize=19063512 memory=14352 CPUtime=0 cores=5,7
/proc/15079/task/15121/stat : 15121 (Finalizer) S 15072 15079 15006 0 -1 4194368 24 0 1 0 0 0 0 0 20 0 20 0 30166119 19521036288 610608 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
[pid=15079/tid=15151] ppid=15072 vsize=19063512 memory=2440328 CPUtime=0 cores=5,7
/proc/15079/task/15151/stat : 15151 (Common-Cleaner) S 15072 15079 15006 0 -1 4194368 72 0 0 0 0 0 0 0 20 0 20 0 30166120 19521036288 610608 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
[pid=15079/tid=15167] ppid=15072 vsize=19063512 memory=1744072 CPUtime=0 cores=5,7
/proc/15079/task/15167/stat : 15167 (Timer-0) S 15072 15079 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30166235 19521036288 610608 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
Current children cumulated CPU time: 56.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2442432 KiB


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

/proc/meminfo: memFree=111188332/131382116 swapFree=33010684/33010684
[pid=15079] ppid=15072 vsize=19130076 memory=6077728 CPUtime=3264.99 cores=5,7
/proc/15079/stat : 15079 (java) S 15072 15079 15006 0 -1 4194304 146109 0 200 0 326120 379 0 0 20 0 21 0 30166105 19589197824 1519432 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
/proc/15079/statm: 4782519 1519432 5452 1 0 1586054 0
[pid=15079/tid=15090] ppid=15072 vsize=19130076 memory=2208 CPUtime=3164.47 cores=5,7
/proc/15079/task/15090/stat : 15090 (java) R 15072 15079 15006 0 -1 4194368 86441 0 161 0 316309 138 0 0 20 0 21 0 30166110 19589197824 1519432 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
[pid=15079/tid=15121] ppid=15072 vsize=19130076 memory=6067460 CPUtime=0 cores=5,7
/proc/15079/task/15121/stat : 15121 (Finalizer) S 15072 15079 15006 0 -1 4194368 24 0 1 0 0 0 0 0 20 0 21 0 30166119 19589197824 1519432 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
[pid=15079/tid=15151] ppid=15072 vsize=19130076 memory=6075676 CPUtime=0 cores=5,7
/proc/15079/task/15151/stat : 15151 (Common-Cleaner) S 15072 15079 15006 0 -1 4194368 2487 0 0 0 0 0 0 0 20 0 21 0 30166120 19589197824 1519432 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
[pid=15079/tid=15167] ppid=15072 vsize=19130076 memory=2982796 CPUtime=0 cores=5,7
/proc/15079/task/15167/stat : 15167 (Timer-0) S 15072 15079 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 30166235 19589197824 1519432 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
Current children cumulated CPU time: 3264.99 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 6077728 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.26 4.18 5/332 15635
/proc/meminfo: memFree=111174744/131382116 swapFree=33010684/33010684
[pid=15079] ppid=15072 vsize=19130076 memory=6090028 CPUtime=3325.57 cores=5,7
/proc/15079/stat : 15079 (java) S 15072 15079 15006 0 -1 4194304 149847 0 200 0 332172 385 0 0 20 0 21 0 30166105 19589197824 1522507 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
/proc/15079/statm: 4782519 1522507 5452 1 0 1586054 0
[pid=15079/tid=15090] ppid=15072 vsize=19130076 memory=14352 CPUtime=3223.59 cores=5,7
/proc/15079/task/15090/stat : 15090 (java) R 15072 15079 15006 0 -1 4194368 89164 0 161 0 322220 139 0 0 20 0 21 0 30166110 19589197824 1522507 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
[pid=15079/tid=15121] ppid=15072 vsize=19130076 memory=1920 CPUtime=0 cores=5,7
/proc/15079/task/15121/stat : 15121 (Finalizer) S 15072 15079 15006 0 -1 4194368 24 0 1 0 0 0 0 0 20 0 21 0 30166119 19589197824 1522507 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
[pid=15079/tid=15151] ppid=15072 vsize=19130076 memory=6090028 CPUtime=0 cores=5,7
/proc/15079/task/15151/stat : 15151 (Common-Cleaner) S 15072 15079 15006 0 -1 4194368 2622 0 0 0 0 0 0 0 20 0 21 0 30166120 19589197824 1522507 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
[pid=15079/tid=15167] ppid=15072 vsize=19130076 memory=6090028 CPUtime=0 cores=5,7
/proc/15079/task/15167/stat : 15167 (Timer-0) S 15072 15079 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 30166235 19589197824 1522507 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
Current children cumulated CPU time: 3325.57 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 6090028 KiB

[startup+3342.3 s]
/proc/loadavg: 4.54 4.34 4.21 5/332 15637
/proc/meminfo: memFree=111141724/131382116 swapFree=33010684/33010684
[pid=15079] ppid=15072 vsize=19130076 memory=6112564 CPUtime=3386.29 cores=5,7
/proc/15079/stat : 15079 (java) S 15072 15079 15006 0 -1 4194304 152256 0 200 0 338240 389 0 0 20 0 21 0 30166105 19589197824 1528141 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
/proc/15079/statm: 4782519 1528141 5452 1 0 1586054 0
[pid=15079/tid=15090] ppid=15072 vsize=19130076 memory=6094124 CPUtime=3282.7 cores=5,7
/proc/15079/task/15090/stat : 15090 (java) R 15072 15079 15006 0 -1 4194368 90679 0 161 0 328130 140 0 0 20 0 21 0 30166110 19589197824 1528141 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
[pid=15079/tid=15121] ppid=15072 vsize=19130076 memory=6102320 CPUtime=0 cores=5,7
/proc/15079/task/15121/stat : 15121 (Finalizer) S 15072 15079 15006 0 -1 4194368 24 0 1 0 0 0 0 0 20 0 21 0 30166119 19589197824 1528141 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
[pid=15079/tid=15151] ppid=15072 vsize=19130076 memory=-6000919498443089774 CPUtime=0 cores=5,7
/proc/15079/task/15151/stat : 15151 (Common-Cleaner) S 15072 15079 15006 0 -1 4194368 2691 0 0 0 0 0 0 0 20 0 21 0 30166120 19589197824 1528141 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
[pid=15079/tid=15167] ppid=15072 vsize=19130076 memory=2208 CPUtime=0 cores=5,7
/proc/15079/task/15167/stat : 15167 (Timer-0) S 15072 15079 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 30166235 19589197824 1528141 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
Current children cumulated CPU time: 3386.29 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 6112564 KiB

[startup+3402.3 s]
/proc/loadavg: 4.87 4.48 4.27 5/331 15639
/proc/meminfo: memFree=111047520/131382116 swapFree=33010684/33010684
[pid=15079] ppid=15072 vsize=19130076 memory=6135096 CPUtime=3447.18 cores=5,7
/proc/15079/stat : 15079 (java) S 15072 15079 15006 0 -1 4194304 155853 0 200 0 344325 393 0 0 20 0 21 0 30166105 19589197824 1533774 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
/proc/15079/statm: 4782519 1533774 5452 1 0 1586054 0
[pid=15079/tid=15090] ppid=15072 vsize=19130076 memory=2208 CPUtime=3341.93 cores=5,7
/proc/15079/task/15090/stat : 15090 (java) R 15072 15079 15006 0 -1 4194368 93348 0 161 0 334053 140 0 0 20 0 21 0 30166110 19589197824 1533774 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
[pid=15079/tid=15121] ppid=15072 vsize=19130076 memory=6133048 CPUtime=0 cores=5,7
/proc/15079/task/15121/stat : 15121 (Finalizer) S 15072 15079 15006 0 -1 4194368 24 0 1 0 0 0 0 0 20 0 21 0 30166119 19589197824 1533774 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
[pid=15079/tid=15151] ppid=15072 vsize=19130076 memory=6133048 CPUtime=0 cores=5,7
/proc/15079/task/15151/stat : 15151 (Common-Cleaner) S 15072 15079 15006 0 -1 4194368 2692 0 0 0 0 0 0 0 20 0 21 0 30166120 19589197824 1533774 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
[pid=15079/tid=15167] ppid=15072 vsize=19130076 memory=17152 CPUtime=0 cores=5,7
/proc/15079/task/15167/stat : 15167 (Timer-0) S 15072 15079 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 30166235 19589197824 1533774 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
Current children cumulated CPU time: 3447.18 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 6135096 KiB

[startup+3462.3 s]
/proc/loadavg: 4.32 4.39 4.25 5/333 15643
/proc/meminfo: memFree=111014768/131382116 swapFree=33010684/33010684
[pid=15079] ppid=15072 vsize=19130076 memory=6165816 CPUtime=3507.82 cores=5,7
/proc/15079/stat : 15079 (java) S 15072 15079 15006 0 -1 4194304 158940 0 200 0 350384 398 0 0 20 0 21 0 30166105 19589197824 1541454 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
/proc/15079/statm: 4782519 1541454 5452 1 0 1586054 0
[pid=15079/tid=15090] ppid=15072 vsize=19130076 memory=2208 CPUtime=3401.16 cores=5,7
/proc/15079/task/15090/stat : 15090 (java) R 15072 15079 15006 0 -1 4194368 95527 0 161 0 339975 141 0 0 20 0 21 0 30166110 19589197824 1541454 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
[pid=15079/tid=15121] ppid=15072 vsize=19130076 memory=6159672 CPUtime=0 cores=5,7
/proc/15079/task/15121/stat : 15121 (Finalizer) S 15072 15079 15006 0 -1 4194368 24 0 1 0 0 0 0 0 20 0 21 0 30166119 19589197824 1541454 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
[pid=15079/tid=15151] ppid=15072 vsize=19130076 memory=14352 CPUtime=0 cores=5,7
/proc/15079/task/15151/stat : 15151 (Common-Cleaner) S 15072 15079 15006 0 -1 4194368 2772 0 0 0 0 0 0 0 20 0 21 0 30166120 19589197824 1541454 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
[pid=15079/tid=15167] ppid=15072 vsize=19130076 memory=-6000919498443089774 CPUtime=0 cores=5,7
/proc/15079/task/15167/stat : 15167 (Timer-0) S 15072 15079 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 30166235 19589197824 1541454 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
Current children cumulated CPU time: 3507.82 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 6165816 KiB

[startup+3522.3 s]
/proc/loadavg: 4.49 4.41 4.27 5/330 15645
/proc/meminfo: memFree=110990244/131382116 swapFree=33010684/33010684
[pid=15079] ppid=15072 vsize=19130076 memory=6184248 CPUtime=3568.22 cores=5,7
/proc/15079/stat : 15079 (java) S 15072 15079 15006 0 -1 4194304 159674 0 200 0 356420 402 0 0 20 0 21 0 30166105 19589197824 1546062 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
/proc/15079/statm: 4782519 1546062 5452 1 0 1586054 0
[pid=15079/tid=15090] ppid=15072 vsize=19130076 memory=6184248 CPUtime=3460.58 cores=5,7
/proc/15079/task/15090/stat : 15090 (java) R 15072 15079 15006 0 -1 4194368 95619 0 161 0 345916 142 0 0 20 0 21 0 30166110 19589197824 1546062 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
[pid=15079/tid=15121] ppid=15072 vsize=19130076 memory=0 CPUtime=0 cores=5,7
/proc/15079/task/15121/stat : 15121 (Finalizer) S 15072 15079 15006 0 -1 4194368 24 0 1 0 0 0 0 0 20 0 21 0 30166119 19589197824 1546062 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
[pid=15079/tid=15151] ppid=15072 vsize=19130076 memory=6176056 CPUtime=0 cores=5,7
/proc/15079/task/15151/stat : 15151 (Common-Cleaner) S 15072 15079 15006 0 -1 4194368 2813 0 0 0 0 0 0 0 20 0 21 0 30166120 19589197824 1546062 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
[pid=15079/tid=15167] ppid=15072 vsize=19130076 memory=6184248 CPUtime=0 cores=5,7
/proc/15079/task/15167/stat : 15167 (Timer-0) S 15072 15079 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 30166235 19589197824 1546062 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
Current children cumulated CPU time: 3568.22 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 6184248 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3553.9 s]
/proc/loadavg: 4.81 4.50 4.30 6/330 15646
/proc/meminfo: memFree=110986148/131382116 swapFree=33010684/33010684
[pid=15079] ppid=15072 vsize=19130076 memory=6188344 CPUtime=3600.09 cores=5,7
/proc/15079/stat : 15079 (java) S 15072 15079 15006 0 -1 4194304 160578 0 200 0 359605 404 0 0 20 0 21 0 30166105 19589197824 1547086 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
/proc/15079/statm: 4782519 1547086 5452 1 0 1586054 0
[pid=15079/tid=15090] ppid=15072 vsize=19130076 memory=6184248 CPUtime=3491.67 cores=5,7
/proc/15079/task/15090/stat : 15090 (java) R 15072 15079 15006 0 -1 4194368 96488 0 161 0 349025 142 0 0 20 0 21 0 30166110 19589197824 1547086 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
[pid=15079/tid=15121] ppid=15072 vsize=19130076 memory=6186296 CPUtime=0 cores=5,7
/proc/15079/task/15121/stat : 15121 (Finalizer) S 15072 15079 15006 0 -1 4194368 24 0 1 0 0 0 0 0 20 0 21 0 30166119 19589197824 1547086 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
[pid=15079/tid=15151] ppid=15072 vsize=19130076 memory=6188344 CPUtime=0 cores=5,7
/proc/15079/task/15151/stat : 15151 (Common-Cleaner) S 15072 15079 15006 0 -1 4194368 2813 0 0 0 0 0 0 0 20 0 21 0 30166120 19589197824 1547086 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
[pid=15079/tid=15167] ppid=15072 vsize=19130076 memory=3328 CPUtime=0 cores=5,7
/proc/15079/task/15167/stat : 15167 (Timer-0) S 15072 15079 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 30166235 19589197824 1547086 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 6188344 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.37 s, system=4.07668 s

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

[startup+3554 s]*
/proc/loadavg: 4.81 4.50 4.30 8/331 15649
/proc/meminfo: memFree=110985644/131382116 swapFree=33010684/33010684
[pid=15079] ppid=15072 vsize=19329768 memory=6189112 CPUtime=3600.31 cores=5,7
/proc/15079/stat : 15079 (java) S 15072 15079 15006 0 -1 4194304 162932 0 200 0 359626 405 0 0 20 0 22 0 30166105 19793682432 1547278 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
/proc/15079/statm: 4832442 1547278 5452 1 0 1586973 0
[pid=15079/tid=15090] ppid=15072 vsize=19329768 memory=-6000919476934502254 CPUtime=3491.79 cores=5,7
/proc/15079/task/15090/stat : 15090 (java) R 15072 15079 15006 0 -1 4194368 96533 0 161 0 349037 142 0 0 20 0 22 0 30166110 19793682432 1547278 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
[pid=15079/tid=15121] ppid=15072 vsize=19329768 memory=-4050210904893801104 CPUtime=0 cores=5,7
/proc/15079/task/15121/stat : 15121 (Finalizer) S 15072 15079 15006 0 -1 4194368 24 0 1 0 0 0 0 0 20 0 22 0 30166119 19793682432 1547278 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
[pid=15079/tid=15151] ppid=15072 vsize=19329768 memory=4660 CPUtime=0 cores=5,7
/proc/15079/task/15151/stat : 15151 (Common-Cleaner) S 15072 15079 15006 0 -1 4194368 2813 0 0 0 0 0 0 0 20 0 22 0 30166120 19793682432 1547278 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
[pid=15079/tid=15648] ppid=15072 vsize=19329768 memory=4916 CPUtime=0.02 cores=5,7
/proc/15079/task/15648/stat : 15648 (Thread-0) R 15072 15079 15006 0 -1 4194368 449 0 0 0 2 0 0 0 20 0 22 0 30521497 19793682432 1547278 18446744073709551615 94372548694016 94372548697712 140726862848608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94372548705528 94372548706320 94372556292096 140726862854526 140726862854630 140726862854630 140726862860232 0
Current children cumulated CPU time: 3600.31 s
Current children cumulated vsize: 19329768 KiB
Current children cumulated memory: 6189112 KiB

Child status: 143

Real time (s): 3554.09
CPU time (s): 3600.44
CPU user time (s): 3596.37
CPU system time (s): 4.07668
CPU usage (%): 101.304
Max. virtual memory (cumulated for all children) (KiB): 19329768
Max. memory (cumulated for all children) (KiB): 6189112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.37
system time used= 4.07668
maximum resident set size= 6189368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 163243
page faults= 200
swaps= 0
block input operations= 11960
block output operations= 3744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 127670
involuntary context switches= 16019


# summary of solver processes directly reported to runsolver:
#   pid: 15079
#   total CPU time (s): 3600.44
#   total CPU user time (s): 3596.37
#   total CPU system time (s): 4.07668

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.817 second user time and 35.9838 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-06-28 23:07:47
IDJOB=4491758
IDBENCH=147736
IDSOLVER=3361
FILE ID=nodeC010/4491758-1751144867
RUNJOBID= nodeC010-1751144867-15024
SLURM_JOB_ID= 9587444
Free space on /tmp= 433052 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/normalized-ooo.burch_dill.6.accl.ucl.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4491758-1751144867/watcher-4491758-1751144867 -o /tmp/evaluation-result-4491758-1751144867/solver-4491758-1751144867 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751144867-15024 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4491758-1751144867.opb

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

MD5SUM BENCH= d06d89796adb8259df968e568daeeb68
RANDOM SEED=689591211

nodeC010 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		: 1197.146
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.36
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		: 1197.124
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.36
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.281
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.36
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.288
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.36
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		: 1197.088
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.36
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.149
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.36
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.148
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.36
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.076
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        130290588 kB
MemAvailable:   129924768 kB
Buffers:            3280 kB
Cached:           434756 kB
SwapCached:            0 kB
Active:           321736 kB
Inactive:         177512 kB
Active(anon):      79176 kB
Inactive(anon):        0 kB
Active(file):     242560 kB
Inactive(file):   177512 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              8732 kB
Writeback:             0 kB
AnonPages:         64460 kB
Mapped:           102728 kB
Shmem:             17960 kB
KReclaimable:      84168 kB
Slab:             162064 kB
SReclaimable:      84168 kB
SUnreclaim:        77896 kB
KernelStack:        3952 kB
PageTables:         2952 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     333760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149304 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 433048 MiB
End job on nodeC010 at 2025-06-29 00:07:01