Trace number 4545318

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.2 3605.5

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/wallon/
normalized-SocialGolfers-08-04-08_c24.opb
MD5SUMe5dad10f2c51a051686c6ce21bebf57a
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables101921
Total number of constraints213661
Number of constraints which are clauses56497
Number of constraints which are cardinality constraints (but not clauses)776
Number of constraints which are nor clauses,nor cardinality constraints156388
Minimum length of a constraint1
Maximum length of a constraint32
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 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 62
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.14	c Pseudo Boolean Optimization by upper bound
0.13/0.14	c --- Begin Solver configuration ---
0.13/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.14	c Learn all clauses as in MiniSAT
0.13/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.14	c Expensive reason simplification
0.13/0.14	c Glucose 2.1 dynamic restart strategy
0.13/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.13/0.14	c timeout=2147483s
0.13/0.14	c DB Simplification allowed=false
0.13/0.14	c Listener: none
0.13/0.14	c --- End Solver configuration ---
0.13/0.14	c solving HOME/instance-4545318-1753238286.opb
0.13/0.14	c reading problem ... 
0.13/0.14	c  no objective function found
2.83/1.53	c ... done. Wall clock time 1.385s.
2.83/1.53	c declared #vars     101921
2.83/1.53	c #constraints  214233
2.83/1.53	c constraints type 
2.83/1.53	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 38
2.83/1.53	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 776
2.83/1.53	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 156674
2.83/1.53	c org.sat4j.specs.Constr$1 => 15
2.83/1.53	c org.sat4j.pb.constraints.pb.UnitClausePB => 13931
2.83/1.53	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 42799
2.83/1.53	c 214233 constraints processed.
14.26/12.28	c cleaning 2490 clauses out of 4996 with flag 22602/5003
25.88/23.64	c cleaning 4243 clauses out of 8502 with flag 62188/11000
36.67/34.17	c cleaning 5575 clauses out of 11232 with flag 108109/18000
48.24/45.58	c cleaning 6782 clauses out of 13651 with flag 163357/26000
61.11/58.27	c cleaning 7878 clauses out of 15857 with flag 229661/35000
74.78/72.00	c cleaning 8939 clauses out of 17964 with flag 297755/45000
92.73/89.93	c cleaning 9949 clauses out of 20020 with flag 378209/56001
111.39/108.62	c cleaning 11010 clauses out of 22065 with flag 457471/68000
130.05/127.36	c cleaning 11962 clauses out of 24052 with flag 535552/81000
151.71/149.02	c cleaning 13005 clauses out of 26085 with flag 621464/95000
174.65/172.03	c cleaning 14011 clauses out of 28073 with flag 709749/110000
200.89/198.31	c cleaning 14940 clauses out of 30060 with flag 804362/126000
228.25/225.75	c cleaning 15828 clauses out of 32118 with flag 910223/143000
257.20/254.77	c cleaning 16457 clauses out of 34287 with flag 1018873/161000
287.03/284.61	c cleaning 17644 clauses out of 36829 with flag 1130439/180000
316.76/314.47	c cleaning 18628 clauses out of 39185 with flag 1245777/200000
349.29/347.07	c cleaning 19346 clauses out of 41556 with flag 1368265/221000
385.60/383.42	c cleaning 20410 clauses out of 44208 with flag 1503714/243000
424.60/422.56	c cleaning 21200 clauses out of 46798 with flag 1653522/266000
466.01/464.06	c cleaning 22363 clauses out of 49598 with flag 1811220/290000
508.80/506.99	c cleaning 23285 clauses out of 52234 with flag 1975201/315000
555.30/553.59	c cleaning 24241 clauses out of 54949 with flag 2153461/341000
605.27/603.68	c cleaning 25116 clauses out of 57710 with flag 2345865/368002
654.76/653.24	c cleaning 26357 clauses out of 60594 with flag 2532550/396002
705.23/703.89	c cleaning 27109 clauses out of 63236 with flag 2726168/425001
757.91/756.60	c cleaning 28246 clauses out of 66125 with flag 2928981/455000
811.09/809.95	c cleaning 29208 clauses out of 68879 with flag 3134559/486000
869.15/868.19	c cleaning 30179 clauses out of 71671 with flag 3361887/518000
931.30/930.43	c cleaning 31198 clauses out of 74492 with flag 3601644/551000
996.94/996.29	c cleaning 32003 clauses out of 77295 with flag 3856658/585001
1064.78/1064.23	c cleaning 33077 clauses out of 80293 with flag 4112688/620002
1133.62/1133.22	c cleaning 34066 clauses out of 83213 with flag 4373909/656000
1203.66/1203.45	c cleaning 35125 clauses out of 86147 with flag 4639197/693000
1279.68/1279.63	c cleaning 35938 clauses out of 89025 with flag 4919481/731003
1356.99/1357.17	c cleaning 36981 clauses out of 92085 with flag 5217143/770001
1434.51/1434.88	c cleaning 37991 clauses out of 95104 with flag 5518984/810001
1513.92/1514.47	c cleaning 38932 clauses out of 98112 with flag 5820026/851000
1595.37/1596.06	c cleaning 39983 clauses out of 101180 with flag 6141233/893000
1677.19/1678.04	c cleaning 40859 clauses out of 104196 with flag 6463180/936000
1759.82/1760.87	c cleaning 41894 clauses out of 107337 with flag 6790016/980000
1851.62/1852.85	c cleaning 42875 clauses out of 110442 with flag 7142321/1025000
1944.08/1945.54	c cleaning 43767 clauses out of 113568 with flag 7490929/1071001
2037.06/2038.74	c cleaning 44454 clauses out of 116800 with flag 7848352/1118000
2136.53/2138.42	c cleaning 45558 clauses out of 120347 with flag 8233929/1166001
2239.98/2242.14	c cleaning 46319 clauses out of 123790 with flag 8631087/1215002
2341.53/2343.95	c cleaning 47357 clauses out of 127469 with flag 9024947/1265001
2443.39/2446.04	c cleaning 48402 clauses out of 131111 with flag 9425077/1316000
2549.24/2552.13	c cleaning 49223 clauses out of 134708 with flag 9833131/1368000
2660.47/2663.65	c cleaning 50073 clauses out of 138487 with flag 10257764/1421002
2779.88/2783.31	c cleaning 51040 clauses out of 142413 with flag 10691962/1475001
2896.20/2900.00	c cleaning 52095 clauses out of 146372 with flag 11119448/1530000
3021.40/3025.43	c cleaning 52654 clauses out of 150278 with flag 11562206/1586001
3148.30/3152.65	c cleaning 53764 clauses out of 154623 with flag 12015645/1643000
3278.28/3282.98	c cleaning 54345 clauses out of 158859 with flag 12472726/1701000
3413.26/3418.23	c cleaning 55725 clauses out of 163515 with flag 12944189/1760001
3549.14/3554.41	c cleaning 56351 clauses out of 167789 with flag 13412162/1820000
3600.04/3605.41	c starts		: 16008
3600.04/3605.42	c conflicts		: 1848424
3600.04/3605.42	c decisions		: 15688625
3600.04/3605.42	c propagations		: 4084083167
3600.04/3605.42	c inspects		: 25158096366
3600.04/3605.42	c shortcuts		: 0
3600.04/3605.42	c learnt literals	: 112
3600.04/3605.42	c learnt binary clauses	: 21824
3600.04/3605.42	c learnt ternary clauses	: 21403
3600.04/3605.42	c learnt constraints	: 1848312
3600.04/3605.42	c ignored constraints	: 0
3600.04/3605.42	c root simplifications	: 0
3600.04/3605.42	c removed literals (reason simplification)	: 1283721
3600.04/3605.42	c reason swapping (by a shorter reason)	: 0
3600.04/3605.42	c Calls to reduceDB	: 56
3600.04/3605.42	c Number of update (reduction) of LBD	: 1068161
3600.04/3605.42	c Imported unit clauses	: 0
3600.04/3605.42	c No decision after first conflict	: false
3600.04/3605.42	c number of reductions to clauses (during analyze)	: 0
3600.04/3605.42	c number of learned constraints concerned by reduction	: 0
3600.04/3605.42	c number of learning phase by resolution	: 0
3600.04/3605.42	c number of learning phase by cutting planes	: 0
3600.04/3605.42	c number of rounding to 1 operations	: 0
3600.04/3605.42	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3605.42	c number of reductions of the coefficients by power 2 	: 0
3600.04/3605.42	c number of right shift for reduction by power 2 	: 0
3600.04/3605.42	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3605.42	c number of ending skipping 	: 0
3600.04/3605.43	c number of internal skipping 	: 0
3600.04/3605.43	c number of derivation steps 	: 0
3600.04/3605.43	c number of skipped derivation steps 	: 0
3600.04/3605.43	c number of remaining unassigned 	: 0
3600.04/3605.43	c number of remaining assigned 	: 0
3600.04/3605.43	c number of falsified literals weakened from reason	: 0
3600.04/3605.43	c number of falsified literals weakened from conflict	: 0
3600.04/3605.43	c time for arithmetic operations	: 0
3600.04/3605.43	c minimum degree of deleted constraints	: null
3600.04/3605.43	c maximum degree of deleted constraints	: null
3600.04/3605.43	c number of deleted constraints	: 0
3600.04/3605.43	c speed (assignments/second)	: 1133259.3659870394
3600.04/3605.43	c non guided choices	: 46386
3600.04/3605.45	c timeout
3600.04/3605.48	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 118038
3600.04/3605.48	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 21824
3600.04/3605.48	s UNKNOWN
3600.04/3605.48	c Total wall clock time (in seconds): 3605.348

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: 63665 MiB (48393 MiB free)
  memory of node 1: 64507 MiB (61580 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4545318-1753238286/watcher-4545318-1753238286 -o /tmp/evaluation-result-4545318-1753238286/solver-4545318-1753238286 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1753234778-167710 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4545318-1753238286.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=168354, runsolver pid=168351
Current StackSize limit: 8192 KiB


[startup+0.100062 s]*
/proc/loadavg: 4.26 4.33 4.31 5/338 168372
/proc/meminfo: memFree=112591640/131250000 swapFree=33010416/33010684
[pid=168354] ppid=168351 vsize=18930384 memory=57744 CPUtime=0.13 cores=0,2
/proc/168354/stat : 168354 (java) S 168351 168354 167700 0 -1 4194304 6558 0 0 0 11 2 0 0 20 0 18 0 239506424 19384713216 14436 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
/proc/168354/statm: 4732596 14436 5352 1 0 547603 0
[pid=168354/tid=168356] ppid=168351 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/168354/task/168356/stat : 168356 (java) R 168351 168354 167700 0 -1 4194368 5063 0 0 0 6 1 0 0 20 0 18 0 239506425 19384713216 14436 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
[pid=168354/tid=168365] ppid=168351 vsize=18930384 memory=241407623509 CPUtime=0 cores=0,2
/proc/168354/task/168365/stat : 168365 (Finalizer) S 168351 168354 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239506428 19384713216 14436 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
[pid=168354/tid=168372] ppid=168351 vsize=18930384 memory=60684515959228 CPUtime=0 cores=0,2
/proc/168354/task/168372/stat : 168372 (Common-Cleaner) S 168351 168354 167700 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 239506428 19384713216 14436 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57744 KiB

[startup+0.205724 s]*
/proc/loadavg: 4.26 4.33 4.31 7/338 168372
/proc/meminfo: memFree=112583448/131250000 swapFree=33010416/33010684
[pid=168354] ppid=168351 vsize=18930384 memory=68216 CPUtime=0.31 cores=0,2
/proc/168354/stat : 168354 (java) S 168351 168354 167700 0 -1 4194304 7024 0 0 0 29 2 0 0 20 0 18 0 239506424 19384713216 17054 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
/proc/168354/statm: 4732596 17054 5448 1 0 547906 0
[pid=168354/tid=168356] ppid=168351 vsize=18930384 memory=4026990876 CPUtime=0.17 cores=0,2
/proc/168354/task/168356/stat : 168356 (java) S 168351 168354 167700 0 -1 4194368 5285 0 0 0 16 1 0 0 20 0 18 0 239506425 19384713216 17054 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
[pid=168354/tid=168365] ppid=168351 vsize=18930384 memory=16168 CPUtime=0 cores=0,2
/proc/168354/task/168365/stat : 168365 (Finalizer) S 168351 168354 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239506428 19384713216 17054 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
[pid=168354/tid=168372] ppid=168351 vsize=18930384 memory=59585004307431 CPUtime=0 cores=0,2
/proc/168354/task/168372/stat : 168372 (Common-Cleaner) S 168351 168354 167700 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 239506428 19384713216 17054 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 68216 KiB

[startup+0.305705 s]*
/proc/loadavg: 4.26 4.33 4.31 6/338 168372
/proc/meminfo: memFree=112556352/131250000 swapFree=33010416/33010684
[pid=168354] ppid=168351 vsize=18930384 memory=95280 CPUtime=0.49 cores=0,2
/proc/168354/stat : 168354 (java) S 168351 168354 167700 0 -1 4194304 8600 0 0 0 46 3 0 0 20 0 18 0 239506424 19384713216 23820 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
/proc/168354/statm: 4732596 23820 5448 1 0 548971 0
[pid=168354/tid=168356] ppid=168351 vsize=18930384 memory=-9104140327674749628 CPUtime=0.23 cores=0,2
/proc/168354/task/168356/stat : 168356 (java) R 168351 168354 167700 0 -1 4194368 5300 0 0 0 21 2 0 0 20 0 18 0 239506425 19384713216 23820 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
[pid=168354/tid=168365] ppid=168351 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/168354/task/168365/stat : 168365 (Finalizer) S 168351 168354 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239506428 19384713216 23820 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
[pid=168354/tid=168372] ppid=168351 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/168354/task/168372/stat : 168372 (Common-Cleaner) S 168351 168354 167700 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 239506428 19384713216 23820 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 95280 KiB

[startup+0.71172 s]
/proc/loadavg: 4.26 4.33 4.31 6/339 168373
/proc/meminfo: memFree=112482624/131250000 swapFree=33010416/33010684
[pid=168354] ppid=168351 vsize=18996948 memory=188100 CPUtime=1.27 cores=0,2
/proc/168354/stat : 168354 (java) S 168351 168354 167700 0 -1 4194304 10810 0 0 0 122 5 0 0 20 0 19 0 239506424 19452874752 47025 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
/proc/168354/statm: 4749237 47025 5480 1 0 550683 0
[pid=168354/tid=168356] ppid=168351 vsize=18996948 memory=27264 CPUtime=0.56 cores=0,2
/proc/168354/task/168356/stat : 168356 (java) S 168351 168354 167700 0 -1 4194368 5336 0 0 0 53 3 0 0 20 0 19 0 239506425 19452874752 47025 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
[pid=168354/tid=168365] ppid=168351 vsize=18996948 memory=10496 CPUtime=0 cores=0,2
/proc/168354/task/168365/stat : 168365 (Finalizer) S 168351 168354 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239506428 19452874752 47025 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
[pid=168354/tid=168372] ppid=168351 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/168354/task/168372/stat : 168372 (Common-Cleaner) S 168351 168354 167700 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 239506428 19452874752 47025 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 188100 KiB

[startup+1.50023 s]
/proc/loadavg: 4.26 4.33 4.31 6/339 168373
/proc/meminfo: memFree=112393588/131250000 swapFree=33010416/33010684
[pid=168354] ppid=168351 vsize=18996948 memory=547012 CPUtime=2.83 cores=0,2
/proc/168354/stat : 168354 (java) S 168351 168354 167700 0 -1 4194304 18264 0 0 0 269 14 0 0 20 0 19 0 239506424 19452874752 136753 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
/proc/168354/statm: 4749237 136753 5480 1 0 1722291 0
[pid=168354/tid=168356] ppid=168351 vsize=18996948 memory=3200 CPUtime=1.11 cores=0,2
/proc/168354/task/168356/stat : 168356 (java) R 168351 168354 167700 0 -1 4194368 5480 0 0 0 103 8 0 0 20 0 19 0 239506425 19452874752 136753 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
[pid=168354/tid=168365] ppid=168351 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/168354/task/168365/stat : 168365 (Finalizer) S 168351 168354 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239506428 19452874752 136753 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
[pid=168354/tid=168372] ppid=168351 vsize=18996948 memory=10496 CPUtime=0 cores=0,2
/proc/168354/task/168372/stat : 168372 (Common-Cleaner) S 168351 168354 167700 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 239506428 19452874752 136753 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 547012 KiB

[startup+3.10561 s]
/proc/loadavg: 4.26 4.33 4.31 5/340 168374
/proc/meminfo: memFree=111976416/131250000 swapFree=33010416/33010684
[pid=168354] ppid=168351 vsize=19063512 memory=660940 CPUtime=5.08 cores=0,2
/proc/168354/stat : 168354 (java) S 168351 168354 167700 0 -1 4194304 18647 0 0 0 490 18 0 0 20 0 20 0 239506424 19521036288 165235 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
/proc/168354/statm: 4765878 165235 5480 1 0 1722711 0
[pid=168354/tid=168356] ppid=168351 vsize=19063512 memory=10496 CPUtime=2.66 cores=0,2
/proc/168354/task/168356/stat : 168356 (java) R 168351 168354 167700 0 -1 4194368 5616 0 0 0 256 10 0 0 20 0 20 0 239506425 19521036288 165235 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
[pid=168354/tid=168365] ppid=168351 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/168354/task/168365/stat : 168365 (Finalizer) S 168351 168354 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239506428 19521036288 165235 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
[pid=168354/tid=168372] ppid=168351 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/168354/task/168372/stat : 168372 (Common-Cleaner) S 168351 168354 167700 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239506428 19521036288 165235 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
[pid=168354/tid=168374] ppid=168351 vsize=19063512 memory=3232 CPUtime=0 cores=0,2
/proc/168354/task/168374/stat : 168374 (Timer-0) S 168351 168354 167700 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239506584 19521036288 165235 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
Current children cumulated CPU time: 5.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 660940 KiB

[startup+6.30022 s]
/proc/loadavg: 4.24 4.32 4.30 5/340 168374
/proc/meminfo: memFree=111939804/131250000 swapFree=33010416/33010684
[pid=168354] ppid=168351 vsize=19063512 memory=656024 CPUtime=8.31 cores=0,2
/proc/168354/stat : 168354 (java) S 168351 168354 167700 0 -1 4194304 18678 0 0 0 813 18 0 0 20 0 20 0 239506424 19521036288 164006 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
/proc/168354/statm: 4765878 164006 5480 1 0 1722712 0
[pid=168354/tid=168356] ppid=168351 vsize=19063512 memory=0 CPUtime=5.84 cores=0,2
/proc/168354/task/168356/stat : 168356 (java) R 168351 168354 167700 0 -1 4194368 5623 0 0 0 574 10 0 0 20 0 20 0 239506425 19521036288 164006 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
[pid=168354/tid=168365] ppid=168351 vsize=19063512 memory=-8412658762062785436 CPUtime=0 cores=0,2
/proc/168354/task/168365/stat : 168365 (Finalizer) S 168351 168354 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239506428 19521036288 164006 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
[pid=168354/tid=168372] ppid=168351 vsize=19063512 memory=-9104140327674749628 CPUtime=0 cores=0,2
/proc/168354/task/168372/stat : 168372 (Common-Cleaner) S 168351 168354 167700 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239506428 19521036288 164006 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
[pid=168354/tid=168374] ppid=168351 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/168354/task/168374/stat : 168374 (Timer-0) S 168351 168354 167700 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239506584 19521036288 164006 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
Current children cumulated CPU time: 8.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 656024 KiB

[startup+12.7002 s]
/proc/loadavg: 4.30 4.33 4.31 5/340 168374
/proc/meminfo: memFree=111931904/131250000 swapFree=33010416/33010684
[pid=168354] ppid=168351 vsize=19063512 memory=658576 CPUtime=14.79 cores=0,2
/proc/168354/stat : 168354 (java) S 168351 168354 167700 0 -1 4194304 21941 0 0 0 1461 18 0 0 20 0 20 0 239506424 19521036288 164644 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
/proc/168354/statm: 4765878 164644 5512 1 0 1722744 0
[pid=168354/tid=168356] ppid=168351 vsize=19063512 memory=0 CPUtime=12.23 cores=0,2
/proc/168354/task/168356/stat : 168356 (java) R 168351 168354 167700 0 -1 4194368 7176 0 0 0 1212 11 0 0 20 0 20 0 239506425 19521036288 164644 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
[pid=168354/tid=168365] ppid=168351 vsize=19063512 memory=656280 CPUtime=0 cores=0,2
/proc/168354/task/168365/stat : 168365 (Finalizer) S 168351 168354 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239506428 19521036288 164644 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
[pid=168354/tid=168372] ppid=168351 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/168354/task/168372/stat : 168372 (Common-Cleaner) S 168351 168354 167700 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239506428 19521036288 164644 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
[pid=168354/tid=168374] ppid=168351 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/168354/task/168374/stat : 168374 (Timer-0) S 168351 168354 167700 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239506584 19521036288 164644 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
Current children cumulated CPU time: 14.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 658576 KiB

[startup+25.5002 s]
/proc/loadavg: 4.23 4.32 4.30 5/340 168441
/proc/meminfo: memFree=125850200/131250000 swapFree=33010416/33010684
[pid=168354] ppid=168351 vsize=19063512 memory=660944 CPUtime=27.98 cores=0,2
/proc/168354/stat : 168354 (java) S 168351 168354 167700 0 -1 4194304 30812 0 0 0 2779 19 0 0 20 0 20 0 239506424 19521036288 165236 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
/proc/168354/statm: 4765878 165236 5512 1 0 1722748 0
[pid=168354/tid=168356] ppid=168351 vsize=19063512 memory=658704 CPUtime=24.99 cores=0,2
/proc/168354/task/168356/stat : 168356 (java) R 168351 168354 167700 0 -1 4194368 7855 0 0 0 2488 11 0 0 20 0 20 0 239506425 19521036288 165236 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
[pid=168354/tid=168365] ppid=168351 vsize=19063512 memory=-9104140327674749628 CPUtime=0 cores=0,2
/proc/168354/task/168365/stat : 168365 (Finalizer) S 168351 168354 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239506428 19521036288 165236 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
[pid=168354/tid=168372] ppid=168351 vsize=19063512 memory=3102 CPUtime=0 cores=0,2
/proc/168354/task/168372/stat : 168372 (Common-Cleaner) S 168351 168354 167700 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239506428 19521036288 165236 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
[pid=168354/tid=168374] ppid=168351 vsize=19063512 memory=658704 CPUtime=0 cores=0,2
/proc/168354/task/168374/stat : 168374 (Timer-0) S 168351 168354 167700 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239506584 19521036288 165236 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
Current children cumulated CPU time: 27.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 660944 KiB

[startup+51.1056 s]
/proc/loadavg: 4.29 4.32 4.30 5/340 168441
/proc/meminfo: memFree=125646724/131250000 swapFree=33010416/33010684
[pid=168354] ppid=168351 vsize=19063512 memory=661324 CPUtime=54.03 cores=0,2
/proc/168354/stat : 168354 (java) S 168351 168354 167700 0 -1 4194304 40369 0 0 0 5382 21 0 0 20 0 20 0 239506424 19521036288 165331 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
/proc/168354/statm: 4765878 165331 5512 1 0 1722816 0
[pid=168354/tid=168356] ppid=168351 vsize=19063512 memory=668068 CPUtime=50.53 cores=0,2
/proc/168354/task/168356/stat : 168356 (java) R 168351 168354 167700 0 -1 4194368 9112 0 0 0 5042 11 0 0 20 0 20 0 239506425 19521036288 165331 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
[pid=168354/tid=168365] ppid=168351 vsize=19063512 memory=661284 CPUtime=0 cores=0,2
/proc/168354/task/168365/stat : 168365 (Finalizer) S 168351 168354 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239506428 19521036288 165331 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
[pid=168354/tid=168372] ppid=168351 vsize=19063512 memory=659164 CPUtime=0 cores=0,2
/proc/168354/task/168372/stat : 168372 (Common-Cleaner) S 168351 168354 167700 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239506428 19521036288 165331 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
[pid=168354/tid=168374] ppid=168351 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/168354/task/168374/stat : 168374 (Timer-0) S 168351 168354 167700 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239506584 19521036288 165331 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0

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

/proc/meminfo: memFree=105459256/131250000 swapFree=33010416/33010684
[pid=168354] ppid=168351 vsize=19063512 memory=897024 CPUtime=3217.83 cores=0,2
/proc/168354/stat : 168354 (java) S 168351 168354 167700 0 -1 4194304 56862 0 0 0 321640 143 0 0 20 0 20 0 239506424 19521036288 224256 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
/proc/168354/statm: 4765878 224256 5512 1 0 1722824 0
[pid=168354/tid=168356] ppid=168351 vsize=19063512 memory=897024 CPUtime=3211.76 cores=0,2
/proc/168354/task/168356/stat : 168356 (java) R 168351 168354 167700 0 -1 4194368 17102 0 0 0 321161 15 0 0 20 0 20 0 239506425 19521036288 224256 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
[pid=168354/tid=168365] ppid=168351 vsize=19063512 memory=897024 CPUtime=0 cores=0,2
/proc/168354/task/168365/stat : 168365 (Finalizer) S 168351 168354 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239506428 19521036288 224256 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
[pid=168354/tid=168372] ppid=168351 vsize=19063512 memory=897024 CPUtime=0 cores=0,2
/proc/168354/task/168372/stat : 168372 (Common-Cleaner) S 168351 168354 167700 0 -1 4194368 1324 0 0 0 0 0 0 0 20 0 20 0 239506428 19521036288 224256 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
[pid=168354/tid=168374] ppid=168351 vsize=19063512 memory=897024 CPUtime=0 cores=0,2
/proc/168354/task/168374/stat : 168374 (Timer-0) S 168351 168354 167700 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239506584 19521036288 224256 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
Current children cumulated CPU time: 3217.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 897024 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.13 4.15 5/340 168614
/proc/meminfo: memFree=105469736/131250000 swapFree=33010416/33010684
[pid=168354] ppid=168351 vsize=19063512 memory=897024 CPUtime=3277.69 cores=0,2
/proc/168354/stat : 168354 (java) S 168351 168354 167700 0 -1 4194304 57041 0 0 0 327624 145 0 0 20 0 20 0 239506424 19521036288 224256 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
/proc/168354/statm: 4765878 224256 5512 1 0 1722824 0
[pid=168354/tid=168356] ppid=168351 vsize=19063512 memory=897024 CPUtime=3271.57 cores=0,2
/proc/168354/task/168356/stat : 168356 (java) R 168351 168354 167700 0 -1 4194368 17142 0 0 0 327142 15 0 0 20 0 20 0 239506425 19521036288 224256 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
[pid=168354/tid=168365] ppid=168351 vsize=19063512 memory=897024 CPUtime=0 cores=0,2
/proc/168354/task/168365/stat : 168365 (Finalizer) S 168351 168354 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239506428 19521036288 224256 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
[pid=168354/tid=168372] ppid=168351 vsize=19063512 memory=897024 CPUtime=0 cores=0,2
/proc/168354/task/168372/stat : 168372 (Common-Cleaner) S 168351 168354 167700 0 -1 4194368 1428 0 0 0 0 0 0 0 20 0 20 0 239506428 19521036288 224256 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
[pid=168354/tid=168374] ppid=168351 vsize=19063512 memory=16584 CPUtime=0 cores=0,2
/proc/168354/task/168374/stat : 168374 (Timer-0) S 168351 168354 167700 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239506584 19521036288 224256 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
Current children cumulated CPU time: 3277.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 897024 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.12 4.14 5/339 168616
/proc/meminfo: memFree=105480212/131250000 swapFree=33010416/33010684
[pid=168354] ppid=168351 vsize=19063512 memory=897024 CPUtime=3337.55 cores=0,2
/proc/168354/stat : 168354 (java) S 168351 168354 167700 0 -1 4194304 57600 0 0 0 333607 148 0 0 20 0 20 0 239506424 19521036288 224256 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
/proc/168354/statm: 4765878 224256 5512 1 0 1722824 0
[pid=168354/tid=168356] ppid=168351 vsize=19063512 memory=897024 CPUtime=3331.38 cores=0,2
/proc/168354/task/168356/stat : 168356 (java) R 168351 168354 167700 0 -1 4194368 17584 0 0 0 333123 15 0 0 20 0 20 0 239506425 19521036288 224256 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
[pid=168354/tid=168365] ppid=168351 vsize=19063512 memory=16584 CPUtime=0 cores=0,2
/proc/168354/task/168365/stat : 168365 (Finalizer) S 168351 168354 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239506428 19521036288 224256 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
[pid=168354/tid=168372] ppid=168351 vsize=19063512 memory=897024 CPUtime=0 cores=0,2
/proc/168354/task/168372/stat : 168372 (Common-Cleaner) S 168351 168354 167700 0 -1 4194368 1428 0 0 0 0 0 0 0 20 0 20 0 239506428 19521036288 224256 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
[pid=168354/tid=168374] ppid=168351 vsize=19063512 memory=164 CPUtime=0 cores=0,2
/proc/168354/task/168374/stat : 168374 (Timer-0) S 168351 168354 167700 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239506584 19521036288 224256 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
Current children cumulated CPU time: 3337.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 897024 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.12 4.14 5/339 168618
/proc/meminfo: memFree=105482912/131250000 swapFree=33010416/33010684
[pid=168354] ppid=168351 vsize=19063512 memory=897024 CPUtime=3397.39 cores=0,2
/proc/168354/stat : 168354 (java) S 168351 168354 167700 0 -1 4194304 57763 0 0 0 339590 149 0 0 20 0 20 0 239506424 19521036288 224256 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
/proc/168354/statm: 4765878 224256 5512 1 0 1722824 0
[pid=168354/tid=168356] ppid=168351 vsize=19063512 memory=897024 CPUtime=3391.19 cores=0,2
/proc/168354/task/168356/stat : 168356 (java) R 168351 168354 167700 0 -1 4194368 17604 0 0 0 339104 15 0 0 20 0 20 0 239506425 19521036288 224256 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
[pid=168354/tid=168365] ppid=168351 vsize=19063512 memory=897024 CPUtime=0 cores=0,2
/proc/168354/task/168365/stat : 168365 (Finalizer) S 168351 168354 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239506428 19521036288 224256 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
[pid=168354/tid=168372] ppid=168351 vsize=19063512 memory=16584 CPUtime=0 cores=0,2
/proc/168354/task/168372/stat : 168372 (Common-Cleaner) S 168351 168354 167700 0 -1 4194368 1532 0 0 0 0 0 0 0 20 0 20 0 239506428 19521036288 224256 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
[pid=168354/tid=168374] ppid=168351 vsize=19063512 memory=897024 CPUtime=0 cores=0,2
/proc/168354/task/168374/stat : 168374 (Timer-0) S 168351 168354 167700 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239506584 19521036288 224256 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
Current children cumulated CPU time: 3397.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 897024 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.13 4.14 5/339 168620
/proc/meminfo: memFree=105485552/131250000 swapFree=33010416/33010684
[pid=168354] ppid=168351 vsize=19063512 memory=897024 CPUtime=3457.26 cores=0,2
/proc/168354/stat : 168354 (java) S 168351 168354 167700 0 -1 4194304 58004 0 0 0 345575 151 0 0 20 0 20 0 239506424 19521036288 224256 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
/proc/168354/statm: 4765878 224256 5512 1 0 1722824 0
[pid=168354/tid=168356] ppid=168351 vsize=19063512 memory=897024 CPUtime=3451 cores=0,2
/proc/168354/task/168356/stat : 168356 (java) R 168351 168354 167700 0 -1 4194368 17776 0 0 0 345085 15 0 0 20 0 20 0 239506425 19521036288 224256 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
[pid=168354/tid=168365] ppid=168351 vsize=19063512 memory=897024 CPUtime=0 cores=0,2
/proc/168354/task/168365/stat : 168365 (Finalizer) S 168351 168354 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239506428 19521036288 224256 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
[pid=168354/tid=168372] ppid=168351 vsize=19063512 memory=897024 CPUtime=0 cores=0,2
/proc/168354/task/168372/stat : 168372 (Common-Cleaner) S 168351 168354 167700 0 -1 4194368 1532 0 0 0 0 0 0 0 20 0 20 0 239506428 19521036288 224256 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
[pid=168354/tid=168374] ppid=168351 vsize=19063512 memory=-9104140327674749628 CPUtime=0 cores=0,2
/proc/168354/task/168374/stat : 168374 (Timer-0) S 168351 168354 167700 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239506584 19521036288 224256 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
Current children cumulated CPU time: 3457.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 897024 KiB

[startup+3522.3 s]
/proc/loadavg: 3.56 3.98 4.09 4/314 168655
/proc/meminfo: memFree=113079240/131250000 swapFree=33010416/33010684
[pid=168354] ppid=168351 vsize=19063512 memory=897024 CPUtime=3517.11 cores=0,2
/proc/168354/stat : 168354 (java) S 168351 168354 167700 0 -1 4194304 58047 0 0 0 351558 153 0 0 20 0 20 0 239506424 19521036288 224256 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
/proc/168354/statm: 4765878 224256 5512 1 0 1722824 0
[pid=168354/tid=168356] ppid=168351 vsize=19063512 memory=-9104140327674749628 CPUtime=3510.81 cores=0,2
/proc/168354/task/168356/stat : 168356 (java) R 168351 168354 167700 0 -1 4194368 17786 0 0 0 351066 15 0 0 20 0 20 0 239506425 19521036288 224256 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
[pid=168354/tid=168365] ppid=168351 vsize=19063512 memory=897024 CPUtime=0 cores=0,2
/proc/168354/task/168365/stat : 168365 (Finalizer) S 168351 168354 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239506428 19521036288 224256 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
[pid=168354/tid=168372] ppid=168351 vsize=19063512 memory=897024 CPUtime=0 cores=0,2
/proc/168354/task/168372/stat : 168372 (Common-Cleaner) S 168351 168354 167700 0 -1 4194368 1532 0 0 0 0 0 0 0 20 0 20 0 239506428 19521036288 224256 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
[pid=168354/tid=168374] ppid=168351 vsize=19063512 memory=897024 CPUtime=0 cores=0,2
/proc/168354/task/168374/stat : 168374 (Timer-0) S 168351 168354 167700 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239506584 19521036288 224256 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
Current children cumulated CPU time: 3517.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 897024 KiB

[startup+3582.3 s]
/proc/loadavg: 2.77 3.70 3.99 2/265 168729
/proc/meminfo: memFree=128175540/131250000 swapFree=33010416/33010684
[pid=168354] ppid=168351 vsize=19063512 memory=897024 CPUtime=3576.98 cores=0,2
/proc/168354/stat : 168354 (java) S 168351 168354 167700 0 -1 4194304 58106 0 0 0 357543 155 0 0 20 0 20 0 239506424 19521036288 224256 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
/proc/168354/statm: 4765878 224256 5512 1 0 1722824 0
[pid=168354/tid=168356] ppid=168351 vsize=19063512 memory=10496 CPUtime=3570.63 cores=0,2
/proc/168354/task/168356/stat : 168356 (java) R 168351 168354 167700 0 -1 4194368 17821 0 0 0 357048 15 0 0 20 0 20 0 239506425 19521036288 224256 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
[pid=168354/tid=168365] ppid=168351 vsize=19063512 memory=16584 CPUtime=0 cores=0,2
/proc/168354/task/168365/stat : 168365 (Finalizer) S 168351 168354 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239506428 19521036288 224256 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
[pid=168354/tid=168372] ppid=168351 vsize=19063512 memory=897024 CPUtime=0 cores=0,2
/proc/168354/task/168372/stat : 168372 (Common-Cleaner) S 168351 168354 167700 0 -1 4194368 1532 0 0 0 0 0 0 0 20 0 20 0 239506428 19521036288 224256 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
[pid=168354/tid=168374] ppid=168351 vsize=19063512 memory=-9044459746194447340 CPUtime=0 cores=0,2
/proc/168354/task/168374/stat : 168374 (Timer-0) S 168351 168354 167700 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239506584 19521036288 224256 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
Current children cumulated CPU time: 3576.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 897024 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3605.4 s]
/proc/loadavg: 2.26 3.52 3.92 2/265 168729
/proc/meminfo: memFree=128175548/131250000 swapFree=33010416/33010684
[pid=168354] ppid=168351 vsize=19063512 memory=897024 CPUtime=3600.04 cores=0,2
/proc/168354/stat : 168354 (java) S 168351 168354 167700 0 -1 4194304 58230 0 0 0 359848 156 0 0 20 0 20 0 239506424 19521036288 224256 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
/proc/168354/statm: 4765878 224256 5512 1 0 1722824 0
[pid=168354/tid=168356] ppid=168351 vsize=19063512 memory=5760 CPUtime=3593.67 cores=0,2
/proc/168354/task/168356/stat : 168356 (java) R 168351 168354 167700 0 -1 4194368 17934 0 0 0 359352 15 0 0 20 0 20 0 239506425 19521036288 224256 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
[pid=168354/tid=168365] ppid=168351 vsize=19063512 memory=2944 CPUtime=0 cores=0,2
/proc/168354/task/168365/stat : 168365 (Finalizer) S 168351 168354 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239506428 19521036288 224256 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
[pid=168354/tid=168372] ppid=168351 vsize=19063512 memory=6784 CPUtime=0 cores=0,2
/proc/168354/task/168372/stat : 168372 (Common-Cleaner) S 168351 168354 167700 0 -1 4194368 1532 0 0 0 0 0 0 0 20 0 20 0 239506428 19521036288 224256 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
[pid=168354/tid=168374] ppid=168351 vsize=19063512 memory=5960 CPUtime=0 cores=0,2
/proc/168354/task/168374/stat : 168374 (Timer-0) S 168351 168354 167700 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239506584 19521036288 224256 18446744073709551615 94159648403456 94159648407152 140735559173856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94159648414968 94159648415760 94159679467520 140735559178623 140735559178724 140735559178724 140735559184328 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 897024 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.62 s, system=1.57752 s

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

Child status: 143

Real time (s): 3605.5
CPU time (s): 3600.2
CPU user time (s): 3598.62
CPU system time (s): 1.57752
CPU usage (%): 99.8529
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 897024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.62
system time used= 1.57752
maximum resident set size= 897920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60707
page faults= 0
swaps= 0
block input operations= 0
block output operations= 17400
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 170141
involuntary context switches= 23530


# summary of solver processes directly reported to runsolver:
#   pid: 168354
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3598.62
#   total CPU system time (s): 1.57752

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.94457 second user time and 16.6547 second system time

The end

Launcher Data

Begin job on nodeC018 at 2025-07-23 04:38:06
IDJOB=4545318
IDBENCH=180812
IDSOLVER=3363
FILE ID=nodeC018/4545318-1753238286
RUNJOBID= nodeC018-1753234778-167710
SLURM_JOB_ID= 9687862
Free space on /tmp= 432996 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-SocialGolfers-08-04-08_c24.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545318-1753238286/watcher-4545318-1753238286 -o /tmp/evaluation-result-4545318-1753238286/solver-4545318-1753238286 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1753234778-167710 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4545318-1753238286.opb

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

MD5SUM BENCH= e5dad10f2c51a051686c6ce21bebf57a
RANDOM SEED=1708404553

nodeC018 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		: 3598.363
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.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        112614320 kB
MemAvailable:   113244640 kB
Buffers:            2128 kB
Cached:          1380688 kB
SwapCached:           28 kB
Active:         17570956 kB
Inactive:         302456 kB
Active(anon):   16516556 kB
Inactive(anon):      284 kB
Active(file):    1054400 kB
Inactive(file):   302172 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             11384 kB
Writeback:           168 kB
AnonPages:      16493204 kB
Mapped:           128664 kB
Shmem:             26240 kB
KReclaimable:     225572 kB
Slab:             322004 kB
SReclaimable:     225572 kB
SUnreclaim:        96432 kB
KernelStack:        5216 kB
PageTables:        36100 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   23078480 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151448 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:  16175104 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433004 MiB
End job on nodeC018 at 2025-07-23 05:38:11