Trace number 4492877

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06? (TO) 3600.4 3597.76

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-21-20.opb
MD5SUM3bf41b9d4e0f7236fbe06f13f097e4ef
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.079135
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables420
Total number of constraints4221
Number of constraints which are clauses4221
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint20
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.10/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.16	c See www.sat4j.org for details.
0.10/0.17	c version PB25.v20250606
0.10/0.18	c java.runtime.name	OpenJDK Runtime Environment
0.10/0.18	c java.vm.name		OpenJDK 64-Bit Server VM
0.10/0.18	c java.vm.version	22.0.1+8-16
0.10/0.18	c java.vm.vendor	Oracle Corporation
0.10/0.18	c sun.arch.data.model	64
0.10/0.18	c java.version		22.0.1
0.10/0.18	c os.name		Linux
0.10/0.18	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.10/0.18	c os.arch		amd64
0.10/0.18	c Free memory 		2104792832
0.10/0.19	c Max memory 		16282288128
0.10/0.19	c Total memory 		2113929216
0.10/0.19	c Number of processors 	2
0.29/0.24	c Pseudo Boolean Optimization by upper bound
0.29/0.24	c --- Begin Solver configuration ---
0.29/0.24	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.29/0.24	c Learn all clauses as in MiniSAT
0.29/0.24	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.24	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.29/0.24	c Expensive reason simplification
0.29/0.24	c Glucose 2.1 dynamic restart strategy
0.29/0.24	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.29/0.24	c timeout=2147483s
0.29/0.24	c DB Simplification allowed=false
0.29/0.24	c Listener: none
0.29/0.24	c --- End Solver configuration ---
0.29/0.24	c solving HOME/instance-4492877-1751149063.opb
0.29/0.24	c reading problem ... 
0.29/0.25	c using VERIPB proof format
0.29/0.25	c  no objective function found
0.48/0.41	c ... done. Wall clock time 0.16s.
0.48/0.41	c declared #vars     420
0.48/0.41	c #constraints  4221
0.48/0.41	c constraints type 
0.48/0.41	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4200
0.48/0.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 21
0.48/0.41	c 4221 constraints processed.
3.35/1.80	c cleaning 2492 clauses out of 5000 with flag 36633/5000
5.74/3.07	c cleaning 4228 clauses out of 8508 with flag 91473/11000
7.61/4.37	c cleaning 5636 clauses out of 11282 with flag 150404/18002
9.21/5.79	c cleaning 6799 clauses out of 13644 with flag 224521/26000
11.38/7.46	c cleaning 7915 clauses out of 15845 with flag 304667/35000
13.17/9.29	c cleaning 8961 clauses out of 17931 with flag 387544/45001
15.49/11.54	c cleaning 9974 clauses out of 19970 with flag 486100/56001
18.17/14.23	c cleaning 10991 clauses out of 21996 with flag 582599/68001
23.63/19.65	c cleaning 11988 clauses out of 24005 with flag 688307/81001
27.69/23.67	c cleaning 12984 clauses out of 26019 with flag 801183/95003
32.67/28.68	c cleaning 14008 clauses out of 28034 with flag 924408/110002
41.13/37.14	c cleaning 15009 clauses out of 30029 with flag 1051364/126005
48.25/44.15	c cleaning 16000 clauses out of 32015 with flag 1185029/143000
55.86/51.68	c cleaning 16993 clauses out of 34016 with flag 1319323/161001
65.04/60.75	c cleaning 18002 clauses out of 36023 with flag 1481712/180001
76.75/72.42	c cleaning 19002 clauses out of 38020 with flag 1642006/200000
87.30/82.90	c cleaning 19995 clauses out of 40018 with flag 1801620/221000
99.98/95.56	c cleaning 21005 clauses out of 42024 with flag 1987637/243001
114.70/110.24	c cleaning 22000 clauses out of 44018 with flag 2192424/266000
129.37/124.87	c cleaning 23005 clauses out of 46018 with flag 2380752/290000
146.60/142.04	c cleaning 23998 clauses out of 48013 with flag 2586698/315000
162.93/158.33	c cleaning 24999 clauses out of 50016 with flag 2819147/341001
178.94/174.30	c cleaning 26004 clauses out of 52017 with flag 3073059/368001
197.59/192.83	c cleaning 26994 clauses out of 54012 with flag 3330936/396000
217.18/212.37	c cleaning 28005 clauses out of 56020 with flag 3605043/425002
239.26/234.33	c cleaning 29004 clauses out of 58016 with flag 3893383/455003
262.86/257.82	c cleaning 30001 clauses out of 60010 with flag 4192310/486001
289.36/284.31	c cleaning 30999 clauses out of 62009 with flag 4503374/518001
316.04/310.90	c cleaning 31997 clauses out of 64012 with flag 4824122/551003
342.33/337.22	c cleaning 33001 clauses out of 66013 with flag 5139046/585001
368.87/363.73	c cleaning 33996 clauses out of 68011 with flag 5471982/620000
406.58/401.45	c cleaning 35002 clauses out of 70016 with flag 5832171/656001
439.12/433.93	c cleaning 35998 clauses out of 72014 with flag 6210336/693001
475.64/470.44	c cleaning 36997 clauses out of 74016 with flag 6607801/731001
513.32/508.25	c cleaning 38004 clauses out of 76022 with flag 7028521/770004
551.78/546.77	c cleaning 39003 clauses out of 78016 with flag 7383637/810002
603.05/597.93	c cleaning 40002 clauses out of 80012 with flag 7729623/851001
639.67/634.55	c cleaning 40997 clauses out of 82009 with flag 8081492/893000
675.44/670.49	c cleaning 41998 clauses out of 84013 with flag 8471621/936001
727.93/723.03	c cleaning 43002 clauses out of 86014 with flag 8927778/980000
766.51/761.62	c cleaning 43999 clauses out of 88012 with flag 9406961/1025000
806.33/801.27	c cleaning 45007 clauses out of 90018 with flag 9900473/1071005
852.50/847.43	c cleaning 46000 clauses out of 92009 with flag 10426637/1118003
898.83/893.71	c cleaning 47003 clauses out of 94009 with flag 10955663/1166003
976.17/972.09	c cleaning 47990 clauses out of 96003 with flag 11535029/1215000
1032.65/1028.56	c cleaning 49003 clauses out of 98013 with flag 12117855/1265000
1096.27/1091.79	c cleaning 49996 clauses out of 100011 with flag 12671522/1316001
1161.31/1156.84	c cleaning 51001 clauses out of 102014 with flag 13265963/1368000
1229.25/1224.82	c cleaning 52006 clauses out of 104014 with flag 13880351/1421001
1302.31/1298.03	c cleaning 53006 clauses out of 106012 with flag 14535126/1475005
1363.94/1359.62	c cleaning 53988 clauses out of 108002 with flag 15093750/1530001
1400.68/1396.48	c cleaning 55001 clauses out of 110014 with flag 15600076/1586001
1437.02/1432.84	c cleaning 55995 clauses out of 112012 with flag 16033684/1643000
1492.18/1487.92	c cleaning 57000 clauses out of 114018 with flag 16474214/1701001
1539.61/1535.34	c cleaning 58002 clauses out of 116017 with flag 16934178/1760000
1591.95/1587.44	c cleaning 59001 clauses out of 118017 with flag 17375664/1820002
1642.05/1637.60	c cleaning 60001 clauses out of 120014 with flag 17852225/1881000
1698.94/1694.30	c cleaning 60996 clauses out of 122013 with flag 18308317/1943000
1759.70/1755.12	c cleaning 61999 clauses out of 124020 with flag 18784544/2006003
1821.53/1816.88	c cleaning 63000 clauses out of 126018 with flag 19393817/2070000
1879.74/1875.16	c cleaning 64001 clauses out of 128019 with flag 20034201/2135001
1947.96/1943.35	c cleaning 64995 clauses out of 130017 with flag 20574561/2201000
2008.45/2003.03	c cleaning 66000 clauses out of 132022 with flag 21063102/2268000
2087.73/2082.37	c cleaning 67006 clauses out of 134025 with flag 21661520/2336003
2177.59/2172.15	c cleaning 67999 clauses out of 136016 with flag 22214929/2405000
2255.66/2250.49	c cleaning 68997 clauses out of 138017 with flag 22826292/2475000
2358.53/2353.32	c cleaning 70003 clauses out of 140023 with flag 23489423/2546003
2477.33/2472.36	c cleaning 71002 clauses out of 142019 with flag 24252240/2618002
2610.51/2605.46	c cleaning 71994 clauses out of 144015 with flag 25029324/2691000
2714.49/2710.17	c cleaning 73003 clauses out of 146021 with flag 25683693/2765000
2825.56/2821.26	c cleaning 73999 clauses out of 148018 with flag 26382889/2840000
2943.14/2939.05	c cleaning 75004 clauses out of 150020 with flag 27063461/2916001
3078.78/3074.97	c cleaning 75997 clauses out of 152015 with flag 27711519/2993000
3212.17/3208.46	c cleaning 76999 clauses out of 154019 with flag 28369492/3071001
3344.43/3340.82	c cleaning 77998 clauses out of 156019 with flag 29177741/3150000
3493.77/3490.30	c cleaning 78997 clauses out of 158021 with flag 29986672/3230000
3600.09/3597.52	c timeout
3600.09/3597.53	c starts		: 298
3600.09/3597.54	c conflicts		: 3291599
3600.09/3597.54	c decisions		: 3740600
3600.09/3597.54	c propagations		: 47186587
3600.09/3597.54	c inspects		: 17943315580
3600.09/3597.54	c shortcuts		: 0
3600.09/3597.54	c learnt literals	: 0
3600.09/3597.54	c learnt binary clauses	: 0
3600.09/3597.54	c learnt ternary clauses	: 0
3600.09/3597.54	c learnt constraints	: 3291599
3600.09/3597.54	c ignored constraints	: 0
3600.09/3597.54	c root simplifications	: 0
3600.09/3597.54	c removed literals (reason simplification)	: 32437501
3600.09/3597.54	c reason swapping (by a shorter reason)	: 0
3600.09/3597.54	c Calls to reduceDB	: 76
3600.09/3597.54	c Number of update (reduction) of LBD	: 2117584
3600.09/3597.54	c Imported unit clauses	: 0
3600.09/3597.54	c No decision after first conflict	: false
3600.09/3597.54	c number of reductions to clauses (during analyze)	: 0
3600.09/3597.54	c number of learned constraints concerned by reduction	: 0
3600.09/3597.54	c number of learning phase by resolution	: 0
3600.09/3597.54	c number of learning phase by cutting planes	: 0
3600.09/3597.55	c number of rounding to 1 operations	: 0
3600.09/3597.55	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3597.55	c number of reductions of the coefficients by power 2 	: 0
3600.09/3597.55	c number of right shift for reduction by power 2 	: 0
3600.09/3597.55	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3597.55	c number of ending skipping 	: 0
3600.09/3597.55	c number of internal skipping 	: 0
3600.09/3597.55	c number of derivation steps 	: 0
3600.09/3597.55	c number of skipped derivation steps 	: 0
3600.09/3597.55	c number of remaining unassigned 	: 0
3600.09/3597.55	c number of remaining assigned 	: 0
3600.09/3597.55	c number of falsified literals weakened from reason	: 0
3600.09/3597.55	c number of falsified literals weakened from conflict	: 0
3600.09/3597.55	c time for arithmetic operations	: 0
3600.09/3597.55	c minimum degree of deleted constraints	: null
3600.09/3597.55	c maximum degree of deleted constraints	: null
3600.09/3597.55	c number of deleted constraints	: 0
3600.09/3597.56	c speed (assignments/second)	: 13117.821233336743
3600.09/3597.56	c non guided choices	: 264
3600.33/3597.72	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 140623
3600.33/3597.73	s UNKNOWN
3600.33/3597.73	c Total wall clock time (in seconds): 3597.481

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100073 s]*
/proc/loadavg: 4.31 4.17 4.14 6/330 14846
/proc/meminfo: memFree=120213448/131382116 swapFree=33010684/33010684
[pid=14828] ppid=14825 vsize=18930384 memory=48104 CPUtime=0.1 cores=1,3
/proc/14828/stat : 14828 (java) S 14825 14828 13812 0 -1 4194304 5736 0 0 0 7 3 0 0 20 0 18 0 30585461 19384713216 12026 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
/proc/14828/statm: 4732596 12026 5301 1 0 546955 0
[pid=14828/tid=14830] ppid=14825 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/14828/task/14830/stat : 14830 (java) R 14825 14828 13812 0 -1 4194368 4631 0 0 0 5 2 0 0 20 0 18 0 30585462 19384713216 12026 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
[pid=14828/tid=14839] ppid=14825 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/14828/task/14839/stat : 14839 (Finalizer) S 14825 14828 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30585467 19384713216 12026 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
[pid=14828/tid=14846] ppid=14825 vsize=18930384 memory=60693105881846 CPUtime=0 cores=1,3
/proc/14828/task/14846/stat : 14846 (Common-Cleaner) S 14825 14828 13812 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30585468 19384713216 12026 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48104 KiB

[startup+0.21619 s]*
/proc/loadavg: 4.31 4.17 4.14 8/331 14847
/proc/meminfo: memFree=120194796/131382116 swapFree=33010684/33010684
[pid=14828] ppid=14825 vsize=18930384 memory=58032 CPUtime=0.29 cores=1,3
/proc/14828/stat : 14828 (java) S 14825 14828 13812 0 -1 4194304 6676 0 0 0 25 4 0 0 20 0 18 0 30585461 19384713216 14508 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
/proc/14828/statm: 4732596 14508 5333 1 0 547728 0
[pid=14828/tid=14830] ppid=14825 vsize=18930384 memory=4026532124 CPUtime=0.18 cores=1,3
/proc/14828/task/14830/stat : 14830 (java) R 14825 14828 13812 0 -1 4194368 5193 0 0 0 16 2 0 0 20 0 18 0 30585462 19384713216 14508 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
[pid=14828/tid=14839] ppid=14825 vsize=18930384 memory=14857 CPUtime=0 cores=1,3
/proc/14828/task/14839/stat : 14839 (Finalizer) S 14825 14828 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30585467 19384713216 14508 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
[pid=14828/tid=14846] ppid=14825 vsize=18930384 memory=59593594242043 CPUtime=0 cores=1,3
/proc/14828/task/14846/stat : 14846 (Common-Cleaner) S 14825 14828 13812 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30585468 19384713216 14508 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58032 KiB

[startup+0.323276 s]*
/proc/loadavg: 4.31 4.17 4.14 10/331 14847
/proc/meminfo: memFree=120193032/131382116 swapFree=33010684/33010684
[pid=14828] ppid=14825 vsize=18930384 memory=63356 CPUtime=0.48 cores=1,3
/proc/14828/stat : 14828 (java) S 14825 14828 13812 0 -1 4194304 6871 0 0 0 44 4 0 0 20 0 18 0 30585461 19384713216 15839 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
/proc/14828/statm: 4732596 15839 5429 1 0 547855 0
[pid=14828/tid=14830] ppid=14825 vsize=18930384 memory=-6000919485641549934 CPUtime=0.28 cores=1,3
/proc/14828/task/14830/stat : 14830 (java) R 14825 14828 13812 0 -1 4194368 5301 0 0 0 25 3 0 0 20 0 18 0 30585462 19384713216 15839 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
[pid=14828/tid=14839] ppid=14825 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/14828/task/14839/stat : 14839 (Finalizer) S 14825 14828 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30585467 19384713216 15839 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
[pid=14828/tid=14846] ppid=14825 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/14828/task/14846/stat : 14846 (Common-Cleaner) S 14825 14828 13812 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30585468 19384713216 15839 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 63356 KiB

[startup+0.700342 s]
/proc/loadavg: 4.31 4.17 4.14 8/332 14848
/proc/meminfo: memFree=120175956/131382116 swapFree=33010684/33010684
[pid=14828] ppid=14825 vsize=18996948 memory=93868 CPUtime=1.17 cores=1,3
/proc/14828/stat : 14828 (java) S 14825 14828 13812 0 -1 4194304 8462 0 0 0 111 6 0 0 20 0 19 0 30585461 19452874752 23467 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
/proc/14828/statm: 4749237 23467 5429 1 0 548867 0
[pid=14828/tid=14830] ppid=14825 vsize=18996948 memory=17408 CPUtime=0.59 cores=1,3
/proc/14828/task/14830/stat : 14830 (java) R 14825 14828 13812 0 -1 4194368 5394 0 0 0 56 3 0 0 20 0 19 0 30585462 19452874752 23467 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
[pid=14828/tid=14839] ppid=14825 vsize=18996948 memory=11264 CPUtime=0 cores=1,3
/proc/14828/task/14839/stat : 14839 (Finalizer) S 14825 14828 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30585467 19452874752 23467 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
[pid=14828/tid=14846] ppid=14825 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/14828/task/14846/stat : 14846 (Common-Cleaner) S 14825 14828 13812 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 30585468 19452874752 23467 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
[pid=14828/tid=14848] ppid=14825 vsize=18996948 memory=4764 CPUtime=0 cores=1,3
/proc/14828/task/14848/stat : 14848 (Timer-0) S 14825 14828 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30585503 19452874752 23467 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 93868 KiB

[startup+1.50025 s]
/proc/loadavg: 4.31 4.17 4.14 7/332 14848
/proc/meminfo: memFree=120093160/131382116 swapFree=33010684/33010684
[pid=14828] ppid=14825 vsize=19063512 memory=172572 CPUtime=2.76 cores=1,3
/proc/14828/stat : 14828 (java) S 14825 14828 13812 0 -1 4194304 18891 0 0 0 266 10 0 0 20 0 20 0 30585461 19521036288 43143 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
/proc/14828/statm: 4765878 43143 5461 1 0 553226 0
[pid=14828/tid=14830] ppid=14825 vsize=19063512 memory=0 CPUtime=1.38 cores=1,3
/proc/14828/task/14830/stat : 14830 (java) R 14825 14828 13812 0 -1 4194368 5762 0 0 0 133 5 0 0 20 0 20 0 30585462 19521036288 43143 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
[pid=14828/tid=14839] ppid=14825 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/14828/task/14839/stat : 14839 (Finalizer) S 14825 14828 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30585467 19521036288 43143 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
[pid=14828/tid=14846] ppid=14825 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/14828/task/14846/stat : 14846 (Common-Cleaner) S 14825 14828 13812 0 -1 4194368 64 0 0 0 0 0 0 0 20 0 20 0 30585468 19521036288 43143 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
[pid=14828/tid=14848] ppid=14825 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/14828/task/14848/stat : 14848 (Timer-0) S 14825 14828 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30585503 19521036288 43143 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
Current children cumulated CPU time: 2.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 172572 KiB

[startup+3.10606 s]
/proc/loadavg: 4.53 4.21 4.15 6/333 14849
/proc/meminfo: memFree=119996804/131382116 swapFree=33010684/33010684
[pid=14828] ppid=14825 vsize=19063512 memory=186376 CPUtime=5.94 cores=1,3
/proc/14828/stat : 14828 (java) S 14825 14828 13812 0 -1 4194304 21567 0 0 0 582 12 0 0 20 0 20 0 30585461 19521036288 46594 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
/proc/14828/statm: 4765878 46594 5493 1 0 553287 0
[pid=14828/tid=14830] ppid=14825 vsize=19063512 memory=11264 CPUtime=2.92 cores=1,3
/proc/14828/task/14830/stat : 14830 (java) R 14825 14828 13812 0 -1 4194368 6700 0 0 0 286 6 0 0 20 0 20 0 30585462 19521036288 46594 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
[pid=14828/tid=14839] ppid=14825 vsize=19063512 memory=-6000919485641549934 CPUtime=0 cores=1,3
/proc/14828/task/14839/stat : 14839 (Finalizer) S 14825 14828 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30585467 19521036288 46594 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
[pid=14828/tid=14846] ppid=14825 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/14828/task/14846/stat : 14846 (Common-Cleaner) S 14825 14828 13812 0 -1 4194368 68 0 0 0 0 0 0 0 20 0 20 0 30585468 19521036288 46594 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
[pid=14828/tid=14848] ppid=14825 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/14828/task/14848/stat : 14848 (Timer-0) S 14825 14828 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30585503 19521036288 46594 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
Current children cumulated CPU time: 5.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 186376 KiB

[startup+6.30041 s]
/proc/loadavg: 4.53 4.21 4.15 6/333 14849
/proc/meminfo: memFree=119431776/131382116 swapFree=33010684/33010684
[pid=14828] ppid=14825 vsize=19063512 memory=520332 CPUtime=10.21 cores=1,3
/proc/14828/stat : 14828 (java) S 14825 14828 13812 0 -1 4194304 22176 0 0 0 1000 21 0 0 20 0 20 0 30585461 19521036288 130083 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
/proc/14828/statm: 4765878 130083 5493 1 0 553308 0
[pid=14828/tid=14830] ppid=14825 vsize=19063512 memory=0 CPUtime=6.03 cores=1,3
/proc/14828/task/14830/stat : 14830 (java) R 14825 14828 13812 0 -1 4194368 7055 0 0 0 590 13 0 0 20 0 20 0 30585462 19521036288 130083 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
[pid=14828/tid=14839] ppid=14825 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/14828/task/14839/stat : 14839 (Finalizer) S 14825 14828 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30585467 19521036288 130083 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
[pid=14828/tid=14846] ppid=14825 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/14828/task/14846/stat : 14846 (Common-Cleaner) S 14825 14828 13812 0 -1 4194368 68 0 0 0 0 0 0 0 20 0 20 0 30585468 19521036288 130083 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
[pid=14828/tid=14848] ppid=14825 vsize=19063512 memory=172700 CPUtime=0 cores=1,3
/proc/14828/task/14848/stat : 14848 (Timer-0) S 14825 14828 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30585503 19521036288 130083 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
Current children cumulated CPU time: 10.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 520332 KiB

[startup+12.7004 s]
/proc/loadavg: 4.45 4.21 4.15 5/333 14850
/proc/meminfo: memFree=118715164/131382116 swapFree=33010684/33010684
[pid=14828] ppid=14825 vsize=19063512 memory=909552 CPUtime=16.68 cores=1,3
/proc/14828/stat : 14828 (java) S 14825 14828 13812 0 -1 4194304 24159 0 0 0 1634 34 0 0 20 0 20 0 30585461 19521036288 227388 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
/proc/14828/statm: 4765878 227388 5493 1 0 553308 0
[pid=14828/tid=14830] ppid=14825 vsize=19063512 memory=172700 CPUtime=12.28 cores=1,3
/proc/14828/task/14830/stat : 14830 (java) R 14825 14828 13812 0 -1 4194368 8421 0 0 0 1203 25 0 0 20 0 20 0 30585462 19521036288 227388 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
[pid=14828/tid=14839] ppid=14825 vsize=19063512 memory=909552 CPUtime=0 cores=1,3
/proc/14828/task/14839/stat : 14839 (Finalizer) S 14825 14828 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30585467 19521036288 227388 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
[pid=14828/tid=14846] ppid=14825 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/14828/task/14846/stat : 14846 (Common-Cleaner) S 14825 14828 13812 0 -1 4194368 68 0 0 0 0 0 0 0 20 0 20 0 30585468 19521036288 227388 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
[pid=14828/tid=14848] ppid=14825 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/14828/task/14848/stat : 14848 (Timer-0) S 14825 14828 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30585503 19521036288 227388 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
Current children cumulated CPU time: 16.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 909552 KiB

[startup+25.5005 s]
/proc/loadavg: 4.45 4.22 4.15 5/333 14917
/proc/meminfo: memFree=124343488/131382116 swapFree=33010684/33010684
[pid=14828] ppid=14825 vsize=19063512 memory=1482316 CPUtime=29.58 cores=1,3
/proc/14828/stat : 14828 (java) S 14825 14828 13812 0 -1 4194304 26928 0 0 0 2903 55 0 0 20 0 20 0 30585461 19521036288 370579 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
/proc/14828/statm: 4765878 370579 5493 1 0 659848 0
[pid=14828/tid=14830] ppid=14825 vsize=19063512 memory=17408 CPUtime=24.63 cores=1,3
/proc/14828/task/14830/stat : 14830 (java) R 14825 14828 13812 0 -1 4194368 9577 0 0 0 2422 41 0 0 20 0 20 0 30585462 19521036288 370579 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
[pid=14828/tid=14839] ppid=14825 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/14828/task/14839/stat : 14839 (Finalizer) S 14825 14828 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30585467 19521036288 370579 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
[pid=14828/tid=14846] ppid=14825 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/14828/task/14846/stat : 14846 (Common-Cleaner) S 14825 14828 13812 0 -1 4194368 68 0 0 0 0 0 0 0 20 0 20 0 30585468 19521036288 370579 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
[pid=14828/tid=14848] ppid=14825 vsize=19063512 memory=164 CPUtime=0 cores=1,3
/proc/14828/task/14848/stat : 14848 (Timer-0) S 14825 14828 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30585503 19521036288 370579 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
Current children cumulated CPU time: 29.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1482316 KiB

[startup+51.1141 s]
/proc/loadavg: 4.43 4.23 4.16 5/333 14917
/proc/meminfo: memFree=121751572/131382116 swapFree=33010684/33010684
[pid=14828] ppid=14825 vsize=19063512 memory=1587020 CPUtime=55.38 cores=1,3
/proc/14828/stat : 14828 (java) S 14825 14828 13812 0 -1 4194304 33156 0 0 0 5468 70 0 0 20 0 20 0 30585461 19521036288 396755 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
/proc/14828/statm: 4765878 396755 5493 1 0 659848 0
[pid=14828/tid=14830] ppid=14825 vsize=19063512 memory=1482316 CPUtime=49.56 cores=1,3
/proc/14828/task/14830/stat : 14830 (java) R 14825 14828 13812 0 -1 4194368 10898 0 0 0 4904 52 0 0 20 0 20 0 30585462 19521036288 396755 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
[pid=14828/tid=14839] ppid=14825 vsize=19063512 memory=1587020 CPUtime=0 cores=1,3

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

Current children cumulated memory: 4115056 KiB

[startup+3342.3 s]
/proc/loadavg: 4.18 4.23 4.24 5/329 15094
/proc/meminfo: memFree=72461700/131382116 swapFree=33010684/33010684
[pid=14828] ppid=14825 vsize=19063512 memory=4115056 CPUtime=3345.92 cores=1,3
/proc/14828/stat : 14828 (java) S 14825 14828 13812 0 -1 4194304 162740 0 0 0 333561 1031 0 0 20 0 20 0 30585461 19521036288 1028764 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
/proc/14828/statm: 4765878 1028764 5525 1 0 1041553 0
[pid=14828/tid=14830] ppid=14825 vsize=19063512 memory=14080 CPUtime=3313.13 cores=1,3
/proc/14828/task/14830/stat : 14830 (java) R 14825 14828 13812 0 -1 4194368 84184 0 0 0 330504 809 0 0 20 0 20 0 30585462 19521036288 1028764 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
[pid=14828/tid=14839] ppid=14825 vsize=19063512 memory=4115056 CPUtime=0 cores=1,3
/proc/14828/task/14839/stat : 14839 (Finalizer) S 14825 14828 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30585467 19521036288 1028764 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
[pid=14828/tid=14846] ppid=14825 vsize=19063512 memory=14080 CPUtime=0 cores=1,3
/proc/14828/task/14846/stat : 14846 (Common-Cleaner) S 14825 14828 13812 0 -1 4194368 3023 0 0 0 0 0 0 0 20 0 20 0 30585468 19521036288 1028764 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
[pid=14828/tid=14848] ppid=14825 vsize=19063512 memory=1792 CPUtime=0 cores=1,3
/proc/14828/task/14848/stat : 14848 (Timer-0) S 14825 14828 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30585503 19521036288 1028764 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
Current children cumulated CPU time: 3345.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4115056 KiB

[startup+3402.3 s]
/proc/loadavg: 4.22 4.23 4.24 5/329 15096
/proc/meminfo: memFree=72197660/131382116 swapFree=33010684/33010684
[pid=14828] ppid=14825 vsize=19063512 memory=4115056 CPUtime=3405.84 cores=1,3
/proc/14828/stat : 14828 (java) S 14825 14828 13812 0 -1 4194304 163726 0 0 0 339537 1047 0 0 20 0 20 0 30585461 19521036288 1028764 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
/proc/14828/statm: 4765878 1028764 5525 1 0 1041553 0
[pid=14828/tid=14830] ppid=14825 vsize=19063512 memory=14080 CPUtime=3372.76 cores=1,3
/proc/14828/task/14830/stat : 14830 (java) R 14825 14828 13812 0 -1 4194368 85073 0 0 0 336455 821 0 0 20 0 20 0 30585462 19521036288 1028764 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
[pid=14828/tid=14839] ppid=14825 vsize=19063512 memory=4115056 CPUtime=0 cores=1,3
/proc/14828/task/14839/stat : 14839 (Finalizer) S 14825 14828 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30585467 19521036288 1028764 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
[pid=14828/tid=14846] ppid=14825 vsize=19063512 memory=4115056 CPUtime=0 cores=1,3
/proc/14828/task/14846/stat : 14846 (Common-Cleaner) S 14825 14828 13812 0 -1 4194368 3023 0 0 0 0 0 0 0 20 0 20 0 30585468 19521036288 1028764 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
[pid=14828/tid=14848] ppid=14825 vsize=19063512 memory=4115056 CPUtime=0 cores=1,3
/proc/14828/task/14848/stat : 14848 (Timer-0) S 14825 14828 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30585503 19521036288 1028764 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
Current children cumulated CPU time: 3405.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4115056 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.19 4.22 5/331 15102
/proc/meminfo: memFree=71756068/131382116 swapFree=33010684/33010684
[pid=14828] ppid=14825 vsize=19063512 memory=4115056 CPUtime=3465.68 cores=1,3
/proc/14828/stat : 14828 (java) S 14825 14828 13812 0 -1 4194304 166418 0 0 0 345507 1061 0 0 20 0 20 0 30585461 19521036288 1028764 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
/proc/14828/statm: 4765878 1028764 5525 1 0 1041553 0
[pid=14828/tid=14830] ppid=14825 vsize=19063512 memory=14080 CPUtime=3432.55 cores=1,3
/proc/14828/task/14830/stat : 14830 (java) R 14825 14828 13812 0 -1 4194368 87583 0 0 0 342423 832 0 0 20 0 20 0 30585462 19521036288 1028764 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
[pid=14828/tid=14839] ppid=14825 vsize=19063512 memory=4115056 CPUtime=0 cores=1,3
/proc/14828/task/14839/stat : 14839 (Finalizer) S 14825 14828 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30585467 19521036288 1028764 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
[pid=14828/tid=14846] ppid=14825 vsize=19063512 memory=14080 CPUtime=0 cores=1,3
/proc/14828/task/14846/stat : 14846 (Common-Cleaner) S 14825 14828 13812 0 -1 4194368 3152 0 0 0 0 0 0 0 20 0 20 0 30585468 19521036288 1028764 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
[pid=14828/tid=14848] ppid=14825 vsize=19063512 memory=14080 CPUtime=0 cores=1,3
/proc/14828/task/14848/stat : 14848 (Timer-0) S 14825 14828 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30585503 19521036288 1028764 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
Current children cumulated CPU time: 3465.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4115056 KiB

[startup+3522.3 s]
/proc/loadavg: 4.17 4.20 4.22 3/309 15139
/proc/meminfo: memFree=82244736/131382116 swapFree=33010684/33010684
[pid=14828] ppid=14825 vsize=19063512 memory=4115056 CPUtime=3525.83 cores=1,3
/proc/14828/stat : 14828 (java) S 14825 14828 13812 0 -1 4194304 169515 0 0 0 351505 1078 0 0 20 0 20 0 30585461 19521036288 1028764 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
/proc/14828/statm: 4765878 1028764 5525 1 0 1041553 0
[pid=14828/tid=14830] ppid=14825 vsize=19063512 memory=4115056 CPUtime=3491.9 cores=1,3
/proc/14828/task/14830/stat : 14830 (java) R 14825 14828 13812 0 -1 4194368 88631 0 0 0 348345 845 0 0 20 0 20 0 30585462 19521036288 1028764 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
[pid=14828/tid=14839] ppid=14825 vsize=19063512 memory=4115056 CPUtime=0 cores=1,3
/proc/14828/task/14839/stat : 14839 (Finalizer) S 14825 14828 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30585467 19521036288 1028764 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
[pid=14828/tid=14846] ppid=14825 vsize=19063512 memory=4115056 CPUtime=0 cores=1,3
/proc/14828/task/14846/stat : 14846 (Common-Cleaner) S 14825 14828 13812 0 -1 4194368 3174 0 0 0 0 0 0 0 20 0 20 0 30585468 19521036288 1028764 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
[pid=14828/tid=14848] ppid=14825 vsize=19063512 memory=14080 CPUtime=0 cores=1,3
/proc/14828/task/14848/stat : 14848 (Timer-0) S 14825 14828 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30585503 19521036288 1028764 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
Current children cumulated CPU time: 3525.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4115056 KiB

[startup+3582.3 s]
/proc/loadavg: 4.39 4.27 4.25 5/332 15245
/proc/meminfo: memFree=106898316/131382116 swapFree=33010684/33010684
[pid=14828] ppid=14825 vsize=19063512 memory=4115184 CPUtime=3584.92 cores=1,3
/proc/14828/stat : 14828 (java) S 14825 14828 13812 0 -1 4194304 170151 0 0 0 357401 1091 0 0 20 0 20 0 30585461 19521036288 1028796 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
/proc/14828/statm: 4765878 1028796 5525 1 0 1041553 0
[pid=14828/tid=14830] ppid=14825 vsize=19063512 memory=4115184 CPUtime=3550.75 cores=1,3
/proc/14828/task/14830/stat : 14830 (java) R 14825 14828 13812 0 -1 4194368 89223 0 0 0 354219 856 0 0 20 0 20 0 30585462 19521036288 1028796 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
[pid=14828/tid=14839] ppid=14825 vsize=19063512 memory=4115184 CPUtime=0 cores=1,3
/proc/14828/task/14839/stat : 14839 (Finalizer) S 14825 14828 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30585467 19521036288 1028796 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
[pid=14828/tid=14846] ppid=14825 vsize=19063512 memory=4115184 CPUtime=0 cores=1,3
/proc/14828/task/14846/stat : 14846 (Common-Cleaner) S 14825 14828 13812 0 -1 4194368 3181 0 0 0 0 0 0 0 20 0 20 0 30585468 19521036288 1028796 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
[pid=14828/tid=14848] ppid=14825 vsize=19063512 memory=4480 CPUtime=0 cores=1,3
/proc/14828/task/14848/stat : 14848 (Timer-0) S 14825 14828 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30585503 19521036288 1028796 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
Current children cumulated CPU time: 3584.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4115184 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3597.5 s]
/proc/loadavg: 4.31 4.26 4.25 5/332 15245
/proc/meminfo: memFree=105939228/131382116 swapFree=33010684/33010684
[pid=14828] ppid=14825 vsize=19063512 memory=4115184 CPUtime=3600.09 cores=1,3
/proc/14828/stat : 14828 (java) S 14825 14828 13812 0 -1 4194304 170456 0 0 0 358914 1095 0 0 20 0 20 0 30585461 19521036288 1028796 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
/proc/14828/statm: 4765878 1028796 5525 1 0 1041553 0
[pid=14828/tid=14830] ppid=14825 vsize=19063512 memory=4115056 CPUtime=3565.91 cores=1,3
/proc/14828/task/14830/stat : 14830 (java) R 14825 14828 13812 0 -1 4194368 89528 0 0 0 355732 859 0 0 20 0 20 0 30585462 19521036288 1028796 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
[pid=14828/tid=14839] ppid=14825 vsize=19063512 memory=4115184 CPUtime=0 cores=1,3
/proc/14828/task/14839/stat : 14839 (Finalizer) S 14825 14828 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30585467 19521036288 1028796 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
[pid=14828/tid=14846] ppid=14825 vsize=19063512 memory=4252 CPUtime=0 cores=1,3
/proc/14828/task/14846/stat : 14846 (Common-Cleaner) S 14825 14828 13812 0 -1 4194368 3181 0 0 0 0 0 0 0 20 0 20 0 30585468 19521036288 1028796 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
[pid=14828/tid=14848] ppid=14825 vsize=19063512 memory=4115184 CPUtime=0 cores=1,3
/proc/14828/task/14848/stat : 14848 (Timer-0) S 14825 14828 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30585503 19521036288 1028796 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4115184 KiB

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

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

# cumulated CPU time of all completed processes:  user=3589.41 s, system=10.9911 s

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

[startup+3597.6 s]
/proc/loadavg: 4.31 4.26 4.25 5/332 15245
/proc/meminfo: memFree=105939228/131382116 swapFree=33010684/33010684
[pid=14828] ppid=14825 vsize=19263204 memory=4115824 CPUtime=3600.23 cores=1,3
/proc/14828/stat : 14828 (java) S 14825 14828 13812 0 -1 4194304 172702 0 0 0 358927 1096 0 0 20 0 21 0 30585461 19725520896 1028956 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
/proc/14828/statm: 4815801 1028956 5525 1 0 1042502 0
[pid=14828/tid=14830] ppid=14825 vsize=19263204 memory=17408 CPUtime=3565.93 cores=1,3
/proc/14828/task/14830/stat : 14830 (java) S 14825 14828 13812 0 -1 4194368 89866 0 0 0 355734 859 0 0 20 0 21 0 30585462 19725520896 1028956 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
[pid=14828/tid=14839] ppid=14825 vsize=19263204 memory=11264 CPUtime=0 cores=1,3
/proc/14828/task/14839/stat : 14839 (Finalizer) S 14825 14828 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 30585467 19725520896 1028956 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
[pid=14828/tid=14846] ppid=14825 vsize=19263204 memory=5632 CPUtime=0 cores=1,3
/proc/14828/task/14846/stat : 14846 (Common-Cleaner) S 14825 14828 13812 0 -1 4194368 3181 0 0 0 0 0 0 0 20 0 21 0 30585468 19725520896 1028956 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
Current children cumulated CPU time: 3600.23 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 4115824 KiB

[startup+3597.7 s]
/proc/loadavg: 4.31 4.26 4.25 5/332 15245
/proc/meminfo: memFree=105939228/131382116 swapFree=33010684/33010684
[pid=14828] ppid=14825 vsize=19263204 memory=4115824 CPUtime=3600.33 cores=1,3
/proc/14828/stat : 14828 (java) S 14825 14828 13812 0 -1 4194304 172703 0 0 0 358937 1096 0 0 20 0 21 0 30585461 19725520896 1028956 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
/proc/14828/statm: 4815801 1028956 5525 1 0 1042502 0
[pid=14828/tid=14830] ppid=14825 vsize=19263204 memory=4115056 CPUtime=3565.93 cores=1,3
/proc/14828/task/14830/stat : 14830 (java) S 14825 14828 13812 0 -1 4194368 89866 0 0 0 355734 859 0 0 20 0 21 0 30585462 19725520896 1028956 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
[pid=14828/tid=14839] ppid=14825 vsize=19263204 memory=4115184 CPUtime=0 cores=1,3
/proc/14828/task/14839/stat : 14839 (Finalizer) S 14825 14828 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 30585467 19725520896 1028956 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
[pid=14828/tid=14846] ppid=14825 vsize=19263204 memory=4252 CPUtime=0 cores=1,3
/proc/14828/task/14846/stat : 14846 (Common-Cleaner) S 14825 14828 13812 0 -1 4194368 3181 0 0 0 0 0 0 0 20 0 21 0 30585468 19725520896 1028956 18446744073709551615 94782208491520 94782208495216 140731186332944 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94782208503032 94782208503824 94782227165184 140731186338096 140731186338278 140731186338278 140731186343880 0
Current children cumulated CPU time: 3600.33 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 4115824 KiB

Child status: 143

Real time (s): 3597.76
CPU time (s): 3600.4
CPU user time (s): 3589.41
CPU system time (s): 10.9911
CPU usage (%): 100.073
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 4115824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3589.41
system time used= 10.9911
maximum resident set size= 4116208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 172904
page faults= 0
swaps= 0
block input operations= 0
block output operations= 7693200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109078
involuntary context switches= 7855


# summary of solver processes directly reported to runsolver:
#   pid: 14828
#   total CPU time (s): 3600.4
#   total CPU user time (s): 3589.41
#   total CPU system time (s): 10.9911

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.5638 second user time and 38.247 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-06-29 00:17:43
IDJOB=4492877
IDBENCH=147830
IDSOLVER=3364
FILE ID=nodeC004/4492877-1751149063
RUNJOBID= nodeC004-1751145467-13824
SLURM_JOB_ID= 9587447
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-clauses-21-20.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4492877-1751149063/watcher-4492877-1751149063 -o /tmp/evaluation-result-4492877-1751149063/solver-4492877-1751149063 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751145467-13824 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4492877-1751149063 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4492877-1751149063.opb

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

MD5SUM BENCH= 3bf41b9d4e0f7236fbe06f13f097e4ef
RANDOM SEED=1111592117

nodeC004 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	: 0xb00001f
cpu MHz		: 3591.635
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 2394.425
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 1197.531
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 1197.013
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 2394.347
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 3491.876
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 2394.434
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 1197.666
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        120255916 kB
MemAvailable:   123900244 kB
Buffers:            3280 kB
Cached:          4452260 kB
SwapCached:            0 kB
Active:          6369328 kB
Inactive:        4220168 kB
Active(anon):    6151992 kB
Inactive(anon):        0 kB
Active(file):     217336 kB
Inactive(file):  4220168 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             61256 kB
Writeback:             0 kB
AnonPages:       6136168 kB
Mapped:           122040 kB
Shmem:             17976 kB
KReclaimable:      92900 kB
Slab:             176460 kB
SReclaimable:      92900 kB
SUnreclaim:        83560 kB
KernelStack:        5136 kB
PageTables:        15640 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   11751100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150344 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5900288 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:      197448 kB
DirectMap2M:    10190848 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 433048 MiB
End job on nodeC004 at 2025-06-29 01:17:41