Trace number 4514597

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j CP VeriPB 2025-06-06? (TO) 3600.21 3576.5

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/quimper/
SyncCodes/d_n_k/normalized-6_6_33.opb
MD5SUMe4b196fa2cd155289a58b617d5417cd9
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark82.9041
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1560
Total number of constraints7454
Number of constraints which are clauses7449
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint39
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 72
Number of bits of the biggest sum of numbers7
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.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	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-4514597-1751229417.opb
0.12/0.16	c reading problem ... 
0.12/0.16	c using VERIPB proof format
0.12/0.16	c  no objective function found
0.52/0.33	c ... done. Wall clock time 0.164s.
0.52/0.33	c declared #vars     1560
0.52/0.33	c #constraints  7458
0.52/0.33	c constraints type 
0.52/0.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3002
0.52/0.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
0.52/0.33	c org.sat4j.specs.Constr$1 => 4
0.52/0.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4446
0.52/0.33	c org.sat4j.pb.constraints.pb.UnitClausePB => 3
0.52/0.33	c 7458 constraints processed.
5.41/2.80	c cleaning 2499 clauses out of 5001 with flag 0/5001
7.32/4.10	c cleaning 4244 clauses out of 8502 with flag 0/11001
10.42/6.98	c cleaning 5626 clauses out of 11257 with flag 0/18000
13.62/10.02	c cleaning 6814 clauses out of 13631 with flag 0/26000
17.56/13.98	c cleaning 7906 clauses out of 15817 with flag 0/35000
22.98/19.28	c cleaning 8948 clauses out of 17913 with flag 0/45002
30.28/26.44	c cleaning 9980 clauses out of 19965 with flag 0/56002
36.24/32.33	c cleaning 10987 clauses out of 21985 with flag 0/68002
48.06/44.08	c cleaning 11996 clauses out of 23998 with flag 0/81002
58.36/54.26	c cleaning 12996 clauses out of 26001 with flag 0/95001
69.64/65.37	c cleaning 13997 clauses out of 28006 with flag 0/110002
82.62/78.13	c cleaning 15001 clauses out of 30008 with flag 0/126001
99.98/95.29	c cleaning 15998 clauses out of 32006 with flag 0/143000
118.75/113.76	c cleaning 16992 clauses out of 34008 with flag 0/161000
143.15/137.91	c cleaning 18002 clauses out of 36017 with flag 0/180001
164.30/158.90	c cleaning 18996 clauses out of 38014 with flag 0/200000
189.57/184.05	c cleaning 20006 clauses out of 40019 with flag 0/221001
215.63/209.95	c cleaning 21003 clauses out of 42012 with flag 0/243000
246.60/240.74	c cleaning 22000 clauses out of 44009 with flag 0/266000
278.03/271.90	c cleaning 22996 clauses out of 46009 with flag 0/290000
309.81/303.34	c cleaning 24001 clauses out of 48013 with flag 0/315000
343.99/337.31	c cleaning 25002 clauses out of 50012 with flag 0/341000
379.73/372.78	c cleaning 25997 clauses out of 52013 with flag 0/368003
411.94/404.72	c cleaning 27002 clauses out of 54013 with flag 0/396000
452.43/444.99	c cleaning 27998 clauses out of 56012 with flag 0/425001
486.71/478.92	c cleaning 28997 clauses out of 58015 with flag 0/455002
546.47/538.36	c cleaning 30003 clauses out of 60016 with flag 0/486000
601.75/593.34	c cleaning 31000 clauses out of 62014 with flag 0/518001
652.09/643.49	c cleaning 31999 clauses out of 64014 with flag 0/551001
722.44/713.48	c cleaning 32998 clauses out of 66014 with flag 0/585000
799.73/790.39	c cleaning 33993 clauses out of 68016 with flag 0/620000
869.20/859.49	c cleaning 35005 clauses out of 70024 with flag 0/656001
934.68/924.71	c cleaning 36002 clauses out of 72018 with flag 0/693000
1008.77/998.41	c cleaning 36998 clauses out of 74016 with flag 0/731000
1082.12/1071.44	c cleaning 38003 clauses out of 76018 with flag 0/770000
1174.23/1163.05	c cleaning 39002 clauses out of 78015 with flag 0/810000
1271.91/1260.23	c cleaning 40000 clauses out of 80013 with flag 0/851000
1364.59/1352.27	c cleaning 41008 clauses out of 82016 with flag 0/893003
1476.81/1464.03	c cleaning 42002 clauses out of 84007 with flag 0/936002
1589.42/1576.17	c cleaning 42997 clauses out of 86004 with flag 0/980001
1709.14/1695.33	c cleaning 43995 clauses out of 88007 with flag 0/1025001
1828.25/1813.89	c cleaning 45004 clauses out of 90011 with flag 0/1071000
1956.07/1940.96	c cleaning 45998 clauses out of 92007 with flag 0/1118000
2072.95/2057.21	c cleaning 46994 clauses out of 94010 with flag 0/1166001
2209.16/2192.77	c cleaning 48002 clauses out of 96015 with flag 0/1215000
2351.43/2334.21	c cleaning 49004 clauses out of 98015 with flag 0/1265002
2533.48/2515.31	c cleaning 50000 clauses out of 100009 with flag 0/1316000
2645.96/2627.17	c cleaning 51001 clauses out of 102009 with flag 0/1368000
2836.81/2816.95	c cleaning 52003 clauses out of 104009 with flag 0/1421001
2997.56/2976.84	c cleaning 52999 clauses out of 106006 with flag 0/1475001
3187.41/3165.73	c cleaning 53999 clauses out of 108006 with flag 0/1530000
3366.92/3344.42	c cleaning 55000 clauses out of 110007 with flag 0/1586000
3579.62/3556.10	c cleaning 55996 clauses out of 112007 with flag 0/1643000
3600.08/3576.41	c starts		: 3016
3600.08/3576.41	c conflicts		: 1654501
3600.08/3576.41	c decisions		: 2062642
3600.08/3576.41	c propagations		: 250550798
3600.08/3576.41	c inspects		: 15365846521
3600.08/3576.41	c shortcuts		: 0
3600.08/3576.41	c learnt literals	: 0
3600.08/3576.41	c learnt binary clauses	: 0
3600.08/3576.41	c learnt ternary clauses	: 18
3600.08/3576.41	c learnt constraints	: 1654501
3600.08/3576.41	c ignored constraints	: 0
3600.08/3576.41	c root simplifications	: 0
3600.08/3576.41	c removed literals (reason simplification)	: 0
3600.08/3576.41	c reason swapping (by a shorter reason)	: 0
3600.08/3576.41	c Calls to reduceDB	: 53
3600.08/3576.41	c Number of update (reduction) of LBD	: 1878953
3600.08/3576.41	c Imported unit clauses	: 0
3600.08/3576.41	c No decision after first conflict	: false
3600.08/3576.41	c number of reductions to clauses (during analyze)	: 0
3600.08/3576.41	c number of learned constraints concerned by reduction	: 0
3600.08/3576.41	c number of learning phase by resolution	: 0
3600.08/3576.41	c number of learning phase by cutting planes	: 0
3600.08/3576.41	c number of rounding to 1 operations	: 0
3600.08/3576.41	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3576.42	c number of reductions of the coefficients by power 2 	: 0
3600.08/3576.42	c number of right shift for reduction by power 2 	: 0
3600.08/3576.42	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3576.42	c number of ending skipping 	: 0
3600.08/3576.42	c number of internal skipping 	: 0
3600.08/3576.42	c number of derivation steps 	: 35693591
3600.08/3576.42	c number of skipped derivation steps 	: 0
3600.08/3576.42	c number of remaining unassigned 	: 11342
3600.08/3576.42	c number of remaining assigned 	: 63287989
3600.08/3576.42	c number of falsified literals weakened from reason	: 0
3600.08/3576.42	c number of falsified literals weakened from conflict	: 0
3600.08/3576.42	c time for arithmetic operations	: 3157180896
3600.08/3576.42	c minimum degree of deleted constraints	: 1
3600.08/3576.42	c maximum degree of deleted constraints	: 8195460
3600.08/3576.42	c number of deleted constraints	: 1586989
3600.08/3576.42	c speed (assignments/second)	: 70062.91464711529
3600.08/3576.42	c non guided choices	: 153
3600.08/3576.44	c timeout
3600.08/3576.46	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 42703
3600.08/3576.46	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 15750
3600.08/3576.46	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 9059
3600.08/3576.46	s UNKNOWN
3600.08/3576.46	c Total wall clock time (in seconds): 3576.305

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=33492, runsolver pid=33489

[startup+0.10006 s]*
/proc/loadavg: 1.62 1.57 2.46 6/339 33510
/proc/meminfo: memFree=125955664/131249996 swapFree=33010684/33010684
[pid=33492] ppid=33489 vsize=18930384 memory=57668 CPUtime=0.12 cores=5,7
/proc/33492/stat : 33492 (java) S 33489 33492 33166 0 -1 4194304 6564 0 0 0 11 1 0 0 20 0 18 0 38620087 19384713216 14417 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
/proc/33492/statm: 4732596 14417 5329 1 0 547619 0
[pid=33492/tid=33494] ppid=33489 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=5,7
/proc/33492/task/33494/stat : 33494 (java) R 33489 33492 33166 0 -1 4194368 5066 0 0 0 7 1 0 0 20 0 18 0 38620089 19384713216 14417 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
[pid=33492/tid=33503] ppid=33489 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/33492/task/33503/stat : 33503 (Finalizer) S 33489 33492 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38620091 19384713216 14417 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
[pid=33492/tid=33510] ppid=33489 vsize=18930384 memory=58485492711461 CPUtime=0 cores=5,7
/proc/33492/task/33510/stat : 33510 (Common-Cleaner) S 33489 33492 33166 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38620091 19384713216 14417 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57668 KiB

[startup+0.205678 s]*
/proc/loadavg: 1.62 1.57 2.46 7/339 33510
/proc/meminfo: memFree=125896304/131249996 swapFree=33010684/33010684
[pid=33492] ppid=33489 vsize=18930384 memory=68576 CPUtime=0.32 cores=5,7
/proc/33492/stat : 33492 (java) S 33489 33492 33166 0 -1 4194304 7121 0 0 0 30 2 0 0 20 0 18 0 38620087 19384713216 17144 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
/proc/33492/statm: 4732596 17144 5457 1 0 547976 0
[pid=33492/tid=33494] ppid=33489 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=5,7
/proc/33492/task/33494/stat : 33494 (java) R 33489 33492 33166 0 -1 4194368 5381 0 0 0 16 1 0 0 20 0 18 0 38620089 19384713216 17144 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
[pid=33492/tid=33503] ppid=33489 vsize=18930384 memory=2641 CPUtime=0 cores=5,7
/proc/33492/task/33503/stat : 33503 (Finalizer) S 33489 33492 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38620091 19384713216 17144 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
[pid=33492/tid=33510] ppid=33489 vsize=18930384 memory=57385981051877 CPUtime=0 cores=5,7
/proc/33492/task/33510/stat : 33510 (Common-Cleaner) S 33489 33492 33166 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38620091 19384713216 17144 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 68576 KiB

[startup+0.315172 s]*
/proc/loadavg: 1.62 1.57 2.46 7/340 33511
/proc/meminfo: memFree=125843688/131249996 swapFree=33010684/33010684
[pid=33492] ppid=33489 vsize=18996948 memory=155560 CPUtime=0.52 cores=5,7
/proc/33492/stat : 33492 (java) S 33489 33492 33166 0 -1 4194304 8854 0 0 0 48 4 0 0 20 0 19 0 38620087 19452874752 38890 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
/proc/33492/statm: 4749237 38890 5489 1 0 549364 0
[pid=33492/tid=33494] ppid=33489 vsize=18996948 memory=-6000919468361279852 CPUtime=0.26 cores=5,7
/proc/33492/task/33494/stat : 33494 (java) R 33489 33492 33166 0 -1 4194368 5453 0 0 0 23 3 0 0 20 0 19 0 38620089 19452874752 38890 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
[pid=33492/tid=33503] ppid=33489 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/33492/task/33503/stat : 33503 (Finalizer) S 33489 33492 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38620091 19452874752 38890 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
[pid=33492/tid=33510] ppid=33489 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/33492/task/33510/stat : 33510 (Common-Cleaner) S 33489 33492 33166 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 38620091 19452874752 38890 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 155560 KiB

[startup+0.702083 s]
/proc/loadavg: 1.62 1.57 2.46 6/341 33512
/proc/meminfo: memFree=125764100/131249996 swapFree=33010684/33010684
[pid=33492] ppid=33489 vsize=19063512 memory=163008 CPUtime=1.27 cores=5,7
/proc/33492/stat : 33492 (java) S 33489 33492 33166 0 -1 4194304 11965 0 0 0 121 6 0 0 20 0 20 0 38620087 19521036288 40752 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
/proc/33492/statm: 4765878 40752 5489 1 0 551168 0
[pid=33492/tid=33494] ppid=33489 vsize=19063512 memory=17536 CPUtime=0.55 cores=5,7
/proc/33492/task/33494/stat : 33494 (java) S 33489 33492 33166 0 -1 4194368 5544 0 0 0 52 3 0 0 20 0 20 0 38620089 19521036288 40752 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
[pid=33492/tid=33503] ppid=33489 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/33492/task/33503/stat : 33503 (Finalizer) S 33489 33492 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38620091 19521036288 40752 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
[pid=33492/tid=33510] ppid=33489 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/33492/task/33510/stat : 33510 (Common-Cleaner) S 33489 33492 33166 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38620091 19521036288 40752 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
[pid=33492/tid=33512] ppid=33489 vsize=19063512 memory=4760 CPUtime=0 cores=5,7
/proc/33492/task/33512/stat : 33512 (Timer-0) S 33489 33492 33166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38620121 19521036288 40752 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 163008 KiB

[startup+1.50025 s]
/proc/loadavg: 1.62 1.57 2.46 6/341 33512
/proc/meminfo: memFree=125643664/131249996 swapFree=33010684/33010684
[pid=33492] ppid=33489 vsize=19063512 memory=375536 CPUtime=2.85 cores=5,7
/proc/33492/stat : 33492 (java) S 33489 33492 33166 0 -1 4194304 22399 0 0 0 273 12 0 0 20 0 20 0 38620087 19521036288 93884 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
/proc/33492/statm: 4765878 93884 5489 1 0 554475 0
[pid=33492/tid=33494] ppid=33489 vsize=19063512 memory=0 CPUtime=1.29 cores=5,7
/proc/33492/task/33494/stat : 33494 (java) R 33489 33492 33166 0 -1 4194368 6091 0 0 0 121 8 0 0 20 0 20 0 38620089 19521036288 93884 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
[pid=33492/tid=33503] ppid=33489 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/33492/task/33503/stat : 33503 (Finalizer) S 33489 33492 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38620091 19521036288 93884 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
[pid=33492/tid=33510] ppid=33489 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/33492/task/33510/stat : 33510 (Common-Cleaner) S 33489 33492 33166 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38620091 19521036288 93884 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
[pid=33492/tid=33512] ppid=33489 vsize=19063512 memory=4760 CPUtime=0 cores=5,7
/proc/33492/task/33512/stat : 33512 (Timer-0) S 33489 33492 33166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38620121 19521036288 93884 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 375536 KiB

[startup+3.10553 s]
/proc/loadavg: 1.89 1.62 2.48 6/341 33512
/proc/meminfo: memFree=125047788/131249996 swapFree=33010684/33010684
[pid=33492] ppid=33489 vsize=19063512 memory=657292 CPUtime=6 cores=5,7
/proc/33492/stat : 33492 (java) S 33489 33492 33166 0 -1 4194304 27143 0 0 0 583 17 0 0 20 0 20 0 38620087 19521036288 164323 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
/proc/33492/statm: 4765878 164323 5489 1 0 555563 0
[pid=33492/tid=33494] ppid=33489 vsize=19063512 memory=10752 CPUtime=2.85 cores=5,7
/proc/33492/task/33494/stat : 33494 (java) R 33489 33492 33166 0 -1 4194368 7607 0 0 0 274 11 0 0 20 0 20 0 38620089 19521036288 164323 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
[pid=33492/tid=33503] ppid=33489 vsize=19063512 memory=-6000919468361279852 CPUtime=0 cores=5,7
/proc/33492/task/33503/stat : 33503 (Finalizer) S 33489 33492 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38620091 19521036288 164323 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
[pid=33492/tid=33510] ppid=33489 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/33492/task/33510/stat : 33510 (Common-Cleaner) S 33489 33492 33166 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38620091 19521036288 164323 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
[pid=33492/tid=33512] ppid=33489 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/33492/task/33512/stat : 33512 (Timer-0) S 33489 33492 33166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38620121 19521036288 164323 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
Current children cumulated CPU time: 6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 657292 KiB

[startup+6.30021 s]
/proc/loadavg: 1.89 1.62 2.48 5/341 33512
/proc/meminfo: memFree=124049636/131249996 swapFree=33010684/33010684
[pid=33492] ppid=33489 vsize=19063512 memory=1318248 CPUtime=9.82 cores=5,7
/proc/33492/stat : 33492 (java) S 33489 33492 33166 0 -1 4194304 27893 0 0 0 951 31 0 0 20 0 20 0 38620087 19521036288 329562 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
/proc/33492/statm: 4765878 329562 5489 1 0 555601 0
[pid=33492/tid=33494] ppid=33489 vsize=19063512 memory=0 CPUtime=6.03 cores=5,7
/proc/33492/task/33494/stat : 33494 (java) R 33489 33492 33166 0 -1 4194368 8164 0 0 0 578 25 0 0 20 0 20 0 38620089 19521036288 329562 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
[pid=33492/tid=33503] ppid=33489 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/33492/task/33503/stat : 33503 (Finalizer) S 33489 33492 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38620091 19521036288 329562 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
[pid=33492/tid=33510] ppid=33489 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/33492/task/33510/stat : 33510 (Common-Cleaner) S 33489 33492 33166 0 -1 4194368 41 0 0 0 0 0 0 0 20 0 20 0 38620091 19521036288 329562 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
[pid=33492/tid=33512] ppid=33489 vsize=19063512 memory=417788 CPUtime=0 cores=5,7
/proc/33492/task/33512/stat : 33512 (Timer-0) S 33489 33492 33166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38620121 19521036288 329562 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
Current children cumulated CPU time: 9.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1318248 KiB

[startup+12.7002 s]
/proc/loadavg: 2.21 1.70 2.49 5/341 33512
/proc/meminfo: memFree=123966624/131249996 swapFree=33010684/33010684
[pid=33492] ppid=33489 vsize=19063512 memory=1322440 CPUtime=16.36 cores=5,7
/proc/33492/stat : 33492 (java) S 33489 33492 33166 0 -1 4194304 28479 0 0 0 1603 33 0 0 20 0 20 0 38620087 19521036288 330610 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
/proc/33492/statm: 4765878 330610 5489 1 0 555617 0
[pid=33492/tid=33494] ppid=33489 vsize=19063512 memory=417788 CPUtime=12.33 cores=5,7
/proc/33492/task/33494/stat : 33494 (java) R 33489 33492 33166 0 -1 4194368 8662 0 0 0 1208 25 0 0 20 0 20 0 38620089 19521036288 330610 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
[pid=33492/tid=33503] ppid=33489 vsize=19063512 memory=1322440 CPUtime=0 cores=5,7
/proc/33492/task/33503/stat : 33503 (Finalizer) S 33489 33492 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38620091 19521036288 330610 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
[pid=33492/tid=33510] ppid=33489 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/33492/task/33510/stat : 33510 (Common-Cleaner) S 33489 33492 33166 0 -1 4194368 41 0 0 0 0 0 0 0 20 0 20 0 38620091 19521036288 330610 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
[pid=33492/tid=33512] ppid=33489 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/33492/task/33512/stat : 33512 (Timer-0) S 33489 33492 33166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38620121 19521036288 330610 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
Current children cumulated CPU time: 16.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1322440 KiB

[startup+25.5002 s]
/proc/loadavg: 2.56 1.80 2.51 5/341 33512
/proc/meminfo: memFree=123897484/131249996 swapFree=33010684/33010684
[pid=33492] ppid=33489 vsize=19063512 memory=1332908 CPUtime=29.39 cores=5,7
/proc/33492/stat : 33492 (java) S 33489 33492 33166 0 -1 4194304 35739 0 0 0 2903 36 0 0 20 0 20 0 38620087 19521036288 333227 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
/proc/33492/statm: 4765878 333227 5489 1 0 555617 0
[pid=33492/tid=33494] ppid=33489 vsize=19063512 memory=1328764 CPUtime=24.99 cores=5,7
/proc/33492/task/33494/stat : 33494 (java) R 33489 33492 33166 0 -1 4194368 10301 0 0 0 2472 27 0 0 20 0 20 0 38620089 19521036288 333227 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
[pid=33492/tid=33503] ppid=33489 vsize=19063512 memory=1328764 CPUtime=0 cores=5,7
/proc/33492/task/33503/stat : 33503 (Finalizer) S 33489 33492 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38620091 19521036288 333227 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
[pid=33492/tid=33510] ppid=33489 vsize=19063512 memory=1328764 CPUtime=0 cores=5,7
/proc/33492/task/33510/stat : 33510 (Common-Cleaner) S 33489 33492 33166 0 -1 4194368 41 0 0 0 0 0 0 0 20 0 20 0 38620091 19521036288 333227 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
[pid=33492/tid=33512] ppid=33489 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/33492/task/33512/stat : 33512 (Timer-0) S 33489 33492 33166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38620121 19521036288 333227 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
Current children cumulated CPU time: 29.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1332908 KiB

[startup+51.1056 s]
/proc/loadavg: 3.17 2.00 2.57 5/342 33514
/proc/meminfo: memFree=123686672/131249996 swapFree=33010684/33010684
[pid=33492] ppid=33489 vsize=19063512 memory=1353832 CPUtime=55.22 cores=5,7
/proc/33492/stat : 33492 (java) S 33489 33492 33166 0 -1 4194304 41362 0 0 0 5481 41 0 0 20 0 20 0 38620087 19521036288 338458 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
/proc/33492/statm: 4765878 338458 5521 1 0 555665 0
[pid=33492/tid=33494] ppid=33489 vsize=19063512 memory=1343516 CPUtime=50.24 cores=5,7
/proc/33492/task/33494/stat : 33494 (java) R 33489 33492 33166 0 -1 4194368 12731 0 0 0 4993 31 0 0 20 0 20 0 38620089 19521036288 338458 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
[pid=33492/tid=33503] ppid=33489 vsize=19063512 memory=1339384 CPUtime=0 cores=5,7
/proc/33492/task/33503/stat : 33503 (Finalizer) S 33489 33492 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38620091 19521036288 338458 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0

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

/proc/meminfo: memFree=118056720/131249996 swapFree=33010684/33010684
[pid=33492] ppid=33489 vsize=19063512 memory=2598480 CPUtime=3184 cores=5,7
/proc/33492/stat : 33492 (java) S 33489 33492 33166 0 -1 4194304 112267 0 1 0 318105 295 0 0 20 0 20 0 38620087 19521036288 649620 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
/proc/33492/statm: 4765878 649620 5553 1 0 662870 0
[pid=33492/tid=33494] ppid=33489 vsize=19063512 memory=14976 CPUtime=3117.23 cores=5,7
/proc/33492/task/33494/stat : 33494 (java) R 33489 33492 33166 0 -1 4194368 49994 0 1 0 311560 163 0 0 20 0 20 0 38620089 19521036288 649620 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
[pid=33492/tid=33503] ppid=33489 vsize=19063512 memory=2598480 CPUtime=0 cores=5,7
/proc/33492/task/33503/stat : 33503 (Finalizer) S 33489 33492 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38620091 19521036288 649620 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
[pid=33492/tid=33510] ppid=33489 vsize=19063512 memory=2598480 CPUtime=0 cores=5,7
/proc/33492/task/33510/stat : 33510 (Common-Cleaner) S 33489 33492 33166 0 -1 4194368 1590 0 0 0 0 0 0 0 20 0 20 0 38620091 19521036288 649620 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
[pid=33492/tid=33512] ppid=33489 vsize=19063512 memory=2598480 CPUtime=0 cores=5,7
/proc/33492/task/33512/stat : 33512 (Timer-0) S 33489 33492 33166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38620121 19521036288 649620 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
Current children cumulated CPU time: 3184 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2598480 KiB

[startup+3222.3 s]
/proc/loadavg: 4.13 4.17 4.10 5/343 33713
/proc/meminfo: memFree=118020148/131249996 swapFree=33010684/33010684
[pid=33492] ppid=33489 vsize=19063512 memory=2598608 CPUtime=3244.35 cores=5,7
/proc/33492/stat : 33492 (java) S 33489 33492 33166 0 -1 4194304 114322 0 1 0 324136 299 0 0 20 0 20 0 38620087 19521036288 649652 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
/proc/33492/statm: 4765878 649652 5553 1 0 662870 0
[pid=33492/tid=33494] ppid=33489 vsize=19063512 memory=14976 CPUtime=3176.45 cores=5,7
/proc/33492/task/33494/stat : 33494 (java) S 33489 33492 33166 0 -1 4194368 51366 0 1 0 317480 165 0 0 20 0 20 0 38620089 19521036288 649652 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
[pid=33492/tid=33503] ppid=33489 vsize=19063512 memory=2598480 CPUtime=0 cores=5,7
/proc/33492/task/33503/stat : 33503 (Finalizer) S 33489 33492 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38620091 19521036288 649652 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
[pid=33492/tid=33510] ppid=33489 vsize=19063512 memory=2671248 CPUtime=0 cores=5,7
/proc/33492/task/33510/stat : 33510 (Common-Cleaner) S 33489 33492 33166 0 -1 4194368 1590 0 0 0 0 0 0 0 20 0 20 0 38620091 19521036288 649652 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
[pid=33492/tid=33512] ppid=33489 vsize=19063512 memory=14976 CPUtime=0 cores=5,7
/proc/33492/task/33512/stat : 33512 (Timer-0) S 33489 33492 33166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38620121 19521036288 649652 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
Current children cumulated CPU time: 3244.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2598608 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.16 4.10 5/342 33719
/proc/meminfo: memFree=118010484/131249996 swapFree=33010684/33010684
[pid=33492] ppid=33489 vsize=19063512 memory=2598608 CPUtime=3304.61 cores=5,7
/proc/33492/stat : 33492 (java) S 33489 33492 33166 0 -1 4194304 115657 0 1 0 330159 302 0 0 20 0 20 0 38620087 19521036288 649652 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
/proc/33492/statm: 4765878 649652 5553 1 0 662870 0
[pid=33492/tid=33494] ppid=33489 vsize=19063512 memory=2598608 CPUtime=3235.68 cores=5,7
/proc/33492/task/33494/stat : 33494 (java) R 33489 33492 33166 0 -1 4194368 52391 0 1 0 323401 167 0 0 20 0 20 0 38620089 19521036288 649652 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
[pid=33492/tid=33503] ppid=33489 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/33492/task/33503/stat : 33503 (Finalizer) S 33489 33492 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38620091 19521036288 649652 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
[pid=33492/tid=33510] ppid=33489 vsize=19063512 memory=2598608 CPUtime=0 cores=5,7
/proc/33492/task/33510/stat : 33510 (Common-Cleaner) S 33489 33492 33166 0 -1 4194368 1663 0 0 0 0 0 0 0 20 0 20 0 38620091 19521036288 649652 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
[pid=33492/tid=33512] ppid=33489 vsize=19063512 memory=2598608 CPUtime=0 cores=5,7
/proc/33492/task/33512/stat : 33512 (Timer-0) S 33489 33492 33166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38620121 19521036288 649652 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
Current children cumulated CPU time: 3304.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2598608 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.16 4.10 5/341 33721
/proc/meminfo: memFree=117985324/131249996 swapFree=33010684/33010684
[pid=33492] ppid=33489 vsize=19063512 memory=2598608 CPUtime=3364.83 cores=5,7
/proc/33492/stat : 33492 (java) S 33489 33492 33166 0 -1 4194304 116382 0 1 0 336177 306 0 0 20 0 20 0 38620087 19521036288 649652 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
/proc/33492/statm: 4765878 649652 5553 1 0 662870 0
[pid=33492/tid=33494] ppid=33489 vsize=19063512 memory=14976 CPUtime=3294.96 cores=5,7
/proc/33492/task/33494/stat : 33494 (java) R 33489 33492 33166 0 -1 4194368 52470 0 1 0 329328 168 0 0 20 0 20 0 38620089 19521036288 649652 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
[pid=33492/tid=33503] ppid=33489 vsize=19063512 memory=2598608 CPUtime=0 cores=5,7
/proc/33492/task/33503/stat : 33503 (Finalizer) S 33489 33492 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38620091 19521036288 649652 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
[pid=33492/tid=33510] ppid=33489 vsize=19063512 memory=14976 CPUtime=0 cores=5,7
/proc/33492/task/33510/stat : 33510 (Common-Cleaner) S 33489 33492 33166 0 -1 4194368 1680 0 0 0 0 0 0 0 20 0 20 0 38620091 19521036288 649652 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
[pid=33492/tid=33512] ppid=33489 vsize=19063512 memory=2598608 CPUtime=0 cores=5,7
/proc/33492/task/33512/stat : 33512 (Timer-0) S 33489 33492 33166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38620121 19521036288 649652 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
Current children cumulated CPU time: 3364.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2598608 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.16 4.10 5/342 33724
/proc/meminfo: memFree=117945340/131249996 swapFree=33010684/33010684
[pid=33492] ppid=33489 vsize=19063512 memory=2598608 CPUtime=3425.2 cores=5,7
/proc/33492/stat : 33492 (java) S 33489 33492 33166 0 -1 4194304 116670 0 1 0 342211 309 0 0 20 0 20 0 38620087 19521036288 649652 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
/proc/33492/statm: 4765878 649652 5553 1 0 662870 0
[pid=33492/tid=33494] ppid=33489 vsize=19063512 memory=2598608 CPUtime=3354.25 cores=5,7
/proc/33492/task/33494/stat : 33494 (java) R 33489 33492 33166 0 -1 4194368 52646 0 1 0 335255 170 0 0 20 0 20 0 38620089 19521036288 649652 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
[pid=33492/tid=33503] ppid=33489 vsize=19063512 memory=2598608 CPUtime=0 cores=5,7
/proc/33492/task/33503/stat : 33503 (Finalizer) S 33489 33492 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38620091 19521036288 649652 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
[pid=33492/tid=33510] ppid=33489 vsize=19063512 memory=2598608 CPUtime=0 cores=5,7
/proc/33492/task/33510/stat : 33510 (Common-Cleaner) S 33489 33492 33166 0 -1 4194368 1680 0 0 0 0 0 0 0 20 0 20 0 38620091 19521036288 649652 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
[pid=33492/tid=33512] ppid=33489 vsize=19063512 memory=2598608 CPUtime=0 cores=5,7
/proc/33492/task/33512/stat : 33512 (Timer-0) S 33489 33492 33166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38620121 19521036288 649652 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
Current children cumulated CPU time: 3425.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2598608 KiB

[startup+3462.3 s]
/proc/loadavg: 4.29 4.19 4.11 5/344 33728
/proc/meminfo: memFree=117936928/131249996 swapFree=33010684/33010684
[pid=33492] ppid=33489 vsize=19063512 memory=2598608 CPUtime=3485.52 cores=5,7
/proc/33492/stat : 33492 (java) S 33489 33492 33166 0 -1 4194304 116751 0 1 0 348241 311 0 0 20 0 20 0 38620087 19521036288 649652 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
/proc/33492/statm: 4765878 649652 5553 1 0 662870 0
[pid=33492/tid=33494] ppid=33489 vsize=19063512 memory=14976 CPUtime=3413.58 cores=5,7
/proc/33492/task/33494/stat : 33494 (java) R 33489 33492 33166 0 -1 4194368 52661 0 1 0 341187 171 0 0 20 0 20 0 38620089 19521036288 649652 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
[pid=33492/tid=33503] ppid=33489 vsize=19063512 memory=2712 CPUtime=0 cores=5,7
/proc/33492/task/33503/stat : 33503 (Finalizer) S 33489 33492 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38620091 19521036288 649652 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
[pid=33492/tid=33510] ppid=33489 vsize=19063512 memory=2598608 CPUtime=0 cores=5,7
/proc/33492/task/33510/stat : 33510 (Common-Cleaner) S 33489 33492 33166 0 -1 4194368 1681 0 0 0 0 0 0 0 20 0 20 0 38620091 19521036288 649652 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
[pid=33492/tid=33512] ppid=33489 vsize=19063512 memory=2598608 CPUtime=0 cores=5,7
/proc/33492/task/33512/stat : 33512 (Timer-0) S 33489 33492 33166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38620121 19521036288 649652 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
Current children cumulated CPU time: 3485.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2598608 KiB

[startup+3522.3 s]
/proc/loadavg: 4.17 4.17 4.10 6/343 33730
/proc/meminfo: memFree=117936816/131249996 swapFree=33010684/33010684
[pid=33492] ppid=33489 vsize=19063512 memory=2598608 CPUtime=3545.76 cores=5,7
/proc/33492/stat : 33492 (java) S 33489 33492 33166 0 -1 4194304 117531 0 1 0 354261 315 0 0 20 0 20 0 38620087 19521036288 649652 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
/proc/33492/statm: 4765878 649652 5553 1 0 662870 0
[pid=33492/tid=33494] ppid=33489 vsize=19063512 memory=338898 CPUtime=3472.85 cores=5,7
/proc/33492/task/33494/stat : 33494 (java) R 33489 33492 33166 0 -1 4194368 53353 0 1 0 347113 172 0 0 20 0 20 0 38620089 19521036288 649652 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
[pid=33492/tid=33503] ppid=33489 vsize=19063512 memory=2598608 CPUtime=0 cores=5,7
/proc/33492/task/33503/stat : 33503 (Finalizer) S 33489 33492 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38620091 19521036288 649652 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
[pid=33492/tid=33510] ppid=33489 vsize=19063512 memory=14976 CPUtime=0 cores=5,7
/proc/33492/task/33510/stat : 33510 (Common-Cleaner) S 33489 33492 33166 0 -1 4194368 1681 0 0 0 0 0 0 0 20 0 20 0 38620091 19521036288 649652 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
[pid=33492/tid=33512] ppid=33489 vsize=19063512 memory=-6000919468361279852 CPUtime=0 cores=5,7
/proc/33492/task/33512/stat : 33512 (Timer-0) S 33489 33492 33166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38620121 19521036288 649652 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
Current children cumulated CPU time: 3545.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2598608 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3576.4 s]
/proc/loadavg: 4.26 4.19 4.11 5/344 33936
/proc/meminfo: memFree=123953560/131249996 swapFree=33010684/33010684
[pid=33492] ppid=33489 vsize=19063512 memory=2598608 CPUtime=3600.08 cores=5,7
/proc/33492/stat : 33492 (java) S 33489 33492 33166 0 -1 4194304 119511 0 1 0 359689 319 0 0 20 0 20 0 38620087 19521036288 649652 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
/proc/33492/statm: 4765878 649652 5553 1 0 662873 0
[pid=33492/tid=33494] ppid=33489 vsize=19063512 memory=-6000919468361279852 CPUtime=3526.32 cores=5,7
/proc/33492/task/33494/stat : 33494 (java) R 33489 33492 33166 0 -1 4194368 54562 0 1 0 352458 174 0 0 20 0 20 0 38620089 19521036288 649652 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
[pid=33492/tid=33503] ppid=33489 vsize=19063512 memory=5504 CPUtime=0 cores=5,7
/proc/33492/task/33503/stat : 33503 (Finalizer) S 33489 33492 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38620091 19521036288 649652 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
[pid=33492/tid=33510] ppid=33489 vsize=19063512 memory=12416 CPUtime=0 cores=5,7
/proc/33492/task/33510/stat : 33510 (Common-Cleaner) S 33489 33492 33166 0 -1 4194368 1756 0 0 0 0 0 0 0 20 0 20 0 38620091 19521036288 649652 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
[pid=33492/tid=33512] ppid=33489 vsize=19063512 memory=2712 CPUtime=0 cores=5,7
/proc/33492/task/33512/stat : 33512 (Timer-0) S 33489 33492 33166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38620121 19521036288 649652 18446744073709551615 94453918851072 94453918854768 140721324192752 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94453918862584 94453918863376 94453947019264 140721324194093 140721324194278 140721324194278 140721324199880 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2598608 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.01 s, system=3.20572 s

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

Child status: 143

Real time (s): 3576.5
CPU time (s): 3600.21
CPU user time (s): 3597.01
CPU system time (s): 3.20572
CPU usage (%): 100.663
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2598608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.01
system time used= 3.20572
maximum resident set size= 2599760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 121919
page faults= 1
swaps= 0
block input operations= 0
block output operations= 930712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 162403
involuntary context switches= 16765


# summary of solver processes directly reported to runsolver:
#   pid: 33492
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3597.01
#   total CPU system time (s): 3.20572

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.19073 second user time and 17.1794 second system time

The end

Launcher Data

Begin job on nodeC029 at 2025-06-29 22:36:57
IDJOB=4514597
IDBENCH=162772
IDSOLVER=3362
FILE ID=nodeC029/4514597-1751229417
RUNJOBID= nodeC029-1751229408-33179
SLURM_JOB_ID= 9587697
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB16/DEC-LIN/quimper/SyncCodes/d_n_k/normalized-6_6_33.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4514597-1751229417/watcher-4514597-1751229417 -o /tmp/evaluation-result-4514597-1751229417/solver-4514597-1751229417 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1751229408-33179 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4514597-1751229417 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4514597-1751229417.opb

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

MD5SUM BENCH= e4b196fa2cd155289a58b617d5417cd9
RANDOM SEED=66265820

nodeC029 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		: 3599.685
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	: 6999.46
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		: 3599.697
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	: 6999.46
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		: 3590.010
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	: 6999.46
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		: 3518.550
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	: 6999.46
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		: 3599.728
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	: 6999.46
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.881
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	: 6999.46
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		: 3599.357
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	: 6999.46
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		: 3599.902
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	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        126059168 kB
MemAvailable:   125825272 kB
Buffers:            3280 kB
Cached:           575308 kB
SwapCached:            0 kB
Active:          4273900 kB
Inactive:         318212 kB
Active(anon):    4031632 kB
Inactive(anon):        0 kB
Active(file):     242268 kB
Inactive(file):   318212 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             11332 kB
Writeback:             0 kB
AnonPages:       4016808 kB
Mapped:           122648 kB
Shmem:             18060 kB
KReclaimable:      89724 kB
Slab:             174932 kB
SReclaimable:      89724 kB
SUnreclaim:        85208 kB
KernelStack:        5200 kB
PageTables:        11500 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    8221764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151400 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3776512 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:      193236 kB
DirectMap2M:    11112448 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC029 at 2025-06-29 23:36:33