Trace number 4541847

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-06? (TO) 3600.16 3582.73

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
equalities/array_comm/arraycomm_teq/normalized-22arraycomm_teq_less.opb
MD5SUM33cd2865dc6656b609d0c0476b6c078b
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 benchmark0.64241
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2992
Total number of constraints4445
Number of constraints which are clauses2904
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1541
Minimum length of a constraint2
Maximum length of a constraint88
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 8796093022208
Number of bits of the biggest number in a constraint 44
Biggest sum of numbers in a constraint 35184372088831
Number of bits of the biggest sum of numbers45
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.10	c Free memory 		2104792832
0.00/0.10	c Max memory 		16282288128
0.00/0.10	c Total memory 		2113929216
0.11/0.10	c Number of processors 	2
0.11/0.14	c Pseudo Boolean Optimization by upper bound
0.11/0.14	c --- Begin Solver configuration ---
0.11/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.11/0.14	c Learn all clauses as in MiniSAT
0.11/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.14	c Expensive reason simplification
0.11/0.14	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.14	c timeout=2147483s
0.11/0.14	c DB Simplification allowed=false
0.11/0.14	c Listener: none
0.11/0.14	c --- End Solver configuration ---
0.11/0.14	c solving HOME/instance-4541847-1753212428.opb
0.11/0.14	c reading problem ... 
0.11/0.14	c  no objective function found
0.30/0.23	c ... done. Wall clock time 0.093s.
0.30/0.23	c declared #vars     2992
0.30/0.23	c #constraints  5985
0.30/0.23	c constraints type 
0.30/0.23	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3168
0.30/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1849
0.30/0.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 968
0.30/0.23	c 5985 constraints processed.
2.48/1.40	c cleaning 2499 clauses out of 5001 with flag 25286/5001
5.26/4.14	c cleaning 4247 clauses out of 8502 with flag 59351/11001
9.08/7.74	c cleaning 5621 clauses out of 11254 with flag 105824/18000
13.55/12.19	c cleaning 6814 clauses out of 13633 with flag 165639/26000
18.81/17.39	c cleaning 7902 clauses out of 15820 with flag 231456/35001
25.46/23.93	c cleaning 8949 clauses out of 17917 with flag 317441/45000
32.63/30.93	c cleaning 9979 clauses out of 19968 with flag 423078/56000
40.19/38.46	c cleaning 10988 clauses out of 21990 with flag 545930/68001
48.41/46.53	c cleaning 11994 clauses out of 24002 with flag 701503/81001
56.85/54.91	c cleaning 13000 clauses out of 26007 with flag 861681/95000
66.57/64.52	c cleaning 14001 clauses out of 28008 with flag 1065317/110001
77.53/75.15	c cleaning 14998 clauses out of 30007 with flag 1308838/126001
89.35/86.90	c cleaning 16003 clauses out of 32009 with flag 1586376/143001
102.15/99.59	c cleaning 16996 clauses out of 34006 with flag 1875365/161001
115.92/113.29	c cleaning 18002 clauses out of 36009 with flag 2232529/180000
129.62/126.82	c cleaning 18999 clauses out of 38008 with flag 2595960/200001
145.15/142.29	c cleaning 19998 clauses out of 40008 with flag 2999953/221000
161.51/158.25	c cleaning 21004 clauses out of 42011 with flag 3432520/243001
178.38/174.99	c cleaning 21995 clauses out of 44006 with flag 3920630/266000
195.73/192.18	c cleaning 23001 clauses out of 46011 with flag 4409624/290000
213.36/209.68	c cleaning 24003 clauses out of 48011 with flag 4922758/315001
232.30/228.40	c cleaning 24996 clauses out of 50008 with flag 5434294/341001
253.87/249.28	c cleaning 26003 clauses out of 52012 with flag 5992882/368001
274.90/270.26	c cleaning 27000 clauses out of 54009 with flag 6625527/396001
297.39/292.66	c cleaning 28001 clauses out of 56008 with flag 7295020/425000
322.39/317.59	c cleaning 28999 clauses out of 58008 with flag 7969776/455001
349.66/344.76	c cleaning 30003 clauses out of 60009 with flag 8698229/486001
377.92/372.94	c cleaning 30999 clauses out of 62005 with flag 9466531/518000
406.77/401.79	c cleaning 32001 clauses out of 64007 with flag 10171372/551001
439.12/433.86	c cleaning 33001 clauses out of 66006 with flag 10961631/585001
468.29/462.89	c cleaning 33996 clauses out of 68004 with flag 11760930/620000
499.70/493.49	c cleaning 34999 clauses out of 70008 with flag 12643685/656000
531.70/525.37	c cleaning 36004 clauses out of 72010 with flag 13614094/693001
566.05/559.47	c cleaning 36996 clauses out of 74006 with flag 14704556/731001
599.84/593.10	c cleaning 38001 clauses out of 76010 with flag 15835303/770001
638.18/631.22	c cleaning 38999 clauses out of 78009 with flag 17012230/810001
677.36/670.22	c cleaning 40001 clauses out of 80010 with flag 18238008/851001
715.00/707.62	c cleaning 41001 clauses out of 82009 with flag 19217860/893001
753.93/746.39	c cleaning 41996 clauses out of 84007 with flag 20330284/936000
797.23/788.95	c cleaning 43004 clauses out of 86012 with flag 21533831/980001
837.39/828.84	c cleaning 43997 clauses out of 88007 with flag 22813668/1025000
876.47/867.80	c cleaning 45004 clauses out of 90010 with flag 24164503/1071000
921.96/913.18	c cleaning 46000 clauses out of 92007 with flag 25599043/1118001
967.26/958.29	c cleaning 46996 clauses out of 94006 with flag 26874705/1166000
1017.16/1007.94	c cleaning 47998 clauses out of 96010 with flag 28227209/1215000
1067.96/1058.57	c cleaning 48999 clauses out of 98013 with flag 29769022/1265001
1115.48/1105.88	c cleaning 50001 clauses out of 100013 with flag 31200448/1316000
1159.59/1149.63	c cleaning 51003 clauses out of 102013 with flag 32541385/1368001
1213.11/1202.90	c cleaning 51999 clauses out of 104009 with flag 34037835/1421000
1272.19/1261.87	c cleaning 53002 clauses out of 106011 with flag 35744763/1475001
1335.42/1324.32	c cleaning 53992 clauses out of 108008 with flag 37426838/1530000
1394.48/1383.19	c cleaning 55004 clauses out of 110017 with flag 39001282/1586001
1461.18/1449.57	c cleaning 56005 clauses out of 112012 with flag 40796458/1643000
1522.37/1510.61	c cleaning 56999 clauses out of 114007 with flag 42532608/1701000
1585.82/1573.81	c cleaning 57996 clauses out of 116008 with flag 44139534/1760000
1652.18/1639.97	c cleaning 59003 clauses out of 118013 with flag 45964848/1820001
1718.49/1705.97	c cleaning 59999 clauses out of 120010 with flag 47987288/1881001
1784.75/1771.93	c cleaning 61001 clauses out of 122010 with flag 50025164/1943000
1856.89/1843.85	c cleaning 61998 clauses out of 124010 with flag 52360978/2006001
1931.24/1917.97	c cleaning 63000 clauses out of 126011 with flag 54485695/2070000
2005.39/1991.89	c cleaning 64001 clauses out of 128012 with flag 56644905/2135001
2095.72/2082.00	c cleaning 64999 clauses out of 130011 with flag 58899645/2201001
2190.52/2176.58	c cleaning 66000 clauses out of 132011 with flag 61136684/2268000
2290.43/2275.24	c cleaning 67000 clauses out of 134012 with flag 63364728/2336001
2390.06/2374.80	c cleaning 68000 clauses out of 136011 with flag 65477146/2405000
2489.62/2474.02	c cleaning 69000 clauses out of 138012 with flag 67974280/2475001
2584.58/2568.94	c cleaning 70000 clauses out of 140012 with flag 70390872/2546001
2698.37/2682.41	c cleaning 71001 clauses out of 142012 with flag 73030212/2618001
2813.38/2797.01	c cleaning 71999 clauses out of 144011 with flag 75904402/2691001
2924.66/2908.28	c cleaning 72998 clauses out of 146011 with flag 78990634/2765000
3044.86/3028.16	c cleaning 74002 clauses out of 148013 with flag 82223035/2840000
3163.40/3146.63	c cleaning 75000 clauses out of 150012 with flag 85043234/2916001
3276.10/3259.03	c cleaning 76000 clauses out of 152011 with flag 87896206/2993000
3394.72/3377.33	c cleaning 77000 clauses out of 154011 with flag 90733331/3071000
3526.01/3508.62	c cleaning 77997 clauses out of 156012 with flag 93988037/3150001
3600.01/3582.61	c starts		: 36
3600.01/3582.61	c conflicts		: 3200590
3600.01/3582.61	c decisions		: 3213442
3600.01/3582.61	c propagations		: 2450705661
3600.01/3582.61	c inspects		: 29602105594
3600.01/3582.61	c shortcuts		: 0
3600.01/3582.61	c learnt literals	: 0
3600.01/3582.61	c learnt binary clauses	: 28
3600.01/3582.61	c learnt ternary clauses	: 183
3600.01/3582.61	c learnt constraints	: 3200590
3600.01/3582.61	c ignored constraints	: 0
3600.01/3582.61	c root simplifications	: 0
3600.01/3582.62	c timeout
3600.01/3582.62	c removed literals (reason simplification)	: 439702394
3600.01/3582.62	c reason swapping (by a shorter reason)	: 0
3600.01/3582.62	c Calls to reduceDB	: 75
3600.01/3582.62	c Number of update (reduction) of LBD	: 36667
3600.01/3582.62	c Imported unit clauses	: 0
3600.01/3582.62	c No decision after first conflict	: false
3600.01/3582.62	c number of reductions to clauses (during analyze)	: 0
3600.01/3582.62	c number of learned constraints concerned by reduction	: 0
3600.01/3582.62	c number of learning phase by resolution	: 0
3600.01/3582.62	c number of learning phase by cutting planes	: 0
3600.01/3582.62	c number of rounding to 1 operations	: 0
3600.01/3582.62	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3582.62	c number of reductions of the coefficients by power 2 	: 0
3600.01/3582.62	c number of right shift for reduction by power 2 	: 0
3600.01/3582.62	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3582.62	c number of ending skipping 	: 0
3600.01/3582.62	c number of internal skipping 	: 0
3600.01/3582.62	c number of derivation steps 	: 0
3600.01/3582.62	c number of skipped derivation steps 	: 0
3600.01/3582.62	c number of remaining unassigned 	: 0
3600.01/3582.62	c number of remaining assigned 	: 0
3600.01/3582.62	c number of falsified literals weakened from reason	: 0
3600.01/3582.62	c number of falsified literals weakened from conflict	: 0
3600.01/3582.62	c time for arithmetic operations	: 0
3600.01/3582.62	c minimum degree of deleted constraints	: null
3600.01/3582.62	c maximum degree of deleted constraints	: null
3600.01/3582.62	c number of deleted constraints	: 0
3600.01/3582.62	c speed (assignments/second)	: 684099.4793408408
3600.01/3582.62	c non guided choices	: 43
3600.01/3582.67	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 128576
3600.01/3582.67	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 28
3600.01/3582.67	s UNKNOWN
3600.01/3582.67	c Total wall clock time (in seconds): 3582.537

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4541847-1753212428/watcher-4541847-1753212428 -o /tmp/evaluation-result-4541847-1753212428/solver-4541847-1753212428 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1753212428-151457 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4541847-1753212428.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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
Starting watchdog thread
solver pid=151508, runsolver pid=151499
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 1.00 1.36 2.12 10/332 151585
/proc/meminfo: memFree=124711500/131250000 swapFree=33010672/33010684
[pid=151508] ppid=151499 vsize=18930384 memory=55268 CPUtime=0.11 cores=0,2
/proc/151508/stat : 151508 (java) S 151499 151508 151447 0 -1 4194304 6294 0 250 0 9 2 0 0 20 0 18 0 236921453 19384713216 13817 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
/proc/151508/statm: 4732596 13817 5327 1 0 547553 0
[pid=151508/tid=151519] ppid=151499 vsize=18930384 memory=4026532124 CPUtime=0.06 cores=0,2
/proc/151508/task/151519/stat : 151519 (java) R 151499 151508 151447 0 -1 4194368 4808 0 250 0 5 1 0 0 20 0 18 0 236921455 19384713216 13817 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
[pid=151508/tid=151551] ppid=151499 vsize=18930384 memory=2573 CPUtime=0 cores=0,2
/proc/151508/task/151551/stat : 151551 (Finalizer) S 151499 151508 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 236921457 19384713216 13817 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
[pid=151508/tid=151573] ppid=151499 vsize=18930384 memory=59585004307431 CPUtime=0 cores=0,2
/proc/151508/task/151573/stat : 151573 (Common-Cleaner) S 151499 151508 151447 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 236921457 19384713216 13817 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55268 KiB

[startup+0.204834 s]*
/proc/loadavg: 1.00 1.36 2.12 14/332 151585
/proc/meminfo: memFree=124684204/131250000 swapFree=33010672/33010684
[pid=151508] ppid=151499 vsize=18930384 memory=66004 CPUtime=0.3 cores=0,2
/proc/151508/stat : 151508 (java) S 151499 151508 151447 0 -1 4194304 6837 0 250 0 28 2 0 0 20 0 18 0 236921453 19384713216 16501 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
/proc/151508/statm: 4732596 16501 5423 1 0 547907 0
[pid=151508/tid=151519] ppid=151499 vsize=18930384 memory=4026925340 CPUtime=0.16 cores=0,2
/proc/151508/task/151519/stat : 151519 (java) R 151499 151508 151447 0 -1 4194368 5098 0 250 0 15 1 0 0 20 0 18 0 236921455 19384713216 16501 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
[pid=151508/tid=151551] ppid=151499 vsize=18930384 memory=2573 CPUtime=0 cores=0,2
/proc/151508/task/151551/stat : 151551 (Finalizer) S 151499 151508 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 236921457 19384713216 16501 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
[pid=151508/tid=151573] ppid=151499 vsize=18930384 memory=59585004307431 CPUtime=0 cores=0,2
/proc/151508/task/151573/stat : 151573 (Common-Cleaner) S 151499 151508 151447 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 236921457 19384713216 16501 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 66004 KiB

[startup+0.305179 s]*
/proc/loadavg: 1.00 1.36 2.12 11/336 151589
/proc/meminfo: memFree=124652552/131250000 swapFree=33010672/33010684
[pid=151508] ppid=151499 vsize=18996948 memory=76900 CPUtime=0.5 cores=0,2
/proc/151508/stat : 151508 (java) S 151499 151508 151447 0 -1 4194304 8502 0 250 0 47 3 0 0 20 0 19 0 236921453 19452874752 19225 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
/proc/151508/statm: 4749237 19225 5423 1 0 549299 0
[pid=151508/tid=151519] ppid=151499 vsize=18996948 memory=-9105545533616595644 CPUtime=0.25 cores=0,2
/proc/151508/task/151519/stat : 151519 (java) R 151499 151508 151447 0 -1 4194368 5148 0 250 0 24 1 0 0 20 0 19 0 236921455 19452874752 19225 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
[pid=151508/tid=151551] ppid=151499 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/151508/task/151551/stat : 151551 (Finalizer) S 151499 151508 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 236921457 19452874752 19225 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
[pid=151508/tid=151573] ppid=151499 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/151508/task/151573/stat : 151573 (Common-Cleaner) S 151499 151508 151447 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 236921457 19452874752 19225 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
[pid=151508/tid=151588] ppid=151499 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/151508/task/151588/stat : 151588 (Timer-0) S 151499 151508 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 236921477 19452874752 19225 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 76900 KiB

[startup+0.700196 s]
/proc/loadavg: 1.00 1.36 2.12 10/336 151589
/proc/meminfo: memFree=124617532/131250000 swapFree=33010672/33010684
[pid=151508] ppid=151499 vsize=18996948 memory=92356 CPUtime=1.26 cores=0,2
/proc/151508/stat : 151508 (java) S 151499 151508 151447 0 -1 4194304 12598 0 250 0 122 4 0 0 20 0 19 0 236921453 19452874752 23089 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
/proc/151508/statm: 4749237 23089 5455 1 0 552006 0
[pid=151508/tid=151519] ppid=151499 vsize=18996948 memory=27392 CPUtime=0.62 cores=0,2
/proc/151508/task/151519/stat : 151519 (java) R 151499 151508 151447 0 -1 4194368 5157 0 250 0 61 1 0 0 20 0 19 0 236921455 19452874752 23089 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
[pid=151508/tid=151551] ppid=151499 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/151508/task/151551/stat : 151551 (Finalizer) S 151499 151508 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 236921457 19452874752 23089 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
[pid=151508/tid=151573] ppid=151499 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/151508/task/151573/stat : 151573 (Common-Cleaner) S 151499 151508 151447 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 236921457 19452874752 23089 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
[pid=151508/tid=151588] ppid=151499 vsize=18996948 memory=4764 CPUtime=0 cores=0,2
/proc/151508/task/151588/stat : 151588 (Timer-0) S 151499 151508 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 236921477 19452874752 23089 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 92356 KiB

[startup+1.5002 s]
/proc/loadavg: 1.00 1.36 2.12 9/336 151589
/proc/meminfo: memFree=124552884/131250000 swapFree=33010672/33010684
[pid=151508] ppid=151499 vsize=18996948 memory=105332 CPUtime=2.6 cores=0,2
/proc/151508/stat : 151508 (java) S 151499 151508 151447 0 -1 4194304 19114 0 250 0 255 5 0 0 20 0 19 0 236921453 19452874752 26333 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
/proc/151508/statm: 4749237 26333 5455 1 0 552550 0
[pid=151508/tid=151519] ppid=151499 vsize=18996948 memory=10752 CPUtime=1.4 cores=0,2
/proc/151508/task/151519/stat : 151519 (java) R 151499 151508 151447 0 -1 4194368 6143 0 250 0 138 2 0 0 20 0 19 0 236921455 19452874752 26333 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
[pid=151508/tid=151551] ppid=151499 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/151508/task/151551/stat : 151551 (Finalizer) S 151499 151508 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 236921457 19452874752 26333 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
[pid=151508/tid=151573] ppid=151499 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/151508/task/151573/stat : 151573 (Common-Cleaner) S 151499 151508 151447 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 236921457 19452874752 26333 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
[pid=151508/tid=151588] ppid=151499 vsize=18996948 memory=4764 CPUtime=0 cores=0,2
/proc/151508/task/151588/stat : 151588 (Timer-0) S 151499 151508 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 236921477 19452874752 26333 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
Current children cumulated CPU time: 2.6 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 105332 KiB

[startup+3.1045 s]
/proc/loadavg: 1.00 1.36 2.12 6/336 151589
/proc/meminfo: memFree=124403164/131250000 swapFree=33010672/33010684
[pid=151508] ppid=151499 vsize=18996948 memory=131960 CPUtime=4.26 cores=0,2
/proc/151508/stat : 151508 (java) S 151499 151508 151447 0 -1 4194304 19678 0 250 0 420 6 0 0 20 0 19 0 236921453 19452874752 32990 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
/proc/151508/statm: 4749237 32990 5455 1 0 552551 0
[pid=151508/tid=151519] ppid=151499 vsize=18996948 memory=10752 CPUtime=3 cores=0,2
/proc/151508/task/151519/stat : 151519 (java) R 151499 151508 151447 0 -1 4194368 6403 0 250 0 297 3 0 0 20 0 19 0 236921455 19452874752 32990 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
[pid=151508/tid=151551] ppid=151499 vsize=18996948 memory=-8526552606034404028 CPUtime=0 cores=0,2
/proc/151508/task/151551/stat : 151551 (Finalizer) S 151499 151508 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 236921457 19452874752 32990 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
[pid=151508/tid=151573] ppid=151499 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/151508/task/151573/stat : 151573 (Common-Cleaner) S 151499 151508 151447 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 236921457 19452874752 32990 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
[pid=151508/tid=151588] ppid=151499 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/151508/task/151588/stat : 151588 (Timer-0) S 151499 151508 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 236921477 19452874752 32990 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
Current children cumulated CPU time: 4.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 131960 KiB

[startup+6.30015 s]
/proc/loadavg: 1.32 1.42 2.13 6/339 151592
/proc/meminfo: memFree=124199624/131250000 swapFree=33010672/33010684
[pid=151508] ppid=151499 vsize=19063512 memory=191720 CPUtime=7.69 cores=0,2
/proc/151508/stat : 151508 (java) S 151499 151508 151447 0 -1 4194304 23222 0 250 0 761 8 0 0 20 0 20 0 236921453 19521036288 47930 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
/proc/151508/statm: 4765878 47930 5455 1 0 554247 0
[pid=151508/tid=151519] ppid=151499 vsize=19063512 memory=0 CPUtime=6.15 cores=0,2
/proc/151508/task/151519/stat : 151519 (java) R 151499 151508 151447 0 -1 4194368 6523 0 250 0 612 3 0 0 20 0 20 0 236921455 19521036288 47930 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
[pid=151508/tid=151551] ppid=151499 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/151508/task/151551/stat : 151551 (Finalizer) S 151499 151508 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236921457 19521036288 47930 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
[pid=151508/tid=151573] ppid=151499 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/151508/task/151573/stat : 151573 (Common-Cleaner) S 151499 151508 151447 0 -1 4194368 36 0 0 0 0 0 0 0 20 0 20 0 236921457 19521036288 47930 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
[pid=151508/tid=151588] ppid=151499 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/151508/task/151588/stat : 151588 (Timer-0) S 151499 151508 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236921477 19521036288 47930 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
Current children cumulated CPU time: 7.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 191720 KiB

[startup+12.7002 s]
/proc/loadavg: 1.54 1.46 2.14 6/340 151593
/proc/meminfo: memFree=124105772/131250000 swapFree=33010672/33010684
[pid=151508] ppid=151499 vsize=19063512 memory=263400 CPUtime=14.15 cores=0,2
/proc/151508/stat : 151508 (java) S 151499 151508 151447 0 -1 4194304 24398 0 250 0 1405 10 0 0 20 0 20 0 236921453 19521036288 65850 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
/proc/151508/statm: 4765878 65850 5455 1 0 554247 0
[pid=151508/tid=151519] ppid=151499 vsize=19063512 memory=10752 CPUtime=12.48 cores=0,2
/proc/151508/task/151519/stat : 151519 (java) R 151499 151508 151447 0 -1 4194368 7066 0 250 0 1244 4 0 0 20 0 20 0 236921455 19521036288 65850 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
[pid=151508/tid=151551] ppid=151499 vsize=19063512 memory=263400 CPUtime=0 cores=0,2
/proc/151508/task/151551/stat : 151551 (Finalizer) S 151499 151508 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236921457 19521036288 65850 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
[pid=151508/tid=151573] ppid=151499 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/151508/task/151573/stat : 151573 (Common-Cleaner) S 151499 151508 151447 0 -1 4194368 36 0 0 0 0 0 0 0 20 0 20 0 236921457 19521036288 65850 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
[pid=151508/tid=151588] ppid=151499 vsize=19063512 memory=-8526552606034404028 CPUtime=0 cores=0,2
/proc/151508/task/151588/stat : 151588 (Timer-0) S 151499 151508 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236921477 19521036288 65850 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
Current children cumulated CPU time: 14.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 263400 KiB

[startup+25.5002 s]
/proc/loadavg: 2.08 1.59 2.17 6/340 151593
/proc/meminfo: memFree=123703688/131250000 swapFree=33010672/33010684
[pid=151508] ppid=151499 vsize=19063512 memory=486732 CPUtime=27.12 cores=0,2
/proc/151508/stat : 151508 (java) S 151499 151508 151447 0 -1 4194304 28448 0 250 0 2698 14 0 0 20 0 20 0 236921453 19521036288 121683 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
/proc/151508/statm: 4765878 121683 5455 1 0 554263 0
[pid=151508/tid=151519] ppid=151499 vsize=19063512 memory=263400 CPUtime=25.04 cores=0,2
/proc/151508/task/151519/stat : 151519 (java) R 151499 151508 151447 0 -1 4194368 8305 0 250 0 2500 4 0 0 20 0 20 0 236921455 19521036288 121683 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
[pid=151508/tid=151551] ppid=151499 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/151508/task/151551/stat : 151551 (Finalizer) S 151499 151508 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236921457 19521036288 121683 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
[pid=151508/tid=151573] ppid=151499 vsize=19063512 memory=-8526552606034404028 CPUtime=0 cores=0,2
/proc/151508/task/151573/stat : 151573 (Common-Cleaner) S 151499 151508 151447 0 -1 4194368 36 0 0 0 0 0 0 0 20 0 20 0 236921457 19521036288 121683 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
[pid=151508/tid=151588] ppid=151499 vsize=19063512 memory=191720 CPUtime=0 cores=0,2
/proc/151508/task/151588/stat : 151588 (Timer-0) S 151499 151508 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236921477 19521036288 121683 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
Current children cumulated CPU time: 27.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 486732 KiB

[startup+51.1046 s]
/proc/loadavg: 2.87 1.82 2.23 6/340 151594
/proc/meminfo: memFree=122772248/131250000 swapFree=33010672/33010684
[pid=151508] ppid=151499 vsize=19063512 memory=870060 CPUtime=53.07 cores=0,2
/proc/151508/stat : 151508 (java) S 151499 151508 151447 0 -1 4194304 31309 0 250 0 5285 22 0 0 20 0 20 0 236921453 19521036288 217515 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
/proc/151508/statm: 4765878 217515 5487 1 0 554263 0
[pid=151508/tid=151519] ppid=151499 vsize=19063512 memory=870060 CPUtime=50.23 cores=0,2
/proc/151508/task/151519/stat : 151519 (java) R 151499 151508 151447 0 -1 4194368 8406 0 250 0 5019 4 0 0 20 0 20 0 236921455 19521036288 217515 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
[pid=151508/tid=151551] ppid=151499 vsize=19063512 memory=712232 CPUtime=0 cores=0,2

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

/proc/151508/task/151551/stat : 151551 (Finalizer) S 151499 151508 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236921457 19521036288 2118922 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
[pid=151508/tid=151573] ppid=151499 vsize=19063512 memory=8473640 CPUtime=0 cores=0,2
/proc/151508/task/151573/stat : 151573 (Common-Cleaner) S 151499 151508 151447 0 -1 4194368 1290 0 0 0 0 0 0 0 20 0 20 0 236921457 19521036288 2118922 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
[pid=151508/tid=151588] ppid=151499 vsize=19063512 memory=8473640 CPUtime=0 cores=0,2
/proc/151508/task/151588/stat : 151588 (Timer-0) S 151499 151508 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236921477 19521036288 2118922 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
Current children cumulated CPU time: 3239.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8475688 KiB

[startup+3282.3 s]
/proc/loadavg: 4.07 4.10 4.05 6/338 151755
/proc/meminfo: memFree=106408272/131250000 swapFree=33010672/33010684
[pid=151508] ppid=151499 vsize=19063512 memory=8475688 CPUtime=3299.34 cores=0,2
/proc/151508/stat : 151508 (java) S 151499 151508 151447 0 -1 4194304 185018 0 250 0 329689 245 0 0 20 0 20 0 236921453 19521036288 2118922 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
/proc/151508/statm: 4765878 2118922 5487 1 0 2903494 0
[pid=151508/tid=151519] ppid=151499 vsize=19063512 memory=8475688 CPUtime=3253.73 cores=0,2
/proc/151508/task/151519/stat : 151519 (java) R 151499 151508 151447 0 -1 4194368 98099 0 250 0 325326 47 0 0 20 0 20 0 236921455 19521036288 2118922 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
[pid=151508/tid=151551] ppid=151499 vsize=19063512 memory=8475688 CPUtime=0 cores=0,2
/proc/151508/task/151551/stat : 151551 (Finalizer) S 151499 151508 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236921457 19521036288 2118922 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
[pid=151508/tid=151573] ppid=151499 vsize=19063512 memory=8475688 CPUtime=0 cores=0,2
/proc/151508/task/151573/stat : 151573 (Common-Cleaner) S 151499 151508 151447 0 -1 4194368 1337 0 0 0 0 0 0 0 20 0 20 0 236921457 19521036288 2118922 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
[pid=151508/tid=151588] ppid=151499 vsize=19063512 memory=8475688 CPUtime=0 cores=0,2
/proc/151508/task/151588/stat : 151588 (Timer-0) S 151499 151508 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236921477 19521036288 2118922 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
Current children cumulated CPU time: 3299.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8475688 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.09 4.05 6/338 151757
/proc/meminfo: memFree=106407696/131250000 swapFree=33010672/33010684
[pid=151508] ppid=151499 vsize=19063512 memory=8477772 CPUtime=3359.43 cores=0,2
/proc/151508/stat : 151508 (java) S 151499 151508 151447 0 -1 4194304 187734 0 250 0 335696 247 0 0 20 0 20 0 236921453 19521036288 2119443 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
/proc/151508/statm: 4765878 2119443 5487 1 0 2903494 0
[pid=151508/tid=151519] ppid=151499 vsize=19063512 memory=8477772 CPUtime=3313.36 cores=0,2
/proc/151508/task/151519/stat : 151519 (java) R 151499 151508 151447 0 -1 4194368 100641 0 250 0 331289 47 0 0 20 0 20 0 236921455 19521036288 2119443 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
[pid=151508/tid=151551] ppid=151499 vsize=19063512 memory=8477772 CPUtime=0 cores=0,2
/proc/151508/task/151551/stat : 151551 (Finalizer) S 151499 151508 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236921457 19521036288 2119443 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
[pid=151508/tid=151573] ppid=151499 vsize=19063512 memory=17364 CPUtime=0 cores=0,2
/proc/151508/task/151573/stat : 151573 (Common-Cleaner) S 151499 151508 151447 0 -1 4194368 1337 0 0 0 0 0 0 0 20 0 20 0 236921457 19521036288 2119443 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
[pid=151508/tid=151588] ppid=151499 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/151508/task/151588/stat : 151588 (Timer-0) S 151499 151508 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236921477 19521036288 2119443 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
Current children cumulated CPU time: 3359.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8477772 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.09 4.05 6/338 151759
/proc/meminfo: memFree=106341476/131250000 swapFree=33010672/33010684
[pid=151508] ppid=151499 vsize=19063512 memory=8483916 CPUtime=3419.65 cores=0,2
/proc/151508/stat : 151508 (java) S 151499 151508 151447 0 -1 4194304 189965 0 250 0 341718 247 0 0 20 0 20 0 236921453 19521036288 2120979 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
/proc/151508/statm: 4765878 2120979 5487 1 0 2903494 0
[pid=151508/tid=151519] ppid=151499 vsize=19063512 memory=8483916 CPUtime=3372.81 cores=0,2
/proc/151508/task/151519/stat : 151519 (java) R 151499 151508 151447 0 -1 4194368 102110 0 250 0 337234 47 0 0 20 0 20 0 236921455 19521036288 2120979 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
[pid=151508/tid=151551] ppid=151499 vsize=19063512 memory=280 CPUtime=0 cores=0,2
/proc/151508/task/151551/stat : 151551 (Finalizer) S 151499 151508 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236921457 19521036288 2120979 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
[pid=151508/tid=151573] ppid=151499 vsize=19063512 memory=8483916 CPUtime=0 cores=0,2
/proc/151508/task/151573/stat : 151573 (Common-Cleaner) S 151499 151508 151447 0 -1 4194368 1383 0 0 0 0 0 0 0 20 0 20 0 236921457 19521036288 2120979 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
[pid=151508/tid=151588] ppid=151499 vsize=19063512 memory=8483916 CPUtime=0 cores=0,2
/proc/151508/task/151588/stat : 151588 (Timer-0) S 151499 151508 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236921477 19521036288 2120979 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
Current children cumulated CPU time: 3419.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8483916 KiB

[startup+3462.3 s]
/proc/loadavg: 4.17 4.12 4.07 6/338 151761
/proc/meminfo: memFree=106166580/131250000 swapFree=33010672/33010684
[pid=151508] ppid=151499 vsize=19063512 memory=8514640 CPUtime=3479.81 cores=0,2
/proc/151508/stat : 151508 (java) S 151499 151508 151447 0 -1 4194304 193667 0 250 0 347732 249 0 0 20 0 20 0 236921453 19521036288 2128660 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
/proc/151508/statm: 4765878 2128660 5487 1 0 2903494 0
[pid=151508/tid=151519] ppid=151499 vsize=19063512 memory=8483916 CPUtime=3432.35 cores=0,2
/proc/151508/task/151519/stat : 151519 (java) R 151499 151508 151447 0 -1 4194368 105044 0 250 0 343188 47 0 0 20 0 20 0 236921455 19521036288 2128660 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
[pid=151508/tid=151551] ppid=151499 vsize=19063512 memory=8514640 CPUtime=0 cores=0,2
/proc/151508/task/151551/stat : 151551 (Finalizer) S 151499 151508 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236921457 19521036288 2128660 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
[pid=151508/tid=151573] ppid=151499 vsize=19063512 memory=8514640 CPUtime=0 cores=0,2
/proc/151508/task/151573/stat : 151573 (Common-Cleaner) S 151499 151508 151447 0 -1 4194368 1401 0 0 0 0 0 0 0 20 0 20 0 236921457 19521036288 2128660 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
[pid=151508/tid=151588] ppid=151499 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/151508/task/151588/stat : 151588 (Timer-0) S 151499 151508 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236921477 19521036288 2128660 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
Current children cumulated CPU time: 3479.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8514640 KiB

[startup+3522.3 s]
/proc/loadavg: 4.06 4.09 4.06 6/338 151763
/proc/meminfo: memFree=105840068/131250000 swapFree=33010672/33010684
[pid=151508] ppid=151499 vsize=19063512 memory=8662096 CPUtime=3539.84 cores=0,2
/proc/151508/stat : 151508 (java) S 151499 151508 151447 0 -1 4194304 197353 0 250 0 353730 254 0 0 20 0 20 0 236921453 19521036288 2165524 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
/proc/151508/statm: 4765878 2165524 5487 1 0 2903494 0
[pid=151508/tid=151519] ppid=151499 vsize=19063512 memory=14720 CPUtime=3492.04 cores=0,2
/proc/151508/task/151519/stat : 151519 (java) R 151499 151508 151447 0 -1 4194368 108167 0 250 0 349156 48 0 0 20 0 20 0 236921455 19521036288 2165524 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
[pid=151508/tid=151551] ppid=151499 vsize=19063512 memory=8514640 CPUtime=0 cores=0,2
/proc/151508/task/151551/stat : 151551 (Finalizer) S 151499 151508 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236921457 19521036288 2165524 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
[pid=151508/tid=151573] ppid=151499 vsize=19063512 memory=27392 CPUtime=0 cores=0,2
/proc/151508/task/151573/stat : 151573 (Common-Cleaner) S 151499 151508 151447 0 -1 4194368 1450 0 0 0 0 0 0 0 20 0 20 0 236921457 19521036288 2165524 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
[pid=151508/tid=151588] ppid=151499 vsize=19063512 memory=8662096 CPUtime=0 cores=0,2
/proc/151508/task/151588/stat : 151588 (Timer-0) S 151499 151508 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236921477 19521036288 2165524 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
Current children cumulated CPU time: 3539.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8662096 KiB

[startup+3582.3 s]
/proc/loadavg: 4.81 4.29 4.13 6/339 151772
/proc/meminfo: memFree=105477448/131250000 swapFree=33010672/33010684
[pid=151508] ppid=151499 vsize=19063512 memory=8662096 CPUtime=3599.71 cores=0,2
/proc/151508/stat : 151508 (java) S 151499 151508 151447 0 -1 4194304 198727 0 250 0 359714 257 0 0 20 0 20 0 236921453 19521036288 2165524 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
/proc/151508/statm: 4765878 2165524 5487 1 0 2903494 0
[pid=151508/tid=151519] ppid=151499 vsize=19063512 memory=3328 CPUtime=3551.88 cores=0,2
/proc/151508/task/151519/stat : 151519 (java) R 151499 151508 151447 0 -1 4194368 109435 0 250 0 355140 48 0 0 20 0 20 0 236921455 19521036288 2165524 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
[pid=151508/tid=151551] ppid=151499 vsize=19063512 memory=27392 CPUtime=0 cores=0,2
/proc/151508/task/151551/stat : 151551 (Finalizer) S 151499 151508 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236921457 19521036288 2165524 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
[pid=151508/tid=151573] ppid=151499 vsize=19063512 memory=8662096 CPUtime=0 cores=0,2
/proc/151508/task/151573/stat : 151573 (Common-Cleaner) S 151499 151508 151447 0 -1 4194368 1507 0 0 0 0 0 0 0 20 0 20 0 236921457 19521036288 2165524 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
[pid=151508/tid=151588] ppid=151499 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/151508/task/151588/stat : 151588 (Timer-0) S 151499 151508 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236921477 19521036288 2165524 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
Current children cumulated CPU time: 3599.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8662096 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3582.6 s]
/proc/loadavg: 4.81 4.29 4.13 6/339 151772
/proc/meminfo: memFree=105477448/131250000 swapFree=33010672/33010684
[pid=151508] ppid=151499 vsize=19063512 memory=8662096 CPUtime=3600.01 cores=0,2
/proc/151508/stat : 151508 (java) S 151499 151508 151447 0 -1 4194304 198728 0 250 0 359744 257 0 0 20 0 20 0 236921453 19521036288 2165524 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
/proc/151508/statm: 4765878 2165524 5487 1 0 2903494 0
[pid=151508/tid=151519] ppid=151499 vsize=19063512 memory=2892 CPUtime=3552.18 cores=0,2
/proc/151508/task/151519/stat : 151519 (java) R 151499 151508 151447 0 -1 4194368 109436 0 250 0 355170 48 0 0 20 0 20 0 236921455 19521036288 2165524 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
[pid=151508/tid=151551] ppid=151499 vsize=19063512 memory=-8526552606034404028 CPUtime=0 cores=0,2
/proc/151508/task/151551/stat : 151551 (Finalizer) S 151499 151508 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236921457 19521036288 2165524 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
[pid=151508/tid=151573] ppid=151499 vsize=19063512 memory=2892 CPUtime=0 cores=0,2
/proc/151508/task/151573/stat : 151573 (Common-Cleaner) S 151499 151508 151447 0 -1 4194368 1507 0 0 0 0 0 0 0 20 0 20 0 236921457 19521036288 2165524 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
[pid=151508/tid=151588] ppid=151499 vsize=19063512 memory=21612 CPUtime=0 cores=0,2
/proc/151508/task/151588/stat : 151588 (Timer-0) S 151499 151508 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236921477 19521036288 2165524 18446744073709551615 93949960941568 93949960945264 140733990612800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93949960953080 93949960953872 93949989875712 140733990615423 140733990615524 140733990615524 140733990621128 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8662096 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.56 s, system=2.59893 s

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

[startup+3582.71 s]*
/proc/loadavg: 4.81 4.29 4.13 5/321 151775
/proc/meminfo: memFree=111755860/131250000 swapFree=33010672/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3582.73
CPU time (s): 3600.16
CPU user time (s): 3597.56
CPU system time (s): 2.59893
CPU usage (%): 100.487
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 8662096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.56
system time used= 2.59893
maximum resident set size= 8663120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 200683
page faults= 250
swaps= 0
block input operations= 0
block output operations= 7192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 110227
involuntary context switches= 10317


# summary of solver processes directly reported to runsolver:
#   pid: 151508
#   total CPU time (s): 3600.16
#   total CPU user time (s): 3597.56
#   total CPU system time (s): 2.59893

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.60028 second user time and 12.6151 second system time

The end

Launcher Data

Begin job on nodeC026 at 2025-07-22 21:27:08
IDJOB=4541847
IDBENCH=163507
IDSOLVER=3363
FILE ID=nodeC026/4541847-1753212428
RUNJOBID= nodeC026-1753212428-151457
SLURM_JOB_ID= 9687803
Free space on /tmp= 433028 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/equalities/array_comm/arraycomm_teq/normalized-22arraycomm_teq_less.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4541847-1753212428/watcher-4541847-1753212428 -o /tmp/evaluation-result-4541847-1753212428/solver-4541847-1753212428 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1753212428-151457 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4541847-1753212428.opb

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

MD5SUM BENCH= 33cd2865dc6656b609d0c0476b6c078b
RANDOM SEED=497346949

nodeC026 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.439
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.59
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		: 3381.374
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.59
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		: 3599.780
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.59
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		: 3602.566
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.59
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.784
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.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.147
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.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.650
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.59
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		: 3538.920
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.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        124801172 kB
MemAvailable:   129540268 kB
Buffers:            2128 kB
Cached:          5364744 kB
SwapCached:            4 kB
Active:          1213724 kB
Inactive:        4222600 kB
Active(anon):      90396 kB
Inactive(anon):     5344 kB
Active(file):    1123328 kB
Inactive(file):  4217256 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1828 kB
Writeback:            12 kB
AnonPages:         72556 kB
Mapped:           109272 kB
Shmem:             26268 kB
KReclaimable:     459312 kB
Slab:             563160 kB
SReclaimable:     459312 kB
SUnreclaim:       103848 kB
KernelStack:        3988 kB
PageTables:         2968 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     342280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150360 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      187092 kB
DirectMap2M:     9021440 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433020 MiB
End job on nodeC026 at 2025-07-22 22:26:51