Trace number 4508097

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.24 3571.65

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/
EmployeeScheduling/normalized-jun5.5.opb
MD5SUM5d17a5a2908f0ead03acb71ed633b69a
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 benchmark145
Best CPU time to get the best result obtained on this benchmark22.4114
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9324
Total number of constraints28660
Number of constraints which are clauses26656
Number of constraints which are cardinality constraints (but not clauses)240
Number of constraints which are nor clauses,nor cardinality constraints1764
Minimum length of a constraint2
Maximum length of a constraint240
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 670
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.00/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.10	c See www.sat4j.org for details.
0.13/0.11	c version PB25.v20250606
0.13/0.13	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.13	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.13	c java.vm.version	22.0.1+8-16
0.13/0.13	c java.vm.vendor	Oracle Corporation
0.13/0.13	c sun.arch.data.model	64
0.13/0.13	c java.version		22.0.1
0.13/0.13	c os.name		Linux
0.13/0.13	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.13/0.13	c os.arch		amd64
0.13/0.13	c Free memory 		2104792832
0.13/0.13	c Max memory 		16282288128
0.13/0.13	c Total memory 		2113929216
0.13/0.13	c Number of processors 	2
0.13/0.20	c Pseudo Boolean Optimization by upper bound
0.13/0.20	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.20	c  - never skip resolution steps
0.13/0.20	c  - Auto-division on coefficients is disabled
0.13/0.20	c  - No postprocessing
0.13/0.20	c  - Conflict is considered as is when resolving
0.13/0.20	c  - Use constraints as they come during conflict analysis
0.13/0.20	c  - Weaken first using unassigned literals
0.13/0.20	c  - Bump strategy: ALWAYS_ONE
0.13/0.20	c  - Bumper: EFFECTIVE
0.13/0.20	c --- Begin Solver configuration ---
0.13/0.20	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.13/0.20	c Learn all clauses as in MiniSAT
0.13/0.20	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.20	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.20	c No reason simplification
0.13/0.20	c Dynamic restart strategy considering the size of the coefficients
0.13/0.20	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.13/0.20	c timeout=2147483s
0.13/0.20	c DB Simplification allowed=false
0.13/0.20	c Listener: none
0.13/0.20	c --- End Solver configuration ---
0.13/0.20	c solving HOME/instance-4508097-1751512548.opb
0.13/0.20	c reading problem ... 
0.13/0.20	c using VERIPB proof format
0.13/0.20	c  objective function found
2.16/1.27	c ... done. Wall clock time 1.057s.
2.16/1.27	c declared #vars     9324
2.16/1.27	c #constraints  28660
2.16/1.27	c constraints type 
2.16/1.27	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 15988
2.16/1.27	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 296
2.16/1.27	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 868
2.16/1.27	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 11508
2.16/1.27	c 28660 constraints processed.
2.16/1.29	c objective function length is 26 literals
7.11/3.73	c cleaning 2500 clauses out of 5007 with flag 0/5007
10.25/5.40	c cleaning 4246 clauses out of 8500 with flag 0/11000
15.42/10.01	c cleaning 5617 clauses out of 11254 with flag 0/18000
20.03/14.38	c cleaning 6813 clauses out of 13637 with flag 0/26000
25.72/19.81	c cleaning 7909 clauses out of 15826 with flag 0/35002
31.25/25.18	c cleaning 8947 clauses out of 17916 with flag 0/45001
38.25/31.74	c cleaning 9977 clauses out of 19969 with flag 0/56001
43.10/36.51	c cleaning 10988 clauses out of 21991 with flag 0/68000
51.68/44.93	c cleaning 11995 clauses out of 24005 with flag 0/81002
62.68/55.72	c cleaning 12996 clauses out of 26010 with flag 0/95002
73.50/66.31	c cleaning 14000 clauses out of 28012 with flag 0/110000
86.47/79.05	c cleaning 14999 clauses out of 30013 with flag 0/126001
100.29/92.58	c cleaning 15997 clauses out of 32013 with flag 0/143000
117.09/109.05	c cleaning 17003 clauses out of 34017 with flag 0/161001
142.08/133.97	c cleaning 17998 clauses out of 36013 with flag 0/180000
168.53/160.29	c cleaning 18998 clauses out of 38015 with flag 0/200000
195.75/187.29	c cleaning 20005 clauses out of 40017 with flag 0/221000
220.10/211.24	c cleaning 21000 clauses out of 42012 with flag 0/243000
236.39/227.06	c cleaning 21998 clauses out of 44013 with flag 0/266001
254.79/244.83	c cleaning 22998 clauses out of 46014 with flag 0/290000
273.56/262.97	c cleaning 23991 clauses out of 48016 with flag 0/315000
297.81/286.52	c cleaning 24992 clauses out of 50025 with flag 0/341000
322.54/310.44	c cleaning 26013 clauses out of 52035 with flag 0/368002
367.81/351.98	c cleaning 26996 clauses out of 54020 with flag 0/396000
433.19/415.98	c cleaning 27999 clauses out of 56024 with flag 0/425000
490.61/472.59	c cleaning 28999 clauses out of 58025 with flag 0/455000
567.64/550.60	c cleaning 29997 clauses out of 60026 with flag 0/486000
687.49/668.73	c cleaning 31013 clauses out of 62031 with flag 0/518002
886.33/865.56	c cleaning 32008 clauses out of 64016 with flag 0/551000
983.27/975.36	c cleaning 32992 clauses out of 66008 with flag 0/585000
1029.37/1020.33	c cleaning 33981 clauses out of 68016 with flag 0/620000
1084.24/1073.86	c cleaning 35004 clauses out of 70036 with flag 0/656001
1139.23/1129.32	c cleaning 36007 clauses out of 72031 with flag 0/693000
1200.97/1191.21	c cleaning 37004 clauses out of 74024 with flag 0/731000
1274.53/1263.67	c cleaning 37999 clauses out of 76022 with flag 0/770002
1387.73/1374.94	c cleaning 39007 clauses out of 78023 with flag 0/810002
1484.72/1473.46	c cleaning 39999 clauses out of 80015 with flag 0/851001
1545.71/1533.04	c cleaning 40997 clauses out of 82015 with flag 0/893000
1626.82/1612.74	c cleaning 42003 clauses out of 84020 with flag 0/936002
1721.85/1706.10	c cleaning 43002 clauses out of 86015 with flag 0/980000
1812.01/1796.89	c cleaning 43999 clauses out of 88013 with flag 0/1025000
1981.33/1964.19	c cleaning 45003 clauses out of 90014 with flag 0/1071000
2049.60/2031.02	c cleaning 45987 clauses out of 92012 with flag 0/1118001
2109.97/2088.81	c cleaning 46997 clauses out of 94024 with flag 0/1166000
2429.27/2409.96	c cleaning 48008 clauses out of 96027 with flag 0/1215000
2782.49/2759.07	c cleaning 49003 clauses out of 98021 with flag 0/1265002
3134.44/3109.12	c cleaning 50002 clauses out of 100017 with flag 0/1316001
3527.51/3499.72	c cleaning 50997 clauses out of 102016 with flag 0/1368002
3600.02/3571.53	c timeout
3600.02/3571.53	c starts		: 469
3600.02/3571.54	c conflicts		: 1384991
3600.02/3571.54	c decisions		: 1785325
3600.02/3571.54	c propagations		: 66815650
3600.02/3571.54	c inspects		: 4598881236
3600.02/3571.54	c shortcuts		: 0
3600.02/3571.55	c learnt literals	: 0
3600.02/3571.55	c learnt binary clauses	: 188
3600.02/3571.55	c learnt ternary clauses	: 637
3600.02/3571.55	c learnt constraints	: 1384991
3600.02/3571.55	c ignored constraints	: 0
3600.02/3571.55	c root simplifications	: 0
3600.02/3571.55	c removed literals (reason simplification)	: 0
3600.02/3571.55	c reason swapping (by a shorter reason)	: 0
3600.02/3571.55	c Calls to reduceDB	: 48
3600.02/3571.55	c Number of update (reduction) of LBD	: 1441923
3600.02/3571.55	c Imported unit clauses	: 0
3600.02/3571.55	c No decision after first conflict	: false
3600.02/3571.55	c number of reductions to clauses (during analyze)	: 0
3600.02/3571.55	c number of learned constraints concerned by reduction	: 0
3600.02/3571.55	c number of learning phase by resolution	: 0
3600.02/3571.55	c number of learning phase by cutting planes	: 0
3600.02/3571.55	c number of rounding to 1 operations	: 0
3600.02/3571.55	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3571.55	c number of reductions of the coefficients by power 2 	: 0
3600.02/3571.55	c number of right shift for reduction by power 2 	: 0
3600.02/3571.55	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3571.55	c number of ending skipping 	: 0
3600.02/3571.55	c number of internal skipping 	: 0
3600.02/3571.55	c number of derivation steps 	: 20008436
3600.02/3571.55	c number of skipped derivation steps 	: 0
3600.02/3571.55	c number of remaining unassigned 	: 91937
3600.02/3571.55	c number of remaining assigned 	: 323704411
3600.02/3571.55	c number of falsified literals weakened from reason	: 0
3600.02/3571.55	c number of falsified literals weakened from conflict	: 0
3600.02/3571.55	c time for arithmetic operations	: 8033236714
3600.02/3571.55	c minimum degree of deleted constraints	: 1
3600.02/3571.55	c maximum degree of deleted constraints	: 112619538192530116239540790253044313088
3600.02/3571.55	c number of deleted constraints	: 1316983
3600.02/3571.56	c speed (assignments/second)	: 18714.557804075346
3600.02/3571.56	c non guided choices	: 106890
3600.02/3571.60	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 4539
3600.02/3571.60	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 11878
3600.02/3571.60	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 188
3600.02/3571.60	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 51403
3600.02/3571.60	s UNKNOWN
3600.02/3571.60	c Total wall clock time (in seconds): 3571.402

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=73540, runsolver pid=73537

[startup+0.100072 s]*
/proc/loadavg: 4.44 4.23 4.19 5/326 73558
/proc/meminfo: memFree=118355484/131382112 swapFree=33009904/33010684
[pid=73540] ppid=73537 vsize=18930384 memory=51736 CPUtime=0.13 cores=0,2
/proc/73540/stat : 73540 (java) S 73537 73540 72521 0 -1 4194304 6084 0 0 0 11 2 0 0 20 0 18 0 66933732 19384713216 12934 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
/proc/73540/statm: 4732596 12934 5336 1 0 547211 0
[pid=73540/tid=73542] ppid=73537 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/73540/task/73542/stat : 73542 (java) R 73537 73540 72521 0 -1 4194368 4910 0 0 0 6 1 0 0 20 0 18 0 66933733 19384713216 12934 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
[pid=73540/tid=73551] ppid=73537 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/73540/task/73551/stat : 73551 (Finalizer) S 73537 73540 72521 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 66933736 19384713216 12934 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
[pid=73540/tid=73558] ppid=73537 vsize=18930384 memory=61792617516369 CPUtime=0 cores=0,2
/proc/73540/task/73558/stat : 73558 (Common-Cleaner) S 73537 73540 72521 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 66933736 19384713216 12934 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51736 KiB

[startup+0.214035 s]*
/proc/loadavg: 4.44 4.23 4.19 6/326 73558
/proc/meminfo: memFree=118269216/131382112 swapFree=33009904/33010684
[pid=73540] ppid=73537 vsize=18930384 memory=61232 CPUtime=0.31 cores=0,2
/proc/73540/stat : 73540 (java) S 73537 73540 72521 0 -1 4194304 6953 0 0 0 28 3 0 0 20 0 18 0 66933732 19384713216 15308 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
/proc/73540/statm: 4732596 15308 5336 1 0 547941 0
[pid=73540/tid=73542] ppid=73537 vsize=18930384 memory=4026728732 CPUtime=0.17 cores=0,2
/proc/73540/task/73542/stat : 73542 (java) S 73537 73540 72521 0 -1 4194368 5418 0 0 0 15 2 0 0 20 0 18 0 66933733 19384713216 15308 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
[pid=73540/tid=73551] ppid=73537 vsize=18930384 memory=1593 CPUtime=0 cores=0,2
/proc/73540/task/73551/stat : 73551 (Finalizer) S 73537 73540 72521 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 66933736 19384713216 15308 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
[pid=73540/tid=73558] ppid=73537 vsize=18930384 memory=60693105869820 CPUtime=0 cores=0,2
/proc/73540/task/73558/stat : 73558 (Common-Cleaner) S 73537 73540 72521 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 66933736 19384713216 15308 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61232 KiB

[startup+0.313983 s]*
/proc/loadavg: 4.44 4.23 4.19 6/326 73558
/proc/meminfo: memFree=118190636/131382112 swapFree=33009904/33010684
[pid=73540] ppid=73537 vsize=18930384 memory=74692 CPUtime=0.5 cores=0,2
/proc/73540/stat : 73540 (java) S 73537 73540 72521 0 -1 4194304 7127 0 0 0 47 3 0 0 20 0 18 0 66933732 19384713216 18673 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
/proc/73540/statm: 4732596 18673 5432 1 0 548029 0
[pid=73540/tid=73542] ppid=73537 vsize=18930384 memory=-6000919477035034984 CPUtime=0.22 cores=0,2
/proc/73540/task/73542/stat : 73542 (java) R 73537 73540 72521 0 -1 4194368 5443 0 0 0 20 2 0 0 20 0 18 0 66933733 19384713216 18673 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
[pid=73540/tid=73551] ppid=73537 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/73540/task/73551/stat : 73551 (Finalizer) S 73537 73540 72521 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 66933736 19384713216 18673 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
[pid=73540/tid=73558] ppid=73537 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/73540/task/73558/stat : 73558 (Common-Cleaner) S 73537 73540 72521 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 66933736 19384713216 18673 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 74692 KiB

[startup+0.700389 s]
/proc/loadavg: 4.44 4.23 4.19 7/327 73559
/proc/meminfo: memFree=117923456/131382112 swapFree=33009904/33010684
[pid=73540] ppid=73537 vsize=18996948 memory=531444 CPUtime=1.17 cores=0,2
/proc/73540/stat : 73540 (java) S 73537 73540 72521 0 -1 4194304 12249 0 0 0 104 13 0 0 20 0 19 0 66933732 19452874752 132861 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
/proc/73540/statm: 4749237 132861 5464 1 0 551747 0
[pid=73540/tid=73542] ppid=73537 vsize=18996948 memory=18560 CPUtime=0.52 cores=0,2
/proc/73540/task/73542/stat : 73542 (java) R 73537 73540 72521 0 -1 4194368 5666 0 0 0 42 10 0 0 20 0 19 0 66933733 19452874752 132861 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
[pid=73540/tid=73551] ppid=73537 vsize=18996948 memory=11264 CPUtime=0 cores=0,2
/proc/73540/task/73551/stat : 73551 (Finalizer) S 73537 73540 72521 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 66933736 19452874752 132861 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
[pid=73540/tid=73558] ppid=73537 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/73540/task/73558/stat : 73558 (Common-Cleaner) S 73537 73540 72521 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 66933736 19452874752 132861 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 531444 KiB

[startup+1.50025 s]
/proc/loadavg: 4.44 4.23 4.19 7/327 73559
/proc/meminfo: memFree=116737192/131382112 swapFree=33009904/33010684
[pid=73540] ppid=73537 vsize=19063512 memory=1877588 CPUtime=2.75 cores=0,2
/proc/73540/stat : 73540 (java) S 73537 73540 72521 0 -1 4194304 21382 0 0 0 232 43 0 0 20 0 20 0 66933732 19521036288 469397 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
/proc/73540/statm: 4765878 469397 5496 1 0 1144780 0
[pid=73540/tid=73542] ppid=73537 vsize=19063512 memory=3200 CPUtime=1.18 cores=0,2
/proc/73540/task/73542/stat : 73542 (java) R 73537 73540 72521 0 -1 4194368 6480 0 0 0 81 37 0 0 20 0 20 0 66933733 19521036288 469397 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
[pid=73540/tid=73551] ppid=73537 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/73540/task/73551/stat : 73551 (Finalizer) S 73537 73540 72521 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66933736 19521036288 469397 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
[pid=73540/tid=73558] ppid=73537 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/73540/task/73558/stat : 73558 (Common-Cleaner) S 73537 73540 72521 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 66933736 19521036288 469397 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
Current children cumulated CPU time: 2.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1877588 KiB

[startup+3.10596 s]
/proc/loadavg: 4.56 4.26 4.20 7/328 73560
/proc/meminfo: memFree=115174604/131382112 swapFree=33009904/33010684
[pid=73540] ppid=73537 vsize=19063512 memory=2586448 CPUtime=5.94 cores=0,2
/proc/73540/stat : 73540 (java) S 73537 73540 72521 0 -1 4194304 22816 0 0 0 535 59 0 0 20 0 20 0 66933732 19521036288 646612 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
/proc/73540/statm: 4765878 646612 5496 1 0 1145333 0
[pid=73540/tid=73542] ppid=73537 vsize=19063512 memory=11264 CPUtime=2.7 cores=0,2
/proc/73540/task/73542/stat : 73542 (java) R 73537 73540 72521 0 -1 4194368 6830 0 0 0 219 51 0 0 20 0 20 0 66933733 19521036288 646612 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
[pid=73540/tid=73551] ppid=73537 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/73540/task/73551/stat : 73551 (Finalizer) S 73537 73540 72521 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66933736 19521036288 646612 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
[pid=73540/tid=73558] ppid=73537 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/73540/task/73558/stat : 73558 (Common-Cleaner) S 73537 73540 72521 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 66933736 19521036288 646612 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
[pid=73540/tid=73560] ppid=73537 vsize=19063512 memory=5276 CPUtime=0 cores=0,2
/proc/73540/task/73560/stat : 73560 (Timer-0) S 73537 73540 72521 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66933862 19521036288 646612 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
Current children cumulated CPU time: 5.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2586448 KiB

[startup+6.30027 s]
/proc/loadavg: 4.56 4.26 4.20 7/328 73560
/proc/meminfo: memFree=114017772/131382112 swapFree=33009904/33010684
[pid=73540] ppid=73537 vsize=19063512 memory=3637056 CPUtime=11.68 cores=0,2
/proc/73540/stat : 73540 (java) S 73537 73540 72521 0 -1 4194304 25122 0 0 0 1087 81 0 0 20 0 20 0 66933732 19521036288 909264 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
/proc/73540/statm: 4765878 909264 5528 1 0 1145564 0
[pid=73540/tid=73542] ppid=73537 vsize=19063512 memory=0 CPUtime=5.85 cores=0,2
/proc/73540/task/73542/stat : 73542 (java) R 73537 73540 72521 0 -1 4194368 7413 0 0 0 512 73 0 0 20 0 20 0 66933733 19521036288 909264 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
[pid=73540/tid=73551] ppid=73537 vsize=19063512 memory=4283932234721037686 CPUtime=0 cores=0,2
/proc/73540/task/73551/stat : 73551 (Finalizer) S 73537 73540 72521 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66933736 19521036288 909264 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
[pid=73540/tid=73558] ppid=73537 vsize=19063512 memory=-6000919477035034984 CPUtime=0 cores=0,2
/proc/73540/task/73558/stat : 73558 (Common-Cleaner) S 73537 73540 72521 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 66933736 19521036288 909264 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
[pid=73540/tid=73560] ppid=73537 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/73540/task/73560/stat : 73560 (Timer-0) S 73537 73540 72521 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66933862 19521036288 909264 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
Current children cumulated CPU time: 11.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3637056 KiB

[startup+12.7005 s]
/proc/loadavg: 4.47 4.25 4.20 6/328 73560
/proc/meminfo: memFree=113986188/131382112 swapFree=33009904/33010684
[pid=73540] ppid=73537 vsize=19063512 memory=3662504 CPUtime=18.32 cores=0,2
/proc/73540/stat : 73540 (java) S 73537 73540 72521 0 -1 4194304 25990 0 0 0 1749 83 0 0 20 0 20 0 66933732 19521036288 915626 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
/proc/73540/statm: 4765878 915626 5560 1 0 1145565 0
[pid=73540/tid=73542] ppid=73537 vsize=19063512 memory=0 CPUtime=11.91 cores=0,2
/proc/73540/task/73542/stat : 73542 (java) R 73537 73540 72521 0 -1 4194368 8053 0 0 0 1117 74 0 0 20 0 20 0 66933733 19521036288 915626 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
[pid=73540/tid=73551] ppid=73537 vsize=19063512 memory=3662376 CPUtime=0 cores=0,2
/proc/73540/task/73551/stat : 73551 (Finalizer) S 73537 73540 72521 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66933736 19521036288 915626 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
[pid=73540/tid=73558] ppid=73537 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/73540/task/73558/stat : 73558 (Common-Cleaner) S 73537 73540 72521 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 66933736 19521036288 915626 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
[pid=73540/tid=73560] ppid=73537 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/73540/task/73560/stat : 73560 (Timer-0) S 73537 73540 72521 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66933862 19521036288 915626 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
Current children cumulated CPU time: 18.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3662504 KiB

[startup+25.5005 s]
/proc/loadavg: 4.40 4.24 4.19 6/327 73561
/proc/meminfo: memFree=113129824/131382112 swapFree=33009904/33010684
[pid=73540] ppid=73537 vsize=19063512 memory=4328028 CPUtime=31.73 cores=0,2
/proc/73540/stat : 73540 (java) S 73537 73540 72521 0 -1 4194304 32653 0 0 0 3074 99 0 0 20 0 20 0 66933732 19521036288 1081495 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
/proc/73540/statm: 4765878 1082007 5560 1 0 1765976 0
[pid=73540/tid=73542] ppid=73537 vsize=19063512 memory=-6000919477035034984 CPUtime=24.15 cores=0,2
/proc/73540/task/73542/stat : 73542 (java) R 73537 73540 72521 0 -1 4194368 10099 0 0 0 2327 88 0 0 20 0 20 0 66933733 19521036288 1082007 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
[pid=73540/tid=73551] ppid=73537 vsize=19063512 memory=3199 CPUtime=0 cores=0,2
/proc/73540/task/73551/stat : 73551 (Finalizer) S 73537 73540 72521 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66933736 19521036288 1082007 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
[pid=73540/tid=73558] ppid=73537 vsize=19063512 memory=3662632 CPUtime=0 cores=0,2
/proc/73540/task/73558/stat : 73558 (Common-Cleaner) S 73537 73540 72521 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 66933736 19521036288 1082007 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
[pid=73540/tid=73560] ppid=73537 vsize=19063512 memory=3662632 CPUtime=0 cores=0,2
/proc/73540/task/73560/stat : 73560 (Timer-0) S 73537 73540 72521 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66933862 19521036288 1082007 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
Current children cumulated CPU time: 31.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4328028 KiB

[startup+51.1138 s]
/proc/loadavg: 4.33 4.24 4.19 6/330 73564
/proc/meminfo: memFree=110882188/131382112 swapFree=33009904/33010684
[pid=73540] ppid=73537 vsize=19063512 memory=6105840 CPUtime=57.99 cores=0,2
/proc/73540/stat : 73540 (java) S 73537 73540 72521 0 -1 4194304 37194 0 0 0 5661 138 0 0 20 0 20 0 66933732 19521036288 1526460 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
/proc/73540/statm: 4765878 1526460 5560 1 0 1766010 0
[pid=73540/tid=73542] ppid=73537 vsize=19063512 memory=6105840 CPUtime=49.01 cores=0,2
/proc/73540/task/73542/stat : 73542 (java) R 73537 73540 72521 0 -1 4194368 13546 0 0 0 4776 125 0 0 20 0 20 0 66933733 19521036288 1526460 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
[pid=73540/tid=73551] ppid=73537 vsize=19063512 memory=-6000919477035034984 CPUtime=0 cores=0,2
/proc/73540/task/73551/stat : 73551 (Finalizer) S 73537 73540 72521 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66933736 19521036288 1526460 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
[pid=73540/tid=73558] ppid=73537 vsize=19063512 memory=6103644 CPUtime=0 cores=0,2
/proc/73540/task/73558/stat : 73558 (Common-Cleaner) S 73537 73540 72521 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 66933736 19521036288 1526460 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
[pid=73540/tid=73560] ppid=73537 vsize=19063512 memory=3664732 CPUtime=0 cores=0,2
/proc/73540/task/73560/stat : 73560 (Timer-0) S 73537 73540 72521 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66933862 19521036288 1526460 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0

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

[startup+3222.3 s]
/proc/loadavg: 4.17 4.24 4.26 5/331 73804
/proc/meminfo: memFree=101687644/131382112 swapFree=33009904/33010684
[pid=73540] ppid=73537 vsize=19063512 memory=7019844 CPUtime=3247.36 cores=0,2
/proc/73540/stat : 73540 (java) S 73537 73540 72521 0 -1 4194304 255027 0 0 0 324155 581 0 0 20 0 20 0 66933732 19521036288 1754961 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
/proc/73540/statm: 4765878 1754961 5560 1 0 1768805 0
[pid=73540/tid=73542] ppid=73537 vsize=19063512 memory=7019716 CPUtime=3114.5 cores=0,2
/proc/73540/task/73542/stat : 73542 (java) R 73537 73540 72521 0 -1 4194368 136119 0 0 0 311129 321 0 0 20 0 20 0 66933733 19521036288 1754961 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
[pid=73540/tid=73551] ppid=73537 vsize=19063512 memory=-6000919477035034984 CPUtime=0 cores=0,2
/proc/73540/task/73551/stat : 73551 (Finalizer) S 73537 73540 72521 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66933736 19521036288 1754961 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
[pid=73540/tid=73558] ppid=73537 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/73540/task/73558/stat : 73558 (Common-Cleaner) S 73537 73540 72521 0 -1 4194368 2275 0 0 0 0 0 0 0 20 0 20 0 66933736 19521036288 1754961 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
[pid=73540/tid=73560] ppid=73537 vsize=19063512 memory=7019844 CPUtime=0 cores=0,2
/proc/73540/task/73560/stat : 73560 (Timer-0) S 73537 73540 72521 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66933862 19521036288 1754961 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
Current children cumulated CPU time: 3247.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7019844 KiB

[startup+3282.3 s]
/proc/loadavg: 4.27 4.24 4.26 5/330 73806
/proc/meminfo: memFree=101659692/131382112 swapFree=33009904/33010684
[pid=73540] ppid=73537 vsize=19063512 memory=7019844 CPUtime=3308.17 cores=0,2
/proc/73540/stat : 73540 (java) S 73537 73540 72521 0 -1 4194304 258690 0 0 0 330231 586 0 0 20 0 20 0 66933732 19521036288 1754961 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
/proc/73540/statm: 4765878 1754961 5560 1 0 1768805 0
[pid=73540/tid=73542] ppid=73537 vsize=19063512 memory=7019844 CPUtime=3173.28 cores=0,2
/proc/73540/task/73542/stat : 73542 (java) R 73537 73540 72521 0 -1 4194368 138911 0 0 0 317006 322 0 0 20 0 20 0 66933733 19521036288 1754961 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
[pid=73540/tid=73551] ppid=73537 vsize=19063512 memory=7019844 CPUtime=0 cores=0,2
/proc/73540/task/73551/stat : 73551 (Finalizer) S 73537 73540 72521 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66933736 19521036288 1754961 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
[pid=73540/tid=73558] ppid=73537 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/73540/task/73558/stat : 73558 (Common-Cleaner) S 73537 73540 72521 0 -1 4194368 2276 0 0 0 0 0 0 0 20 0 20 0 66933736 19521036288 1754961 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
[pid=73540/tid=73560] ppid=73537 vsize=19063512 memory=7019844 CPUtime=0 cores=0,2
/proc/73540/task/73560/stat : 73560 (Timer-0) S 73537 73540 72521 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66933862 19521036288 1754961 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
Current children cumulated CPU time: 3308.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7019844 KiB

[startup+3342.3 s]
/proc/loadavg: 4.17 4.21 4.25 5/330 73808
/proc/meminfo: memFree=101626660/131382112 swapFree=33009904/33010684
[pid=73540] ppid=73537 vsize=19063512 memory=7019844 CPUtime=3368.79 cores=0,2
/proc/73540/stat : 73540 (java) S 73537 73540 72521 0 -1 4194304 261952 0 0 0 336287 592 0 0 20 0 20 0 66933732 19521036288 1754961 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
/proc/73540/statm: 4765878 1754961 5560 1 0 1768805 0
[pid=73540/tid=73542] ppid=73537 vsize=19063512 memory=14720 CPUtime=3232.28 cores=0,2
/proc/73540/task/73542/stat : 73542 (java) R 73537 73540 72521 0 -1 4194368 141225 0 0 0 322904 324 0 0 20 0 20 0 66933733 19521036288 1754961 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
[pid=73540/tid=73551] ppid=73537 vsize=19063512 memory=7019844 CPUtime=0 cores=0,2
/proc/73540/task/73551/stat : 73551 (Finalizer) S 73537 73540 72521 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66933736 19521036288 1754961 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
[pid=73540/tid=73558] ppid=73537 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/73540/task/73558/stat : 73558 (Common-Cleaner) S 73537 73540 72521 0 -1 4194368 2327 0 0 0 0 0 0 0 20 0 20 0 66933736 19521036288 1754961 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
[pid=73540/tid=73560] ppid=73537 vsize=19063512 memory=9420 CPUtime=0 cores=0,2
/proc/73540/task/73560/stat : 73560 (Timer-0) S 73537 73540 72521 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66933862 19521036288 1754961 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
Current children cumulated CPU time: 3368.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7019844 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.19 4.24 5/329 73813
/proc/meminfo: memFree=101609904/131382112 swapFree=33009904/33010684
[pid=73540] ppid=73537 vsize=19063512 memory=7019844 CPUtime=3429.35 cores=0,2
/proc/73540/stat : 73540 (java) S 73537 73540 72521 0 -1 4194304 263213 0 0 0 342338 597 0 0 20 0 20 0 66933732 19521036288 1754961 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
/proc/73540/statm: 4765878 1754961 5560 1 0 1768805 0
[pid=73540/tid=73542] ppid=73537 vsize=19063512 memory=7019844 CPUtime=3291.32 cores=0,2
/proc/73540/task/73542/stat : 73542 (java) R 73537 73540 72521 0 -1 4194368 142272 0 0 0 328806 326 0 0 20 0 20 0 66933733 19521036288 1754961 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
[pid=73540/tid=73551] ppid=73537 vsize=19063512 memory=7019844 CPUtime=0 cores=0,2
/proc/73540/task/73551/stat : 73551 (Finalizer) S 73537 73540 72521 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66933736 19521036288 1754961 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
[pid=73540/tid=73558] ppid=73537 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/73540/task/73558/stat : 73558 (Common-Cleaner) S 73537 73540 72521 0 -1 4194368 2385 0 0 0 0 0 0 0 20 0 20 0 66933736 19521036288 1754961 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
[pid=73540/tid=73560] ppid=73537 vsize=19063512 memory=18560 CPUtime=0 cores=0,2
/proc/73540/task/73560/stat : 73560 (Timer-0) S 73537 73540 72521 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66933862 19521036288 1754961 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
Current children cumulated CPU time: 3429.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7019844 KiB

[startup+3462.3 s]
/proc/loadavg: 4.19 4.20 4.24 5/328 73815
/proc/meminfo: memFree=101589624/131382112 swapFree=33009904/33010684
[pid=73540] ppid=73537 vsize=19063512 memory=7019844 CPUtime=3489.89 cores=0,2
/proc/73540/stat : 73540 (java) S 73537 73540 72521 0 -1 4194304 266899 0 0 0 348385 604 0 0 20 0 20 0 66933732 19521036288 1754961 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
/proc/73540/statm: 4765878 1754961 5560 1 0 1768805 0
[pid=73540/tid=73542] ppid=73537 vsize=19063512 memory=7019844 CPUtime=3350.4 cores=0,2
/proc/73540/task/73542/stat : 73542 (java) R 73537 73540 72521 0 -1 4194368 145051 0 0 0 334712 328 0 0 20 0 20 0 66933733 19521036288 1754961 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
[pid=73540/tid=73551] ppid=73537 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/73540/task/73551/stat : 73551 (Finalizer) S 73537 73540 72521 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66933736 19521036288 1754961 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
[pid=73540/tid=73558] ppid=73537 vsize=19063512 memory=18560 CPUtime=0 cores=0,2
/proc/73540/task/73558/stat : 73558 (Common-Cleaner) S 73537 73540 72521 0 -1 4194368 2386 0 0 0 0 0 0 0 20 0 20 0 66933736 19521036288 1754961 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
[pid=73540/tid=73560] ppid=73537 vsize=19063512 memory=7019844 CPUtime=0 cores=0,2
/proc/73540/task/73560/stat : 73560 (Timer-0) S 73537 73540 72521 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66933862 19521036288 1754961 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
Current children cumulated CPU time: 3489.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7019844 KiB

[startup+3522.3 s]
/proc/loadavg: 4.17 4.19 4.23 5/329 73818
/proc/meminfo: memFree=101575356/131382112 swapFree=33009904/33010684
[pid=73540] ppid=73537 vsize=19063512 memory=7019844 CPUtime=3550.33 cores=0,2
/proc/73540/stat : 73540 (java) S 73537 73540 72521 0 -1 4194304 270187 0 0 0 354422 611 0 0 20 0 20 0 66933732 19521036288 1754961 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
/proc/73540/statm: 4765878 1754961 5560 1 0 1768805 0
[pid=73540/tid=73542] ppid=73537 vsize=19063512 memory=7019844 CPUtime=3409.45 cores=0,2
/proc/73540/task/73542/stat : 73542 (java) R 73537 73540 72521 0 -1 4194368 147437 0 0 0 340615 330 0 0 20 0 20 0 66933733 19521036288 1754961 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
[pid=73540/tid=73551] ppid=73537 vsize=19063512 memory=7019844 CPUtime=0 cores=0,2
/proc/73540/task/73551/stat : 73551 (Finalizer) S 73537 73540 72521 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66933736 19521036288 1754961 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
[pid=73540/tid=73558] ppid=73537 vsize=19063512 memory=7019844 CPUtime=0.01 cores=0,2
/proc/73540/task/73558/stat : 73558 (Common-Cleaner) S 73537 73540 72521 0 -1 4194368 2433 0 0 0 0 1 0 0 20 0 20 0 66933736 19521036288 1754961 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
[pid=73540/tid=73560] ppid=73537 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/73540/task/73560/stat : 73560 (Timer-0) S 73537 73540 72521 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66933862 19521036288 1754961 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
Current children cumulated CPU time: 3550.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7019844 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3571.5 s]
/proc/loadavg: 3.99 4.16 4.22 4/304 73857
/proc/meminfo: memFree=107403272/131382112 swapFree=33009904/33010684
[pid=73540] ppid=73537 vsize=19063512 memory=7019844 CPUtime=3600.02 cores=0,2
/proc/73540/stat : 73540 (java) S 73537 73540 72521 0 -1 4194304 270725 0 0 0 359385 617 0 0 20 0 20 0 66933732 19521036288 1754961 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
/proc/73540/statm: 4765878 1754961 5560 1 0 1768805 0
[pid=73540/tid=73542] ppid=73537 vsize=19063512 memory=7019844 CPUtime=3457.85 cores=0,2
/proc/73540/task/73542/stat : 73542 (java) R 73537 73540 72521 0 -1 4194368 147878 0 0 0 345453 332 0 0 20 0 20 0 66933733 19521036288 1754961 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
[pid=73540/tid=73551] ppid=73537 vsize=19063512 memory=7019844 CPUtime=0 cores=0,2
/proc/73540/task/73551/stat : 73551 (Finalizer) S 73537 73540 72521 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66933736 19521036288 1754961 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
[pid=73540/tid=73558] ppid=73537 vsize=19063512 memory=7019844 CPUtime=0.01 cores=0,2
/proc/73540/task/73558/stat : 73558 (Common-Cleaner) S 73537 73540 72521 0 -1 4194368 2477 0 0 0 0 1 0 0 20 0 20 0 66933736 19521036288 1754961 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
[pid=73540/tid=73560] ppid=73537 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/73540/task/73560/stat : 73560 (Timer-0) S 73537 73540 72521 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66933862 19521036288 1754961 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7019844 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.03 s, system=6.21736 s

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

[startup+3571.61 s]
/proc/loadavg: 3.99 4.16 4.22 4/304 73857
/proc/meminfo: memFree=107403272/131382112 swapFree=33009904/33010684
[pid=73540] ppid=73537 vsize=19263204 memory=7020996 CPUtime=3600.19 cores=0,2
/proc/73540/stat : 73540 (java) S 73537 73540 72521 0 -1 4194304 273239 0 0 0 359402 617 0 0 20 0 18 0 66933732 19725520896 1755249 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
/proc/73540/statm: 4815801 1755249 5592 1 0 1769784 0
[pid=73540/tid=73542] ppid=73537 vsize=19263204 memory=5276 CPUtime=3457.88 cores=0,2
/proc/73540/task/73542/stat : 73542 (java) S 73537 73540 72521 0 -1 4194368 148264 0 0 0 345456 332 0 0 20 0 18 0 66933733 19725520896 1755249 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
[pid=73540/tid=73551] ppid=73537 vsize=19263204 memory=7019844 CPUtime=0 cores=0,2
/proc/73540/task/73551/stat : 73551 (Finalizer) S 73537 73540 72521 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 66933736 19725520896 1755249 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
[pid=73540/tid=73558] ppid=73537 vsize=19263204 memory=3200 CPUtime=0.01 cores=0,2
/proc/73540/task/73558/stat : 73558 (Common-Cleaner) S 73537 73540 72521 0 -1 4194368 2477 0 0 0 0 1 0 0 20 0 18 0 66933736 19725520896 1755249 18446744073709551615 94728374784000 94728374787696 140733790154496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94728374795512 94728374796304 94728391081984 140733790161197 140733790161382 140733790161382 140733790166984 0
Current children cumulated CPU time: 3600.19 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 7020996 KiB

Child status: 143

Real time (s): 3571.65
CPU time (s): 3600.24
CPU user time (s): 3594.03
CPU system time (s): 6.21736
CPU usage (%): 100.801
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 7020996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.03
system time used= 6.21736
maximum resident set size= 7021124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 273271
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1146024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 131881
involuntary context switches= 16229


# summary of solver processes directly reported to runsolver:
#   pid: 73540
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3594.03
#   total CPU system time (s): 6.21736

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 21.6157 second user time and 36.6189 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-07-03 05:15:48
IDJOB=4508097
IDBENCH=158394
IDSOLVER=3362
FILE ID=nodeC001/4508097-1751512548
RUNJOBID= nodeC001-1751505361-72531
SLURM_JOB_ID= 9598597
Free space on /tmp= 432440 MiB

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

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

MD5SUM BENCH= 5d17a5a2908f0ead03acb71ed633b69a
RANDOM SEED=1733002331

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		: 3493.080
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		: 1895.516
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.171
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		: 1197.083
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.740
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		: 3660.360
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		: 3700.000
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		: 1197.771
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:        118473756 kB
MemAvailable:   119639404 kB
Buffers:            1668 kB
Cached:          1960768 kB
SwapCached:           32 kB
Active:         10658576 kB
Inactive:        1651428 kB
Active(anon):   10342968 kB
Inactive(anon):    22528 kB
Active(file):     315608 kB
Inactive(file):  1628900 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              9852 kB
Writeback:             0 kB
AnonPages:      10350716 kB
Mapped:           123568 kB
Shmem:             17900 kB
KReclaimable:     121148 kB
Slab:             206292 kB
SReclaimable:     121148 kB
SUnreclaim:        85144 kB
KernelStack:        5008 kB
PageTables:        23756 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   14182472 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150296 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10098688 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= 432504 MiB
End job on nodeC001 at 2025-07-03 06:15:20