Trace number 4507867

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.14 3582.89

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/
EmployeeScheduling/normalized-sep5.5.opb
MD5SUM57020c0b0c1558ae6f18629e32faebb8
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 benchmark101
Best CPU time to get the best result obtained on this benchmark61.599
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 clauses26659
Number of constraints which are cardinality constraints (but not clauses)237
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.16	c Pseudo Boolean Optimization by upper bound
0.12/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.16	c  - never skip resolution steps
0.12/0.16	c  - Auto-division on coefficients is disabled
0.12/0.16	c  - No postprocessing
0.12/0.16	c  - Conflict is considered as is when resolving
0.12/0.16	c  - Use constraints as they come during conflict analysis
0.12/0.16	c  - Weaken first using unassigned literals
0.12/0.16	c  - Bump strategy: ALWAYS_ONE
0.12/0.16	c  - Bumper: EFFECTIVE
0.12/0.16	c --- Begin Solver configuration ---
0.12/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.12/0.16	c Learn all clauses as in MiniSAT
0.12/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.16	c No reason simplification
0.12/0.16	c Dynamic restart strategy considering the size of the coefficients
0.12/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.12/0.16	c timeout=2147483s
0.12/0.16	c DB Simplification allowed=false
0.12/0.16	c Listener: none
0.12/0.16	c --- End Solver configuration ---
0.12/0.16	c solving HOME/instance-4507867-1751510596.opb
0.12/0.16	c reading problem ... 
0.12/0.16	c using VERIPB proof format
0.12/0.16	c  objective function found
1.65/0.99	c ... done. Wall clock time 0.821s.
1.65/0.99	c declared #vars     9324
1.65/0.99	c #constraints  28660
1.65/0.99	c constraints type 
1.65/0.99	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 15988
1.65/0.99	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 293
1.65/0.99	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 868
1.65/0.99	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 11511
1.65/0.99	c 28660 constraints processed.
1.85/1.01	c objective function length is 26 literals
5.42/2.82	c cleaning 2502 clauses out of 5003 with flag 0/5003
8.60/4.82	c cleaning 4236 clauses out of 8498 with flag 0/11000
12.41/8.38	c cleaning 5630 clauses out of 11264 with flag 0/18002
19.82/15.65	c cleaning 6816 clauses out of 13634 with flag 0/26002
27.42/23.03	c cleaning 7907 clauses out of 15816 with flag 0/35000
36.06/31.60	c cleaning 8954 clauses out of 17909 with flag 0/45000
42.53/38.07	c cleaning 9971 clauses out of 19958 with flag 0/56003
52.65/48.12	c cleaning 10979 clauses out of 21985 with flag 0/68001
59.21/54.68	c cleaning 11999 clauses out of 24006 with flag 0/81001
66.84/62.18	c cleaning 12994 clauses out of 26006 with flag 0/95000
79.24/74.36	c cleaning 13995 clauses out of 28012 with flag 0/110000
90.96/85.78	c cleaning 15005 clauses out of 30019 with flag 0/126002
100.78/95.21	c cleaning 15999 clauses out of 32013 with flag 0/143001
115.34/109.33	c cleaning 17003 clauses out of 34013 with flag 0/161000
144.32/137.73	c cleaning 17998 clauses out of 36010 with flag 0/180000
159.08/152.28	c cleaning 18994 clauses out of 38012 with flag 0/200000
179.79/172.56	c cleaning 19995 clauses out of 40018 with flag 0/221000
195.12/187.41	c cleaning 21003 clauses out of 42024 with flag 0/243001
218.45/210.17	c cleaning 21995 clauses out of 44021 with flag 0/266001
240.82/231.84	c cleaning 23004 clauses out of 46025 with flag 0/290000
276.15/266.44	c cleaning 24000 clauses out of 48023 with flag 0/315002
326.66/316.19	c cleaning 24997 clauses out of 50022 with flag 0/341001
349.74/338.66	c cleaning 26002 clauses out of 52026 with flag 0/368002
378.88/367.08	c cleaning 27004 clauses out of 54023 with flag 0/396001
406.85/394.47	c cleaning 27998 clauses out of 56018 with flag 0/425000
441.63/428.65	c cleaning 28997 clauses out of 58020 with flag 0/455000
472.03/458.61	c cleaning 29999 clauses out of 60023 with flag 0/486000
510.29/496.25	c cleaning 31006 clauses out of 62024 with flag 0/518000
549.77/535.01	c cleaning 32002 clauses out of 64019 with flag 0/551001
582.09/566.89	c cleaning 32999 clauses out of 66018 with flag 0/585002
615.91/600.21	c cleaning 33996 clauses out of 68019 with flag 0/620002
719.60/702.82	c cleaning 34999 clauses out of 70021 with flag 0/656000
772.68/755.14	c cleaning 35995 clauses out of 72022 with flag 0/693000
818.37/798.02	c cleaning 36988 clauses out of 74027 with flag 0/731000
854.30/833.00	c cleaning 38000 clauses out of 76040 with flag 0/770001
941.77/918.79	c cleaning 39009 clauses out of 78039 with flag 0/810000
1003.79/981.94	c cleaning 40004 clauses out of 80030 with flag 0/851000
1186.88/1163.55	c cleaning 40999 clauses out of 82026 with flag 0/893000
1337.32/1317.90	c cleaning 42009 clauses out of 84028 with flag 0/936001
1581.06/1562.56	c cleaning 43003 clauses out of 86019 with flag 0/980001
1783.60/1763.70	c cleaning 44003 clauses out of 88015 with flag 0/1025000
2006.12/1984.77	c cleaning 44999 clauses out of 90012 with flag 0/1071000
2162.68/2139.61	c cleaning 45996 clauses out of 92013 with flag 0/1118000
2361.71/2336.72	c cleaning 47003 clauses out of 94018 with flag 0/1166001
2598.16/2572.59	c cleaning 48002 clauses out of 96015 with flag 0/1215001
2705.20/2678.36	c cleaning 48999 clauses out of 98012 with flag 0/1265000
2787.94/2759.33	c cleaning 49993 clauses out of 100013 with flag 0/1316000
3041.04/3025.41	c cleaning 51000 clauses out of 102021 with flag 0/1368001
3181.09/3164.27	c cleaning 52001 clauses out of 104020 with flag 0/1421000
3391.24/3373.45	c cleaning 53003 clauses out of 106020 with flag 0/1475001
3550.60/3534.38	c cleaning 53993 clauses out of 108016 with flag 0/1530000
3600.01/3582.81	c timeout
3600.01/3582.81	c starts		: 457
3600.01/3582.82	c conflicts		: 1558106
3600.01/3582.82	c decisions		: 1958703
3600.01/3582.82	c propagations		: 59836100
3600.01/3582.82	c inspects		: 5498046667
3600.01/3582.82	c shortcuts		: 0
3600.01/3582.82	c learnt literals	: 0
3600.01/3582.82	c learnt binary clauses	: 193
3600.01/3582.82	c learnt ternary clauses	: 470
3600.01/3582.82	c learnt constraints	: 1558105
3600.01/3582.82	c ignored constraints	: 0
3600.01/3582.82	c root simplifications	: 0
3600.01/3582.82	c removed literals (reason simplification)	: 0
3600.01/3582.82	c reason swapping (by a shorter reason)	: 0
3600.01/3582.82	c Calls to reduceDB	: 51
3600.01/3582.82	c Number of update (reduction) of LBD	: 1629933
3600.01/3582.82	c Imported unit clauses	: 0
3600.01/3582.82	c No decision after first conflict	: false
3600.01/3582.82	c number of reductions to clauses (during analyze)	: 0
3600.01/3582.82	c number of learned constraints concerned by reduction	: 0
3600.01/3582.82	c number of learning phase by resolution	: 0
3600.01/3582.82	c number of learning phase by cutting planes	: 0
3600.01/3582.82	c number of rounding to 1 operations	: 0
3600.01/3582.82	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3582.82	c number of reductions of the coefficients by power 2 	: 0
3600.01/3582.82	c number of right shift for reduction by power 2 	: 0
3600.01/3582.82	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3582.82	c number of ending skipping 	: 0
3600.01/3582.82	c number of internal skipping 	: 0
3600.01/3582.82	c number of derivation steps 	: 19434348
3600.01/3582.82	c number of skipped derivation steps 	: 0
3600.01/3582.82	c number of remaining unassigned 	: 44930
3600.01/3582.82	c number of remaining assigned 	: 258691309
3600.01/3582.82	c number of falsified literals weakened from reason	: 0
3600.01/3582.82	c number of falsified literals weakened from conflict	: 0
3600.01/3582.82	c time for arithmetic operations	: 6048137319
3600.01/3582.82	c minimum degree of deleted constraints	: 1
3600.01/3582.82	c maximum degree of deleted constraints	: 15245638096086720
3600.01/3582.82	c number of deleted constraints	: 1475977
3600.01/3582.82	c speed (assignments/second)	: 16705.566968171923
3600.01/3582.82	c non guided choices	: 130802
3600.01/3582.87	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 4772
3600.01/3582.87	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 15589
3600.01/3582.87	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 193
3600.01/3582.87	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 61574
3600.01/3582.87	s UNKNOWN
3600.01/3582.87	c Total wall clock time (in seconds): 3582.707

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (56937 MiB free)
  memory of node 1: 64465 MiB (60206 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=72942, runsolver pid=72939

[startup+0.100061 s]*
/proc/loadavg: 4.12 4.13 4.09 4/316 72960
/proc/meminfo: memFree=119949900/131250000 swapFree=33010684/33010684
[pid=72942] ppid=72939 vsize=18930384 memory=59316 CPUtime=0.12 cores=1,3
/proc/72942/stat : 72942 (java) S 72939 72942 72022 0 -1 4194304 6451 0 0 0 10 2 0 0 20 0 18 0 66682085 19384713216 14829 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
/proc/72942/statm: 4732596 14829 5369 1 0 547587 0
[pid=72942/tid=72944] ppid=72939 vsize=18930384 memory=4026532124 CPUtime=0.08 cores=1,3
/proc/72942/task/72944/stat : 72944 (java) R 72939 72942 72022 0 -1 4194368 5035 0 0 0 6 2 0 0 20 0 18 0 66682086 19384713216 14829 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
[pid=72942/tid=72953] ppid=72939 vsize=18930384 memory=16124 CPUtime=0 cores=1,3
/proc/72942/task/72953/stat : 72953 (Finalizer) S 72939 72942 72022 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 66682088 19384713216 14829 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
[pid=72942/tid=72960] ppid=72939 vsize=18930384 memory=59585004307431 CPUtime=0 cores=1,3
/proc/72942/task/72960/stat : 72960 (Common-Cleaner) S 72939 72942 72022 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 66682089 19384713216 14829 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59316 KiB

[startup+0.205719 s]*
/proc/loadavg: 4.12 4.13 4.09 7/320 72966
/proc/meminfo: memFree=119932840/131250000 swapFree=33010684/33010684
[pid=72942] ppid=72939 vsize=18930384 memory=69732 CPUtime=0.31 cores=1,3
/proc/72942/stat : 72942 (java) S 72939 72942 72022 0 -1 4194304 6909 0 0 0 28 3 0 0 20 0 18 0 66682085 19384713216 17433 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
/proc/72942/statm: 4732596 17433 5433 1 0 547961 0
[pid=72942/tid=72944] ppid=72939 vsize=18930384 memory=3472328300254199928 CPUtime=0.17 cores=1,3
/proc/72942/task/72944/stat : 72944 (java) R 72939 72942 72022 0 -1 4194368 5393 0 0 0 15 2 0 0 20 0 18 0 66682086 19384713216 17433 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
[pid=72942/tid=72953] ppid=72939 vsize=18930384 memory=237112656212 CPUtime=0 cores=1,3
/proc/72942/task/72953/stat : 72953 (Finalizer) S 72939 72942 72022 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 66682088 19384713216 17433 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
[pid=72942/tid=72960] ppid=72939 vsize=18930384 memory=60684515937227 CPUtime=0 cores=1,3
/proc/72942/task/72960/stat : 72960 (Common-Cleaner) S 72939 72942 72022 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 66682089 19384713216 17433 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 69732 KiB

[startup+0.305728 s]*
/proc/loadavg: 4.12 4.13 4.09 6/320 72967
/proc/meminfo: memFree=119835200/131250000 swapFree=33010684/33010684
[pid=72942] ppid=72939 vsize=18996948 memory=160648 CPUtime=0.5 cores=1,3
/proc/72942/stat : 72942 (java) S 72939 72942 72022 0 -1 4194304 8573 0 0 0 45 5 0 0 20 0 19 0 66682085 19452874752 40162 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
/proc/72942/statm: 4749237 40162 5497 1 0 549356 0
[pid=72942/tid=72944] ppid=72939 vsize=18996948 memory=-7667242513926879607 CPUtime=0.24 cores=1,3
/proc/72942/task/72944/stat : 72944 (java) R 72939 72942 72022 0 -1 4194368 5469 0 0 0 20 4 0 0 20 0 19 0 66682086 19452874752 40162 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
[pid=72942/tid=72953] ppid=72939 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/72942/task/72953/stat : 72953 (Finalizer) S 72939 72942 72022 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 66682088 19452874752 40162 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
[pid=72942/tid=72960] ppid=72939 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/72942/task/72960/stat : 72960 (Common-Cleaner) S 72939 72942 72022 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 66682089 19452874752 40162 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 160648 KiB

[startup+0.70022 s]
/proc/loadavg: 4.12 4.13 4.09 6/320 72967
/proc/meminfo: memFree=119579800/131250000 swapFree=33010684/33010684
[pid=72942] ppid=72939 vsize=18996948 memory=901904 CPUtime=1.25 cores=1,3
/proc/72942/stat : 72942 (java) S 72939 72942 72022 0 -1 4194304 11571 0 0 0 105 20 0 0 20 0 19 0 66682085 19452874752 225476 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
/proc/72942/statm: 4749237 225476 5497 1 0 551276 0
[pid=72942/tid=72944] ppid=72939 vsize=18996948 memory=18688 CPUtime=0.6 cores=1,3
/proc/72942/task/72944/stat : 72944 (java) R 72939 72942 72022 0 -1 4194368 5860 0 0 0 42 18 0 0 20 0 19 0 66682086 19452874752 225476 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
[pid=72942/tid=72953] ppid=72939 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/72942/task/72953/stat : 72953 (Finalizer) S 72939 72942 72022 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 66682088 19452874752 225476 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
[pid=72942/tid=72960] ppid=72939 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/72942/task/72960/stat : 72960 (Common-Cleaner) S 72939 72942 72022 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 66682089 19452874752 225476 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 901904 KiB

[startup+1.50024 s]
/proc/loadavg: 4.12 4.13 4.09 6/319 72967
/proc/meminfo: memFree=118684608/131250000 swapFree=33010684/33010684
[pid=72942] ppid=72939 vsize=19063512 memory=1318692 CPUtime=2.83 cores=1,3
/proc/72942/stat : 72942 (java) S 72939 72942 72022 0 -1 4194304 21682 0 0 0 253 30 0 0 20 0 20 0 66682085 19521036288 329673 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
/proc/72942/statm: 4765878 329673 5529 1 0 555673 0
[pid=72942/tid=72944] ppid=72939 vsize=19063512 memory=3328 CPUtime=1.27 cores=1,3
/proc/72942/task/72944/stat : 72944 (java) R 72939 72942 72022 0 -1 4194368 6189 0 0 0 101 26 0 0 20 0 20 0 66682086 19521036288 329673 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
[pid=72942/tid=72953] ppid=72939 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/72942/task/72953/stat : 72953 (Finalizer) S 72939 72942 72022 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66682088 19521036288 329673 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
[pid=72942/tid=72960] ppid=72939 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/72942/task/72960/stat : 72960 (Common-Cleaner) S 72939 72942 72022 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 66682089 19521036288 329673 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1318692 KiB

[startup+3.1056 s]
/proc/loadavg: 4.19 4.14 4.10 6/301 72985
/proc/meminfo: memFree=123631464/131250000 swapFree=33010684/33010684
[pid=72942] ppid=72939 vsize=19063512 memory=1328044 CPUtime=6.02 cores=1,3
/proc/72942/stat : 72942 (java) S 72939 72942 72022 0 -1 4194304 22208 0 0 0 570 32 0 0 20 0 20 0 66682085 19521036288 332011 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
/proc/72942/statm: 4765878 332011 5529 1 0 555801 0
[pid=72942/tid=72944] ppid=72939 vsize=19063512 memory=10752 CPUtime=2.81 cores=1,3
/proc/72942/task/72944/stat : 72944 (java) R 72939 72942 72022 0 -1 4194368 6444 0 0 0 255 26 0 0 20 0 20 0 66682086 19521036288 332011 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
[pid=72942/tid=72953] ppid=72939 vsize=19063512 memory=198340509722 CPUtime=0 cores=1,3
/proc/72942/task/72953/stat : 72953 (Finalizer) S 72939 72942 72022 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66682088 19521036288 332011 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
[pid=72942/tid=72960] ppid=72939 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/72942/task/72960/stat : 72960 (Common-Cleaner) S 72939 72942 72022 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 66682089 19521036288 332011 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
[pid=72942/tid=72968] ppid=72939 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/72942/task/72968/stat : 72968 (Timer-0) S 72939 72942 72022 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66682187 19521036288 332011 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
Current children cumulated CPU time: 6.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1328044 KiB

[startup+6.30022 s]
/proc/loadavg: 4.19 4.14 4.10 5/300 72985
/proc/meminfo: memFree=123616452/131250000 swapFree=33010684/33010684
[pid=72942] ppid=72939 vsize=19063512 memory=1333228 CPUtime=10.31 cores=1,3
/proc/72942/stat : 72942 (java) S 72939 72942 72022 0 -1 4194304 25207 0 0 0 997 34 0 0 20 0 20 0 66682085 19521036288 333307 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
/proc/72942/statm: 4765878 333307 5561 1 0 555854 0
[pid=72942/tid=72944] ppid=72939 vsize=19063512 memory=0 CPUtime=5.96 cores=1,3
/proc/72942/task/72944/stat : 72944 (java) R 72939 72942 72022 0 -1 4194368 6923 0 0 0 569 27 0 0 20 0 20 0 66682086 19521036288 333307 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
[pid=72942/tid=72953] ppid=72939 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/72942/task/72953/stat : 72953 (Finalizer) S 72939 72942 72022 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66682088 19521036288 333307 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
[pid=72942/tid=72960] ppid=72939 vsize=19063512 memory=-6000919468444838504 CPUtime=0 cores=1,3
/proc/72942/task/72960/stat : 72960 (Common-Cleaner) S 72939 72942 72022 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 66682089 19521036288 333307 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
[pid=72942/tid=72968] ppid=72939 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/72942/task/72968/stat : 72968 (Timer-0) S 72939 72942 72022 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66682187 19521036288 333307 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
Current children cumulated CPU time: 10.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1333228 KiB

[startup+12.7002 s]
/proc/loadavg: 4.18 4.14 4.10 6/319 73034
/proc/meminfo: memFree=120983056/131250000 swapFree=33010684/33010684
[pid=72942] ppid=72939 vsize=19063512 memory=3421092 CPUtime=16.91 cores=1,3
/proc/72942/stat : 72942 (java) S 72939 72942 72022 0 -1 4194304 29907 0 0 0 1618 73 0 0 20 0 20 0 66682085 19521036288 855273 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
/proc/72942/statm: 4765878 855273 5561 1 0 1082254 0
[pid=72942/tid=72944] ppid=72939 vsize=19063512 memory=10752 CPUtime=12.23 cores=1,3
/proc/72942/task/72944/stat : 72944 (java) R 72939 72942 72022 0 -1 4194368 8552 0 0 0 1158 65 0 0 20 0 20 0 66682086 19521036288 855273 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
[pid=72942/tid=72953] ppid=72939 vsize=19063512 memory=3316644 CPUtime=0 cores=1,3
/proc/72942/task/72953/stat : 72953 (Finalizer) S 72939 72942 72022 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66682088 19521036288 855273 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
[pid=72942/tid=72960] ppid=72939 vsize=19063512 memory=2560932 CPUtime=0 cores=1,3
/proc/72942/task/72960/stat : 72960 (Common-Cleaner) S 72939 72942 72022 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 66682089 19521036288 855273 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
[pid=72942/tid=72968] ppid=72939 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/72942/task/72968/stat : 72968 (Timer-0) S 72939 72942 72022 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66682187 19521036288 855273 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
Current children cumulated CPU time: 16.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3421092 KiB

[startup+25.5002 s]
/proc/loadavg: 4.35 4.18 4.11 5/340 73085
/proc/meminfo: memFree=117949748/131250000 swapFree=33010684/33010684
[pid=72942] ppid=72939 vsize=19063512 memory=3425420 CPUtime=29.94 cores=1,3
/proc/72942/stat : 72942 (java) S 72939 72942 72022 0 -1 4194304 32393 0 0 0 2920 74 0 0 20 0 20 0 66682085 19521036288 856355 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
/proc/72942/statm: 4765878 856355 5561 1 0 1082255 0
[pid=72942/tid=72944] ppid=72939 vsize=19063512 memory=3316644 CPUtime=24.84 cores=1,3
/proc/72942/task/72944/stat : 72944 (java) R 72939 72942 72022 0 -1 4194368 9692 0 0 0 2418 66 0 0 20 0 20 0 66682086 19521036288 856355 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
[pid=72942/tid=72953] ppid=72939 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/72942/task/72953/stat : 72953 (Finalizer) S 72939 72942 72022 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66682088 19521036288 856355 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
[pid=72942/tid=72960] ppid=72939 vsize=19063512 memory=1999780 CPUtime=0 cores=1,3
/proc/72942/task/72960/stat : 72960 (Common-Cleaner) S 72939 72942 72022 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 66682089 19521036288 856355 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
[pid=72942/tid=72968] ppid=72939 vsize=19063512 memory=1318692 CPUtime=0 cores=1,3
/proc/72942/task/72968/stat : 72968 (Timer-0) S 72939 72942 72022 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66682187 19521036288 856355 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
Current children cumulated CPU time: 29.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3425420 KiB

[startup+51.1056 s]
/proc/loadavg: 4.23 4.16 4.10 8/340 73086
/proc/meminfo: memFree=117337108/131250000 swapFree=33010684/33010684
[pid=72942] ppid=72939 vsize=19063512 memory=3437864 CPUtime=55.64 cores=1,3
/proc/72942/stat : 72942 (java) S 72939 72942 72022 0 -1 4194304 39600 0 0 0 5485 79 0 0 20 0 20 0 66682085 19521036288 859466 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
/proc/72942/statm: 4765878 859466 5561 1 0 1082271 0
[pid=72942/tid=72944] ppid=72939 vsize=19063512 memory=3435812 CPUtime=50.04 cores=1,3
/proc/72942/task/72944/stat : 72944 (java) R 72939 72942 72022 0 -1 4194368 12829 0 0 0 4934 70 0 0 20 0 20 0 66682086 19521036288 859466 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
[pid=72942/tid=72953] ppid=72939 vsize=19063512 memory=3435812 CPUtime=0 cores=1,3
/proc/72942/task/72953/stat : 72953 (Finalizer) S 72939 72942 72022 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66682088 19521036288 859466 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
[pid=72942/tid=72960] ppid=72939 vsize=19063512 memory=-6000919468444838504 CPUtime=0 cores=1,3
/proc/72942/task/72960/stat : 72960 (Common-Cleaner) S 72939 72942 72022 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 66682089 19521036288 859466 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
[pid=72942/tid=72968] ppid=72939 vsize=19063512 memory=3433760 CPUtime=0 cores=1,3

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

/proc/meminfo: memFree=110673588/131250000 swapFree=33010684/33010684
[pid=72942] ppid=72939 vsize=19063512 memory=4281744 CPUtime=3239.72 cores=1,3
/proc/72942/stat : 72942 (java) S 72939 72942 72022 0 -1 4194304 162720 0 0 0 323625 347 0 0 20 0 20 0 66682085 19521036288 1070436 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
/proc/72942/statm: 4765878 1070436 5593 1 0 1083951 0
[pid=72942/tid=72944] ppid=72939 vsize=19063512 memory=18688 CPUtime=3137.05 cores=1,3
/proc/72942/task/72944/stat : 72944 (java) R 72939 72942 72022 0 -1 4194368 76317 0 0 0 313479 226 0 0 20 0 20 0 66682086 19521036288 1070436 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
[pid=72942/tid=72953] ppid=72939 vsize=19063512 memory=4281744 CPUtime=0 cores=1,3
/proc/72942/task/72953/stat : 72953 (Finalizer) S 72939 72942 72022 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66682088 19521036288 1070436 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
[pid=72942/tid=72960] ppid=72939 vsize=19063512 memory=4281744 CPUtime=0 cores=1,3
/proc/72942/task/72960/stat : 72960 (Common-Cleaner) S 72939 72942 72022 0 -1 4194368 1921 0 0 0 0 0 0 0 20 0 20 0 66682089 19521036288 1070436 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
[pid=72942/tid=72968] ppid=72939 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/72942/task/72968/stat : 72968 (Timer-0) S 72939 72942 72022 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66682187 19521036288 1070436 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
Current children cumulated CPU time: 3239.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4281744 KiB

[startup+3282.3 s]
/proc/loadavg: 4.06 4.14 4.17 5/343 73262
/proc/meminfo: memFree=110649328/131250000 swapFree=33010684/33010684
[pid=72942] ppid=72939 vsize=19063512 memory=4281872 CPUtime=3300.15 cores=1,3
/proc/72942/stat : 72942 (java) S 72939 72942 72022 0 -1 4194304 165061 0 0 0 329664 351 0 0 20 0 20 0 66682085 19521036288 1070468 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
/proc/72942/statm: 4765878 1070468 5593 1 0 1083951 0
[pid=72942/tid=72944] ppid=72939 vsize=19063512 memory=4281744 CPUtime=3196.25 cores=1,3
/proc/72942/task/72944/stat : 72944 (java) R 72939 72942 72022 0 -1 4194368 77793 0 0 0 319397 228 0 0 20 0 20 0 66682086 19521036288 1070468 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
[pid=72942/tid=72953] ppid=72939 vsize=19063512 memory=4281872 CPUtime=0 cores=1,3
/proc/72942/task/72953/stat : 72953 (Finalizer) S 72939 72942 72022 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66682088 19521036288 1070468 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
[pid=72942/tid=72960] ppid=72939 vsize=19063512 memory=4281872 CPUtime=0 cores=1,3
/proc/72942/task/72960/stat : 72960 (Common-Cleaner) S 72939 72942 72022 0 -1 4194368 1921 0 0 0 0 0 0 0 20 0 20 0 66682089 19521036288 1070468 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
[pid=72942/tid=72968] ppid=72939 vsize=19063512 memory=4281872 CPUtime=0 cores=1,3
/proc/72942/task/72968/stat : 72968 (Timer-0) S 72939 72942 72022 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66682187 19521036288 1070468 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
Current children cumulated CPU time: 3300.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4281872 KiB

[startup+3342.3 s]
/proc/loadavg: 4.23 4.17 4.18 5/342 73269
/proc/meminfo: memFree=110642424/131250000 swapFree=33010684/33010684
[pid=72942] ppid=72939 vsize=19063512 memory=4281872 CPUtime=3359.99 cores=1,3
/proc/72942/stat : 72942 (java) S 72939 72942 72022 0 -1 4194304 167424 0 0 0 335644 355 0 0 20 0 20 0 66682085 19521036288 1070468 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
/proc/72942/statm: 4765878 1070468 5593 1 0 1083951 0
[pid=72942/tid=72944] ppid=72939 vsize=19063512 memory=4281744 CPUtime=3255 cores=1,3
/proc/72942/task/72944/stat : 72944 (java) R 72939 72942 72022 0 -1 4194368 79292 0 0 0 325269 231 0 0 20 0 20 0 66682086 19521036288 1070468 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
[pid=72942/tid=72953] ppid=72939 vsize=19063512 memory=6452091060460741440 CPUtime=0 cores=1,3
/proc/72942/task/72953/stat : 72953 (Finalizer) S 72939 72942 72022 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66682088 19521036288 1070468 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
[pid=72942/tid=72960] ppid=72939 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/72942/task/72960/stat : 72960 (Common-Cleaner) S 72939 72942 72022 0 -1 4194368 2004 0 0 0 0 0 0 0 20 0 20 0 66682089 19521036288 1070468 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
[pid=72942/tid=72968] ppid=72939 vsize=19063512 memory=4281872 CPUtime=0 cores=1,3
/proc/72942/task/72968/stat : 72968 (Timer-0) S 72939 72942 72022 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66682187 19521036288 1070468 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
Current children cumulated CPU time: 3359.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4281872 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.16 4.17 5/342 73273
/proc/meminfo: memFree=110605044/131250000 swapFree=33010684/33010684
[pid=72942] ppid=72939 vsize=19063512 memory=4281872 CPUtime=3420.43 cores=1,3
/proc/72942/stat : 72942 (java) S 72939 72942 72022 0 -1 4194304 168105 0 0 0 341683 360 0 0 20 0 20 0 66682085 19521036288 1070468 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
/proc/72942/statm: 4765878 1070468 5593 1 0 1083951 0
[pid=72942/tid=72944] ppid=72939 vsize=19063512 memory=4281872 CPUtime=3314.17 cores=1,3
/proc/72942/task/72944/stat : 72944 (java) R 72939 72942 72022 0 -1 4194368 79863 0 0 0 331184 233 0 0 20 0 20 0 66682086 19521036288 1070468 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
[pid=72942/tid=72953] ppid=72939 vsize=19063512 memory=4281872 CPUtime=0 cores=1,3
/proc/72942/task/72953/stat : 72953 (Finalizer) S 72939 72942 72022 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66682088 19521036288 1070468 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
[pid=72942/tid=72960] ppid=72939 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/72942/task/72960/stat : 72960 (Common-Cleaner) S 72939 72942 72022 0 -1 4194368 2022 0 0 0 0 0 0 0 20 0 20 0 66682089 19521036288 1070468 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
[pid=72942/tid=72968] ppid=72939 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/72942/task/72968/stat : 72968 (Timer-0) S 72939 72942 72022 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66682187 19521036288 1070468 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
Current children cumulated CPU time: 3420.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4281872 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.14 4.17 5/342 73275
/proc/meminfo: memFree=110596436/131250000 swapFree=33010684/33010684
[pid=72942] ppid=72939 vsize=19063512 memory=4282000 CPUtime=3478.14 cores=1,3
/proc/72942/stat : 72942 (java) S 72939 72942 72022 0 -1 4194304 168549 0 0 0 347449 365 0 0 20 0 20 0 66682085 19521036288 1070500 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
/proc/72942/statm: 4765878 1070500 5593 1 0 1083951 0
[pid=72942/tid=72944] ppid=72939 vsize=19063512 memory=4281872 CPUtime=3370.26 cores=1,3
/proc/72942/task/72944/stat : 72944 (java) R 72939 72942 72022 0 -1 4194368 80182 0 0 0 336791 235 0 0 20 0 20 0 66682086 19521036288 1070500 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
[pid=72942/tid=72953] ppid=72939 vsize=19063512 memory=4282000 CPUtime=0 cores=1,3
/proc/72942/task/72953/stat : 72953 (Finalizer) S 72939 72942 72022 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66682088 19521036288 1070500 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
[pid=72942/tid=72960] ppid=72939 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/72942/task/72960/stat : 72960 (Common-Cleaner) S 72939 72942 72022 0 -1 4194368 2022 0 0 0 0 0 0 0 20 0 20 0 66682089 19521036288 1070500 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
[pid=72942/tid=72968] ppid=72939 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/72942/task/72968/stat : 72968 (Timer-0) S 72939 72942 72022 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66682187 19521036288 1070500 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
Current children cumulated CPU time: 3478.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4282000 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.13 4.16 5/342 73277
/proc/meminfo: memFree=110564200/131250000 swapFree=33010684/33010684
[pid=72942] ppid=72939 vsize=19063512 memory=4282000 CPUtime=3538.53 cores=1,3
/proc/72942/stat : 72942 (java) S 72939 72942 72022 0 -1 4194304 171024 0 0 0 353484 369 0 0 20 0 20 0 66682085 19521036288 1070500 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
/proc/72942/statm: 4765878 1070500 5593 1 0 1083951 0
[pid=72942/tid=72944] ppid=72939 vsize=19063512 memory=14848 CPUtime=3429.51 cores=1,3
/proc/72942/task/72944/stat : 72944 (java) R 72939 72942 72022 0 -1 4194368 81840 0 0 0 342713 238 0 0 20 0 20 0 66682086 19521036288 1070500 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
[pid=72942/tid=72953] ppid=72939 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/72942/task/72953/stat : 72953 (Finalizer) S 72939 72942 72022 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66682088 19521036288 1070500 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
[pid=72942/tid=72960] ppid=72939 vsize=19063512 memory=4282000 CPUtime=0 cores=1,3
/proc/72942/task/72960/stat : 72960 (Common-Cleaner) S 72939 72942 72022 0 -1 4194368 2022 0 0 0 0 0 0 0 20 0 20 0 66682089 19521036288 1070500 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
[pid=72942/tid=72968] ppid=72939 vsize=19063512 memory=4282000 CPUtime=0 cores=1,3
/proc/72942/task/72968/stat : 72968 (Timer-0) S 72939 72942 72022 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66682187 19521036288 1070500 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
Current children cumulated CPU time: 3538.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4282000 KiB

[startup+3582.3 s]
/proc/loadavg: 3.87 4.07 4.14 4/319 73314
/proc/meminfo: memFree=114710108/131250000 swapFree=33010684/33010684
[pid=72942] ppid=72939 vsize=19063512 memory=4282000 CPUtime=3599.51 cores=1,3
/proc/72942/stat : 72942 (java) S 72939 72942 72022 0 -1 4194304 175734 0 0 0 359574 377 0 0 20 0 20 0 66682085 19521036288 1070500 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
/proc/72942/statm: 4765878 1070500 5593 1 0 1083956 0
[pid=72942/tid=72944] ppid=72939 vsize=19063512 memory=8170469172587881581 CPUtime=3488.18 cores=1,3
/proc/72942/task/72944/stat : 72944 (java) R 72939 72942 72022 0 -1 4194368 83862 0 0 0 348575 243 0 0 20 0 20 0 66682086 19521036288 1070500 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
[pid=72942/tid=72953] ppid=72939 vsize=19063512 memory=4282000 CPUtime=0 cores=1,3
/proc/72942/task/72953/stat : 72953 (Finalizer) S 72939 72942 72022 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66682088 19521036288 1070500 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
[pid=72942/tid=72960] ppid=72939 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/72942/task/72960/stat : 72960 (Common-Cleaner) S 72939 72942 72022 0 -1 4194368 2073 0 0 0 0 0 0 0 20 0 20 0 66682089 19521036288 1070500 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
[pid=72942/tid=72968] ppid=72939 vsize=19063512 memory=4282000 CPUtime=0 cores=1,3
/proc/72942/task/72968/stat : 72968 (Timer-0) S 72939 72942 72022 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66682187 19521036288 1070500 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
Current children cumulated CPU time: 3599.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4282000 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3582.8 s]
/proc/loadavg: 3.87 4.07 4.14 4/319 73314
/proc/meminfo: memFree=114710108/131250000 swapFree=33010684/33010684
[pid=72942] ppid=72939 vsize=19063512 memory=4282000 CPUtime=3600.01 cores=1,3
/proc/72942/stat : 72942 (java) S 72939 72942 72022 0 -1 4194304 175734 0 0 0 359624 377 0 0 20 0 20 0 66682085 19521036288 1070500 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
/proc/72942/statm: 4765878 1070500 5593 1 0 1083956 0
[pid=72942/tid=72944] ppid=72939 vsize=19063512 memory=21872 CPUtime=3488.68 cores=1,3
/proc/72942/task/72944/stat : 72944 (java) R 72939 72942 72022 0 -1 4194368 83862 0 0 0 348625 243 0 0 20 0 20 0 66682086 19521036288 1070500 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
[pid=72942/tid=72953] ppid=72939 vsize=19063512 memory=4352 CPUtime=0 cores=1,3
/proc/72942/task/72953/stat : 72953 (Finalizer) S 72939 72942 72022 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66682088 19521036288 1070500 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
[pid=72942/tid=72960] ppid=72939 vsize=19063512 memory=4282000 CPUtime=0 cores=1,3
/proc/72942/task/72960/stat : 72960 (Common-Cleaner) S 72939 72942 72022 0 -1 4194368 2073 0 0 0 0 0 0 0 20 0 20 0 66682089 19521036288 1070500 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
[pid=72942/tid=72968] ppid=72939 vsize=19063512 memory=4352 CPUtime=0 cores=1,3
/proc/72942/task/72968/stat : 72968 (Timer-0) S 72939 72942 72022 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66682187 19521036288 1070500 18446744073709551615 94307652083712 94307652087408 140722102019488 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94307652095224 94307652096016 94307657728000 140722102028589 140722102028774 140722102028774 140722102034376 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4282000 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.35 s, system=3.79219 s

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

Child status: 143

Real time (s): 3582.89
CPU time (s): 3600.14
CPU user time (s): 3596.35
CPU system time (s): 3.79219
CPU usage (%): 100.482
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 4282000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.35
system time used= 3.79219
maximum resident set size= 4282768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 177299
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1159688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 149526
involuntary context switches= 18405


# summary of solver processes directly reported to runsolver:
#   pid: 72942
#   total CPU time (s): 3600.14
#   total CPU user time (s): 3596.35
#   total CPU system time (s): 3.79219

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.01106 second user time and 18.8521 second system time

The end

Launcher Data

Begin job on nodeC028 at 2025-07-03 04:43:16
IDJOB=4507867
IDBENCH=158386
IDSOLVER=3362
FILE ID=nodeC028/4507867-1751510596
RUNJOBID= nodeC028-1751503382-72034
SLURM_JOB_ID= 9598589
Free space on /tmp= 431264 MiB

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

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

MD5SUM BENCH= 57020c0b0c1558ae6f18629e32faebb8
RANDOM SEED=1875203756

nodeC028 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.274
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.306
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3583.084
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3549.149
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.086
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.082
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3583.413
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.154
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        119955232 kB
MemAvailable:   122031772 kB
Buffers:            3280 kB
Cached:          2878988 kB
SwapCached:            0 kB
Active:          8127252 kB
Inactive:        2569696 kB
Active(anon):    7832792 kB
Inactive(anon):        0 kB
Active(file):     294460 kB
Inactive(file):  2569696 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5544 kB
Writeback:           324 kB
AnonPages:       7817448 kB
Mapped:           124488 kB
Shmem:             18068 kB
KReclaimable:     103248 kB
Slab:             191612 kB
SReclaimable:     103248 kB
SUnreclaim:        88364 kB
KernelStack:        4980 kB
PageTables:        19012 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    9232960 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151112 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7630848 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 431492 MiB
End job on nodeC028 at 2025-07-03 05:42:59