Trace number 4459098

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2024 2024-07-07? (TO) 3600.14 3581.99

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/comppebphp_pyrheight_equals_nholes/
normalized-comppebphp_opt_pyrheightequalsnholes_34.opb
MD5SUMfe39f0a7e8bd71485db4c3a1af739794
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark630
Best CPU time to get the best result obtained on this benchmark178.235
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables750960
Total number of constraints47040
Number of constraints which are clauses23835
Number of constraints which are cardinality constraints (but not clauses)20790
Number of constraints which are nor clauses,nor cardinality constraints2415
Minimum length of a constraint34
Maximum length of a constraint39
Number of terms in the objective function 1260
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1260
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 1260
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version CUSTOM.v20240707
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.13	--- Begin Solver configuration ---
0.13/0.13	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.13/0.13	Learn all clauses as in MiniSAT
0.13/0.13	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	Expensive reason simplification
0.13/0.13	Glucose 2.1 dynamic restart strategy
0.13/0.13	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	timeout=2147483s
0.13/0.13	DB Simplification allowed=false
0.13/0.13	Listener: none
0.13/0.13	--- End Solver configuration ---
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@2401f4c3
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@762efe5d 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-4459098-1721894049.opb
0.13/0.14	c reading problem ... 
0.13/0.14	c using VERIPB proof format
0.13/0.14	c  objective function found
26.76/25.34	c ... done. Wall clock time 25.201s.
26.76/25.34	c declared #vars     750960
26.76/25.34	c #constraints  47040
26.76/25.34	c constraints type 
26.76/25.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 23205
26.76/25.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 23835
26.76/25.34	c 47040 constraints processed.
26.76/25.35	c objective function length is 1260 literals
30.72/27.41	c cleaning 2493 clauses out of 5001 with flag 30604/5001
32.47/28.80	c cleaning 4239 clauses out of 8508 with flag 70016/11001
34.49/30.79	c cleaning 5615 clauses out of 11270 with flag 116597/18002
36.70/32.85	c cleaning 6801 clauses out of 13654 with flag 170965/26001
39.51/35.66	c cleaning 7902 clauses out of 15854 with flag 233391/35002
43.09/39.24	c cleaning 8957 clauses out of 17951 with flag 302098/45001
45.65/41.66	c cleaning 9968 clauses out of 19995 with flag 371049/56002
49.12/45.09	c cleaning 10964 clauses out of 22025 with flag 454875/68000
55.12/51.05	c cleaning 12019 clauses out of 24061 with flag 616459/81000
64.48/60.80	c cleaning 13015 clauses out of 26042 with flag 782978/95000
76.59/72.85	c cleaning 14008 clauses out of 28027 with flag 969961/110000
94.23/90.79	c cleaning 15010 clauses out of 30019 with flag 1173700/126000
113.73/110.09	c cleaning 16004 clauses out of 32009 with flag 1384268/143000
129.80/125.96	c cleaning 17003 clauses out of 34006 with flag 1638415/161001
150.63/146.46	c cleaning 18001 clauses out of 36002 with flag 1911830/180000
167.43/163.15	c cleaning 18999 clauses out of 38001 with flag 2174938/200000
199.22/194.86	c cleaning 19998 clauses out of 40003 with flag 2461529/221001
241.80/237.23	c cleaning 20994 clauses out of 42004 with flag 2783301/243000
289.60/285.16	c cleaning 22002 clauses out of 44011 with flag 3107019/266001
326.46/321.72	c cleaning 23002 clauses out of 46009 with flag 3371068/290001
350.19/345.53	c cleaning 23999 clauses out of 48007 with flag 3587011/315001
378.99/374.62	c cleaning 24997 clauses out of 50007 with flag 3817711/341000
410.55/405.99	c cleaning 26005 clauses out of 52011 with flag 4026664/368001
440.77/436.24	c cleaning 26990 clauses out of 54006 with flag 4227091/396001
472.21/467.86	c cleaning 28006 clauses out of 56018 with flag 4549219/425003
510.87/506.53	c cleaning 28996 clauses out of 58010 with flag 4858672/455001
561.87/557.19	c cleaning 30001 clauses out of 60013 with flag 5192923/486000
613.35/608.88	c cleaning 31002 clauses out of 62018 with flag 5509410/518006
664.68/660.35	c cleaning 31997 clauses out of 64010 with flag 5820872/551000
724.79/719.34	c cleaning 33002 clauses out of 66013 with flag 6161560/585000
785.16/779.53	c cleaning 33996 clauses out of 68011 with flag 6507010/620000
848.33/842.60	c cleaning 34999 clauses out of 70017 with flag 6846622/656002
904.88/899.15	c cleaning 35994 clauses out of 72016 with flag 7202669/693000
949.49/943.38	c cleaning 36985 clauses out of 74022 with flag 7493423/731000
986.47/980.52	c cleaning 38018 clauses out of 76038 with flag 7802868/770001
1055.96/1050.19	c cleaning 39008 clauses out of 78019 with flag 8120889/810000
1122.37/1116.49	c cleaning 40000 clauses out of 80012 with flag 8449894/851001
1156.03/1150.18	c cleaning 40997 clauses out of 82011 with flag 8822212/893000
1204.04/1198.02	c cleaning 41999 clauses out of 84014 with flag 9324260/936000
1259.91/1253.44	c cleaning 42998 clauses out of 86015 with flag 9837197/980000
1317.83/1311.07	c cleaning 43991 clauses out of 88019 with flag 10369674/1025002
1382.83/1375.89	c cleaning 44946 clauses out of 90026 with flag 11005553/1071000
1435.86/1428.71	c cleaning 46024 clauses out of 92080 with flag 11453034/1118000
1501.18/1494.08	c cleaning 47012 clauses out of 94056 with flag 11935060/1166000
1562.24/1555.04	c cleaning 48013 clauses out of 96044 with flag 12564264/1215000
1633.35/1626.25	c cleaning 49005 clauses out of 98033 with flag 13221423/1265002
1723.95/1715.22	c cleaning 49986 clauses out of 100028 with flag 13900244/1316002
1797.41/1788.69	c cleaning 50998 clauses out of 102040 with flag 14536302/1368000
1866.86/1858.48	c cleaning 51993 clauses out of 104042 with flag 15180776/1421000
1952.31/1943.08	c cleaning 53012 clauses out of 106049 with flag 15713013/1475000
2026.15/2016.64	c cleaning 54011 clauses out of 108038 with flag 16272806/1530001
2122.15/2111.99	c cleaning 54998 clauses out of 110028 with flag 16931480/1586002
2200.32/2190.34	c cleaning 56001 clauses out of 112034 with flag 17471088/1643006
2285.04/2274.75	c cleaning 57011 clauses out of 114033 with flag 18071385/1701006
2394.55/2383.61	c cleaning 57998 clauses out of 116016 with flag 18608212/1760000
2515.06/2504.05	c cleaning 59005 clauses out of 118022 with flag 19115278/1820004
2609.24/2599.18	c cleaning 59999 clauses out of 120013 with flag 19631893/1881000
2730.78/2719.39	c cleaning 60996 clauses out of 122014 with flag 20210787/1943000
2846.43/2835.16	c cleaning 61998 clauses out of 124020 with flag 20747483/2006002
2954.23/2940.98	c cleaning 63005 clauses out of 126023 with flag 21279630/2070003
3068.30/3054.66	c cleaning 63997 clauses out of 128015 with flag 21849973/2135000
3183.72/3168.45	c cleaning 64999 clauses out of 130018 with flag 22397444/2201000
3320.32/3305.22	c cleaning 65999 clauses out of 132019 with flag 23098812/2268000
3460.69/3442.84	c cleaning 67004 clauses out of 134024 with flag 23795419/2336004
3575.66/3557.56	c cleaning 67996 clauses out of 136016 with flag 24504673/2405000
3600.00/3581.91	c starts		: 4371
3600.00/3581.91	c conflicts		: 2425011
3600.00/3581.91	c decisions		: 12614632
3600.00/3581.91	c propagations		: 65906459
3600.00/3581.91	c inspects		: 9377211111
3600.00/3581.91	c shortcuts		: 0
3600.00/3581.91	c learnt literals	: 0
3600.00/3581.91	c learnt binary clauses	: 0
3600.00/3581.91	c learnt ternary clauses	: 0
3600.00/3581.91	c learnt constraints	: 2425011
3600.00/3581.91	c ignored constraints	: 0
3600.00/3581.91	c root simplifications	: 0
3600.00/3581.91	c removed literals (reason simplification)	: 60548221
3600.00/3581.91	c reason swapping (by a shorter reason)	: 0
3600.00/3581.92	c Calls to reduceDB	: 65
3600.00/3581.92	c Number of update (reduction) of LBD	: 1952675
3600.00/3581.92	c Imported unit clauses	: 0
3600.00/3581.92	c No decision after first conflict	: false
3600.00/3581.92	c number of reductions to clauses (during analyze)	: 0
3600.00/3581.92	c number of learned constraints concerned by reduction	: 0
3600.00/3581.92	c number of learning phase by resolution	: 0
3600.00/3581.92	c number of learning phase by cutting planes	: 0
3600.00/3581.92	c number of rounding to 1 operations	: 0
3600.00/3581.92	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3581.92	c number of reductions of the coefficients by power 2 	: 0
3600.00/3581.92	c number of right shift for reduction by power 2 	: 0
3600.00/3581.92	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3581.92	c number of ending skipping 	: 0
3600.00/3581.92	c number of internal skipping 	: 0
3600.00/3581.92	c number of derivation steps 	: 0
3600.00/3581.92	c number of skipped derivation steps 	: 0
3600.00/3581.92	c number of remaining unassigned 	: 0
3600.00/3581.92	c number of remaining assigned 	: 0
3600.00/3581.92	c number of falsified literals weakened from reason	: 0
3600.00/3581.92	c number of falsified literals weakened from conflict	: 0
3600.00/3581.92	c time for arithmetic operations	: 0
3600.00/3581.92	c minimum degree of deleted constraints	: null
3600.00/3581.92	c maximum degree of deleted constraints	: null
3600.00/3581.92	c number of deleted constraints	: 0
3600.00/3581.92	c speed (assignments/second)	: 18531.12333151883
3600.00/3581.92	c non guided choices	: 6965567
3600.00/3581.93	c timeout
3600.00/3581.96	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 88031
3600.00/3581.96	s UNKNOWN
3600.00/3581.96	c Total wall clock time (in seconds): 3581.827

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: 63968 MiB (20865 MiB free)
  memory of node 1: 64473 MiB (50794 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459098-1721894049/watcher-4459098-1721894049 -o /tmp/evaluation-result-4459098-1721894049/solver-4459098-1721894049 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1721886864-277999 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4459098-1721894049 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4459098-1721894049.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=282530, runsolver pid=282527

[startup+0.100058 s]*
/proc/loadavg: 4.55 4.49 4.47 6/337 282548
/proc/meminfo: memFree=73333940/131524600 swapFree=131061696/131071996
[pid=282530] ppid=282527 vsize=18975048 memory=62920 CPUtime=0.13 cores=1,3
/proc/282530/stat : 282530 (java) S 282527 282530 277987 0 -1 1077936128 7174 0 0 0 11 2 0 0 20 0 18 0 25927912 19430449152 15730 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
/proc/282530/statm: 4743762 15730 5659 1 0 549301 0
[pid=282530/tid=282532] ppid=282527 vsize=18975048 memory=4026561586 CPUtime=0.07 cores=1,3
/proc/282530/task/282532/stat : 282532 (java) R 282527 282530 277987 0 -1 4194368 5726 0 0 0 6 1 0 0 20 0 18 0 25927913 19430449152 15730 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
[pid=282530/tid=282541] ppid=282527 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/282530/task/282541/stat : 282541 (Finalizer) S 282527 282530 277987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 25927916 19430449152 15730 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
[pid=282530/tid=282548] ppid=282527 vsize=18975048 memory=14130048090726622 CPUtime=0 cores=1,3
/proc/282530/task/282548/stat : 282548 (Common-Cleaner) S 282527 282530 277987 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 25927916 19430449152 15730 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62920 KiB

[startup+0.206671 s]*
/proc/loadavg: 4.55 4.49 4.47 6/337 282548
/proc/meminfo: memFree=73148280/131524600 swapFree=131061696/131071996
[pid=282530] ppid=282527 vsize=18975048 memory=239564 CPUtime=0.31 cores=1,3
/proc/282530/stat : 282530 (java) S 282527 282530 277987 0 -1 1077936128 7775 0 0 0 25 6 0 0 20 0 18 0 25927912 19430449152 59891 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
/proc/282530/statm: 4743762 59891 5790 1 0 549586 0
[pid=282530/tid=282532] ppid=282527 vsize=18975048 memory=4782652875487838339 CPUtime=0.17 cores=1,3
/proc/282530/task/282532/stat : 282532 (java) R 282527 282530 277987 0 -1 4194368 6117 0 0 0 12 5 0 0 20 0 18 0 25927913 19430449152 59891 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
[pid=282530/tid=282541] ppid=282527 vsize=18975048 memory=1532351 CPUtime=0 cores=1,3
/proc/282530/task/282541/stat : 282541 (Finalizer) S 282527 282530 277987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 25927916 19430449152 59891 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
[pid=282530/tid=282548] ppid=282527 vsize=18975048 memory=15816698926204594 CPUtime=0 cores=1,3
/proc/282530/task/282548/stat : 282548 (Common-Cleaner) S 282527 282530 277987 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 25927916 19430449152 59891 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 239564 KiB

[startup+0.30767 s]*
/proc/loadavg: 4.55 4.49 4.47 5/337 282548
/proc/meminfo: memFree=72800064/131524600 swapFree=131061696/131071996
[pid=282530] ppid=282527 vsize=18975048 memory=579292 CPUtime=0.48 cores=1,3
/proc/282530/stat : 282530 (java) S 282527 282530 277987 0 -1 1077936128 9397 0 0 0 34 14 0 0 20 0 18 0 25927912 19430449152 144823 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
/proc/282530/statm: 4743762 144823 5790 1 0 550577 0
[pid=282530/tid=282532] ppid=282527 vsize=18975048 memory=-8672637015090242236 CPUtime=0.27 cores=1,3
/proc/282530/task/282532/stat : 282532 (java) R 282527 282530 277987 0 -1 4194368 6282 0 0 0 15 12 0 0 20 0 18 0 25927913 19430449152 144823 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
[pid=282530/tid=282541] ppid=282527 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/282530/task/282541/stat : 282541 (Finalizer) S 282527 282530 277987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 25927916 19430449152 144823 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
[pid=282530/tid=282548] ppid=282527 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/282530/task/282548/stat : 282548 (Common-Cleaner) S 282527 282530 277987 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 25927916 19430449152 144823 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 579292 KiB

[startup+0.700671 s]
/proc/loadavg: 4.55 4.49 4.47 6/339 282550
/proc/meminfo: memFree=72553436/131524600 swapFree=131061696/131071996
[pid=282530] ppid=282527 vsize=19041612 memory=832136 CPUtime=1.09 cores=1,3
/proc/282530/stat : 282530 (java) S 282527 282530 277987 0 -1 1077936128 10730 0 1 0 90 19 0 0 20 0 19 0 25927912 19498610688 208034 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
/proc/282530/statm: 4760403 208034 5790 1 0 551405 0
[pid=282530/tid=282532] ppid=282527 vsize=19041612 memory=5592 CPUtime=0.62 cores=1,3
/proc/282530/task/282532/stat : 282532 (java) R 282527 282530 277987 0 -1 4194368 6383 0 1 0 45 17 0 0 20 0 19 0 25927913 19498610688 208034 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
[pid=282530/tid=282541] ppid=282527 vsize=19041612 memory=12264 CPUtime=0 cores=1,3
/proc/282530/task/282541/stat : 282541 (Finalizer) S 282527 282530 277987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 25927916 19498610688 208034 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
[pid=282530/tid=282548] ppid=282527 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/282530/task/282548/stat : 282548 (Common-Cleaner) S 282527 282530 277987 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 25927916 19498610688 208034 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 832136 KiB

[startup+1.50029 s]
/proc/loadavg: 4.55 4.49 4.47 6/339 282550
/proc/meminfo: memFree=72374216/131524600 swapFree=131061696/131071996
[pid=282530] ppid=282527 vsize=19041612 memory=1071416 CPUtime=2.14 cores=1,3
/proc/282530/stat : 282530 (java) S 282527 282530 277987 0 -1 1077936128 12389 0 2 0 190 24 0 0 20 0 19 0 25927912 19498610688 267854 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
/proc/282530/statm: 4760403 267854 5791 1 0 716966 0
[pid=282530/tid=282532] ppid=282527 vsize=19041612 memory=12264 CPUtime=1.32 cores=1,3
/proc/282530/task/282532/stat : 282532 (java) R 282527 282530 277987 0 -1 4194368 6556 0 1 0 112 20 0 0 20 0 19 0 25927913 19498610688 267854 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
[pid=282530/tid=282541] ppid=282527 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/282530/task/282541/stat : 282541 (Finalizer) S 282527 282530 277987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 25927916 19498610688 267854 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
[pid=282530/tid=282548] ppid=282527 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/282530/task/282548/stat : 282548 (Common-Cleaner) S 282527 282530 277987 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 25927916 19498610688 267854 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
Current children cumulated CPU time: 2.14 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1071416 KiB

[startup+3.10605 s]
/proc/loadavg: 4.51 4.48 4.47 5/339 282550
/proc/meminfo: memFree=71141604/131524600 swapFree=131061696/131071996
[pid=282530] ppid=282527 vsize=19041612 memory=1678532 CPUtime=3.97 cores=1,3
/proc/282530/stat : 282530 (java) S 282527 282530 277987 0 -1 1077936128 17088 0 2 0 360 37 0 0 20 0 19 0 25927912 19498610688 419633 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
/proc/282530/statm: 4760403 419633 5822 1 0 1097358 0
[pid=282530/tid=282532] ppid=282527 vsize=19041612 memory=0 CPUtime=2.79 cores=1,3
/proc/282530/task/282532/stat : 282532 (java) R 282527 282530 277987 0 -1 4194368 6874 0 1 0 248 31 0 0 20 0 19 0 25927913 19498610688 419633 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
[pid=282530/tid=282541] ppid=282527 vsize=19041612 memory=12264 CPUtime=0 cores=1,3
/proc/282530/task/282541/stat : 282541 (Finalizer) S 282527 282530 277987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 25927916 19498610688 419633 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
[pid=282530/tid=282548] ppid=282527 vsize=19041612 memory=1279656 CPUtime=0 cores=1,3
/proc/282530/task/282548/stat : 282548 (Common-Cleaner) S 282527 282530 277987 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 25927916 19498610688 419633 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
Current children cumulated CPU time: 3.97 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1678532 KiB

[startup+6.30024 s]
/proc/loadavg: 4.51 4.48 4.47 6/339 282551
/proc/meminfo: memFree=69710744/131524600 swapFree=131061696/131071996
[pid=282530] ppid=282527 vsize=19041612 memory=2475976 CPUtime=7.23 cores=1,3
/proc/282530/stat : 282530 (java) S 282527 282530 277987 0 -1 1077936128 19168 0 2 0 671 52 0 0 20 0 19 0 25927912 19498610688 618994 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
/proc/282530/statm: 4760403 618994 5822 1 0 1627941 0
[pid=282530/tid=282532] ppid=282527 vsize=19041612 memory=0 CPUtime=5.68 cores=1,3
/proc/282530/task/282532/stat : 282532 (java) S 282527 282530 277987 0 -1 1077936192 7410 0 1 0 524 44 0 0 20 0 19 0 25927913 19498610688 618994 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
[pid=282530/tid=282541] ppid=282527 vsize=19041612 memory=1081000 CPUtime=0 cores=1,3
/proc/282530/task/282541/stat : 282541 (Finalizer) S 282527 282530 277987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 25927916 19498610688 618994 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
[pid=282530/tid=282548] ppid=282527 vsize=19041612 memory=228489167166 CPUtime=0 cores=1,3
/proc/282530/task/282548/stat : 282548 (Common-Cleaner) S 282527 282530 277987 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 25927916 19498610688 618994 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
Current children cumulated CPU time: 7.23 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2475976 KiB

[startup+12.7003 s]
/proc/loadavg: 4.47 4.47 4.47 6/339 282551
/proc/meminfo: memFree=68093232/131524600 swapFree=131061696/131071996
[pid=282530] ppid=282527 vsize=19041612 memory=3598608 CPUtime=13.77 cores=1,3
/proc/282530/stat : 282530 (java) S 282527 282530 277987 0 -1 1077936128 21900 0 2 0 1301 76 0 0 20 0 19 0 25927912 19498610688 899652 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
/proc/282530/statm: 4760403 899652 5822 1 0 2242078 0
[pid=282530/tid=282532] ppid=282527 vsize=19041612 memory=3303620 CPUtime=11.45 cores=1,3
/proc/282530/task/282532/stat : 282532 (java) R 282527 282530 277987 0 -1 4194368 8324 0 1 0 1084 61 0 0 20 0 19 0 25927913 19498610688 899652 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
[pid=282530/tid=282541] ppid=282527 vsize=19041612 memory=3277324 CPUtime=0 cores=1,3
/proc/282530/task/282541/stat : 282541 (Finalizer) S 282527 282530 277987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 25927916 19498610688 899652 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
[pid=282530/tid=282548] ppid=282527 vsize=19041612 memory=13572578514044274 CPUtime=0 cores=1,3
/proc/282530/task/282548/stat : 282548 (Common-Cleaner) S 282527 282530 277987 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 25927916 19498610688 899652 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
Current children cumulated CPU time: 13.77 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3598608 KiB

[startup+25.5057 s]
/proc/loadavg: 4.51 4.48 4.47 7/339 282555
/proc/meminfo: memFree=65582528/131524600 swapFree=131061696/131071996
[pid=282530] ppid=282527 vsize=19108176 memory=4656716 CPUtime=27.13 cores=1,3
/proc/282530/stat : 282530 (java) S 282527 282530 277987 0 -1 1077936128 24270 0 2 0 2614 99 0 0 20 0 20 0 25927912 19566772224 1164179 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
/proc/282530/statm: 4777044 1164179 5860 1 0 2676959 0
[pid=282530/tid=282532] ppid=282527 vsize=19108176 memory=4189644 CPUtime=23.08 cores=1,3
/proc/282530/task/282532/stat : 282532 (java) R 282527 282530 277987 0 -1 4194368 9265 0 1 0 2234 74 0 0 20 0 20 0 25927913 19566772224 1164179 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
[pid=282530/tid=282541] ppid=282527 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/282530/task/282541/stat : 282541 (Finalizer) S 282527 282530 277987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25927916 19566772224 1164179 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
[pid=282530/tid=282548] ppid=282527 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/282530/task/282548/stat : 282548 (Common-Cleaner) S 282527 282530 277987 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 25927916 19566772224 1164179 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
Current children cumulated CPU time: 27.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4656716 KiB

[startup+51.1063 s]
/proc/loadavg: 4.52 4.49 4.47 6/340 282559
/proc/meminfo: memFree=61229780/131524600 swapFree=131061696/131071996
[pid=282530] ppid=282527 vsize=19108176 memory=7172100 CPUtime=55.23 cores=1,3
/proc/282530/stat : 282530 (java) S 282527 282530 277987 0 -1 1077936128 36161 0 2 0 5352 171 0 0 20 0 20 0 25927912 19566772224 1793025 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
/proc/282530/statm: 4777044 1793025 5899 1 0 2677100 0
[pid=282530/tid=282532] ppid=282527 vsize=19108176 memory=7067592 CPUtime=48.42 cores=1,3
/proc/282530/task/282532/stat : 282532 (java) R 282527 282530 277987 0 -1 4194368 13146 0 1 0 4702 140 0 0 20 0 20 0 25927913 19566772224 1793025 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
[pid=282530/tid=282541] ppid=282527 vsize=19108176 memory=3598608 CPUtime=0 cores=1,3
/proc/282530/task/282541/stat : 282541 (Finalizer) S 282527 282530 277987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25927916 19566772224 1793025 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
[pid=282530/tid=282548] ppid=282527 vsize=19108176 memory=1678532 CPUtime=0 cores=1,3
/proc/282530/task/282548/stat : 282548 (Common-Cleaner) S 282527 282530 277987 0 -1 1077936192 51 0 0 0 0 0 0 0 20 0 20 0 25927916 19566772224 1793025 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
[pid=282530/tid=282556] ppid=282527 vsize=19108176 memory=97 CPUtime=0 cores=1,3
/proc/282530/task/282556/stat : 282556 (Timer-0) S 282527 282530 277987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25930452 19566772224 1793025 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
Current children cumulated CPU time: 55.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7172100 KiB

[startup+102.3 s]
/proc/loadavg: 4.43 4.46 4.46 6/342 282954
/proc/meminfo: memFree=56151520/131524600 swapFree=131061696/131071996
[pid=282530] ppid=282527 vsize=19108176 memory=9480428 CPUtime=106.04 cores=1,3

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

/proc/meminfo: memFree=103606808/131524600 swapFree=131049848/131071996
[pid=282530] ppid=282527 vsize=19108176 memory=8943360 CPUtime=3237.8 cores=1,3
/proc/282530/stat : 282530 (java) S 282527 282530 277987 0 -1 1077936128 427289 0 2 0 322068 1712 0 0 20 0 20 0 25927912 19566772224 2235840 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
/proc/282530/statm: 4777044 2235840 5899 1 0 2252578 0
[pid=282530/tid=282532] ppid=282527 vsize=19108176 memory=8943360 CPUtime=3151.47 cores=1,3
/proc/282530/task/282532/stat : 282532 (java) R 282527 282530 277987 0 -1 4194368 206000 0 1 0 313608 1539 0 0 20 0 20 0 25927913 19566772224 2235840 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 1908 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
[pid=282530/tid=282541] ppid=282527 vsize=19108176 memory=8943360 CPUtime=0 cores=1,3
/proc/282530/task/282541/stat : 282541 (Finalizer) S 282527 282530 277987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25927916 19566772224 2235840 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
[pid=282530/tid=282548] ppid=282527 vsize=19108176 memory=2288 CPUtime=0 cores=1,3
/proc/282530/task/282548/stat : 282548 (Common-Cleaner) S 282527 282530 277987 0 -1 1077936192 4082 0 0 0 0 0 0 0 20 0 20 0 25927916 19566772224 2235840 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
[pid=282530/tid=282556] ppid=282527 vsize=19108176 memory=8943360 CPUtime=0 cores=1,3
/proc/282530/task/282556/stat : 282556 (Timer-0) S 282527 282530 277987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25930452 19566772224 2235840 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
Current children cumulated CPU time: 3237.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8943360 KiB

[startup+3282.3 s]
/proc/loadavg: 2.13 2.43 3.51 3/282 284528
/proc/meminfo: memFree=103415140/131524600 swapFree=131049848/131071996
[pid=282530] ppid=282527 vsize=19108176 memory=8943360 CPUtime=3297.54 cores=1,3
/proc/282530/stat : 282530 (java) S 282527 282530 277987 0 -1 1077936128 429209 0 2 0 328019 1735 0 0 20 0 20 0 25927912 19566772224 2235840 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
/proc/282530/statm: 4777044 2235840 5899 1 0 2252578 0
[pid=282530/tid=282532] ppid=282527 vsize=19108176 memory=8943360 CPUtime=3210.36 cores=1,3
/proc/282530/task/282532/stat : 282532 (java) R 282527 282530 277987 0 -1 4194368 207377 0 1 0 319476 1560 0 0 20 0 20 0 25927913 19566772224 2235840 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 1920 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
[pid=282530/tid=282541] ppid=282527 vsize=19108176 memory=8943360 CPUtime=0 cores=1,3
/proc/282530/task/282541/stat : 282541 (Finalizer) S 282527 282530 277987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25927916 19566772224 2235840 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
[pid=282530/tid=282548] ppid=282527 vsize=19108176 memory=3762816291961400163 CPUtime=0 cores=1,3
/proc/282530/task/282548/stat : 282548 (Common-Cleaner) S 282527 282530 277987 0 -1 1077936192 4084 0 0 0 0 0 0 0 20 0 20 0 25927916 19566772224 2235840 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
[pid=282530/tid=282556] ppid=282527 vsize=19108176 memory=74328 CPUtime=0 cores=1,3
/proc/282530/task/282556/stat : 282556 (Timer-0) S 282527 282530 277987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25930452 19566772224 2235840 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
Current children cumulated CPU time: 3297.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8943360 KiB

[startup+3342.3 s]
/proc/loadavg: 2.10 2.36 3.42 3/282 284541
/proc/meminfo: memFree=103191716/131524600 swapFree=131049848/131071996
[pid=282530] ppid=282527 vsize=19108176 memory=8943360 CPUtime=3357.5 cores=1,3
/proc/282530/stat : 282530 (java) S 282527 282530 277987 0 -1 1077936128 435865 0 2 0 333991 1759 0 0 20 0 20 0 25927912 19566772224 2235840 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
/proc/282530/statm: 4777044 2235840 5899 1 0 2252578 0
[pid=282530/tid=282532] ppid=282527 vsize=19108176 memory=0 CPUtime=3269.59 cores=1,3
/proc/282530/task/282532/stat : 282532 (java) R 282527 282530 277987 0 -1 4194368 210973 0 1 0 325377 1582 0 0 20 0 20 0 25927913 19566772224 2235840 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 1945 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
[pid=282530/tid=282541] ppid=282527 vsize=19108176 memory=11616 CPUtime=0 cores=1,3
/proc/282530/task/282541/stat : 282541 (Finalizer) S 282527 282530 277987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25927916 19566772224 2235840 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
[pid=282530/tid=282548] ppid=282527 vsize=19108176 memory=11616 CPUtime=0 cores=1,3
/proc/282530/task/282548/stat : 282548 (Common-Cleaner) S 282527 282530 277987 0 -1 1077936192 4172 0 0 0 0 0 0 0 20 0 20 0 25927916 19566772224 2235840 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
[pid=282530/tid=282556] ppid=282527 vsize=19108176 memory=5592 CPUtime=0 cores=1,3
/proc/282530/task/282556/stat : 282556 (Timer-0) S 282527 282530 277987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25930452 19566772224 2235840 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
Current children cumulated CPU time: 3357.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8943360 KiB

[startup+3402.3 s]
/proc/loadavg: 2.11 2.31 3.33 3/285 284557
/proc/meminfo: memFree=103006724/131524600 swapFree=131049848/131071996
[pid=282530] ppid=282527 vsize=19108176 memory=8943360 CPUtime=3417.65 cores=1,3
/proc/282530/stat : 282530 (java) S 282527 282530 277987 0 -1 1077936128 436627 0 2 0 339986 1779 0 0 20 0 20 0 25927912 19566772224 2235840 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
/proc/282530/statm: 4777044 2235840 5899 1 0 2252578 0
[pid=282530/tid=282532] ppid=282527 vsize=19108176 memory=74328 CPUtime=3328.92 cores=1,3
/proc/282530/task/282532/stat : 282532 (java) R 282527 282530 277987 0 -1 4194368 211629 0 1 0 331292 1600 0 0 20 0 20 0 25927913 19566772224 2235840 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 1957 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
[pid=282530/tid=282541] ppid=282527 vsize=19108176 memory=8943360 CPUtime=0 cores=1,3
/proc/282530/task/282541/stat : 282541 (Finalizer) S 282527 282530 277987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25927916 19566772224 2235840 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
[pid=282530/tid=282548] ppid=282527 vsize=19108176 memory=2248 CPUtime=0 cores=1,3
/proc/282530/task/282548/stat : 282548 (Common-Cleaner) S 282527 282530 277987 0 -1 1077936192 4172 0 0 0 0 0 0 0 20 0 20 0 25927916 19566772224 2235840 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
[pid=282530/tid=282556] ppid=282527 vsize=19108176 memory=8943360 CPUtime=0 cores=1,3
/proc/282530/task/282556/stat : 282556 (Timer-0) S 282527 282530 277987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25930452 19566772224 2235840 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
Current children cumulated CPU time: 3417.65 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8943360 KiB

[startup+3462.3 s]
/proc/loadavg: 2.10 2.27 3.25 3/285 284568
/proc/meminfo: memFree=102751276/131524600 swapFree=131049848/131071996
[pid=282530] ppid=282527 vsize=19108176 memory=8944676 CPUtime=3480.08 cores=1,3
/proc/282530/stat : 282530 (java) S 282527 282530 277987 0 -1 1077936128 448425 0 2 0 346202 1806 0 0 20 0 20 0 25927912 19566772224 2236169 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
/proc/282530/statm: 4777044 2236169 5914 1 0 2252878 0
[pid=282530/tid=282532] ppid=282527 vsize=19108176 memory=-4421386504804263775 CPUtime=3388.23 cores=1,3
/proc/282530/task/282532/stat : 282532 (java) R 282527 282530 277987 0 -1 4194368 216010 0 1 0 337200 1623 0 0 20 0 20 0 25927913 19566772224 2236169 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 1969 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
[pid=282530/tid=282541] ppid=282527 vsize=19108176 memory=11616 CPUtime=0 cores=1,3
/proc/282530/task/282541/stat : 282541 (Finalizer) S 282527 282530 277987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25927916 19566772224 2236169 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
[pid=282530/tid=282548] ppid=282527 vsize=19108176 memory=74328 CPUtime=0 cores=1,3
/proc/282530/task/282548/stat : 282548 (Common-Cleaner) S 282527 282530 277987 0 -1 1077936192 4201 0 0 0 0 0 0 0 20 0 20 0 25927916 19566772224 2236169 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
[pid=282530/tid=282556] ppid=282527 vsize=19108176 memory=8944676 CPUtime=0 cores=1,3
/proc/282530/task/282556/stat : 282556 (Timer-0) S 282527 282530 277987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25930452 19566772224 2236169 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
Current children cumulated CPU time: 3480.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8944676 KiB

[startup+3522.3 s]
/proc/loadavg: 2.08 2.23 3.18 3/285 284581
/proc/meminfo: memFree=102526072/131524600 swapFree=131049848/131071996
[pid=282530] ppid=282527 vsize=19108176 memory=8944676 CPUtime=3540.58 cores=1,3
/proc/282530/stat : 282530 (java) S 282527 282530 277987 0 -1 1077936128 449840 0 2 0 352221 1837 0 0 20 0 20 0 25927912 19566772224 2236169 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
/proc/282530/statm: 4777044 2236169 5914 1 0 2252878 0
[pid=282530/tid=282532] ppid=282527 vsize=19108176 memory=8943360 CPUtime=3447.11 cores=1,3
/proc/282530/task/282532/stat : 282532 (java) R 282527 282530 277987 0 -1 4194368 216802 0 1 0 343058 1653 0 0 20 0 20 0 25927913 19566772224 2236169 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 1986 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
[pid=282530/tid=282541] ppid=282527 vsize=19108176 memory=12264 CPUtime=0 cores=1,3
/proc/282530/task/282541/stat : 282541 (Finalizer) S 282527 282530 277987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25927916 19566772224 2236169 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
[pid=282530/tid=282548] ppid=282527 vsize=19108176 memory=8944676 CPUtime=0 cores=1,3
/proc/282530/task/282548/stat : 282548 (Common-Cleaner) S 282527 282530 277987 0 -1 1077936192 4201 0 0 0 0 0 0 0 20 0 20 0 25927916 19566772224 2236169 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
[pid=282530/tid=282556] ppid=282527 vsize=19108176 memory=74328 CPUtime=0 cores=1,3
/proc/282530/task/282556/stat : 282556 (Timer-0) S 282527 282530 277987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25930452 19566772224 2236169 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
Current children cumulated CPU time: 3540.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8944676 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3581.9 s]
/proc/loadavg: 2.06 2.20 3.10 3/285 284592
/proc/meminfo: memFree=102312440/131524600 swapFree=131049848/131071996
[pid=282530] ppid=282527 vsize=19108176 memory=8944676 CPUtime=3600 cores=1,3
/proc/282530/stat : 282530 (java) S 282527 282530 277987 0 -1 1077936128 456777 0 2 0 358136 1864 0 0 20 0 20 0 25927912 19566772224 2236169 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
/proc/282530/statm: 4777044 2236169 5914 1 0 2252878 0
[pid=282530/tid=282532] ppid=282527 vsize=19108176 memory=11616 CPUtime=3505.78 cores=1,3
/proc/282530/task/282532/stat : 282532 (java) R 282527 282530 277987 0 -1 4194368 220574 0 1 0 348901 1677 0 0 20 0 20 0 25927913 19566772224 2236169 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 2023 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
[pid=282530/tid=282541] ppid=282527 vsize=19108176 memory=8944676 CPUtime=0 cores=1,3
/proc/282530/task/282541/stat : 282541 (Finalizer) S 282527 282530 277987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25927916 19566772224 2236169 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
[pid=282530/tid=282548] ppid=282527 vsize=19108176 memory=129 CPUtime=0 cores=1,3
/proc/282530/task/282548/stat : 282548 (Common-Cleaner) S 282527 282530 277987 0 -1 1077936192 4261 0 0 0 0 0 0 0 20 0 20 0 25927916 19566772224 2236169 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
[pid=282530/tid=282556] ppid=282527 vsize=19108176 memory=16084 CPUtime=0 cores=1,3
/proc/282530/task/282556/stat : 282556 (Timer-0) S 282527 282530 277987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25930452 19566772224 2236169 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8944676 KiB

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

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

# cumulated CPU time of all completed processes:  user=3581.46 s, system=18.6721 s

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

[startup+3581.9 s]
/proc/loadavg: 2.06 2.20 3.10 3/285 284592
/proc/meminfo: memFree=102312440/131524600 swapFree=131049848/131071996
[pid=282530] ppid=282527 vsize=19108176 memory=8944676 CPUtime=3600 cores=1,3
/proc/282530/stat : 282530 (java) S 282527 282530 277987 0 -1 1077936128 456777 0 2 0 358136 1864 0 0 20 0 20 0 25927912 19566772224 2236169 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
/proc/282530/statm: 4777044 2236169 5914 1 0 2252878 0
[pid=282530/tid=282532] ppid=282527 vsize=19108176 memory=11616 CPUtime=3505.78 cores=1,3
/proc/282530/task/282532/stat : 282532 (java) R 282527 282530 277987 0 -1 4194368 220574 0 1 0 348901 1677 0 0 20 0 20 0 25927913 19566772224 2236169 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 2023 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
[pid=282530/tid=282541] ppid=282527 vsize=19108176 memory=8944676 CPUtime=0 cores=1,3
/proc/282530/task/282541/stat : 282541 (Finalizer) S 282527 282530 277987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25927916 19566772224 2236169 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
[pid=282530/tid=282548] ppid=282527 vsize=19108176 memory=129 CPUtime=0 cores=1,3
/proc/282530/task/282548/stat : 282548 (Common-Cleaner) S 282527 282530 277987 0 -1 1077936192 4261 0 0 0 0 0 0 0 20 0 20 0 25927916 19566772224 2236169 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
[pid=282530/tid=282556] ppid=282527 vsize=19108176 memory=16084 CPUtime=0 cores=1,3
/proc/282530/task/282556/stat : 282556 (Timer-0) S 282527 282530 277987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25930452 19566772224 2236169 134679101440 94676822945792 94676822949488 140729345239296 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94676822957304 94676822958096 94676853002240 140729345242027 140729345242209 140729345242209 140729345249224 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8944676 KiB

Child status: 143

Real time (s): 3581.99
CPU time (s): 3600.14
CPU user time (s): 3581.46
CPU system time (s): 18.6721
CPU usage (%): 100.506
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 10642664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3581.46
system time used= 18.6721
maximum resident set size= 10642672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 459758
page faults= 2
swaps= 0
block input operations= 248
block output operations= 23309208
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 116669
involuntary context switches= 18232


# summary of solver processes directly reported to runsolver:
#   pid: 282530
#   total CPU time (s): 3600.14
#   total CPU user time (s): 3581.46
#   total CPU system time (s): 18.6721

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.76128 second user time and 19.3761 second system time

The end

Launcher Data

Begin job on nodeC024 at 2024-07-25 09:54:09
IDJOB=4459098
IDBENCH=178501
IDSOLVER=3079
FILE ID=nodeC024/4459098-1721894049
RUNJOBID= nodeC024-1721886864-277999
SLURM_JOB_ID= 8089288
Free space on /tmp= 890060 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/comppebphp_pyrheight_equals_nholes/normalized-comppebphp_opt_pyrheightequalsnholes_34.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459098-1721894049/watcher-4459098-1721894049 -o /tmp/evaluation-result-4459098-1721894049/solver-4459098-1721894049 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1721886864-277999 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4459098-1721894049 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4459098-1721894049.opb

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

MD5SUM BENCH= fe39f0a7e8bd71485db4c3a1af739794
RANDOM SEED=1650818187

nodeC024.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 3680.059
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.87
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		: 3684.753
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.58
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		: 3600.136
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.87
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		: 3644.978
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.58
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.123
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.87
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		: 3684.429
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.58
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		: 3680.067
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.87
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		: 3622.611
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        73380660 kB
MemAvailable:   94682032 kB
Buffers:          306920 kB
Cached:         21769204 kB
SwapCached:          580 kB
Active:          2655972 kB
Inactive:       54684084 kB
Active(anon):       4044 kB
Inactive(anon): 35313732 kB
Active(file):    2651928 kB
Inactive(file): 19370352 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131061696 kB
Dirty:            407340 kB
Writeback:             0 kB
AnonPages:      35262484 kB
Mapped:           132080 kB
Shmem:             53788 kB
KReclaimable:     241928 kB
Slab:             374368 kB
SReclaimable:     241928 kB
SUnreclaim:       132440 kB
KernelStack:        5152 kB
PageTables:        79020 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   38021532 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            20032 kB
HardwareCorrupted:     0 kB
AnonHugePages:  25939968 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      408276 kB
DirectMap2M:    48648192 kB
DirectMap1G:    87031808 kB

Free space on /tmp at the end= 890064 MiB
End job on nodeC024 at 2024-07-25 10:53:51