Trace number 4515751

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 Resolution VeriPB 2025-06-06UNSAT cert. 62.3983 58.9577

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP085.shuf-3.opb
MD5SUM07ea0c7d4747b9a16e298c0932c39846
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 benchmark4.80187
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables18705
Total number of constraints3742
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)8
Number of constraints which are nor clauses,nor cardinality constraints3734
Minimum length of a constraint5
Maximum length of a constraint15
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 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 29
Number of bits of the biggest sum of numbers5
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.07	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.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4515751-1751234761.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c using VERIPB proof format
0.13/0.13	c  no objective function found
0.33/0.28	c ... done. Wall clock time 0.152s.
0.33/0.28	c declared #vars     18705
0.33/0.28	c #constraints  3742
0.33/0.28	c constraints type 
0.33/0.28	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3742
0.33/0.28	c 3742 constraints processed.
1.47/0.85	c cleaning 2499 clauses out of 5001 with flag 12774/5001
2.67/1.49	c cleaning 4249 clauses out of 8503 with flag 29216/11002
3.26/1.73	c cleaning 5598 clauses out of 11253 with flag 48214/18001
3.66/1.90	c cleaning 6823 clauses out of 13654 with flag 73056/26000
3.85/2.06	c cleaning 7904 clauses out of 15832 with flag 100916/35001
4.24/2.21	c cleaning 8951 clauses out of 17929 with flag 131194/45002
4.43/2.34	c cleaning 9981 clauses out of 19977 with flag 162084/56001
4.82/2.50	c cleaning 10987 clauses out of 21995 with flag 196688/68000
5.02/2.69	c cleaning 11999 clauses out of 24008 with flag 237415/81000
5.38/2.84	c cleaning 12990 clauses out of 26011 with flag 283322/95002
5.60/3.05	c cleaning 13976 clauses out of 28021 with flag 332448/110002
5.80/3.23	c cleaning 15015 clauses out of 30044 with flag 389382/126001
6.01/3.42	c cleaning 16005 clauses out of 32028 with flag 448492/143000
6.24/3.62	c cleaning 16999 clauses out of 34024 with flag 511475/161001
6.43/3.83	c cleaning 18000 clauses out of 36025 with flag 569465/180001
6.63/4.05	c cleaning 18996 clauses out of 38024 with flag 626127/200000
6.94/4.31	c cleaning 19972 clauses out of 40028 with flag 687133/221000
7.13/4.56	c cleaning 21023 clauses out of 42056 with flag 760559/243000
7.45/4.85	c cleaning 22005 clauses out of 44034 with flag 825905/266001
7.75/5.15	c cleaning 22990 clauses out of 46028 with flag 896759/290000
8.06/5.45	c cleaning 24013 clauses out of 48038 with flag 975394/315000
8.35/5.74	c cleaning 25003 clauses out of 50026 with flag 1055956/341001
8.66/6.04	c cleaning 25990 clauses out of 52022 with flag 1132995/368000
8.95/6.36	c cleaning 27005 clauses out of 54033 with flag 1214094/396001
9.37/6.78	c cleaning 27971 clauses out of 56027 with flag 1296203/425000
9.67/7.10	c cleaning 29023 clauses out of 58057 with flag 1382782/455001
10.07/7.47	c cleaning 30004 clauses out of 60033 with flag 1473333/486000
10.47/7.83	c cleaning 30994 clauses out of 62029 with flag 1568079/518000
10.86/8.21	c cleaning 32001 clauses out of 64036 with flag 1663824/551001
11.26/8.65	c cleaning 33004 clauses out of 66034 with flag 1762693/585000
11.68/9.10	c cleaning 33995 clauses out of 68030 with flag 1863541/620000
12.18/9.53	c cleaning 35011 clauses out of 70036 with flag 1965565/656001
12.58/9.98	c cleaning 36003 clauses out of 72024 with flag 2075278/693000
12.98/10.39	c cleaning 36962 clauses out of 74022 with flag 2189319/731001
13.48/10.82	c cleaning 38023 clauses out of 76061 with flag 2311130/770002
14.00/11.33	c cleaning 38986 clauses out of 78037 with flag 2430955/810001
14.50/11.83	c cleaning 40012 clauses out of 80051 with flag 2557612/851001
14.90/12.27	c cleaning 40941 clauses out of 82038 with flag 2691091/893000
15.50/12.82	c cleaning 42009 clauses out of 84097 with flag 2818286/936000
16.10/13.41	c cleaning 43036 clauses out of 86089 with flag 2951254/980001
16.59/13.97	c cleaning 44016 clauses out of 88054 with flag 3088936/1025002
17.30/14.60	c cleaning 45014 clauses out of 90038 with flag 3221087/1071002
17.79/15.19	c cleaning 46001 clauses out of 92023 with flag 3359371/1118001
18.39/15.78	c cleaning 47005 clauses out of 94021 with flag 3502811/1166000
19.09/16.45	c cleaning 48004 clauses out of 96017 with flag 3645789/1215001
19.82/17.16	c cleaning 48997 clauses out of 98012 with flag 3792822/1265000
20.53/17.83	c cleaning 50001 clauses out of 100016 with flag 3941091/1316001
21.32/18.61	c cleaning 51003 clauses out of 102015 with flag 4094783/1368001
21.92/19.29	c cleaning 51968 clauses out of 104011 with flag 4243081/1421000
22.72/20.10	c cleaning 53014 clauses out of 106043 with flag 4399831/1475000
23.52/20.83	c cleaning 53999 clauses out of 108031 with flag 4563175/1530002
24.35/21.63	c cleaning 54992 clauses out of 110032 with flag 4739347/1586002
25.15/22.44	c cleaning 56015 clauses out of 112038 with flag 4909830/1643000
26.05/23.32	c cleaning 56770 clauses out of 114024 with flag 5086224/1701001
27.00/24.21	c cleaning 57774 clauses out of 116253 with flag 5264961/1760000
27.80/25.00	c cleaning 58396 clauses out of 118480 with flag 5438799/1820001
28.69/25.92	c cleaning 59328 clauses out of 121084 with flag 5633063/1881001
29.62/26.88	c cleaning 60499 clauses out of 123755 with flag 5811481/1943000
30.90/27.92	c cleaning 61752 clauses out of 126256 with flag 5995325/2006000
31.71/28.76	c cleaning 61732 clauses out of 128504 with flag 6185258/2070000
32.66/29.64	c cleaning 63184 clauses out of 131772 with flag 6370443/2135000
33.80/30.86	c cleaning 64116 clauses out of 134589 with flag 6555784/2201001
34.88/31.90	c cleaning 65084 clauses out of 137473 with flag 6742704/2268001
35.99/33.04	c cleaning 66159 clauses out of 140389 with flag 6927598/2336001
36.99/34.04	c cleaning 66980 clauses out of 143231 with flag 7127254/2405002
38.02/35.06	c cleaning 67950 clauses out of 146250 with flag 7325291/2475001
39.02/36.04	c cleaning 68859 clauses out of 149300 with flag 7527937/2546001
40.31/37.32	c cleaning 69992 clauses out of 152442 with flag 7733490/2618002
41.51/38.53	c cleaning 71014 clauses out of 155448 with flag 7947588/2691000
42.61/39.66	c cleaning 72118 clauses out of 158434 with flag 8156471/2765000
43.72/40.76	c cleaning 73036 clauses out of 161317 with flag 8377419/2840001
44.84/41.86	c cleaning 73799 clauses out of 164280 with flag 8594165/2916000
46.15/43.16	c cleaning 74981 clauses out of 167482 with flag 8818676/2993001
47.34/44.38	c cleaning 76088 clauses out of 170501 with flag 9049065/3071001
48.63/45.60	c cleaning 77061 clauses out of 173412 with flag 9278941/3150000
49.93/46.93	c cleaning 78095 clauses out of 176353 with flag 9504230/3230002
51.27/48.27	c cleaning 79115 clauses out of 179256 with flag 9733660/3311000
52.60/49.58	c cleaning 80132 clauses out of 182142 with flag 9973137/3393001
53.99/50.98	c cleaning 81183 clauses out of 185009 with flag 10214259/3476000
55.59/52.51	c cleaning 82002 clauses out of 187826 with flag 10452097/3560000
56.92/53.87	c cleaning 82936 clauses out of 190824 with flag 10705598/3645000
58.47/55.39	c cleaning 83526 clauses out of 193889 with flag 10958436/3731001
59.87/56.77	c cleaning 84808 clauses out of 197363 with flag 11207536/3818001
61.56/58.40	c cleaning 86025 clauses out of 200555 with flag 11484313/3906001
62.16/58.86	c starts		: 2405
62.16/58.87	c conflicts		: 3916039
62.16/58.87	c decisions		: 35034214
62.16/58.87	c propagations		: 55476333
62.16/58.87	c inspects		: 482475335
62.16/58.87	c shortcuts		: 0
62.16/58.87	c learnt literals	: 8
62.16/58.87	c learnt binary clauses	: 28
62.16/58.87	c learnt ternary clauses	: 20206
62.16/58.87	c learnt constraints	: 3916030
62.16/58.87	c ignored constraints	: 0
62.16/58.87	c root simplifications	: 0
62.16/58.87	c removed literals (reason simplification)	: 3308799
62.16/58.87	c reason swapping (by a shorter reason)	: 0
62.16/58.87	c Calls to reduceDB	: 84
62.16/58.87	c Number of update (reduction) of LBD	: 666363
62.16/58.87	c Imported unit clauses	: 0
62.16/58.87	c No decision after first conflict	: false
62.16/58.87	c number of reductions to clauses (during analyze)	: 0
62.16/58.87	c number of learned constraints concerned by reduction	: 0
62.16/58.87	c number of learning phase by resolution	: 0
62.16/58.87	c number of learning phase by cutting planes	: 0
62.16/58.87	c number of rounding to 1 operations	: 0
62.16/58.87	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
62.16/58.87	c number of reductions of the coefficients by power 2 	: 0
62.16/58.87	c number of right shift for reduction by power 2 	: 0
62.16/58.87	c number of reductions of the coefficients by GCD over coefficients 	: 0
62.16/58.87	c number of ending skipping 	: 0
62.16/58.87	c number of internal skipping 	: 0
62.16/58.87	c number of derivation steps 	: 0
62.16/58.87	c number of skipped derivation steps 	: 0
62.16/58.87	c number of remaining unassigned 	: 0
62.16/58.87	c number of remaining assigned 	: 0
62.16/58.87	c number of falsified literals weakened from reason	: 0
62.16/58.87	c number of falsified literals weakened from conflict	: 0
62.16/58.87	c time for arithmetic operations	: 0
62.16/58.87	c minimum degree of deleted constraints	: null
62.16/58.87	c maximum degree of deleted constraints	: null
62.16/58.87	c number of deleted constraints	: 0
62.16/58.87	c speed (assignments/second)	: 947099.1549295774
62.16/58.87	c non guided choices	: 28649125
62.32/58.92	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 124531
62.32/58.92	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 28
62.32/58.93	s UNSATISFIABLE
62.32/58.93	c Total wall clock time (in seconds): 58.801

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Wed Jul  2 19:22:50 CEST 2025
extraparms=
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED UNSATISFIABLE
Verification succeeded.
-- cakepb --
s VERIFIED UNSATISFIABLE
--summary--
ALL OK

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4515751-1751234761/watcher-4515751-1751234761 -o /tmp/evaluation-result-4515751-1751234761/solver-4515751-1751234761 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1751234104-34968 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4515751-1751234761 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4515751-1751234761.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=35815, runsolver pid=35812

[startup+0.100061 s]*
/proc/loadavg: 4.48 4.40 4.25 6/348 35833
/proc/meminfo: memFree=55084052/131250000 swapFree=33010684/33010684
[pid=35815] ppid=35812 vsize=18930384 memory=57880 CPUtime=0.13 cores=5,7
/proc/35815/stat : 35815 (java) S 35812 35815 34474 0 -1 4194304 6587 0 0 0 11 2 0 0 20 0 18 0 39155470 19384713216 14470 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
/proc/35815/statm: 4732596 14470 5337 1 0 547621 0
[pid=35815/tid=35817] ppid=35812 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=5,7
/proc/35815/task/35817/stat : 35817 (java) R 35812 35815 34474 0 -1 4194368 5084 0 0 0 7 1 0 0 20 0 18 0 39155471 19384713216 14470 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
[pid=35815/tid=35826] ppid=35812 vsize=18930384 memory=241407623509 CPUtime=0 cores=5,7
/proc/35815/task/35826/stat : 35826 (Finalizer) S 35812 35815 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39155473 19384713216 14470 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
[pid=35815/tid=35833] ppid=35812 vsize=18930384 memory=60684515952020 CPUtime=0 cores=5,7
/proc/35815/task/35833/stat : 35833 (Common-Cleaner) S 35812 35815 34474 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 39155473 19384713216 14470 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57880 KiB

[startup+0.205905 s]*
/proc/loadavg: 4.48 4.40 4.25 8/348 35833
/proc/meminfo: memFree=55059668/131250000 swapFree=33010684/33010684
[pid=35815] ppid=35812 vsize=18930384 memory=73100 CPUtime=0.33 cores=5,7
/proc/35815/stat : 35815 (java) S 35812 35815 34474 0 -1 4194304 7235 0 0 0 31 2 0 0 20 0 18 0 39155470 19384713216 18275 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
/proc/35815/statm: 4732596 18275 5433 1 0 548126 0
[pid=35815/tid=35817] ppid=35812 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=5,7
/proc/35815/task/35817/stat : 35817 (java) R 35812 35815 34474 0 -1 4194368 5278 0 0 0 16 1 0 0 20 0 18 0 39155471 19384713216 18275 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
[pid=35815/tid=35826] ppid=35812 vsize=18930384 memory=16898 CPUtime=0 cores=5,7
/proc/35815/task/35826/stat : 35826 (Finalizer) S 35812 35815 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39155473 19384713216 18275 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
[pid=35815/tid=35833] ppid=35812 vsize=18930384 memory=59585004307431 CPUtime=0 cores=5,7
/proc/35815/task/35833/stat : 35833 (Common-Cleaner) S 35812 35815 34474 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 39155473 19384713216 18275 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 73100 KiB

[startup+0.305989 s]*
/proc/loadavg: 4.48 4.40 4.25 10/349 35834
/proc/meminfo: memFree=55028224/131250000 swapFree=33010684/33010684
[pid=35815] ppid=35812 vsize=18996948 memory=105672 CPUtime=0.51 cores=5,7
/proc/35815/stat : 35815 (java) S 35812 35815 34474 0 -1 4194304 8834 0 0 0 48 3 0 0 20 0 19 0 39155470 19452874752 26418 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
/proc/35815/statm: 4749237 26418 5433 1 0 549337 0
[pid=35815/tid=35817] ppid=35812 vsize=18996948 memory=-6000919498543228780 CPUtime=0.27 cores=5,7
/proc/35815/task/35817/stat : 35817 (java) R 35812 35815 34474 0 -1 4194368 5322 0 0 0 25 2 0 0 20 0 19 0 39155471 19452874752 26418 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
[pid=35815/tid=35826] ppid=35812 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/35815/task/35826/stat : 35826 (Finalizer) S 35812 35815 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39155473 19452874752 26418 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
[pid=35815/tid=35833] ppid=35812 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/35815/task/35833/stat : 35833 (Common-Cleaner) S 35812 35815 34474 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 39155473 19452874752 26418 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
[pid=35815/tid=35834] ppid=35812 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/35815/task/35834/stat : 35834 (java) R 35812 35815 34474 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 39155500 19452874752 26418 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 105672 KiB

[startup+0.700236 s]
/proc/loadavg: 4.48 4.40 4.25 7/349 35834
/proc/meminfo: memFree=55017072/131250000 swapFree=33010684/33010684
[pid=35815] ppid=35812 vsize=18996948 memory=142156 CPUtime=1.28 cores=5,7
/proc/35815/stat : 35815 (java) S 35812 35815 34474 0 -1 4194304 15412 0 0 0 123 5 0 0 20 0 19 0 39155470 19452874752 35539 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
/proc/35815/statm: 4749237 35539 5465 1 0 554072 0
[pid=35815/tid=35817] ppid=35812 vsize=18996948 memory=18048 CPUtime=0.58 cores=5,7
/proc/35815/task/35817/stat : 35817 (java) R 35812 35815 34474 0 -1 4194368 5383 0 0 0 55 3 0 0 20 0 19 0 39155471 19452874752 35539 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
[pid=35815/tid=35826] ppid=35812 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/35815/task/35826/stat : 35826 (Finalizer) S 35812 35815 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39155473 19452874752 35539 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
[pid=35815/tid=35833] ppid=35812 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/35815/task/35833/stat : 35833 (Common-Cleaner) S 35812 35815 34474 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 39155473 19452874752 35539 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
[pid=35815/tid=35834] ppid=35812 vsize=18996948 memory=4764 CPUtime=0 cores=5,7
/proc/35815/task/35834/stat : 35834 (Timer-0) S 35812 35815 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39155500 19452874752 35539 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 142156 KiB

[startup+1.50025 s]
/proc/loadavg: 4.48 4.40 4.25 6/349 35834
/proc/meminfo: memFree=54968304/131250000 swapFree=33010684/33010684
[pid=35815] ppid=35812 vsize=19063512 memory=187720 CPUtime=2.87 cores=5,7
/proc/35815/stat : 35815 (java) S 35812 35815 34474 0 -1 4194304 25722 0 0 0 280 7 0 0 20 0 20 0 39155470 19521036288 46930 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
/proc/35815/statm: 4765878 46930 5465 1 0 555861 0
[pid=35815/tid=35817] ppid=35812 vsize=19063512 memory=10752 CPUtime=1.33 cores=5,7
/proc/35815/task/35817/stat : 35817 (java) R 35812 35815 34474 0 -1 4194368 5725 0 0 0 130 3 0 0 20 0 20 0 39155471 19521036288 46930 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
[pid=35815/tid=35826] ppid=35812 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/35815/task/35826/stat : 35826 (Finalizer) S 35812 35815 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39155473 19521036288 46930 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
[pid=35815/tid=35833] ppid=35812 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/35815/task/35833/stat : 35833 (Common-Cleaner) S 35812 35815 34474 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39155473 19521036288 46930 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
[pid=35815/tid=35834] ppid=35812 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/35815/task/35834/stat : 35834 (Timer-0) S 35812 35815 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39155500 19521036288 46930 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
Current children cumulated CPU time: 2.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 187720 KiB

[startup+3.10573 s]
/proc/loadavg: 4.48 4.40 4.25 5/350 35835
/proc/meminfo: memFree=54851092/131250000 swapFree=33010684/33010684
[pid=35815] ppid=35812 vsize=19063512 memory=242312 CPUtime=5.69 cores=5,7
/proc/35815/stat : 35815 (java) S 35812 35815 34474 0 -1 4194304 28432 0 0 0 558 11 0 0 20 0 20 0 39155470 19521036288 60578 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
/proc/35815/statm: 4765878 60578 5497 1 0 555887 0
[pid=35815/tid=35817] ppid=35812 vsize=19063512 memory=10752 CPUtime=2.89 cores=5,7
/proc/35815/task/35817/stat : 35817 (java) S 35812 35815 34474 0 -1 4194368 6281 0 0 0 282 7 0 0 20 0 20 0 39155471 19521036288 60578 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
[pid=35815/tid=35826] ppid=35812 vsize=19063512 memory=-6000919498543228780 CPUtime=0 cores=5,7
/proc/35815/task/35826/stat : 35826 (Finalizer) S 35812 35815 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39155473 19521036288 60578 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
[pid=35815/tid=35833] ppid=35812 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/35815/task/35833/stat : 35833 (Common-Cleaner) S 35812 35815 34474 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39155473 19521036288 60578 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
[pid=35815/tid=35834] ppid=35812 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/35815/task/35834/stat : 35834 (Timer-0) S 35812 35815 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39155500 19521036288 60578 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
Current children cumulated CPU time: 5.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 242312 KiB

[startup+6.30021 s]
/proc/loadavg: 4.44 4.39 4.25 5/350 35835
/proc/meminfo: memFree=54136084/131250000 swapFree=33010684/33010684
[pid=35815] ppid=35812 vsize=19063512 memory=875740 CPUtime=8.95 cores=5,7
/proc/35815/stat : 35815 (java) S 35812 35815 34474 0 -1 4194304 29208 0 0 0 867 28 0 0 20 0 20 0 39155470 19521036288 218935 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
/proc/35815/statm: 4765878 218935 5497 1 0 662409 0
[pid=35815/tid=35817] ppid=35812 vsize=19063512 memory=0 CPUtime=6.03 cores=5,7
/proc/35815/task/35817/stat : 35817 (java) R 35812 35815 34474 0 -1 4194368 6736 0 0 0 580 23 0 0 20 0 20 0 39155471 19521036288 218935 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
[pid=35815/tid=35826] ppid=35812 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/35815/task/35826/stat : 35826 (Finalizer) S 35812 35815 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39155473 19521036288 218935 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
[pid=35815/tid=35833] ppid=35812 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/35815/task/35833/stat : 35833 (Common-Cleaner) S 35812 35815 34474 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39155473 19521036288 218935 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
[pid=35815/tid=35834] ppid=35812 vsize=19063512 memory=187848 CPUtime=0 cores=5,7
/proc/35815/task/35834/stat : 35834 (Timer-0) S 35812 35815 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39155500 19521036288 218935 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
Current children cumulated CPU time: 8.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 875740 KiB

[startup+12.7002 s]
/proc/loadavg: 4.41 4.39 4.24 5/350 35835
/proc/meminfo: memFree=53702560/131250000 swapFree=33010684/33010684
[pid=35815] ppid=35812 vsize=19063512 memory=969952 CPUtime=15.4 cores=5,7
/proc/35815/stat : 35815 (java) S 35812 35815 34474 0 -1 4194304 31469 0 0 0 1500 40 0 0 20 0 20 0 39155470 19521036288 242488 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
/proc/35815/statm: 4765878 242488 5497 1 0 662411 0
[pid=35815/tid=35817] ppid=35812 vsize=19063512 memory=187848 CPUtime=12.36 cores=5,7
/proc/35815/task/35817/stat : 35817 (java) R 35812 35815 34474 0 -1 4194368 7875 0 0 0 1201 35 0 0 20 0 20 0 39155471 19521036288 242488 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
[pid=35815/tid=35826] ppid=35812 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/35815/task/35826/stat : 35826 (Finalizer) S 35812 35815 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39155473 19521036288 242488 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
[pid=35815/tid=35833] ppid=35812 vsize=19063512 memory=969952 CPUtime=0 cores=5,7
/proc/35815/task/35833/stat : 35833 (Common-Cleaner) S 35812 35815 34474 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39155473 19521036288 242488 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
[pid=35815/tid=35834] ppid=35812 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/35815/task/35834/stat : 35834 (Timer-0) S 35812 35815 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39155500 19521036288 242488 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
Current children cumulated CPU time: 15.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 969952 KiB

[startup+25.5002 s]
/proc/loadavg: 4.31 4.37 4.24 5/350 35836
/proc/meminfo: memFree=53004156/131250000 swapFree=33010684/33010684
[pid=35815] ppid=35812 vsize=19063512 memory=1191296 CPUtime=28.3 cores=5,7
/proc/35815/stat : 35815 (java) S 35812 35815 34474 0 -1 4194304 35689 0 0 0 2770 60 0 0 20 0 20 0 39155470 19521036288 297824 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
/proc/35815/statm: 4765878 297824 5497 1 0 662413 0
[pid=35815/tid=35817] ppid=35812 vsize=19063512 memory=10752 CPUtime=25 cores=5,7
/proc/35815/task/35817/stat : 35817 (java) R 35812 35815 34474 0 -1 4194368 9341 0 0 0 2449 51 0 0 20 0 20 0 39155471 19521036288 297824 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
[pid=35815/tid=35826] ppid=35812 vsize=19063512 memory=969952 CPUtime=0 cores=5,7
/proc/35815/task/35826/stat : 35826 (Finalizer) S 35812 35815 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39155473 19521036288 297824 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
[pid=35815/tid=35833] ppid=35812 vsize=19063512 memory=5276 CPUtime=0 cores=5,7
/proc/35815/task/35833/stat : 35833 (Common-Cleaner) S 35812 35815 34474 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39155473 19521036288 297824 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
[pid=35815/tid=35834] ppid=35812 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/35815/task/35834/stat : 35834 (Timer-0) S 35812 35815 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39155500 19521036288 297824 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
Current children cumulated CPU time: 28.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1191296 KiB

[startup+51.1059 s]
/proc/loadavg: 4.27 4.35 4.24 5/348 35837
/proc/meminfo: memFree=51131688/131250000 swapFree=33010684/33010684
[pid=35815] ppid=35812 vsize=19063512 memory=1660520 CPUtime=54.2 cores=5,7
/proc/35815/stat : 35815 (java) S 35812 35815 34474 0 -1 4194304 39136 0 0 0 5318 102 0 0 20 0 20 0 39155470 19521036288 415130 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
/proc/35815/statm: 4765878 415130 5497 1 0 662416 0
[pid=35815/tid=35817] ppid=35812 vsize=19063512 memory=14412 CPUtime=50.17 cores=5,7
/proc/35815/task/35817/stat : 35817 (java) R 35812 35815 34474 0 -1 4194368 11267 0 0 0 4926 91 0 0 20 0 20 0 39155471 19521036288 415130 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
[pid=35815/tid=35826] ppid=35812 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/35815/task/35826/stat : 35826 (Finalizer) S 35812 35815 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39155473 19521036288 415130 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
[pid=35815/tid=35833] ppid=35812 vsize=19063512 memory=18048 CPUtime=0 cores=5,7
/proc/35815/task/35833/stat : 35833 (Common-Cleaner) S 35812 35815 34474 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39155473 19521036288 415130 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
[pid=35815/tid=35834] ppid=35812 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/35815/task/35834/stat : 35834 (Timer-0) S 35812 35815 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39155500 19521036288 415130 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
Current children cumulated CPU time: 54.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1660520 KiB

[startup+58.9576 s]
# the end of solver process 35815 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=61.2369 s, system=1.16141 s

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

[startup+51.2003 s]
/proc/loadavg: 4.27 4.35 4.24 5/348 35837
/proc/meminfo: memFree=51131688/131250000 swapFree=33010684/33010684
[pid=35815] ppid=35812 vsize=19063512 memory=1660520 CPUtime=54.3 cores=5,7
/proc/35815/stat : 35815 (java) S 35812 35815 34474 0 -1 4194304 39136 0 0 0 5327 103 0 0 20 0 20 0 39155470 19521036288 415130 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
/proc/35815/statm: 4765878 415130 5497 1 0 662416 0
[pid=35815/tid=35817] ppid=35812 vsize=19063512 memory=1660520 CPUtime=50.26 cores=5,7
/proc/35815/task/35817/stat : 35817 (java) R 35812 35815 34474 0 -1 4194368 11267 0 0 0 4935 91 0 0 20 0 20 0 39155471 19521036288 415130 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
[pid=35815/tid=35826] ppid=35812 vsize=19063512 memory=5504 CPUtime=0 cores=5,7
/proc/35815/task/35826/stat : 35826 (Finalizer) S 35812 35815 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39155473 19521036288 415130 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
[pid=35815/tid=35833] ppid=35812 vsize=19063512 memory=5276 CPUtime=0 cores=5,7
/proc/35815/task/35833/stat : 35833 (Common-Cleaner) S 35812 35815 34474 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39155473 19521036288 415130 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
[pid=35815/tid=35834] ppid=35812 vsize=19063512 memory=1660520 CPUtime=0 cores=5,7
/proc/35815/task/35834/stat : 35834 (Timer-0) S 35812 35815 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39155500 19521036288 415130 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
Current children cumulated CPU time: 54.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1660520 KiB

[startup+54.4002 s]
/proc/loadavg: 4.25 4.35 4.24 5/348 35837
/proc/meminfo: memFree=51009792/131250000 swapFree=33010684/33010684
[pid=35815] ppid=35812 vsize=19063512 memory=1660520 CPUtime=57.52 cores=5,7
/proc/35815/stat : 35815 (java) S 35812 35815 34474 0 -1 4194304 39147 0 0 0 5645 107 0 0 20 0 20 0 39155470 19521036288 415130 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
/proc/35815/statm: 4765878 415130 5497 1 0 662416 0
[pid=35815/tid=35817] ppid=35812 vsize=19063512 memory=18048 CPUtime=53.46 cores=5,7
/proc/35815/task/35817/stat : 35817 (java) R 35812 35815 34474 0 -1 4194368 11269 0 0 0 5250 96 0 0 20 0 20 0 39155471 19521036288 415130 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
[pid=35815/tid=35826] ppid=35812 vsize=19063512 memory=14412 CPUtime=0 cores=5,7
/proc/35815/task/35826/stat : 35826 (Finalizer) S 35812 35815 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39155473 19521036288 415130 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
[pid=35815/tid=35833] ppid=35812 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/35815/task/35833/stat : 35833 (Common-Cleaner) S 35812 35815 34474 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39155473 19521036288 415130 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
[pid=35815/tid=35834] ppid=35812 vsize=19063512 memory=5504 CPUtime=0 cores=5,7
/proc/35815/task/35834/stat : 35834 (Timer-0) S 35812 35815 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39155500 19521036288 415130 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
Current children cumulated CPU time: 57.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1660520 KiB

[startup+56.0002 s]*
/proc/loadavg: 4.25 4.35 4.24 5/348 35837
/proc/meminfo: memFree=50880556/131250000 swapFree=33010684/33010684
[pid=35815] ppid=35812 vsize=19063512 memory=1668756 CPUtime=59.18 cores=5,7
/proc/35815/stat : 35815 (java) S 35812 35815 34474 0 -1 4194304 39163 0 0 0 5809 109 0 0 20 0 20 0 39155470 19521036288 417189 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
/proc/35815/statm: 4765878 417189 5497 1 0 662416 0
[pid=35815/tid=35817] ppid=35812 vsize=19063512 memory=-6000919498543228780 CPUtime=55 cores=5,7
/proc/35815/task/35817/stat : 35817 (java) R 35812 35815 34474 0 -1 4194368 11271 0 0 0 5403 97 0 0 20 0 20 0 39155471 19521036288 417189 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
[pid=35815/tid=35826] ppid=35812 vsize=19063512 memory=-5155633680935826750 CPUtime=0 cores=5,7
/proc/35815/task/35826/stat : 35826 (Finalizer) S 35812 35815 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39155473 19521036288 417189 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
[pid=35815/tid=35833] ppid=35812 vsize=19063512 memory=-6000919498543228780 CPUtime=0 cores=5,7
/proc/35815/task/35833/stat : 35833 (Common-Cleaner) S 35812 35815 34474 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39155473 19521036288 417189 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
[pid=35815/tid=35834] ppid=35812 vsize=19063512 memory=6944652177228980320 CPUtime=0 cores=5,7
/proc/35815/task/35834/stat : 35834 (Timer-0) S 35812 35815 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39155500 19521036288 417189 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
Current children cumulated CPU time: 59.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1668756 KiB

[startup+57.6002 s]
/proc/loadavg: 4.25 4.35 4.24 5/348 35837
/proc/meminfo: memFree=50856864/131250000 swapFree=33010684/33010684
[pid=35815] ppid=35812 vsize=19063512 memory=1668756 CPUtime=60.77 cores=5,7
/proc/35815/stat : 35815 (java) S 35812 35815 34474 0 -1 4194304 39163 0 0 0 5967 110 0 0 20 0 20 0 39155470 19521036288 417189 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
/proc/35815/statm: 4765878 417189 5497 1 0 662416 0
[pid=35815/tid=35817] ppid=35812 vsize=19063512 memory=0 CPUtime=56.6 cores=5,7
/proc/35815/task/35817/stat : 35817 (java) R 35812 35815 34474 0 -1 4194368 11271 0 0 0 5562 98 0 0 20 0 20 0 39155471 19521036288 417189 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
[pid=35815/tid=35826] ppid=35812 vsize=19063512 memory=5504 CPUtime=0 cores=5,7
/proc/35815/task/35826/stat : 35826 (Finalizer) S 35812 35815 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39155473 19521036288 417189 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
[pid=35815/tid=35833] ppid=35812 vsize=19063512 memory=280358822232512 CPUtime=0 cores=5,7
/proc/35815/task/35833/stat : 35833 (Common-Cleaner) S 35812 35815 34474 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39155473 19521036288 417189 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
[pid=35815/tid=35834] ppid=35812 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/35815/task/35834/stat : 35834 (Timer-0) S 35812 35815 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39155500 19521036288 417189 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
Current children cumulated CPU time: 60.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1668756 KiB

[startup+58.4002 s]
/proc/loadavg: 4.25 4.35 4.24 5/348 35837
/proc/meminfo: memFree=50800300/131250000 swapFree=33010684/33010684
[pid=35815] ppid=35812 vsize=19063512 memory=1668756 CPUtime=61.56 cores=5,7
/proc/35815/stat : 35815 (java) S 35812 35815 34474 0 -1 4194304 39163 0 0 0 6046 110 0 0 20 0 20 0 39155470 19521036288 417189 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
/proc/35815/statm: 4765878 417189 5497 1 0 662416 0
[pid=35815/tid=35817] ppid=35812 vsize=19063512 memory=10752 CPUtime=57.4 cores=5,7
/proc/35815/task/35817/stat : 35817 (java) R 35812 35815 34474 0 -1 4194368 11271 0 0 0 5641 99 0 0 20 0 20 0 39155471 19521036288 417189 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
[pid=35815/tid=35826] ppid=35812 vsize=19063512 memory=1668756 CPUtime=0 cores=5,7
/proc/35815/task/35826/stat : 35826 (Finalizer) S 35812 35815 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39155473 19521036288 417189 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
[pid=35815/tid=35833] ppid=35812 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/35815/task/35833/stat : 35833 (Common-Cleaner) S 35812 35815 34474 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39155473 19521036288 417189 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
[pid=35815/tid=35834] ppid=35812 vsize=19063512 memory=-6000919498543228780 CPUtime=0 cores=5,7
/proc/35815/task/35834/stat : 35834 (Timer-0) S 35812 35815 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39155500 19521036288 417189 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
Current children cumulated CPU time: 61.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1668756 KiB

[startup+58.8002 s]
/proc/loadavg: 4.25 4.35 4.24 5/348 35837
/proc/meminfo: memFree=50800300/131250000 swapFree=33010684/33010684
[pid=35815] ppid=35812 vsize=19063512 memory=1673108 CPUtime=62.16 cores=5,7
/proc/35815/stat : 35815 (java) S 35812 35815 34474 0 -1 4194304 44214 0 0 0 6103 113 0 0 20 0 20 0 39155470 19521036288 418277 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
/proc/35815/statm: 4765878 418277 5497 1 0 663154 0
[pid=35815/tid=35817] ppid=35812 vsize=19063512 memory=215587488049 CPUtime=57.67 cores=5,7
/proc/35815/task/35817/stat : 35817 (java) D 35812 35815 34474 0 -1 4194368 12729 0 0 0 5666 101 0 0 20 0 20 0 39155471 19521036288 418277 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
[pid=35815/tid=35826] ppid=35812 vsize=19063512 memory=57411700523765 CPUtime=0 cores=5,7
/proc/35815/task/35826/stat : 35826 (Finalizer) S 35812 35815 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39155473 19521036288 418277 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
[pid=35815/tid=35833] ppid=35812 vsize=19063512 memory=3834591006528110624 CPUtime=0 cores=5,7
/proc/35815/task/35833/stat : 35833 (Common-Cleaner) S 35812 35815 34474 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39155473 19521036288 418277 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
[pid=35815/tid=35834] ppid=35812 vsize=19063512 memory=2432 CPUtime=0 cores=5,7
/proc/35815/task/35834/stat : 35834 (Timer-0) S 35812 35815 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39155500 19521036288 418277 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
Current children cumulated CPU time: 62.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1673108 KiB

[startup+58.9002 s]
/proc/loadavg: 4.25 4.35 4.24 5/348 35837
/proc/meminfo: memFree=50800300/131250000 swapFree=33010684/33010684
[pid=35815] ppid=35812 vsize=19196640 memory=1673748 CPUtime=62.32 cores=5,7
/proc/35815/stat : 35815 (java) S 35812 35815 34474 0 -1 4194304 45212 0 0 0 6117 115 0 0 20 0 20 0 39155470 19657359360 418437 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
/proc/35815/statm: 4799160 418437 5529 1 0 663772 0
[pid=35815/tid=35817] ppid=35812 vsize=19196640 memory=14412 CPUtime=57.7 cores=5,7
/proc/35815/task/35817/stat : 35817 (java) S 35812 35815 34474 0 -1 4194368 13352 0 0 0 5667 103 0 0 20 0 20 0 39155471 19657359360 418437 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
[pid=35815/tid=35826] ppid=35812 vsize=19196640 memory=18048 CPUtime=0 cores=5,7
/proc/35815/task/35826/stat : 35826 (Finalizer) S 35812 35815 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39155473 19657359360 418437 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
[pid=35815/tid=35833] ppid=35812 vsize=19196640 memory=10752 CPUtime=0 cores=5,7
/proc/35815/task/35833/stat : 35833 (Common-Cleaner) S 35812 35815 34474 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39155473 19657359360 418437 18446744073709551615 93945823358976 93945823362672 140735019384400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93945823370488 93945823371280 93945828442112 140735019387184 140735019387366 140735019387366 140735019392968 0
Current children cumulated CPU time: 62.32 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 1673748 KiB

Child status: 20

Real time (s): 58.9577
CPU time (s): 62.3983
CPU user time (s): 61.2369
CPU system time (s): 1.16141
CPU usage (%): 105.836
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 1673748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 61.2369
system time used= 1.16141
maximum resident set size= 1674004
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45432
page faults= 0
swaps= 0
block input operations= 0
block output operations= 835536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8862
involuntary context switches= 1800


# summary of solver processes directly reported to runsolver:
#   pid: 35815
#   total CPU time (s): 62.3983
#   total CPU user time (s): 61.2369
#   total CPU system time (s): 1.16141

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.133239 second user time and 0.338231 second system time

The end

Launcher Data

Begin job on nodeC033 at 2025-06-30 00:06:01
IDJOB=4515751
IDBENCH=165338
IDSOLVER=3364
FILE ID=nodeC033/4515751-1751234761
RUNJOBID= nodeC033-1751234104-34968
SLURM_JOB_ID= 9587701
Free space on /tmp= 432764 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP085.shuf-3.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4515751-1751234761/watcher-4515751-1751234761 -o /tmp/evaluation-result-4515751-1751234761/solver-4515751-1751234761 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1751234104-34968 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4515751-1751234761 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4515751-1751234761.opb

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

MD5SUM BENCH= 07ea0c7d4747b9a16e298c0932c39846
RANDOM SEED=1319231402

nodeC033 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.098
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.13
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.066
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.13
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		: 3635.403
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.13
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		: 3599.861
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.13
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.060
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.13
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.061
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.13
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		: 3600.149
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.13
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.493
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.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        55103192 kB
MemAvailable:   82787060 kB
Buffers:            3280 kB
Cached:         28461316 kB
SwapCached:            0 kB
Active:         46739092 kB
Inactive:       28201832 kB
Active(anon):   46494536 kB
Inactive(anon):        0 kB
Active(file):     244556 kB
Inactive(file): 28201832 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:           7322784 kB
Writeback:             0 kB
AnonPages:      46477504 kB
Mapped:           123868 kB
Shmem:             18120 kB
KReclaimable:     153440 kB
Slab:             470908 kB
SReclaimable:     153440 kB
SUnreclaim:       317468 kB
KernelStack:        5344 kB
PageTables:        94596 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   47263092 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151624 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:  45914112 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:      221908 kB
DirectMap2M:    11083776 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432764 MiB
End job on nodeC033 at 2025-06-30 00:07:00