Trace number 4508143

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j CP VeriPB 2025-06-06? (TO) 3600.25 3604.83

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/
EmployeeScheduling/normalized-aug6.5.opb
MD5SUM83ba36613360d6ce9be489830858dbc7
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark43
Best CPU time to get the best result obtained on this benchmark5362.1
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9632
Total number of constraints29620
Number of constraints which are clauses27555
Number of constraints which are cardinality constraints (but not clauses)245
Number of constraints which are nor clauses,nor cardinality constraints1820
Minimum length of a constraint2
Maximum length of a constraint248
Number of terms in the objective function 26
Biggest coefficient in the objective function 20
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 211
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 160
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 687
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.12/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.17	c See www.sat4j.org for details.
0.12/0.19	c version PB25.v20250606
0.12/0.21	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.21	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.21	c java.vm.version	22.0.1+8-16
0.12/0.21	c java.vm.vendor	Oracle Corporation
0.12/0.21	c sun.arch.data.model	64
0.12/0.21	c java.version		22.0.1
0.12/0.21	c os.name		Linux
0.12/0.21	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.21	c os.arch		amd64
0.28/0.23	c Free memory 		2104792832
0.28/0.23	c Max memory 		16282288128
0.28/0.23	c Total memory 		2113929216
0.28/0.24	c Number of processors 	2
0.44/0.40	c Pseudo Boolean Optimization by upper bound
0.44/0.40	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.44/0.40	c  - never skip resolution steps
0.44/0.40	c  - Auto-division on coefficients is disabled
0.44/0.40	c  - No postprocessing
0.44/0.40	c  - Conflict is considered as is when resolving
0.44/0.40	c  - Use constraints as they come during conflict analysis
0.44/0.40	c  - Weaken first using unassigned literals
0.44/0.40	c  - Bump strategy: ALWAYS_ONE
0.44/0.40	c  - Bumper: EFFECTIVE
0.44/0.40	c --- Begin Solver configuration ---
0.44/0.40	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.44/0.40	c Learn all clauses as in MiniSAT
0.44/0.40	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.44/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.44/0.40	c No reason simplification
0.44/0.40	c Dynamic restart strategy considering the size of the coefficients
0.44/0.40	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.44/0.40	c timeout=2147483s
0.44/0.40	c DB Simplification allowed=false
0.44/0.40	c Listener: none
0.44/0.40	c --- End Solver configuration ---
0.44/0.40	c solving HOME/instance-4508143-1751512656.opb
0.44/0.40	c reading problem ... 
0.44/0.42	c using VERIPB proof format
0.44/0.42	c  objective function found
2.68/1.55	c ... done. Wall clock time 1.147s.
2.68/1.55	c declared #vars     9632
2.68/1.55	c #constraints  29620
2.68/1.55	c constraints type 
2.68/1.55	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 16520
2.68/1.55	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 301
2.68/1.55	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 896
2.68/1.55	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 11903
2.68/1.55	c 29620 constraints processed.
2.68/1.56	c objective function length is 26 literals
7.02/3.77	c cleaning 2496 clauses out of 5002 with flag 0/5002
11.20/6.49	c cleaning 4252 clauses out of 8509 with flag 0/11005
14.11/8.80	c cleaning 5618 clauses out of 11252 with flag 0/18000
19.97/14.50	c cleaning 6809 clauses out of 13636 with flag 0/26002
24.55/18.87	c cleaning 7907 clauses out of 15825 with flag 0/35000
29.24/23.56	c cleaning 8954 clauses out of 17920 with flag 0/45002
35.25/29.51	c cleaning 9978 clauses out of 19965 with flag 0/56001
43.57/37.88	c cleaning 10991 clauses out of 21989 with flag 0/68003
49.54/43.79	c cleaning 11986 clauses out of 23995 with flag 0/81000
57.68/51.76	c cleaning 13003 clauses out of 26010 with flag 0/95001
66.11/60.03	c cleaning 13994 clauses out of 28010 with flag 0/110004
75.31/69.75	c cleaning 14997 clauses out of 30014 with flag 0/126002
89.64/83.79	c cleaning 15999 clauses out of 32015 with flag 0/143000
108.18/101.79	c cleaning 17004 clauses out of 34016 with flag 0/161000
128.27/121.39	c cleaning 17999 clauses out of 36012 with flag 0/180000
153.94/146.72	c cleaning 18999 clauses out of 38013 with flag 0/200000
169.55/161.92	c cleaning 19996 clauses out of 40016 with flag 0/221002
188.16/179.98	c cleaning 20995 clauses out of 42019 with flag 0/243001
210.50/201.22	c cleaning 21995 clauses out of 44023 with flag 0/266000
230.25/220.96	c cleaning 23005 clauses out of 46030 with flag 0/290002
252.94/243.28	c cleaning 24002 clauses out of 48025 with flag 0/315002
279.99/270.30	c cleaning 25007 clauses out of 50021 with flag 0/341000
306.88/296.88	c cleaning 25990 clauses out of 52015 with flag 0/368001
332.84/322.21	c cleaning 26998 clauses out of 54025 with flag 0/396001
362.63/351.72	c cleaning 28012 clauses out of 56029 with flag 0/425003
400.64/389.39	c cleaning 28998 clauses out of 58016 with flag 0/455002
431.23/422.37	c cleaning 29996 clauses out of 60016 with flag 0/486000
466.94/457.58	c cleaning 30991 clauses out of 62021 with flag 0/518001
504.98/494.99	c cleaning 31996 clauses out of 64030 with flag 0/551001
558.50/547.72	c cleaning 33011 clauses out of 66034 with flag 0/585001
609.04/597.77	c cleaning 34001 clauses out of 68026 with flag 0/620004
670.65/655.87	c cleaning 35003 clauses out of 70023 with flag 0/656002
752.61/737.15	c cleaning 35987 clauses out of 72018 with flag 0/693000
864.51/862.96	c cleaning 37005 clauses out of 74031 with flag 0/731000
982.11/979.67	c cleaning 38009 clauses out of 76031 with flag 0/770005
1107.98/1105.32	c cleaning 38993 clauses out of 78018 with flag 0/810001
1258.15/1255.02	c cleaning 40001 clauses out of 80025 with flag 0/851001
1405.86/1405.30	c cleaning 41001 clauses out of 82025 with flag 0/893002
1573.63/1571.99	c cleaning 42003 clauses out of 84022 with flag 0/936000
1769.09/1768.43	c cleaning 42999 clauses out of 86021 with flag 0/980002
1983.74/1981.83	c cleaning 44003 clauses out of 88021 with flag 0/1025001
2231.97/2233.78	c cleaning 44999 clauses out of 90017 with flag 0/1071000
2470.07/2473.67	c cleaning 45996 clauses out of 92018 with flag 0/1118000
2698.02/2703.52	c cleaning 47005 clauses out of 94026 with flag 0/1166004
2958.75/2964.63	c cleaning 48004 clauses out of 96021 with flag 0/1215004
3255.38/3262.16	c cleaning 48993 clauses out of 98013 with flag 0/1265000
3552.71/3557.85	c cleaning 50006 clauses out of 100026 with flag 0/1316006
3600.03/3604.72	c timeout
3600.03/3604.72	c starts		: 882
3600.03/3604.73	c conflicts		: 1332449
3600.03/3604.73	c decisions		: 1769026
3600.03/3604.73	c propagations		: 63392462
3600.03/3604.73	c inspects		: 4356184203
3600.03/3604.73	c shortcuts		: 0
3600.03/3604.73	c learnt literals	: 0
3600.03/3604.73	c learnt binary clauses	: 98
3600.03/3604.73	c learnt ternary clauses	: 152
3600.03/3604.73	c learnt constraints	: 1332449
3600.03/3604.73	c ignored constraints	: 0
3600.03/3604.73	c root simplifications	: 0
3600.03/3604.73	c removed literals (reason simplification)	: 0
3600.03/3604.73	c reason swapping (by a shorter reason)	: 0
3600.03/3604.73	c Calls to reduceDB	: 47
3600.03/3604.73	c Number of update (reduction) of LBD	: 1319011
3600.03/3604.73	c Imported unit clauses	: 0
3600.03/3604.73	c No decision after first conflict	: false
3600.03/3604.73	c number of reductions to clauses (during analyze)	: 0
3600.03/3604.73	c number of learned constraints concerned by reduction	: 0
3600.03/3604.73	c number of learning phase by resolution	: 0
3600.03/3604.73	c number of learning phase by cutting planes	: 0
3600.03/3604.73	c number of rounding to 1 operations	: 0
3600.03/3604.73	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3604.73	c number of reductions of the coefficients by power 2 	: 0
3600.03/3604.73	c number of right shift for reduction by power 2 	: 0
3600.03/3604.73	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3604.74	c number of ending skipping 	: 0
3600.03/3604.74	c number of internal skipping 	: 0
3600.03/3604.74	c number of derivation steps 	: 18630523
3600.03/3604.74	c number of skipped derivation steps 	: 0
3600.03/3604.74	c number of remaining unassigned 	: 15652
3600.03/3604.74	c number of remaining assigned 	: 349214651
3600.03/3604.74	c number of falsified literals weakened from reason	: 0
3600.03/3604.74	c number of falsified literals weakened from conflict	: 0
3600.03/3604.74	c time for arithmetic operations	: 6272227844
3600.03/3604.74	c minimum degree of deleted constraints	: 1
3600.03/3604.74	c maximum degree of deleted constraints	: 63744711523200
3600.03/3604.74	c number of deleted constraints	: 1265986
3600.03/3604.75	c speed (assignments/second)	: 17593.505614771864
3600.03/3604.75	c non guided choices	: 59476
3600.03/3604.79	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 3483
3600.03/3604.79	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 17006
3600.03/3604.79	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 98
3600.03/3604.79	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 45876
3600.03/3604.79	s UNKNOWN
3600.03/3604.79	c Total wall clock time (in seconds): 3604.393

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4508143-1751512656/watcher-4508143-1751512656 -o /tmp/evaluation-result-4508143-1751512656/solver-4508143-1751512656 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751505361-72534 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4508143-1751512656 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4508143-1751512656.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=73615, runsolver pid=73612
Current StackSize limit: 8192 KiB


[startup+0.100073 s]*
/proc/loadavg: 4.28 4.24 4.19 7/330 73633
/proc/meminfo: memFree=114531684/131382112 swapFree=33009904/33010684
[pid=73615] ppid=73612 vsize=18930384 memory=48096 CPUtime=0.12 cores=5,7
/proc/73615/stat : 73615 (java) S 73612 73615 72521 0 -1 4194304 5734 0 0 0 9 3 0 0 20 0 18 0 66944528 19384713216 12024 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
/proc/73615/statm: 4732596 12024 5315 1 0 546955 0
[pid=73615/tid=73617] ppid=73612 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/73615/task/73617/stat : 73617 (java) R 73612 73615 72521 0 -1 4194368 4632 0 0 0 5 2 0 0 20 0 18 0 66944529 19384713216 12024 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
[pid=73615/tid=73626] ppid=73612 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/73615/task/73626/stat : 73626 (Finalizer) S 73612 73615 72521 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 66944534 19384713216 12024 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
[pid=73615/tid=73633] ppid=73612 vsize=18930384 memory=61792617516369 CPUtime=0 cores=5,7
/proc/73615/task/73633/stat : 73633 (Common-Cleaner) S 73612 73615 72521 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 66944535 19384713216 12024 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48096 KiB

[startup+0.218317 s]*
/proc/loadavg: 4.28 4.24 4.19 8/330 73633
/proc/meminfo: memFree=114531684/131382112 swapFree=33009904/33010684
[pid=73615] ppid=73612 vsize=18930384 memory=53220 CPUtime=0.28 cores=5,7
/proc/73615/stat : 73615 (java) S 73612 73615 72521 0 -1 4194304 6457 0 0 0 25 3 0 0 20 0 18 0 66944528 19384713216 13305 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
/proc/73615/statm: 4732596 13305 5347 1 0 547534 0
[pid=73615/tid=73617] ppid=73612 vsize=18930384 memory=4026728732 CPUtime=0.17 cores=5,7
/proc/73615/task/73617/stat : 73617 (java) R 73612 73615 72521 0 -1 4194368 4986 0 0 0 15 2 0 0 20 0 18 0 66944529 19384713216 13305 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
[pid=73615/tid=73626] ppid=73612 vsize=18930384 memory=1593 CPUtime=0 cores=5,7
/proc/73615/task/73626/stat : 73626 (Finalizer) S 73612 73615 72521 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 66944534 19384713216 13305 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
[pid=73615/tid=73633] ppid=73612 vsize=18930384 memory=60693105869820 CPUtime=0 cores=5,7
/proc/73615/task/73633/stat : 73633 (Common-Cleaner) S 73612 73615 72521 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 66944535 19384713216 13305 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53220 KiB

[startup+0.313964 s]*
/proc/loadavg: 4.28 4.24 4.19 7/330 73633
/proc/meminfo: memFree=114515300/131382112 swapFree=33009904/33010684
[pid=73615] ppid=73612 vsize=18930384 memory=58544 CPUtime=0.44 cores=5,7
/proc/73615/stat : 73615 (java) S 73612 73615 72521 0 -1 4194304 6737 0 0 0 40 4 0 0 20 0 18 0 66944528 19384713216 14636 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
/proc/73615/statm: 4732596 14636 5379 1 0 547747 0
[pid=73615/tid=73617] ppid=73612 vsize=18930384 memory=-6000919498543360360 CPUtime=0.27 cores=5,7
/proc/73615/task/73617/stat : 73617 (java) R 73612 73615 72521 0 -1 4194368 5195 0 0 0 24 3 0 0 20 0 18 0 66944529 19384713216 14668 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
[pid=73615/tid=73626] ppid=73612 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/73615/task/73626/stat : 73626 (Finalizer) S 73612 73615 72521 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 66944534 19384713216 14668 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
[pid=73615/tid=73633] ppid=73612 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/73615/task/73633/stat : 73633 (Common-Cleaner) S 73612 73615 72521 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 66944535 19384713216 14668 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58544 KiB

[startup+0.700338 s]
/proc/loadavg: 4.28 4.24 4.19 7/330 73633
/proc/meminfo: memFree=114507108/131382112 swapFree=33009904/33010684
[pid=73615] ppid=73612 vsize=18931448 memory=150124 CPUtime=1.12 cores=5,7
/proc/73615/stat : 73615 (java) S 73612 73615 72521 0 -1 4194304 8278 0 0 0 105 7 0 0 20 0 18 0 66944528 19385802752 37531 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
/proc/73615/statm: 4732862 37531 5443 1 0 548928 0
[pid=73615/tid=73617] ppid=73612 vsize=18931448 memory=18560 CPUtime=0.58 cores=5,7
/proc/73615/task/73617/stat : 73617 (java) R 73612 73615 72521 0 -1 4194368 5452 0 0 0 53 5 0 0 20 0 18 0 66944529 19385802752 37531 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
[pid=73615/tid=73626] ppid=73612 vsize=18931448 memory=11264 CPUtime=0 cores=5,7
/proc/73615/task/73626/stat : 73626 (Finalizer) S 73612 73615 72521 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 66944534 19385802752 37531 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
[pid=73615/tid=73633] ppid=73612 vsize=18931448 memory=3200 CPUtime=0 cores=5,7
/proc/73615/task/73633/stat : 73633 (Common-Cleaner) S 73612 73615 72521 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 66944535 19385802752 37531 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 18931448 KiB
Current children cumulated memory: 150124 KiB

[startup+1.50029 s]
/proc/loadavg: 4.28 4.24 4.19 6/331 73634
/proc/meminfo: memFree=114160272/131382112 swapFree=33009904/33010684
[pid=73615] ppid=73612 vsize=18996948 memory=1304468 CPUtime=2.68 cores=5,7
/proc/73615/stat : 73615 (java) S 73612 73615 72521 0 -1 4194304 17132 0 0 0 236 32 0 0 20 0 19 0 66944528 19452874752 326117 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
/proc/73615/statm: 4749237 326117 5475 1 0 552794 0
[pid=73615/tid=73617] ppid=73612 vsize=18996948 memory=3200 CPUtime=1.32 cores=5,7
/proc/73615/task/73617/stat : 73617 (java) R 73612 73615 72521 0 -1 4194368 6072 0 0 0 105 27 0 0 20 0 19 0 66944529 19452874752 326117 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
[pid=73615/tid=73626] ppid=73612 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/73615/task/73626/stat : 73626 (Finalizer) S 73612 73615 72521 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 66944534 19452874752 326117 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
[pid=73615/tid=73633] ppid=73612 vsize=18996948 memory=11264 CPUtime=0 cores=5,7
/proc/73615/task/73633/stat : 73633 (Common-Cleaner) S 73612 73615 72521 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 66944535 19452874752 326117 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
Current children cumulated CPU time: 2.68 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1304468 KiB

[startup+3.10582 s]
/proc/loadavg: 4.28 4.24 4.19 6/332 73635
/proc/meminfo: memFree=113007712/131382112 swapFree=33009904/33010684
[pid=73615] ppid=73612 vsize=19063512 memory=1639396 CPUtime=5.84 cores=5,7
/proc/73615/stat : 73615 (java) S 73612 73615 72521 0 -1 4194304 23956 0 0 0 544 40 0 0 20 0 20 0 66944528 19521036288 409849 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
/proc/73615/statm: 4765878 409849 5507 1 0 1082570 0
[pid=73615/tid=73617] ppid=73612 vsize=19063512 memory=11264 CPUtime=2.77 cores=5,7
/proc/73615/task/73617/stat : 73617 (java) R 73612 73615 72521 0 -1 4194368 6483 0 0 0 244 33 0 0 20 0 20 0 66944529 19521036288 409849 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
[pid=73615/tid=73626] ppid=73612 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/73615/task/73626/stat : 73626 (Finalizer) S 73612 73615 72521 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66944534 19521036288 409849 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
[pid=73615/tid=73633] ppid=73612 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/73615/task/73633/stat : 73633 (Common-Cleaner) S 73612 73615 72521 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 66944535 19521036288 409849 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
[pid=73615/tid=73635] ppid=73612 vsize=19063512 memory=5276 CPUtime=0 cores=5,7
/proc/73615/task/73635/stat : 73635 (Timer-0) S 73612 73615 72521 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66944685 19521036288 409849 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
Current children cumulated CPU time: 5.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1639396 KiB

[startup+6.3004 s]
/proc/loadavg: 4.34 4.25 4.20 6/332 73635
/proc/meminfo: memFree=111148012/131382112 swapFree=33009904/33010684
[pid=73615] ppid=73612 vsize=19063512 memory=3391648 CPUtime=11.05 cores=5,7
/proc/73615/stat : 73615 (java) S 73612 73615 72521 0 -1 4194304 25451 0 0 0 1028 77 0 0 20 0 20 0 66944528 19521036288 847912 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
/proc/73615/statm: 4765878 847912 5539 1 0 1082677 0
[pid=73615/tid=73617] ppid=73612 vsize=19063512 memory=0 CPUtime=5.84 cores=5,7
/proc/73615/task/73617/stat : 73617 (java) R 73612 73615 72521 0 -1 4194368 7689 0 0 0 515 69 0 0 20 0 20 0 66944529 19521036288 847912 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
[pid=73615/tid=73626] ppid=73612 vsize=19063512 memory=4283932234721037686 CPUtime=0 cores=5,7
/proc/73615/task/73626/stat : 73626 (Finalizer) S 73612 73615 72521 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66944534 19521036288 847912 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
[pid=73615/tid=73633] ppid=73612 vsize=19063512 memory=-6000919498543360360 CPUtime=0 cores=5,7
/proc/73615/task/73633/stat : 73633 (Common-Cleaner) S 73612 73615 72521 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 66944535 19521036288 847912 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
[pid=73615/tid=73635] ppid=73612 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/73615/task/73635/stat : 73635 (Timer-0) S 73612 73615 72521 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66944685 19521036288 847912 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
Current children cumulated CPU time: 11.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3391648 KiB

[startup+12.7004 s]
/proc/loadavg: 4.39 4.27 4.20 6/332 73635
/proc/meminfo: memFree=110623540/131382112 swapFree=33009904/33010684
[pid=73615] ppid=73612 vsize=19063512 memory=3392788 CPUtime=18.17 cores=5,7
/proc/73615/stat : 73615 (java) S 73612 73615 72521 0 -1 4194304 26298 0 0 0 1737 80 0 0 20 0 20 0 66944528 19521036288 848197 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
/proc/73615/statm: 4765878 848197 5571 1 0 1082711 0
[pid=73615/tid=73617] ppid=73612 vsize=19063512 memory=0 CPUtime=11.93 cores=5,7
/proc/73615/task/73617/stat : 73617 (java) R 73612 73615 72521 0 -1 4194368 8439 0 0 0 1122 71 0 0 20 0 20 0 66944529 19521036288 848197 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
[pid=73615/tid=73626] ppid=73612 vsize=19063512 memory=3392788 CPUtime=0 cores=5,7
/proc/73615/task/73626/stat : 73626 (Finalizer) S 73612 73615 72521 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66944534 19521036288 848197 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
[pid=73615/tid=73633] ppid=73612 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/73615/task/73633/stat : 73633 (Common-Cleaner) S 73612 73615 72521 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 66944535 19521036288 848197 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
[pid=73615/tid=73635] ppid=73612 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/73615/task/73635/stat : 73635 (Timer-0) S 73612 73615 72521 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66944685 19521036288 848197 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
Current children cumulated CPU time: 18.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3392788 KiB

[startup+25.5005 s]
/proc/loadavg: 4.30 4.25 4.20 5/332 73635
/proc/meminfo: memFree=109182468/131382112 swapFree=33009904/33010684
[pid=73615] ppid=73612 vsize=19063512 memory=4719104 CPUtime=31.26 cores=5,7
/proc/73615/stat : 73615 (java) S 73612 73615 72521 0 -1 4194304 33515 0 0 0 3014 112 0 0 20 0 20 0 66944528 19521036288 1179776 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
/proc/73615/statm: 4765878 1179776 5571 1 0 1419027 0
[pid=73615/tid=73617] ppid=73612 vsize=19063512 memory=-6000919498543360360 CPUtime=24.13 cores=5,7
/proc/73615/task/73617/stat : 73617 (java) R 73612 73615 72521 0 -1 4194368 10640 0 0 0 2312 101 0 0 20 0 20 0 66944529 19521036288 1179776 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
[pid=73615/tid=73626] ppid=73612 vsize=19063512 memory=3199 CPUtime=0 cores=5,7
/proc/73615/task/73626/stat : 73626 (Finalizer) S 73612 73615 72521 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66944534 19521036288 1179776 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
[pid=73615/tid=73633] ppid=73612 vsize=19063512 memory=4714964 CPUtime=0 cores=5,7
/proc/73615/task/73633/stat : 73633 (Common-Cleaner) S 73612 73615 72521 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 66944535 19521036288 1179776 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
[pid=73615/tid=73635] ppid=73612 vsize=19063512 memory=4286804 CPUtime=0 cores=5,7
/proc/73615/task/73635/stat : 73635 (Timer-0) S 73612 73615 72521 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66944685 19521036288 1179776 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
Current children cumulated CPU time: 31.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4719104 KiB

[startup+51.1142 s]
/proc/loadavg: 4.27 4.25 4.20 5/332 73636
/proc/meminfo: memFree=109031424/131382112 swapFree=33009904/33010684
[pid=73615] ppid=73612 vsize=19063512 memory=4731616 CPUtime=57.1 cores=5,7
/proc/73615/stat : 73615 (java) S 73612 73615 72521 0 -1 4194304 40310 0 0 0 5591 119 0 0 20 0 20 0 66944528 19521036288 1182904 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
/proc/73615/statm: 4765878 1182904 5571 1 0 1419060 0
[pid=73615/tid=73617] ppid=73612 vsize=19063512 memory=4731616 CPUtime=49.13 cores=5,7
/proc/73615/task/73617/stat : 73617 (java) R 73612 73615 72521 0 -1 4194368 13989 0 0 0 4807 106 0 0 20 0 20 0 66944529 19521036288 1182904 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
[pid=73615/tid=73626] ppid=73612 vsize=19063512 memory=-6000919498543360360 CPUtime=0 cores=5,7
/proc/73615/task/73626/stat : 73626 (Finalizer) S 73612 73615 72521 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66944534 19521036288 1182904 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
[pid=73615/tid=73633] ppid=73612 vsize=19063512 memory=4721172 CPUtime=0 cores=5,7
/proc/73615/task/73633/stat : 73633 (Common-Cleaner) S 73612 73615 72521 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 66944535 19521036288 1182904 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
[pid=73615/tid=73635] ppid=73612 vsize=19063512 memory=4714964 CPUtime=0 cores=5,7

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

/proc/73615/task/73626/stat : 73626 (Finalizer) S 73612 73615 72521 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66944534 19521036288 2015645 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
[pid=73615/tid=73633] ppid=73612 vsize=19063512 memory=8062580 CPUtime=0 cores=5,7
/proc/73615/task/73633/stat : 73633 (Common-Cleaner) S 73612 73615 72521 0 -1 4194368 3051 0 0 0 0 0 0 0 20 0 20 0 66944535 19521036288 2015645 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
[pid=73615/tid=73635] ppid=73612 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/73615/task/73635/stat : 73635 (Timer-0) S 73612 73615 72521 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66944685 19521036288 2015645 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
Current children cumulated CPU time: 3215.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8062580 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.19 4.24 5/329 73812
/proc/meminfo: memFree=101615108/131382112 swapFree=33009904/33010684
[pid=73615] ppid=73612 vsize=19063512 memory=8062580 CPUtime=3275.63 cores=5,7
/proc/73615/stat : 73615 (java) S 73612 73615 72521 0 -1 4194304 334822 0 0 0 326896 667 0 0 20 0 20 0 66944528 19521036288 2015645 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
/proc/73615/statm: 4765878 2015645 5571 1 0 2032167 0
[pid=73615/tid=73617] ppid=73612 vsize=19063512 memory=8062580 CPUtime=3164.65 cores=5,7
/proc/73615/task/73617/stat : 73617 (java) R 73612 73615 72521 0 -1 4194368 186258 0 0 0 316072 393 0 0 20 0 20 0 66944529 19521036288 2015645 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
[pid=73615/tid=73626] ppid=73612 vsize=19063512 memory=8062580 CPUtime=0 cores=5,7
/proc/73615/task/73626/stat : 73626 (Finalizer) S 73612 73615 72521 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66944534 19521036288 2015645 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
[pid=73615/tid=73633] ppid=73612 vsize=19063512 memory=315999 CPUtime=0 cores=5,7
/proc/73615/task/73633/stat : 73633 (Common-Cleaner) S 73612 73615 72521 0 -1 4194368 3135 0 0 0 0 0 0 0 20 0 20 0 66944535 19521036288 2015645 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
[pid=73615/tid=73635] ppid=73612 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/73615/task/73635/stat : 73635 (Timer-0) S 73612 73615 72521 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66944685 19521036288 2015645 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
Current children cumulated CPU time: 3275.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8062580 KiB

[startup+3342.3 s]
/proc/loadavg: 4.22 4.20 4.24 5/328 73814
/proc/meminfo: memFree=101594324/131382112 swapFree=33009904/33010684
[pid=73615] ppid=73612 vsize=19063512 memory=8062580 CPUtime=3335.96 cores=5,7
/proc/73615/stat : 73615 (java) S 73612 73615 72521 0 -1 4194304 340553 0 0 0 332921 675 0 0 20 0 20 0 66944528 19521036288 2015645 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
/proc/73615/statm: 4765878 2015645 5571 1 0 2032167 0
[pid=73615/tid=73617] ppid=73612 vsize=19063512 memory=8062580 CPUtime=3223.42 cores=5,7
/proc/73615/task/73617/stat : 73617 (java) R 73612 73615 72521 0 -1 4194368 190507 0 0 0 321946 396 0 0 20 0 20 0 66944529 19521036288 2015645 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
[pid=73615/tid=73626] ppid=73612 vsize=19063512 memory=18560 CPUtime=0 cores=5,7
/proc/73615/task/73626/stat : 73626 (Finalizer) S 73612 73615 72521 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66944534 19521036288 2015645 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
[pid=73615/tid=73633] ppid=73612 vsize=19063512 memory=8062580 CPUtime=0 cores=5,7
/proc/73615/task/73633/stat : 73633 (Common-Cleaner) S 73612 73615 72521 0 -1 4194368 3275 0 0 0 0 0 0 0 20 0 20 0 66944535 19521036288 2015645 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
[pid=73615/tid=73635] ppid=73612 vsize=19063512 memory=8062580 CPUtime=0 cores=5,7
/proc/73615/task/73635/stat : 73635 (Timer-0) S 73612 73615 72521 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66944685 19521036288 2015645 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
Current children cumulated CPU time: 3335.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8062580 KiB

[startup+3402.3 s]
/proc/loadavg: 4.20 4.20 4.24 6/329 73817
/proc/meminfo: memFree=101586084/131382112 swapFree=33009904/33010684
[pid=73615] ppid=73612 vsize=19063512 memory=8062580 CPUtime=3396.46 cores=5,7
/proc/73615/stat : 73615 (java) S 73612 73615 72521 0 -1 4194304 346536 0 0 0 338962 684 0 0 20 0 20 0 66944528 19521036288 2015645 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
/proc/73615/statm: 4765878 2015645 5571 1 0 2032167 0
[pid=73615/tid=73617] ppid=73612 vsize=19063512 memory=14720 CPUtime=3282.09 cores=5,7
/proc/73615/task/73617/stat : 73617 (java) R 73612 73615 72521 0 -1 4194368 195141 0 0 0 327808 401 0 0 20 0 20 0 66944529 19521036288 2015645 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
[pid=73615/tid=73626] ppid=73612 vsize=19063512 memory=8062580 CPUtime=0 cores=5,7
/proc/73615/task/73626/stat : 73626 (Finalizer) S 73612 73615 72521 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66944534 19521036288 2015645 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
[pid=73615/tid=73633] ppid=73612 vsize=19063512 memory=8062580 CPUtime=0 cores=5,7
/proc/73615/task/73633/stat : 73633 (Common-Cleaner) S 73612 73615 72521 0 -1 4194368 3275 0 0 0 0 0 0 0 20 0 20 0 66944535 19521036288 2015645 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
[pid=73615/tid=73635] ppid=73612 vsize=19063512 memory=8062580 CPUtime=0 cores=5,7
/proc/73615/task/73635/stat : 73635 (Timer-0) S 73612 73615 72521 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66944685 19521036288 2015645 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
Current children cumulated CPU time: 3396.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8062580 KiB

[startup+3462.3 s]
/proc/loadavg: 3.99 4.16 4.22 4/304 73857
/proc/meminfo: memFree=107403400/131382112 swapFree=33009904/33010684
[pid=73615] ppid=73612 vsize=19063512 memory=8062580 CPUtime=3456.56 cores=5,7
/proc/73615/stat : 73615 (java) S 73612 73615 72521 0 -1 4194304 351960 0 0 0 344963 693 0 0 20 0 20 0 66944528 19521036288 2015645 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
/proc/73615/statm: 4765878 2015645 5571 1 0 2032167 0
[pid=73615/tid=73617] ppid=73612 vsize=19063512 memory=8062580 CPUtime=3341.17 cores=5,7
/proc/73615/task/73617/stat : 73617 (java) R 73612 73615 72521 0 -1 4194368 198522 0 0 0 333711 406 0 0 20 0 20 0 66944529 19521036288 2015645 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
[pid=73615/tid=73626] ppid=73612 vsize=19063512 memory=8062580 CPUtime=0 cores=5,7
/proc/73615/task/73626/stat : 73626 (Finalizer) S 73612 73615 72521 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66944534 19521036288 2015645 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
[pid=73615/tid=73633] ppid=73612 vsize=19063512 memory=8062580 CPUtime=0 cores=5,7
/proc/73615/task/73633/stat : 73633 (Common-Cleaner) S 73612 73615 72521 0 -1 4194368 3351 0 0 0 0 0 0 0 20 0 20 0 66944535 19521036288 2015645 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
[pid=73615/tid=73635] ppid=73612 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/73615/task/73635/stat : 73635 (Timer-0) S 73612 73615 72521 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66944685 19521036288 2015645 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
Current children cumulated CPU time: 3456.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8062580 KiB

[startup+3522.3 s]
/proc/loadavg: 2.32 3.66 4.05 2/254 73927
/proc/meminfo: memFree=120271912/131382112 swapFree=33009904/33010684
[pid=73615] ppid=73612 vsize=19063512 memory=8062580 CPUtime=3516.98 cores=5,7
/proc/73615/stat : 73615 (java) S 73612 73615 72521 0 -1 4194304 353890 0 0 0 350996 702 0 0 20 0 20 0 66944528 19521036288 2015645 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
/proc/73615/statm: 4765878 2015645 5571 1 0 2032167 0
[pid=73615/tid=73617] ppid=73612 vsize=19063512 memory=11264 CPUtime=3399.99 cores=5,7
/proc/73615/task/73617/stat : 73617 (java) R 73612 73615 72521 0 -1 4194368 200172 0 0 0 339589 410 0 0 20 0 20 0 66944529 19521036288 2015645 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
[pid=73615/tid=73626] ppid=73612 vsize=19063512 memory=18560 CPUtime=0 cores=5,7
/proc/73615/task/73626/stat : 73626 (Finalizer) S 73612 73615 72521 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66944534 19521036288 2015645 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
[pid=73615/tid=73633] ppid=73612 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/73615/task/73633/stat : 73633 (Common-Cleaner) S 73612 73615 72521 0 -1 4194368 3431 0 0 0 0 0 0 0 20 0 20 0 66944535 19521036288 2015645 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
[pid=73615/tid=73635] ppid=73612 vsize=19063512 memory=8062580 CPUtime=0 cores=5,7
/proc/73615/task/73635/stat : 73635 (Timer-0) S 73612 73615 72521 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66944685 19521036288 2015645 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
Current children cumulated CPU time: 3516.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8062580 KiB

[startup+3582.3 s]
/proc/loadavg: 1.59 3.21 3.86 2/253 73929
/proc/meminfo: memFree=120261908/131382112 swapFree=33009904/33010684
[pid=73615] ppid=73612 vsize=19063512 memory=8062580 CPUtime=3577.48 cores=5,7
/proc/73615/stat : 73615 (java) S 73612 73615 72521 0 -1 4194304 360145 0 0 0 357037 711 0 0 20 0 20 0 66944528 19521036288 2015645 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
/proc/73615/statm: 4765878 2015645 5571 1 0 2032167 0
[pid=73615/tid=73617] ppid=73612 vsize=19063512 memory=11264 CPUtime=3458.8 cores=5,7
/proc/73615/task/73617/stat : 73617 (java) R 73612 73615 72521 0 -1 4194368 204311 0 0 0 345465 415 0 0 20 0 20 0 66944529 19521036288 2015645 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
[pid=73615/tid=73626] ppid=73612 vsize=19063512 memory=8062580 CPUtime=0 cores=5,7
/proc/73615/task/73626/stat : 73626 (Finalizer) S 73612 73615 72521 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66944534 19521036288 2015645 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
[pid=73615/tid=73633] ppid=73612 vsize=19063512 memory=8062580 CPUtime=0 cores=5,7
/proc/73615/task/73633/stat : 73633 (Common-Cleaner) S 73612 73615 72521 0 -1 4194368 3511 0 0 0 0 0 0 0 20 0 20 0 66944535 19521036288 2015645 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
[pid=73615/tid=73635] ppid=73612 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/73615/task/73635/stat : 73635 (Timer-0) S 73612 73615 72521 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66944685 19521036288 2015645 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
Current children cumulated CPU time: 3577.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8062580 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3604.7 s]
/proc/loadavg: 1.42 3.06 3.80 2/253 73931
/proc/meminfo: memFree=120260184/131382112 swapFree=33009904/33010684
[pid=73615] ppid=73612 vsize=19063512 memory=8062580 CPUtime=3600.03 cores=5,7
/proc/73615/stat : 73615 (java) S 73612 73615 72521 0 -1 4194304 364837 0 0 0 359288 715 0 0 20 0 20 0 66944528 19521036288 2015645 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
/proc/73615/statm: 4765878 2015645 5571 1 0 2032167 0
[pid=73615/tid=73617] ppid=73612 vsize=19063512 memory=8062580 CPUtime=3480.53 cores=5,7
/proc/73615/task/73617/stat : 73617 (java) R 73612 73615 72521 0 -1 4194368 207240 0 0 0 347635 418 0 0 20 0 20 0 66944529 19521036288 2015645 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
[pid=73615/tid=73626] ppid=73612 vsize=19063512 memory=8062580 CPUtime=0 cores=5,7
/proc/73615/task/73626/stat : 73626 (Finalizer) S 73612 73615 72521 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66944534 19521036288 2015645 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
[pid=73615/tid=73633] ppid=73612 vsize=19063512 memory=8062580 CPUtime=0 cores=5,7
/proc/73615/task/73633/stat : 73633 (Common-Cleaner) S 73612 73615 72521 0 -1 4194368 3511 0 0 0 0 0 0 0 20 0 20 0 66944535 19521036288 2015645 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
[pid=73615/tid=73635] ppid=73612 vsize=19063512 memory=8062580 CPUtime=0 cores=5,7
/proc/73615/task/73635/stat : 73635 (Timer-0) S 73612 73615 72521 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66944685 19521036288 2015645 18446744073709551615 94407144513536 94407144517232 140730408992560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94407144525048 94407144525840 94407170289664 140730408999213 140730408999398 140730408999398 140730409005000 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8062580 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.06 s, system=7.19073 s

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

[startup+3604.8 s]*
/proc/loadavg: 1.39 3.03 3.79 2/235 73934
/proc/meminfo: memFree=122119528/131382112 swapFree=33009904/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3604.83
CPU time (s): 3600.25
CPU user time (s): 3593.06
CPU system time (s): 7.19073
CPU usage (%): 99.8729
Max. virtual memory (cumulated for all children) (KiB): 19068564
Max. memory (cumulated for all children) (KiB): 8062580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.06
system time used= 7.19073
maximum resident set size= 8063604
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 368118
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1098736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 129436
involuntary context switches= 31514


# summary of solver processes directly reported to runsolver:
#   pid: 73615
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3593.06
#   total CPU system time (s): 7.19073

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.2495 second user time and 33.8218 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-07-03 05:17:36
IDJOB=4508143
IDBENCH=158395
IDSOLVER=3362
FILE ID=nodeC001/4508143-1751512656
RUNJOBID= nodeC001-1751505361-72534
SLURM_JOB_ID= 9598597
Free space on /tmp= 432500 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/EmployeeScheduling/normalized-aug6.5.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4508143-1751512656/watcher-4508143-1751512656 -o /tmp/evaluation-result-4508143-1751512656/solver-4508143-1751512656 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751505361-72534 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4508143-1751512656 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4508143-1751512656.opb

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

MD5SUM BENCH= 83ba36613360d6ce9be489830858dbc7
RANDOM SEED=708361810

nodeC001 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		: 3591.899
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.49
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.495
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.49
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.511
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.49
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		: 1198.268
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.49
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.747
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.49
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.174
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.49
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.438
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.49
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		: 1196.518
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        114544204 kB
MemAvailable:   115752140 kB
Buffers:            1668 kB
Cached:          2003180 kB
SwapCached:           32 kB
Active:         14542136 kB
Inactive:        1693724 kB
Active(anon):   14226528 kB
Inactive(anon):    22528 kB
Active(file):     315608 kB
Inactive(file):  1671196 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             16152 kB
Writeback:             0 kB
AnonPages:      14234244 kB
Mapped:           123676 kB
Shmem:             17900 kB
KReclaimable:     121132 kB
Slab:             206264 kB
SReclaimable:     121132 kB
SUnreclaim:        85132 kB
KernelStack:        5072 kB
PageTables:        31564 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   17236420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150376 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  13983744 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432508 MiB
End job on nodeC001 at 2025-07-03 06:17:41