Trace number 4515750

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 2025-06-06UNSAT 54.448 52.4592

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.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.14	c Pseudo Boolean Optimization by upper bound
0.12/0.14	c --- Begin Solver configuration ---
0.12/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.14	c Learn all clauses as in MiniSAT
0.12/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.14	c Expensive reason simplification
0.12/0.14	c Glucose 2.1 dynamic restart strategy
0.12/0.14	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.12/0.14	c timeout=2147483s
0.12/0.14	c DB Simplification allowed=false
0.12/0.14	c Listener: none
0.12/0.14	c --- End Solver configuration ---
0.12/0.14	c solving HOME/instance-4515750-1751235916.opb
0.12/0.14	c reading problem ... 
0.12/0.14	c  no objective function found
0.49/0.31	c ... done. Wall clock time 0.168s.
0.49/0.31	c declared #vars     18705
0.49/0.31	c #constraints  3742
0.49/0.32	c constraints type 
0.49/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3742
0.49/0.32	c 3742 constraints processed.
1.26/0.74	c cleaning 2499 clauses out of 5001 with flag 12774/5001
1.85/1.09	c cleaning 4249 clauses out of 8503 with flag 29216/11002
2.25/1.23	c cleaning 5598 clauses out of 11253 with flag 48214/18001
2.45/1.32	c cleaning 6823 clauses out of 13654 with flag 73056/26000
2.64/1.40	c cleaning 7904 clauses out of 15832 with flag 100916/35001
2.64/1.49	c cleaning 8951 clauses out of 17929 with flag 131194/45002
2.84/1.57	c cleaning 9981 clauses out of 19977 with flag 162084/56001
3.03/1.68	c cleaning 10987 clauses out of 21995 with flag 196688/68000
3.27/1.81	c cleaning 11999 clauses out of 24008 with flag 237415/81000
3.38/1.92	c cleaning 12990 clauses out of 26011 with flag 283322/95002
3.48/2.08	c cleaning 13976 clauses out of 28021 with flag 332448/110002
3.68/2.20	c cleaning 15015 clauses out of 30044 with flag 389382/126001
3.80/2.34	c cleaning 16005 clauses out of 32028 with flag 448492/143000
4.02/2.50	c cleaning 16999 clauses out of 34024 with flag 511475/161001
4.12/2.65	c cleaning 18000 clauses out of 36025 with flag 569465/180001
4.33/2.81	c cleaning 18996 clauses out of 38024 with flag 626127/200000
4.53/3.03	c cleaning 19972 clauses out of 40028 with flag 687133/221000
4.73/3.20	c cleaning 21023 clauses out of 42056 with flag 760559/243000
4.93/3.42	c cleaning 22005 clauses out of 44034 with flag 825905/266001
5.13/3.65	c cleaning 22990 clauses out of 46028 with flag 896759/290000
5.33/3.86	c cleaning 24013 clauses out of 48038 with flag 975394/315000
5.52/4.10	c cleaning 25003 clauses out of 50026 with flag 1055956/341001
5.82/4.32	c cleaning 25990 clauses out of 52022 with flag 1132995/368000
6.02/4.56	c cleaning 27005 clauses out of 54033 with flag 1214094/396001
6.33/4.88	c cleaning 27971 clauses out of 56027 with flag 1296203/425000
6.63/5.13	c cleaning 29023 clauses out of 58057 with flag 1382782/455001
6.92/5.42	c cleaning 30004 clauses out of 60033 with flag 1473333/486000
7.22/5.71	c cleaning 30994 clauses out of 62029 with flag 1568079/518000
7.52/6.00	c cleaning 32001 clauses out of 64036 with flag 1663824/551001
7.82/6.37	c cleaning 33004 clauses out of 66034 with flag 1762693/585000
8.21/6.77	c cleaning 33995 clauses out of 68030 with flag 1863541/620000
8.62/7.12	c cleaning 35011 clauses out of 70036 with flag 1965565/656001
8.91/7.47	c cleaning 36003 clauses out of 72024 with flag 2075278/693000
9.21/7.79	c cleaning 36962 clauses out of 74022 with flag 2189319/731001
9.61/8.15	c cleaning 38023 clauses out of 76061 with flag 2311130/770002
10.01/8.55	c cleaning 38986 clauses out of 78037 with flag 2430955/810001
10.41/8.93	c cleaning 40012 clauses out of 80051 with flag 2557612/851001
10.70/9.28	c cleaning 40941 clauses out of 82038 with flag 2691091/893000
11.20/9.75	c cleaning 42009 clauses out of 84097 with flag 2818286/936000
11.70/10.26	c cleaning 43036 clauses out of 86089 with flag 2951254/980001
12.23/10.72	c cleaning 44016 clauses out of 88054 with flag 3088936/1025002
12.83/11.30	c cleaning 45014 clauses out of 90038 with flag 3221087/1071002
13.22/11.79	c cleaning 46001 clauses out of 92023 with flag 3359371/1118001
13.82/12.30	c cleaning 47005 clauses out of 94021 with flag 3502811/1166000
14.32/12.89	c cleaning 48004 clauses out of 96017 with flag 3645789/1215001
14.92/13.47	c cleaning 48997 clauses out of 98012 with flag 3792822/1265000
15.52/14.03	c cleaning 50001 clauses out of 100016 with flag 3941091/1316001
16.22/14.77	c cleaning 51003 clauses out of 102015 with flag 4094783/1368001
16.81/15.38	c cleaning 51968 clauses out of 104011 with flag 4243081/1421000
17.65/16.19	c cleaning 53014 clauses out of 106043 with flag 4399831/1475000
18.35/16.84	c cleaning 53999 clauses out of 108031 with flag 4563175/1530002
19.04/17.51	c cleaning 54992 clauses out of 110032 with flag 4739347/1586002
19.73/18.24	c cleaning 56015 clauses out of 112038 with flag 4909830/1643000
20.53/19.02	c cleaning 56770 clauses out of 114024 with flag 5086224/1701001
21.32/19.80	c cleaning 57774 clauses out of 116253 with flag 5264961/1760000
21.91/20.47	c cleaning 58396 clauses out of 118480 with flag 5438799/1820001
22.76/21.27	c cleaning 59328 clauses out of 121084 with flag 5633063/1881001
23.67/22.12	c cleaning 60499 clauses out of 123755 with flag 5811481/1943000
24.46/23.01	c cleaning 61752 clauses out of 126256 with flag 5995325/2006000
25.28/23.79	c cleaning 61732 clauses out of 128504 with flag 6185258/2070000
26.07/24.55	c cleaning 63184 clauses out of 131772 with flag 6370443/2135000
27.07/25.53	c cleaning 64116 clauses out of 134589 with flag 6555784/2201001
28.08/26.51	c cleaning 65084 clauses out of 137473 with flag 6742704/2268001
29.22/27.68	c cleaning 66159 clauses out of 140389 with flag 6927598/2336001
30.12/28.57	c cleaning 66980 clauses out of 143231 with flag 7127254/2405002
31.02/29.45	c cleaning 67950 clauses out of 146250 with flag 7325291/2475001
31.91/30.37	c cleaning 68859 clauses out of 149300 with flag 7527937/2546001
33.31/31.70	c cleaning 69992 clauses out of 152442 with flag 7733490/2618002
34.51/32.90	c cleaning 71014 clauses out of 155448 with flag 7947588/2691000
35.57/33.99	c cleaning 72118 clauses out of 158434 with flag 8156471/2765000
36.56/34.94	c cleaning 73036 clauses out of 161317 with flag 8377419/2840001
37.55/35.95	c cleaning 73799 clauses out of 164280 with flag 8594165/2916000
38.84/37.25	c cleaning 74981 clauses out of 167482 with flag 8818676/2993001
40.04/38.40	c cleaning 76088 clauses out of 170501 with flag 9049065/3071001
41.31/39.64	c cleaning 77061 clauses out of 173412 with flag 9278941/3150000
42.60/40.95	c cleaning 78095 clauses out of 176353 with flag 9504230/3230002
43.90/42.23	c cleaning 79115 clauses out of 179256 with flag 9733660/3311000
45.09/43.48	c cleaning 80132 clauses out of 182142 with flag 9973137/3393001
46.49/44.85	c cleaning 81183 clauses out of 185009 with flag 10214259/3476000
47.99/46.36	c cleaning 82002 clauses out of 187826 with flag 10452097/3560000
49.44/47.73	c cleaning 82936 clauses out of 190824 with flag 10705598/3645000
50.84/49.20	c cleaning 83526 clauses out of 193889 with flag 10958436/3731001
52.23/50.53	c cleaning 84808 clauses out of 197363 with flag 11207536/3818001
53.84/52.11	c cleaning 86025 clauses out of 200555 with flag 11484313/3906001
54.15/52.36	c starts		: 2405
54.15/52.36	c conflicts		: 3916039
54.15/52.36	c decisions		: 35034214
54.15/52.36	c propagations		: 55476333
54.15/52.36	c inspects		: 482475335
54.15/52.37	c shortcuts		: 0
54.15/52.37	c learnt literals	: 8
54.15/52.37	c learnt binary clauses	: 28
54.15/52.37	c learnt ternary clauses	: 20206
54.15/52.37	c learnt constraints	: 3916030
54.15/52.37	c ignored constraints	: 0
54.15/52.37	c root simplifications	: 0
54.15/52.37	c removed literals (reason simplification)	: 3308799
54.15/52.37	c reason swapping (by a shorter reason)	: 0
54.15/52.37	c Calls to reduceDB	: 84
54.15/52.37	c Number of update (reduction) of LBD	: 666363
54.15/52.37	c Imported unit clauses	: 0
54.15/52.37	c No decision after first conflict	: false
54.15/52.37	c number of reductions to clauses (during analyze)	: 0
54.15/52.37	c number of learned constraints concerned by reduction	: 0
54.15/52.37	c number of learning phase by resolution	: 0
54.15/52.37	c number of learning phase by cutting planes	: 0
54.15/52.37	c number of rounding to 1 operations	: 0
54.15/52.37	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
54.15/52.37	c number of reductions of the coefficients by power 2 	: 0
54.15/52.37	c number of right shift for reduction by power 2 	: 0
54.15/52.37	c number of reductions of the coefficients by GCD over coefficients 	: 0
54.15/52.37	c number of ending skipping 	: 0
54.15/52.37	c number of internal skipping 	: 0
54.15/52.37	c number of derivation steps 	: 0
54.15/52.37	c number of skipped derivation steps 	: 0
54.15/52.37	c number of remaining unassigned 	: 0
54.15/52.37	c number of remaining assigned 	: 0
54.15/52.37	c number of falsified literals weakened from reason	: 0
54.15/52.37	c number of falsified literals weakened from conflict	: 0
54.15/52.37	c time for arithmetic operations	: 0
54.15/52.38	c minimum degree of deleted constraints	: null
54.15/52.38	c maximum degree of deleted constraints	: null
54.15/52.38	c number of deleted constraints	: 0
54.15/52.38	c speed (assignments/second)	: 1065704.8755186722
54.15/52.38	c non guided choices	: 28649125
54.35/52.44	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 124531
54.35/52.44	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 28
54.35/52.44	s UNSATISFIABLE
54.35/52.44	c Total wall clock time (in seconds): 52.298

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4515750-1751235916/watcher-4515750-1751235916 -o /tmp/evaluation-result-4515750-1751235916/solver-4515750-1751235916 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751232650-31770 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4515750-1751235916.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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 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=32260, runsolver pid=32257

[startup+0.100062 s]*
/proc/loadavg: 4.28 4.45 4.34 5/338 32278
/proc/meminfo: memFree=93701616/131249988 swapFree=33010684/33010684
[pid=32260] ppid=32257 vsize=18930384 memory=55540 CPUtime=0.12 cores=4,6
/proc/32260/stat : 32260 (java) S 32257 32260 31759 0 -1 4194304 6546 0 0 0 10 2 0 0 20 0 18 0 39269180 19384713216 13885 18446744073709551615 94688436187136 94688436190832 140721324432048 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94688436198648 94688436199440 94688457814016 140721324435841 140721324435942 140721324435942 140721324441544 0
/proc/32260/statm: 4732596 13885 5328 1 0 547604 0
[pid=32260/tid=32262] ppid=32257 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/32260/task/32262/stat : 32262 (java) R 32257 32260 31759 0 -1 4194368 5048 0 0 0 6 1 0 0 20 0 18 0 39269181 19384713216 13885 18446744073709551615 94688436187136 94688436190832 140721324432048 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94688436198648 94688436199440 94688457814016 140721324435841 140721324435942 140721324435942 140721324441544 0
[pid=32260/tid=32271] ppid=32257 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/32260/task/32271/stat : 32271 (Finalizer) S 32257 32260 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39269184 19384713216 13885 18446744073709551615 94688436187136 94688436190832 140721324432048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94688436198648 94688436199440 94688457814016 140721324435841 140721324435942 140721324435942 140721324441544 0
[pid=32260/tid=32278] ppid=32257 vsize=18930384 memory=55186957824150 CPUtime=0 cores=4,6
/proc/32260/task/32278/stat : 32278 (Common-Cleaner) S 32257 32260 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 39269184 19384713216 13885 18446744073709551615 94688436187136 94688436190832 140721324432048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94688436198648 94688436199440 94688457814016 140721324435841 140721324435942 140721324435942 140721324441544 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55540 KiB

[startup+0.205842 s]*
/proc/loadavg: 4.28 4.45 4.34 7/338 32278
/proc/meminfo: memFree=93693424/131249988 swapFree=33010684/33010684
[pid=32260] ppid=32257 vsize=18930384 memory=65964 CPUtime=0.31 cores=4,6
/proc/32260/stat : 32260 (java) S 32257 32260 31759 0 -1 4194304 6990 0 0 0 28 3 0 0 20 0 18 0 39269180 19384713216 16491 18446744073709551615 94688436187136 94688436190832 140721324432048 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94688436198648 94688436199440 94688457814016 140721324435841 140721324435942 140721324435942 140721324441544 0
/proc/32260/statm: 4732596 16491 5424 1 0 547888 0
[pid=32260/tid=32262] ppid=32257 vsize=18930384 memory=4026597660 CPUtime=0.16 cores=4,6
/proc/32260/task/32262/stat : 32262 (java) R 32257 32260 31759 0 -1 4194368 5261 0 0 0 14 2 0 0 20 0 18 0 39269181 19384713216 16491 18446744073709551615 94688436187136 94688436190832 140721324432048 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94688436198648 94688436199440 94688457814016 140721324435841 140721324435942 140721324435942 140721324441544 0
[pid=32260/tid=32271] ppid=32257 vsize=18930384 memory=17146 CPUtime=0 cores=4,6
/proc/32260/task/32271/stat : 32271 (Finalizer) S 32257 32260 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39269184 19384713216 16491 18446744073709551615 94688436187136 94688436190832 140721324432048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94688436198648 94688436199440 94688457814016 140721324435841 140721324435942 140721324435942 140721324441544 0
[pid=32260/tid=32278] ppid=32257 vsize=18930384 memory=54087446168546 CPUtime=0 cores=4,6
/proc/32260/task/32278/stat : 32278 (Common-Cleaner) S 32257 32260 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 39269184 19384713216 16491 18446744073709551615 94688436187136 94688436190832 140721324432048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94688436198648 94688436199440 94688457814016 140721324435841 140721324435942 140721324435942 140721324441544 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 65964 KiB

[startup+0.305799 s]*
/proc/loadavg: 4.28 4.45 4.34 6/338 32278
/proc/meminfo: memFree=93658136/131249988 swapFree=33010684/33010684
[pid=32260] ppid=32257 vsize=18930384 memory=103588 CPUtime=0.49 cores=4,6
/proc/32260/stat : 32260 (java) S 32257 32260 31759 0 -1 4194304 8817 0 0 0 46 3 0 0 20 0 18 0 39269180 19384713216 25897 18446744073709551615 94688436187136 94688436190832 140721324432048 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94688436198648 94688436199440 94688457814016 140721324435841 140721324435942 140721324435942 140721324441544 0
/proc/32260/statm: 4732596 25897 5424 1 0 549045 0
[pid=32260/tid=32262] ppid=32257 vsize=18930384 memory=-6000919477001677420 CPUtime=0.24 cores=4,6
/proc/32260/task/32262/stat : 32262 (java) R 32257 32260 31759 0 -1 4194368 5283 0 0 0 22 2 0 0 20 0 18 0 39269181 19384713216 25897 18446744073709551615 94688436187136 94688436190832 140721324432048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94688436198648 94688436199440 94688457814016 140721324435841 140721324435942 140721324435942 140721324441544 0
[pid=32260/tid=32271] ppid=32257 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/32260/task/32271/stat : 32271 (Finalizer) S 32257 32260 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39269184 19384713216 25897 18446744073709551615 94688436187136 94688436190832 140721324432048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94688436198648 94688436199440 94688457814016 140721324435841 140721324435942 140721324435942 140721324441544 0
[pid=32260/tid=32278] ppid=32257 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/32260/task/32278/stat : 32278 (Common-Cleaner) S 32257 32260 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 39269184 19384713216 25897 18446744073709551615 94688436187136 94688436190832 140721324432048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94688436198648 94688436199440 94688457814016 140721324435841 140721324435942 140721324435942 140721324441544 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 103588 KiB

[startup+0.700265 s]
/proc/loadavg: 4.28 4.45 4.34 6/339 32279
/proc/meminfo: memFree=93637912/131249988 swapFree=33010684/33010684
[pid=32260] ppid=32257 vsize=18996948 memory=123284 CPUtime=1.26 cores=4,6
/proc/32260/stat : 32260 (java) S 32257 32260 31759 0 -1 4194304 15378 0 0 0 121 5 0 0 20 0 19 0 39269180 19452874752 30821 18446744073709551615 94688436187136 94688436190832 140721324432048 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94688436198648 94688436199440 94688457814016 140721324435841 140721324435942 140721324435942 140721324441544 0
/proc/32260/statm: 4749237 30821 5424 1 0 553593 0
[pid=32260/tid=32262] ppid=32257 vsize=18996948 memory=17536 CPUtime=0.6 cores=4,6
/proc/32260/task/32262/stat : 32262 (java) R 32257 32260 31759 0 -1 4194368 5331 0 0 0 58 2 0 0 20 0 19 0 39269181 19452874752 30821 18446744073709551615 94688436187136 94688436190832 140721324432048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94688436198648 94688436199440 94688457814016 140721324435841 140721324435942 140721324435942 140721324441544 0
[pid=32260/tid=32271] ppid=32257 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/32260/task/32271/stat : 32271 (Finalizer) S 32257 32260 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39269184 19452874752 30821 18446744073709551615 94688436187136 94688436190832 140721324432048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94688436198648 94688436199440 94688457814016 140721324435841 140721324435942 140721324435942 140721324441544 0
[pid=32260/tid=32278] ppid=32257 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/32260/task/32278/stat : 32278 (Common-Cleaner) S 32257 32260 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 39269184 19452874752 30821 18446744073709551615 94688436187136 94688436190832 140721324432048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94688436198648 94688436199440 94688457814016 140721324435841 140721324435942 140721324435942 140721324441544 0
[pid=32260/tid=32279] ppid=32257 vsize=18996948 memory=4760 CPUtime=0 cores=4,6
/proc/32260/task/32279/stat : 32279 (Timer-0) S 32257 32260 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39269213 19452874752 30821 18446744073709551615 94688436187136 94688436190832 140721324432048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94688436198648 94688436199440 94688457814016 140721324435841 140721324435942 140721324435942 140721324441544 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 123284 KiB

[startup+1.50026 s]
/proc/loadavg: 4.28 4.45 4.34 7/339 32279
/proc/meminfo: memFree=93621908/131249988 swapFree=33010684/33010684
[pid=32260] ppid=32257 vsize=18996948 memory=141060 CPUtime=2.84 cores=4,6
/proc/32260/stat : 32260 (java) S 32257 32260 31759 0 -1 4194304 20424 0 0 0 278 6 0 0 20 0 19 0 39269180 19452874752 35265 18446744073709551615 94688436187136 94688436190832 140721324432048 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94688436198648 94688436199440 94688457814016 140721324435841 140721324435942 140721324435942 140721324441544 0
/proc/32260/statm: 4749237 35265 5424 1 0 554838 0
[pid=32260/tid=32262] ppid=32257 vsize=18996948 memory=0 CPUtime=1.37 cores=4,6
/proc/32260/task/32262/stat : 32262 (java) R 32257 32260 31759 0 -1 4194368 5706 0 0 0 134 3 0 0 20 0 19 0 39269181 19452874752 35265 18446744073709551615 94688436187136 94688436190832 140721324432048 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94688436198648 94688436199440 94688457814016 140721324435841 140721324435942 140721324435942 140721324441544 0
[pid=32260/tid=32271] ppid=32257 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/32260/task/32271/stat : 32271 (Finalizer) S 32257 32260 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39269184 19452874752 35265 18446744073709551615 94688436187136 94688436190832 140721324432048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94688436198648 94688436199440 94688457814016 140721324435841 140721324435942 140721324435942 140721324441544 0
[pid=32260/tid=32278] ppid=32257 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/32260/task/32278/stat : 32278 (Common-Cleaner) S 32257 32260 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 39269184 19452874752 35265 18446744073709551615 94688436187136 94688436190832 140721324432048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94688436198648 94688436199440 94688457814016 140721324435841 140721324435942 140721324435942 140721324441544 0
[pid=32260/tid=32279] ppid=32257 vsize=18996948 memory=4760 CPUtime=0 cores=4,6
/proc/32260/task/32279/stat : 32279 (Timer-0) S 32257 32260 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39269213 19452874752 35265 18446744073709551615 94688436187136 94688436190832 140721324432048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94688436198648 94688436199440 94688457814016 140721324435841 140721324435942 140721324435942 140721324441544 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 141060 KiB

[startup+3.10572 s]
/proc/loadavg: 4.34 4.46 4.35 6/340 32280
/proc/meminfo: memFree=93540280/131249988 swapFree=33010684/33010684
[pid=32260] ppid=32257 vsize=19063512 memory=195308 CPUtime=4.63 cores=4,6
/proc/32260/stat : 32260 (java) S 32257 32260 31759 0 -1 4194304 22591 0 0 0 456 7 0 0 20 0 20 0 39269180 19521036288 48827 18446744073709551615 94688436187136 94688436190832 140721324432048 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94688436198648 94688436199440 94688457814016 140721324435841 140721324435942 140721324435942 140721324441544 0
/proc/32260/statm: 4765878 48827 5520 1 0 555130 0
[pid=32260/tid=32262] ppid=32257 vsize=19063512 memory=10752 CPUtime=2.94 cores=4,6
/proc/32260/task/32262/stat : 32262 (java) R 32257 32260 31759 0 -1 4194368 6053 0 0 0 291 3 0 0 20 0 20 0 39269181 19521036288 48827 18446744073709551615 94688436187136 94688436190832 140721324432048 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94688436198648 94688436199440 94688457814016 140721324435841 140721324435942 140721324435942 140721324441544 0
[pid=32260/tid=32271] ppid=32257 vsize=19063512 memory=-6000919477001677420 CPUtime=0 cores=4,6
/proc/32260/task/32271/stat : 32271 (Finalizer) S 32257 32260 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39269184 19521036288 48827 18446744073709551615 94688436187136 94688436190832 140721324432048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94688436198648 94688436199440 94688457814016 140721324435841 140721324435942 140721324435942 140721324441544 0
[pid=32260/tid=32278] ppid=32257 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/32260/task/32278/stat : 32278 (Common-Cleaner) S 32257 32260 31759 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 39269184 19521036288 48827 18446744073709551615 94688436187136 94688436190832 140721324432048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94688436198648 94688436199440 94688457814016 140721324435841 140721324435942 140721324435942 140721324441544 0
[pid=32260/tid=32279] ppid=32257 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/32260/task/32279/stat : 32279 (Timer-0) S 32257 32260 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39269213 19521036288 48827 18446744073709551615 94688436187136 94688436190832 140721324432048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94688436198648 94688436199440 94688457814016 140721324435841 140721324435942 140721324435942 140721324441544 0
Current children cumulated CPU time: 4.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 195308 KiB

[startup+6.30024 s]
/proc/loadavg: 4.34 4.46 4.35 6/339 32280
/proc/meminfo: memFree=93519832/131249988 swapFree=33010684/33010684
[pid=32260] ppid=32257 vsize=19063512 memory=195308 CPUtime=7.82 cores=4,6
/proc/32260/stat : 32260 (java) S 32257 32260 31759 0 -1 4194304 22827 0 0 0 774 8 0 0 20 0 20 0 39269180 19521036288 48827 18446744073709551615 94688436187136 94688436190832 140721324432048 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94688436198648 94688436199440 94688457814016 140721324435841 140721324435942 140721324435942 140721324441544 0
/proc/32260/statm: 4765878 48827 5520 1 0 555130 0
[pid=32260/tid=32262] ppid=32257 vsize=19063512 memory=0 CPUtime=6.11 cores=4,6
/proc/32260/task/32262/stat : 32262 (java) R 32257 32260 31759 0 -1 4194368 6055 0 0 0 608 3 0 0 20 0 20 0 39269181 19521036288 48827 18446744073709551615 94688436187136 94688436190832 140721324432048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94688436198648 94688436199440 94688457814016 140721324435841 140721324435942 140721324435942 140721324441544 0
[pid=32260/tid=32271] ppid=32257 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/32260/task/32271/stat : 32271 (Finalizer) S 32257 32260 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39269184 19521036288 48827 18446744073709551615 94688436187136 94688436190832 140721324432048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94688436198648 94688436199440 94688457814016 140721324435841 140721324435942 140721324435942 140721324441544 0
[pid=32260/tid=32278] ppid=32257 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/32260/task/32278/stat : 32278 (Common-Cleaner) S 32257 32260 31759 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 39269184 19521036288 48827 18446744073709551615 94688436187136 94688436190832 140721324432048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94688436198648 94688436199440 94688457814016 140721324435841 140721324435942 140721324435942 140721324441544 0
[pid=32260/tid=32279] ppid=32257 vsize=19063512 memory=143236 CPUtime=0 cores=4,6
/proc/32260/task/32279/stat : 32279 (Timer-0) S 32257 32260 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39269213 19521036288 48827 18446744073709551615 94688436187136 94688436190832 140721324432048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94688436198648 94688436199440 94688457814016 140721324435841 140721324435942 140721324435942 140721324441544 0
Current children cumulated CPU time: 7.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 195308 KiB

[startup+12.7002 s]
/proc/loadavg: 4.36 4.46 4.35 5/339 32280
/proc/meminfo: memFree=93453880/131249988 swapFree=33010684/33010684
[pid=32260] ppid=32257 vsize=19063512 memory=226184 CPUtime=14.22 cores=4,6
/proc/32260/stat : 32260 (java) S 32257 32260 31759 0 -1 4194304 24390 0 0 0 1413 9 0 0 20 0 20 0 39269180 19521036288 56546 18446744073709551615 94688436187136 94688436190832 140721324432048 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94688436198648 94688436199440 94688457814016 140721324435841 140721324435942 140721324435942 140721324441544 0
/proc/32260/statm: 4765878 56546 5520 1 0 555130 0
[pid=32260/tid=32262] ppid=32257 vsize=19063512 memory=143236 CPUtime=12.43 cores=4,6
/proc/32260/task/32262/stat : 32262 (java) R 32257 32260 31759 0 -1 4194368 6598 0 0 0 1239 4 0 0 20 0 20 0 39269181 19521036288 56546 18446744073709551615 94688436187136 94688436190832 140721324432048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94688436198648 94688436199440 94688457814016 140721324435841 140721324435942 140721324435942 140721324441544 0
[pid=32260/tid=32271] ppid=32257 vsize=19063512 memory=226184 CPUtime=0 cores=4,6
/proc/32260/task/32271/stat : 32271 (Finalizer) S 32257 32260 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39269184 19521036288 56546 18446744073709551615 94688436187136 94688436190832 140721324432048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94688436198648 94688436199440 94688457814016 140721324435841 140721324435942 140721324435942 140721324441544 0
[pid=32260/tid=32278] ppid=32257 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/32260/task/32278/stat : 32278 (Common-Cleaner) S 32257 32260 31759 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 39269184 19521036288 56546 18446744073709551615 94688436187136 94688436190832 140721324432048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94688436198648 94688436199440 94688457814016 140721324435841 140721324435942 140721324435942 140721324441544 0
[pid=32260/tid=32279] ppid=32257 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/32260/task/32279/stat : 32279 (Timer-0) S 32257 32260 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39269213 19521036288 56546 18446744073709551615 94688436187136 94688436190832 140721324432048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94688436198648 94688436199440 94688457814016 140721324435841 140721324435942 140721324435942 140721324441544 0
Current children cumulated CPU time: 14.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 226184 KiB

[startup+25.5002 s]
/proc/loadavg: 4.30 4.44 4.35 5/339 32280
/proc/meminfo: memFree=93375928/131249988 swapFree=33010684/33010684
[pid=32260] ppid=32257 vsize=19063512 memory=302292 CPUtime=27.07 cores=4,6
/proc/32260/stat : 32260 (java) S 32257 32260 31759 0 -1 4194304 28438 0 0 0 2696 11 0 0 20 0 20 0 39269180 19521036288 75573 18446744073709551615 94688436187136 94688436190832 140721324432048 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94688436198648 94688436199440 94688457814016 140721324435841 140721324435942 140721324435942 140721324441544 0
/proc/32260/statm: 4765878 75573 5520 1 0 555153 0
[pid=32260/tid=32262] ppid=32257 vsize=19063512 memory=273544 CPUtime=25.08 cores=4,6
/proc/32260/task/32262/stat : 32262 (java) R 32257 32260 31759 0 -1 4194368 7608 0 0 0 2504 4 0 0 20 0 20 0 39269181 19521036288 75573 18446744073709551615 94688436187136 94688436190832 140721324432048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94688436198648 94688436199440 94688457814016 140721324435841 140721324435942 140721324435942 140721324441544 0
[pid=32260/tid=32271] ppid=32257 vsize=19063512 memory=302292 CPUtime=0 cores=4,6
/proc/32260/task/32271/stat : 32271 (Finalizer) S 32257 32260 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39269184 19521036288 75573 18446744073709551615 94688436187136 94688436190832 140721324432048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94688436198648 94688436199440 94688457814016 140721324435841 140721324435942 140721324435942 140721324441544 0
[pid=32260/tid=32278] ppid=32257 vsize=19063512 memory=302292 CPUtime=0 cores=4,6
/proc/32260/task/32278/stat : 32278 (Common-Cleaner) S 32257 32260 31759 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 39269184 19521036288 75573 18446744073709551615 94688436187136 94688436190832 140721324432048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94688436198648 94688436199440 94688457814016 140721324435841 140721324435942 140721324435942 140721324441544 0
[pid=32260/tid=32279] ppid=32257 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/32260/task/32279/stat : 32279 (Timer-0) S 32257 32260 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39269213 19521036288 75573 18446744073709551615 94688436187136 94688436190832 140721324432048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94688436198648 94688436199440 94688457814016 140721324435841 140721324435942 140721324435942 140721324441544 0
Current children cumulated CPU time: 27.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 302292 KiB

[startup+51.1058 s]
/proc/loadavg: 4.26 4.42 4.34 5/339 32280
/proc/meminfo: memFree=93183208/131249988 swapFree=33010684/33010684
[pid=32260] ppid=32257 vsize=19063512 memory=492860 CPUtime=52.84 cores=4,6
/proc/32260/stat : 32260 (java) S 32257 32260 31759 0 -1 4194304 29256 0 0 0 5267 17 0 0 20 0 20 0 39269180 19521036288 123215 18446744073709551615 94688436187136 94688436190832 140721324432048 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94688436198648 94688436199440 94688457814016 140721324435841 140721324435942 140721324435942 140721324441544 0
/proc/32260/statm: 4765878 123215 5520 1 0 555162 0
[pid=32260/tid=32262] ppid=32257 vsize=19063512 memory=445740 CPUtime=50.37 cores=4,6
/proc/32260/task/32262/stat : 32262 (java) R 32257 32260 31759 0 -1 4194368 7636 0 0 0 5033 4 0 0 20 0 20 0 39269181 19521036288 123215 18446744073709551615 94688436187136 94688436190832 140721324432048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94688436198648 94688436199440 94688457814016 140721324435841 140721324435942 140721324435942 140721324441544 0
[pid=32260/tid=32271] ppid=32257 vsize=19063512 memory=492860 CPUtime=0 cores=4,6
/proc/32260/task/32271/stat : 32271 (Finalizer) S 32257 32260 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39269184 19521036288 123215 18446744073709551615 94688436187136 94688436190832 140721324432048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94688436198648 94688436199440 94688457814016 140721324435841 140721324435942 140721324435942 140721324441544 0
[pid=32260/tid=32278] ppid=32257 vsize=19063512 memory=445740 CPUtime=0 cores=4,6
/proc/32260/task/32278/stat : 32278 (Common-Cleaner) S 32257 32260 31759 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 39269184 19521036288 123215 18446744073709551615 94688436187136 94688436190832 140721324432048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94688436198648 94688436199440 94688457814016 140721324435841 140721324435942 140721324435942 140721324441544 0
[pid=32260/tid=32279] ppid=32257 vsize=19063512 memory=302292 CPUtime=0 cores=4,6
/proc/32260/task/32279/stat : 32279 (Timer-0) S 32257 32260 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39269213 19521036288 123215 18446744073709551615 94688436187136 94688436190832 140721324432048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94688436198648 94688436199440 94688457814016 140721324435841 140721324435942 140721324435942 140721324441544 0
Current children cumulated CPU time: 52.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 492860 KiB

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

# cumulated CPU time of all completed processes:  user=54.258 s, system=0.189952 s

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

[startup+51.2003 s]
/proc/loadavg: 4.26 4.42 4.34 5/339 32280
/proc/meminfo: memFree=93183208/131249988 swapFree=33010684/33010684
[pid=32260] ppid=32257 vsize=19063512 memory=492860 CPUtime=52.93 cores=4,6
/proc/32260/stat : 32260 (java) S 32257 32260 31759 0 -1 4194304 29256 0 0 0 5276 17 0 0 20 0 20 0 39269180 19521036288 123215 18446744073709551615 94688436187136 94688436190832 140721324432048 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94688436198648 94688436199440 94688457814016 140721324435841 140721324435942 140721324435942 140721324441544 0
/proc/32260/statm: 4765878 123215 5520 1 0 555162 0
[pid=32260/tid=32262] ppid=32257 vsize=19063512 memory=14848 CPUtime=50.46 cores=4,6
/proc/32260/task/32262/stat : 32262 (java) R 32257 32260 31759 0 -1 4194368 7636 0 0 0 5042 4 0 0 20 0 20 0 39269181 19521036288 123215 18446744073709551615 94688436187136 94688436190832 140721324432048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94688436198648 94688436199440 94688457814016 140721324435841 140721324435942 140721324435942 140721324441544 0
[pid=32260/tid=32271] ppid=32257 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/32260/task/32271/stat : 32271 (Finalizer) S 32257 32260 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39269184 19521036288 123215 18446744073709551615 94688436187136 94688436190832 140721324432048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94688436198648 94688436199440 94688457814016 140721324435841 140721324435942 140721324435942 140721324441544 0
[pid=32260/tid=32278] ppid=32257 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/32260/task/32278/stat : 32278 (Common-Cleaner) S 32257 32260 31759 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 39269184 19521036288 123215 18446744073709551615 94688436187136 94688436190832 140721324432048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94688436198648 94688436199440 94688457814016 140721324435841 140721324435942 140721324435942 140721324441544 0
[pid=32260/tid=32279] ppid=32257 vsize=19063512 memory=445740 CPUtime=0 cores=4,6
/proc/32260/task/32279/stat : 32279 (Timer-0) S 32257 32260 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39269213 19521036288 123215 18446744073709551615 94688436187136 94688436190832 140721324432048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94688436198648 94688436199440 94688457814016 140721324435841 140721324435942 140721324435942 140721324441544 0
Current children cumulated CPU time: 52.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 492860 KiB

[startup+52.0002 s]*
/proc/loadavg: 4.24 4.41 4.34 5/339 32280
/proc/meminfo: memFree=93179176/131249988 swapFree=33010684/33010684
[pid=32260] ppid=32257 vsize=19063512 memory=492860 CPUtime=53.74 cores=4,6
/proc/32260/stat : 32260 (java) S 32257 32260 31759 0 -1 4194304 29256 0 0 0 5357 17 0 0 20 0 20 0 39269180 19521036288 123215 18446744073709551615 94688436187136 94688436190832 140721324432048 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94688436198648 94688436199440 94688457814016 140721324435841 140721324435942 140721324435942 140721324441544 0
/proc/32260/statm: 4765878 123215 5520 1 0 555162 0
[pid=32260/tid=32262] ppid=32257 vsize=19063512 memory=-6000919477001677420 CPUtime=51.27 cores=4,6
/proc/32260/task/32262/stat : 32262 (java) R 32257 32260 31759 0 -1 4194368 7636 0 0 0 5123 4 0 0 20 0 20 0 39269181 19521036288 123215 18446744073709551615 94688436187136 94688436190832 140721324432048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94688436198648 94688436199440 94688457814016 140721324435841 140721324435942 140721324435942 140721324441544 0
[pid=32260/tid=32271] ppid=32257 vsize=19063512 memory=2220 CPUtime=0 cores=4,6
/proc/32260/task/32271/stat : 32271 (Finalizer) S 32257 32260 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39269184 19521036288 123215 18446744073709551615 94688436187136 94688436190832 140721324432048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94688436198648 94688436199440 94688457814016 140721324435841 140721324435942 140721324435942 140721324441544 0
[pid=32260/tid=32278] ppid=32257 vsize=19063512 memory=2688 CPUtime=0 cores=4,6
/proc/32260/task/32278/stat : 32278 (Common-Cleaner) S 32257 32260 31759 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 39269184 19521036288 123215 18446744073709551615 94688436187136 94688436190832 140721324432048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94688436198648 94688436199440 94688457814016 140721324435841 140721324435942 140721324435942 140721324441544 0
[pid=32260/tid=32279] ppid=32257 vsize=19063512 memory=2432 CPUtime=0 cores=4,6
/proc/32260/task/32279/stat : 32279 (Timer-0) S 32257 32260 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39269213 19521036288 123215 18446744073709551615 94688436187136 94688436190832 140721324432048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94688436198648 94688436199440 94688457814016 140721324435841 140721324435942 140721324435942 140721324441544 0
Current children cumulated CPU time: 53.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 492860 KiB

[startup+52.4002 s]
/proc/loadavg: 4.24 4.41 4.34 5/339 32280
/proc/meminfo: memFree=93179176/131249988 swapFree=33010684/33010684
[pid=32260] ppid=32257 vsize=19196640 memory=493756 CPUtime=54.35 cores=4,6
/proc/32260/stat : 32260 (java) S 32257 32260 31759 0 -1 4194304 34441 0 0 0 5417 18 0 0 20 0 20 0 39269180 19657359360 123439 18446744073709551615 94688436187136 94688436190832 140721324432048 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94688436198648 94688436199440 94688457814016 140721324435841 140721324435942 140721324435942 140721324441544 0
/proc/32260/statm: 4799160 123439 5520 1 0 555889 0
[pid=32260/tid=32262] ppid=32257 vsize=19196640 memory=226184 CPUtime=51.62 cores=4,6
/proc/32260/task/32262/stat : 32262 (java) S 32257 32260 31759 0 -1 4194368 9171 0 0 0 5158 4 0 0 20 0 20 0 39269181 19657359360 123439 18446744073709551615 94688436187136 94688436190832 140721324432048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94688436198648 94688436199440 94688457814016 140721324435841 140721324435942 140721324435942 140721324441544 0
[pid=32260/tid=32271] ppid=32257 vsize=19196640 memory=1792 CPUtime=0 cores=4,6
/proc/32260/task/32271/stat : 32271 (Finalizer) S 32257 32260 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39269184 19657359360 123439 18446744073709551615 94688436187136 94688436190832 140721324432048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94688436198648 94688436199440 94688457814016 140721324435841 140721324435942 140721324435942 140721324441544 0
[pid=32260/tid=32278] ppid=32257 vsize=19196640 memory=492860 CPUtime=0 cores=4,6
/proc/32260/task/32278/stat : 32278 (Common-Cleaner) S 32257 32260 31759 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 39269184 19657359360 123439 18446744073709551615 94688436187136 94688436190832 140721324432048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94688436198648 94688436199440 94688457814016 140721324435841 140721324435942 140721324435942 140721324441544 0
Current children cumulated CPU time: 54.35 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 493756 KiB

Child status: 20

Real time (s): 52.4592
CPU time (s): 54.448
CPU user time (s): 54.258
CPU system time (s): 0.189952
CPU usage (%): 103.791
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 493756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 54.258
system time used= 0.189952
maximum resident set size= 494140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34640
page faults= 0
swaps= 0
block input operations= 0
block output operations= 96
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3542
involuntary context switches= 1573


# summary of solver processes directly reported to runsolver:
#   pid: 32260
#   total CPU time (s): 54.448
#   total CPU user time (s): 54.258
#   total CPU system time (s): 0.189952

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.131485 second user time and 0.290001 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-06-30 00:25:16
IDJOB=4515750
IDBENCH=165338
IDSOLVER=3363
FILE ID=nodeC020/4515750-1751235916
RUNJOBID= nodeC020-1751232650-31770
SLURM_JOB_ID= 9587710
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j Resolution 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 -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4515750-1751235916/watcher-4515750-1751235916 -o /tmp/evaluation-result-4515750-1751235916/solver-4515750-1751235916 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751232650-31770 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4515750-1751235916.opb

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

MD5SUM BENCH= 07ea0c7d4747b9a16e298c0932c39846
RANDOM SEED=690366776

nodeC020 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.873
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.79
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.914
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.79
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		: 3658.332
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.79
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		: 3700.000
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.79
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.288
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.79
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		: 3599.907
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.79
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.148
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.79
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		: 3700.000
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.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        93736320 kB
MemAvailable:   93851220 kB
Buffers:            3280 kB
Cached:           921312 kB
SwapCached:            0 kB
Active:         36284648 kB
Inactive:         614012 kB
Active(anon):   35992124 kB
Inactive(anon):        0 kB
Active(file):     292524 kB
Inactive(file):   614012 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1072 kB
Writeback:             0 kB
AnonPages:      35976652 kB
Mapped:           122808 kB
Shmem:             18056 kB
KReclaimable:      95204 kB
Slab:             182340 kB
SReclaimable:      95204 kB
SUnreclaim:        87136 kB
KernelStack:        5184 kB
PageTables:        73972 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:   38512172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  35571712 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC020 at 2025-06-30 00:26:09