Trace number 4440554

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2024 2024-07-07? (TO) 3600.18 3625.1

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
Multihop/normalized-minisat50_6_9_2_mh.opb
MD5SUMcf21db10fee940c0850751abd4bd733b
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3978240
Best CPU time to get the best result obtained on this benchmark72001.8
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables250200
Total number of constraints605407
Number of constraints which are clauses477850
Number of constraints which are cardinality constraints (but not clauses)57
Number of constraints which are nor clauses,nor cardinality constraints127500
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 129900
Biggest coefficient in the objective function 160103007
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 82021340422
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 160103007
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 82021340422
Number of bits of the biggest sum of numbers37
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.06	c version CUSTOM.v20240707
0.00/0.07	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.07	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.07	c java.vm.version	22.0.1+8-16
0.00/0.07	c java.vm.vendor	Oracle Corporation
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		22.0.1
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.14/0.12	--- Begin Solver configuration ---
0.14/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.14/0.12	Learn all clauses as in MiniSAT
0.14/0.12	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	Expensive reason simplification
0.14/0.12	Glucose 2.1 dynamic restart strategy
0.14/0.12	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.14/0.12	timeout=2147483s
0.14/0.12	DB Simplification allowed=false
0.14/0.12	Listener: none
0.14/0.12	--- End Solver configuration ---
0.14/0.12	c Pseudo Boolean Optimization by upper bound
0.14/0.12	c --- Begin Solver configuration ---
0.14/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.14/0.12	c Learn all clauses as in MiniSAT
0.14/0.12	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	c Expensive reason simplification
0.14/0.12	c Glucose 2.1 dynamic restart strategy
0.14/0.12	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.14/0.12	c timeout=2147483s
0.14/0.12	c DB Simplification allowed=false
0.14/0.12	c Listener: none
0.14/0.12	c --- End Solver configuration ---
0.14/0.12	c solving HOME/instance-4440554-1721821195.opb
0.14/0.12	c reading problem ... 
0.14/0.12	c using VERIPB proof format
0.14/0.13	c  objective function found
4.01/2.34	c ... done. Wall clock time 2.217s.
4.01/2.34	c declared #vars     250200
4.01/2.34	c #constraints  610314
4.01/2.34	c constraints type 
4.01/2.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 367550
4.01/2.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 57
4.01/2.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 121375
4.01/2.34	c org.sat4j.specs.Constr$1 => 3
4.01/2.34	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
4.01/2.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 121326
4.01/2.34	c 610314 constraints processed.
4.01/2.35	c objective function length is 129900 literals
41.99/38.64	c cleaning 2502 clauses out of 5004 with flag 20813/5004
151.48/148.02	c cleaning 4241 clauses out of 8499 with flag 51750/11001
168.35/164.72	c cleaning 5624 clauses out of 11257 with flag 86213/18000
182.34/178.71	c cleaning 6797 clauses out of 13633 with flag 139139/26000
194.71/191.11	c cleaning 7908 clauses out of 15836 with flag 211915/35000
210.97/207.49	c cleaning 8944 clauses out of 17930 with flag 290207/45002
241.09/237.70	c cleaning 9980 clauses out of 19984 with flag 357415/56000
267.44/264.07	c cleaning 11001 clauses out of 22004 with flag 438011/68000
307.23/303.91	c cleaning 11987 clauses out of 24006 with flag 514916/81003
354.90/351.79	c cleaning 13008 clauses out of 26018 with flag 615436/95002
408.75/405.76	c cleaning 13999 clauses out of 28008 with flag 720563/110000
621.77/620.65	c cleaning 15002 clauses out of 30009 with flag 824325/126000
679.19/678.13	c cleaning 16003 clauses out of 32009 with flag 933407/143002
720.25/719.26	c cleaning 16992 clauses out of 34004 with flag 1029575/161000
758.40/757.45	c cleaning 17993 clauses out of 36012 with flag 1154794/180000
799.07/798.29	c cleaning 19003 clauses out of 38020 with flag 1272518/200001
836.67/835.97	c cleaning 19987 clauses out of 40016 with flag 1380972/221000
873.76/873.17	c cleaning 21007 clauses out of 42031 with flag 1511880/243002
912.95/912.48	c cleaning 22004 clauses out of 44025 with flag 1647575/266003
962.25/961.83	c cleaning 22986 clauses out of 46019 with flag 1797390/290001
1009.42/1009.17	c cleaning 23989 clauses out of 48034 with flag 1955170/315002
1076.42/1076.35	c cleaning 25019 clauses out of 50044 with flag 2104408/341001
1136.06/1136.15	c cleaning 25994 clauses out of 52026 with flag 2276758/368002
1198.00/1198.27	c cleaning 27009 clauses out of 54030 with flag 2476076/396000
1277.03/1278.72	c cleaning 28003 clauses out of 56021 with flag 2686626/425000
1371.77/1373.70	c cleaning 28984 clauses out of 58020 with flag 2910474/455002
1459.03/1461.23	c cleaning 29997 clauses out of 60037 with flag 3104670/486003
1542.01/1544.44	c cleaning 31016 clauses out of 62037 with flag 3287665/518000
1617.16/1619.72	c cleaning 32000 clauses out of 64021 with flag 3493378/551000
1712.99/1715.85	c cleaning 33005 clauses out of 66021 with flag 3724346/585000
1803.94/1807.07	c cleaning 33965 clauses out of 68017 with flag 3964963/620001
1936.99/1941.25	c cleaning 35016 clauses out of 70051 with flag 4196119/656000
2047.70/2052.26	c cleaning 35999 clauses out of 72035 with flag 4419472/693000
2149.20/2153.97	c cleaning 36999 clauses out of 74038 with flag 4643575/731002
2228.69/2233.61	c cleaning 37978 clauses out of 76037 with flag 4900646/770000
2332.10/2337.31	c cleaning 39023 clauses out of 78066 with flag 5179592/810007
2400.09/2405.59	c cleaning 39992 clauses out of 80037 with flag 5512665/851001
2488.52/2494.29	c cleaning 40995 clauses out of 82044 with flag 5848952/893000
2569.64/2575.50	c cleaning 42010 clauses out of 84049 with flag 6190687/936000
2651.71/2657.81	c cleaning 43013 clauses out of 86040 with flag 6491203/980001
2723.75/2730.24	c cleaning 43985 clauses out of 88026 with flag 6672681/1025000
2800.66/2813.55	c cleaning 44985 clauses out of 90046 with flag 6842842/1071005
2868.02/2881.34	c cleaning 45985 clauses out of 92059 with flag 7034258/1118003
2938.46/2952.28	c cleaning 47024 clauses out of 94073 with flag 7244122/1166002
3011.91/3025.94	c cleaning 47990 clauses out of 96047 with flag 7513516/1215000
3094.66/3108.93	c cleaning 49011 clauses out of 98057 with flag 7871865/1265000
3293.42/3317.54	c cleaning 50019 clauses out of 100046 with flag 8275478/1316000
3436.60/3461.18	c cleaning 51004 clauses out of 102027 with flag 8652248/1368000
3600.04/3625.02	c starts		: 912
3600.04/3625.04	c conflicts		: 1396912
3600.04/3625.04	c decisions		: 8742382
3600.04/3625.04	c propagations		: 1598572361
3600.04/3625.04	c inspects		: 31377528521
3600.04/3625.04	c shortcuts		: 0
3600.04/3625.04	c learnt literals	: 0
3600.04/3625.04	c learnt binary clauses	: 118
3600.04/3625.04	c learnt ternary clauses	: 13
3600.04/3625.04	c learnt constraints	: 1396912
3600.04/3625.04	c ignored constraints	: 0
3600.04/3625.04	c root simplifications	: 0
3600.04/3625.04	c removed literals (reason simplification)	: 71541535
3600.04/3625.04	c reason swapping (by a shorter reason)	: 0
3600.04/3625.04	c Calls to reduceDB	: 48
3600.04/3625.04	c Number of update (reduction) of LBD	: 1019155
3600.04/3625.04	c Imported unit clauses	: 0
3600.04/3625.04	c No decision after first conflict	: false
3600.04/3625.04	c number of reductions to clauses (during analyze)	: 0
3600.04/3625.04	c number of learned constraints concerned by reduction	: 0
3600.04/3625.04	c number of learning phase by resolution	: 0
3600.04/3625.04	c number of learning phase by cutting planes	: 0
3600.04/3625.04	c number of rounding to 1 operations	: 0
3600.04/3625.04	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3625.04	c number of reductions of the coefficients by power 2 	: 0
3600.04/3625.04	c number of right shift for reduction by power 2 	: 0
3600.04/3625.04	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3625.04	c number of ending skipping 	: 0
3600.04/3625.04	c number of internal skipping 	: 0
3600.04/3625.04	c number of derivation steps 	: 0
3600.04/3625.04	c number of skipped derivation steps 	: 0
3600.04/3625.04	c number of remaining unassigned 	: 0
3600.04/3625.04	c number of remaining assigned 	: 0
3600.04/3625.04	c number of falsified literals weakened from reason	: 0
3600.04/3625.04	c number of falsified literals weakened from conflict	: 0
3600.04/3625.04	c time for arithmetic operations	: 0
3600.04/3625.04	c minimum degree of deleted constraints	: null
3600.04/3625.04	c maximum degree of deleted constraints	: null
3600.04/3625.04	c number of deleted constraints	: 0
3600.04/3625.04	c speed (assignments/second)	: 441277.1478748436
3600.04/3625.04	c non guided choices	: 479
3600.04/3625.04	c timeout
3600.04/3625.08	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 79818
3600.04/3625.08	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 118
3600.04/3625.08	s UNKNOWN
3600.04/3625.08	c Total wall clock time (in seconds): 3624.956

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63968 MiB (59101 MiB free)
  memory of node 1: 64473 MiB (52495 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=187898, runsolver pid=187895

[startup+0.101155 s]*
/proc/loadavg: 4.15 4.15 4.09 6/333 187916
/proc/meminfo: memFree=114229252/131524600 swapFree=131071472/131071996
[pid=187898] ppid=187895 vsize=18975048 memory=66964 CPUtime=0.14 cores=0,2
/proc/187898/stat : 187898 (java) S 187895 187898 185303 0 -1 1077936128 7246 0 0 0 12 2 0 0 20 0 18 0 18648556 19430449152 16741 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
/proc/187898/statm: 4743762 16741 5618 1 0 549372 0
[pid=187898/tid=187900] ppid=187895 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/187898/task/187900/stat : 187900 (java) R 187895 187898 185303 0 -1 1078198336 5761 0 0 0 7 1 0 0 20 0 18 0 18648556 19430449152 16741 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
[pid=187898/tid=187909] ppid=187895 vsize=18975048 memory=237146210664 CPUtime=0 cores=0,2
/proc/187898/task/187909/stat : 187909 (Finalizer) S 187895 187898 185303 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18648559 19430449152 16741 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
[pid=187898/tid=187916] ppid=187895 vsize=18975048 memory=14973373508739867 CPUtime=0 cores=0,2
/proc/187898/task/187916/stat : 187916 (Common-Cleaner) S 187895 187898 185303 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18648559 19430449152 16741 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66964 KiB

[startup+0.211561 s]*
/proc/loadavg: 4.15 4.15 4.09 6/333 187916
/proc/meminfo: memFree=114197384/131524600 swapFree=131071472/131071996
[pid=187898] ppid=187895 vsize=18975048 memory=98584 CPUtime=0.34 cores=0,2
/proc/187898/stat : 187898 (java) S 187895 187898 185303 0 -1 1077936128 9563 0 0 0 31 3 0 0 20 0 18 0 18648556 19430449152 24646 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
/proc/187898/statm: 4743762 24646 5864 1 0 550914 0
[pid=187898/tid=187900] ppid=187895 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=0,2
/proc/187898/task/187900/stat : 187900 (java) R 187895 187898 185303 0 -1 4194368 5896 0 0 0 16 2 0 0 20 0 18 0 18648556 19430449152 24646 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
[pid=187898/tid=187909] ppid=187895 vsize=18975048 memory=1015694 CPUtime=0 cores=0,2
/proc/187898/task/187909/stat : 187909 (Finalizer) S 187895 187898 185303 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18648559 19430449152 24646 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
[pid=187898/tid=187916] ppid=187895 vsize=18975048 memory=14690799019361963 CPUtime=0 cores=0,2
/proc/187898/task/187916/stat : 187916 (Common-Cleaner) S 187895 187898 185303 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18648559 19430449152 24646 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 98584 KiB

[startup+0.306387 s]*
/proc/loadavg: 4.15 4.15 4.09 7/333 187916
/proc/meminfo: memFree=114166724/131524600 swapFree=131071472/131071996
[pid=187898] ppid=187895 vsize=18975048 memory=129100 CPUtime=0.53 cores=0,2
/proc/187898/stat : 187898 (java) S 187895 187898 185303 0 -1 1077936128 9976 0 0 0 49 4 0 0 20 0 18 0 18648556 19430449152 32275 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
/proc/187898/statm: 4743762 32275 5864 1 0 551177 0
[pid=187898/tid=187900] ppid=187895 vsize=18975048 memory=-8814778558319469244 CPUtime=0.27 cores=0,2
/proc/187898/task/187900/stat : 187900 (java) R 187895 187898 185303 0 -1 4194368 5912 0 0 0 24 3 0 0 20 0 18 0 18648556 19430449152 32275 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
[pid=187898/tid=187909] ppid=187895 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/187898/task/187909/stat : 187909 (Finalizer) S 187895 187898 185303 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18648559 19430449152 32275 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
[pid=187898/tid=187916] ppid=187895 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/187898/task/187916/stat : 187916 (Common-Cleaner) S 187895 187898 185303 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18648559 19430449152 32275 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 129100 KiB

[startup+0.700397 s]
/proc/loadavg: 4.15 4.15 4.09 7/334 187917
/proc/meminfo: memFree=114102960/131524600 swapFree=131071472/131071996
[pid=187898] ppid=187895 vsize=19041612 memory=220504 CPUtime=1.27 cores=0,2
/proc/187898/stat : 187898 (java) S 187895 187898 185303 0 -1 1077936128 10414 0 2 0 121 6 0 0 20 0 19 0 18648556 19498610688 55126 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
/proc/187898/statm: 4760403 55126 5895 1 0 551555 0
[pid=187898/tid=187900] ppid=187895 vsize=19041612 memory=5616 CPUtime=0.54 cores=0,2
/proc/187898/task/187900/stat : 187900 (java) R 187895 187898 185303 0 -1 4194368 5993 0 0 0 51 3 0 0 20 0 19 0 18648556 19498610688 55126 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
[pid=187898/tid=187909] ppid=187895 vsize=19041612 memory=12404 CPUtime=0 cores=0,2
/proc/187898/task/187909/stat : 187909 (Finalizer) S 187895 187898 185303 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18648559 19498610688 55126 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
[pid=187898/tid=187916] ppid=187895 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/187898/task/187916/stat : 187916 (Common-Cleaner) S 187895 187898 185303 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 18648559 19498610688 55126 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 220504 KiB

[startup+1.5004 s]
/proc/loadavg: 4.15 4.15 4.09 6/334 187917
/proc/meminfo: memFree=114008108/131524600 swapFree=131071472/131071996
[pid=187898] ppid=187895 vsize=19041612 memory=495272 CPUtime=2.84 cores=0,2
/proc/187898/stat : 187898 (java) S 187895 187898 185303 0 -1 1077936128 21003 0 2 0 272 12 0 0 20 0 19 0 18648556 19498610688 123818 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
/proc/187898/statm: 4760403 123818 5911 1 0 1121286 0
[pid=187898/tid=187900] ppid=187895 vsize=19041612 memory=12404 CPUtime=1.26 cores=0,2
/proc/187898/task/187900/stat : 187900 (java) R 187895 187898 185303 0 -1 4194368 6112 0 0 0 120 6 0 0 20 0 19 0 18648556 19498610688 123818 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
[pid=187898/tid=187909] ppid=187895 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/187898/task/187909/stat : 187909 (Finalizer) S 187895 187898 185303 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18648559 19498610688 123818 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
[pid=187898/tid=187916] ppid=187895 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/187898/task/187916/stat : 187916 (Common-Cleaner) S 187895 187898 185303 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 18648559 19498610688 123818 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 495272 KiB

[startup+3.1064 s]
/proc/loadavg: 4.13 4.15 4.09 6/335 187918
/proc/meminfo: memFree=113365808/131524600 swapFree=131071472/131071996
[pid=187898] ppid=187895 vsize=19108176 memory=824004 CPUtime=5.31 cores=0,2
/proc/187898/stat : 187898 (java) S 187895 187898 185303 0 -1 1077936128 22022 0 2 0 511 20 0 0 20 0 20 0 18648556 19566772224 206001 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
/proc/187898/statm: 4777044 206001 5949 1 0 1715070 0
[pid=187898/tid=187900] ppid=187895 vsize=19108176 memory=0 CPUtime=2.69 cores=0,2
/proc/187898/task/187900/stat : 187900 (java) R 187895 187898 185303 0 -1 4194368 6483 0 0 0 257 12 0 0 20 0 20 0 18648556 19566772224 206001 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
[pid=187898/tid=187909] ppid=187895 vsize=19108176 memory=12404 CPUtime=0 cores=0,2
/proc/187898/task/187909/stat : 187909 (Finalizer) S 187895 187898 185303 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18648559 19566772224 206001 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
[pid=187898/tid=187916] ppid=187895 vsize=19108176 memory=519884 CPUtime=0 cores=0,2
/proc/187898/task/187916/stat : 187916 (Common-Cleaner) S 187895 187898 185303 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18648559 19566772224 206001 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
[pid=187898/tid=187918] ppid=187895 vsize=19108176 memory=33 CPUtime=0 cores=0,2
/proc/187898/task/187918/stat : 187918 (Timer-0) S 187895 187898 185303 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18648797 19566772224 206001 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
Current children cumulated CPU time: 5.31 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 824004 KiB

[startup+6.30038 s]
/proc/loadavg: 4.13 4.15 4.09 5/335 187918
/proc/meminfo: memFree=113343504/131524600 swapFree=131071472/131071996
[pid=187898] ppid=187895 vsize=19108176 memory=828368 CPUtime=8.93 cores=0,2
/proc/187898/stat : 187898 (java) S 187895 187898 185303 0 -1 1077936128 22219 0 2 0 872 21 0 0 20 0 20 0 18648556 19566772224 207092 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
/proc/187898/statm: 4777044 207092 5949 1 0 1715093 0
[pid=187898/tid=187900] ppid=187895 vsize=19108176 memory=0 CPUtime=5.85 cores=0,2
/proc/187898/task/187900/stat : 187900 (java) R 187895 187898 185303 0 -1 4194368 6624 0 0 0 572 13 0 0 20 0 20 0 18648556 19566772224 207092 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
[pid=187898/tid=187909] ppid=187895 vsize=19108176 memory=12404 CPUtime=0 cores=0,2
/proc/187898/task/187909/stat : 187909 (Finalizer) S 187895 187898 185303 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18648559 19566772224 207092 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
[pid=187898/tid=187916] ppid=187895 vsize=19108176 memory=830368 CPUtime=0 cores=0,2
/proc/187898/task/187916/stat : 187916 (Common-Cleaner) S 187895 187898 185303 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18648559 19566772224 207092 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
[pid=187898/tid=187918] ppid=187895 vsize=19108176 memory=11360 CPUtime=0 cores=0,2
/proc/187898/task/187918/stat : 187918 (Timer-0) S 187895 187898 185303 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18648797 19566772224 207092 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
Current children cumulated CPU time: 8.93 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 828368 KiB

[startup+12.7004 s]
/proc/loadavg: 4.11 4.14 4.09 5/335 187920
/proc/meminfo: memFree=113223580/131524600 swapFree=131071472/131071996
[pid=187898] ppid=187895 vsize=19108176 memory=906876 CPUtime=16.23 cores=0,2
/proc/187898/stat : 187898 (java) S 187895 187898 185303 0 -1 1077936128 28060 0 2 0 1599 24 0 0 20 0 20 0 18648556 19566772224 226719 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
/proc/187898/statm: 4777044 226719 5959 1 0 1715102 0
[pid=187898/tid=187900] ppid=187895 vsize=19108176 memory=-8814778558319469244 CPUtime=12.11 cores=0,2
/proc/187898/task/187900/stat : 187900 (java) R 187895 187898 185303 0 -1 4194368 7418 0 0 0 1197 14 0 0 20 0 20 0 18648556 19566772224 226719 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
[pid=187898/tid=187909] ppid=187895 vsize=19108176 memory=906876 CPUtime=0 cores=0,2
/proc/187898/task/187909/stat : 187909 (Finalizer) S 187895 187898 185303 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18648559 19566772224 226719 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
[pid=187898/tid=187916] ppid=187895 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/187898/task/187916/stat : 187916 (Common-Cleaner) S 187895 187898 185303 0 -1 1077936192 57 0 0 0 0 0 0 0 20 0 20 0 18648559 19566772224 226719 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
[pid=187898/tid=187918] ppid=187895 vsize=19108176 memory=12404 CPUtime=0 cores=0,2
/proc/187898/task/187918/stat : 187918 (Timer-0) S 187895 187898 185303 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18648797 19566772224 226719 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
Current children cumulated CPU time: 16.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 906876 KiB

[startup+25.5004 s]
/proc/loadavg: 4.10 4.14 4.09 5/335 187921
/proc/meminfo: memFree=113141956/131524600 swapFree=131071472/131071996
[pid=187898] ppid=187895 vsize=19108176 memory=906904 CPUtime=28.94 cores=0,2
/proc/187898/stat : 187898 (java) S 187895 187898 185303 0 -1 1077936128 29521 0 2 0 2868 26 0 0 20 0 20 0 18648556 19566772224 226726 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
/proc/187898/statm: 4777044 226726 5959 1 0 1715102 0
[pid=187898/tid=187900] ppid=187895 vsize=19108176 memory=11360 CPUtime=24.79 cores=0,2
/proc/187898/task/187900/stat : 187900 (java) R 187895 187898 185303 0 -1 4194368 8046 0 0 0 2464 15 0 0 20 0 20 0 18648556 19566772224 226726 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
[pid=187898/tid=187909] ppid=187895 vsize=19108176 memory=906904 CPUtime=0 cores=0,2
/proc/187898/task/187909/stat : 187909 (Finalizer) S 187895 187898 185303 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18648559 19566772224 226726 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
[pid=187898/tid=187916] ppid=187895 vsize=19108176 memory=906904 CPUtime=0 cores=0,2
/proc/187898/task/187916/stat : 187916 (Common-Cleaner) S 187895 187898 185303 0 -1 1077936192 57 0 0 0 0 0 0 0 20 0 20 0 18648559 19566772224 226726 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
[pid=187898/tid=187918] ppid=187895 vsize=19108176 memory=3548 CPUtime=0 cores=0,2
/proc/187898/task/187918/stat : 187918 (Timer-0) S 187895 187898 185303 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18648797 19566772224 226726 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
Current children cumulated CPU time: 28.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 906904 KiB

[startup+51.1059 s]
/proc/loadavg: 4.13 4.14 4.09 5/338 187931
/proc/meminfo: memFree=112673572/131524600 swapFree=131071472/131071996
[pid=187898] ppid=187895 vsize=19108176 memory=959688 CPUtime=54.61 cores=0,2
/proc/187898/stat : 187898 (java) S 187895 187898 185303 0 -1 1077936128 40706 0 2 0 5432 29 0 0 20 0 20 0 18648556 19566772224 239922 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
/proc/187898/statm: 4777044 239922 5974 1 0 1715203 0
[pid=187898/tid=187900] ppid=187895 vsize=19108176 memory=69332 CPUtime=50.09 cores=0,2
/proc/187898/task/187900/stat : 187900 (java) R 187895 187898 185303 0 -1 4194368 10017 0 0 0 4993 16 0 0 20 0 20 0 18648556 19566772224 239922 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
[pid=187898/tid=187909] ppid=187895 vsize=19108176 memory=959688 CPUtime=0 cores=0,2
/proc/187898/task/187909/stat : 187909 (Finalizer) S 187895 187898 185303 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18648559 19566772224 239922 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
[pid=187898/tid=187916] ppid=187895 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/187898/task/187916/stat : 187916 (Common-Cleaner) S 187895 187898 185303 0 -1 1077936192 57 0 0 0 0 0 0 0 20 0 20 0 18648559 19566772224 239922 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
[pid=187898/tid=187918] ppid=187895 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/187898/task/187918/stat : 187918 (Timer-0) S 187895 187898 185303 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18648797 19566772224 239922 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0

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

/proc/meminfo: memFree=111836480/131524600 swapFree=131071472/131071996
[pid=187898] ppid=187895 vsize=19108176 memory=4443940 CPUtime=3207.83 cores=0,2
/proc/187898/stat : 187898 (java) S 187895 187898 185303 0 -1 1077936128 166197 0 2 0 320420 363 0 0 20 0 20 0 18648556 19566772224 1110985 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
/proc/187898/statm: 4777044 1110985 6005 1 0 1715226 0
[pid=187898/tid=187900] ppid=187895 vsize=19108176 memory=11360 CPUtime=3199.83 cores=0,2
/proc/187898/task/187900/stat : 187900 (java) R 187895 187898 185303 0 -1 4194368 78551 0 0 0 319732 251 0 0 20 0 20 0 18648556 19566772224 1110985 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 1049 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
[pid=187898/tid=187909] ppid=187895 vsize=19108176 memory=11360 CPUtime=0 cores=0,2
/proc/187898/task/187909/stat : 187909 (Finalizer) S 187895 187898 185303 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18648559 19566772224 1110985 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
[pid=187898/tid=187916] ppid=187895 vsize=19108176 memory=4443940 CPUtime=0 cores=0,2
/proc/187898/task/187916/stat : 187916 (Common-Cleaner) S 187895 187898 185303 0 -1 1077936192 5546 0 0 0 0 0 0 0 20 0 20 0 18648559 19566772224 1110985 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
[pid=187898/tid=187918] ppid=187895 vsize=19108176 memory=4443940 CPUtime=0 cores=0,2
/proc/187898/task/187918/stat : 187918 (Timer-0) S 187895 187898 185303 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18648797 19566772224 1110985 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
Current children cumulated CPU time: 3207.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4443940 KiB

[startup+3282.3 s]
/proc/loadavg: 4.16 4.15 4.17 5/338 189914
/proc/meminfo: memFree=110263856/131524600 swapFree=131071472/131071996
[pid=187898] ppid=187895 vsize=19108176 memory=4443940 CPUtime=3258.32 cores=0,2
/proc/187898/stat : 187898 (java) S 187895 187898 185303 0 -1 1077936128 167670 0 2 0 325466 366 0 0 20 0 20 0 18648556 19566772224 1110985 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
/proc/187898/statm: 4777044 1110985 6005 1 0 1715226 0
[pid=187898/tid=187900] ppid=187895 vsize=19108176 memory=-8814778558319469244 CPUtime=3250.31 cores=0,2
/proc/187898/task/187900/stat : 187900 (java) R 187895 187898 185303 0 -1 4194368 79534 0 0 0 324778 253 0 0 20 0 20 0 18648556 19566772224 1110985 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 1986 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
[pid=187898/tid=187909] ppid=187895 vsize=19108176 memory=1958216 CPUtime=0 cores=0,2
/proc/187898/task/187909/stat : 187909 (Finalizer) S 187895 187898 185303 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18648559 19566772224 1110985 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
[pid=187898/tid=187916] ppid=187895 vsize=19108176 memory=4443940 CPUtime=0 cores=0,2
/proc/187898/task/187916/stat : 187916 (Common-Cleaner) S 187895 187898 185303 0 -1 1077936192 5675 0 0 0 0 0 0 0 20 0 20 0 18648559 19566772224 1110985 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
[pid=187898/tid=187918] ppid=187895 vsize=19108176 memory=-9175347994895884988 CPUtime=0 cores=0,2
/proc/187898/task/187918/stat : 187918 (Timer-0) S 187895 187898 185303 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18648797 19566772224 1110985 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
Current children cumulated CPU time: 3258.32 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4443940 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.14 4.16 5/338 189925
/proc/meminfo: memFree=109321008/131524600 swapFree=131071472/131071996
[pid=187898] ppid=187895 vsize=19108176 memory=4443940 CPUtime=3318.14 cores=0,2
/proc/187898/stat : 187898 (java) S 187895 187898 185303 0 -1 1077936128 169699 0 2 0 331445 369 0 0 20 0 20 0 18648556 19566772224 1110985 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
/proc/187898/statm: 4777044 1110985 6005 1 0 1715226 0
[pid=187898/tid=187900] ppid=187895 vsize=19108176 memory=5616 CPUtime=3310.09 cores=0,2
/proc/187898/task/187900/stat : 187900 (java) R 187895 187898 185303 0 -1 4194368 81071 0 0 0 330755 254 0 0 20 0 20 0 18648556 19566772224 1110985 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 1987 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
[pid=187898/tid=187909] ppid=187895 vsize=19108176 memory=4443940 CPUtime=0 cores=0,2
/proc/187898/task/187909/stat : 187909 (Finalizer) S 187895 187898 185303 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18648559 19566772224 1110985 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
[pid=187898/tid=187916] ppid=187895 vsize=19108176 memory=4443940 CPUtime=0 cores=0,2
/proc/187898/task/187916/stat : 187916 (Common-Cleaner) S 187895 187898 185303 0 -1 1077936192 5792 0 0 0 0 0 0 0 20 0 20 0 18648559 19566772224 1110985 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
[pid=187898/tid=187918] ppid=187895 vsize=19108176 memory=5444 CPUtime=0 cores=0,2
/proc/187898/task/187918/stat : 187918 (Timer-0) S 187895 187898 185303 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18648797 19566772224 1110985 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
Current children cumulated CPU time: 3318.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4443940 KiB

[startup+3402.3 s]
/proc/loadavg: 4.27 4.17 4.17 5/334 189936
/proc/meminfo: memFree=108732012/131524600 swapFree=131071472/131071996
[pid=187898] ppid=187895 vsize=19108176 memory=4443940 CPUtime=3377.97 cores=0,2
/proc/187898/stat : 187898 (java) S 187895 187898 185303 0 -1 1077936128 171370 0 2 0 337423 374 0 0 20 0 20 0 18648556 19566772224 1110985 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
/proc/187898/statm: 4777044 1110985 6005 1 0 1715226 0
[pid=187898/tid=187900] ppid=187895 vsize=19108176 memory=5616 CPUtime=3369.89 cores=0,2
/proc/187898/task/187900/stat : 187900 (java) R 187895 187898 185303 0 -1 4194368 82382 0 0 0 336732 257 0 0 20 0 20 0 18648556 19566772224 1110985 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 1990 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
[pid=187898/tid=187909] ppid=187895 vsize=19108176 memory=4443940 CPUtime=0 cores=0,2
/proc/187898/task/187909/stat : 187909 (Finalizer) S 187895 187898 185303 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18648559 19566772224 1110985 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
[pid=187898/tid=187916] ppid=187895 vsize=19108176 memory=4443940 CPUtime=0 cores=0,2
/proc/187898/task/187916/stat : 187916 (Common-Cleaner) S 187895 187898 185303 0 -1 1077936192 5908 0 0 0 0 0 0 0 20 0 20 0 18648559 19566772224 1110985 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
[pid=187898/tid=187918] ppid=187895 vsize=19108176 memory=4443940 CPUtime=0 cores=0,2
/proc/187898/task/187918/stat : 187918 (Timer-0) S 187895 187898 185303 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18648797 19566772224 1110985 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
Current children cumulated CPU time: 3377.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4443940 KiB

[startup+3462.3 s]
/proc/loadavg: 4.22 4.17 4.17 5/335 189947
/proc/meminfo: memFree=108324008/131524600 swapFree=131071472/131071996
[pid=187898] ppid=187895 vsize=19108176 memory=4443940 CPUtime=3437.78 cores=0,2
/proc/187898/stat : 187898 (java) S 187895 187898 185303 0 -1 1077936128 173782 0 2 0 343399 379 0 0 20 0 20 0 18648556 19566772224 1110985 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
/proc/187898/statm: 4777044 1110985 6005 1 0 1715226 0
[pid=187898/tid=187900] ppid=187895 vsize=19108176 memory=5616 CPUtime=3429.67 cores=0,2
/proc/187898/task/187900/stat : 187900 (java) R 187895 187898 185303 0 -1 4194368 84130 0 0 0 342707 260 0 0 20 0 20 0 18648556 19566772224 1110985 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 1991 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
[pid=187898/tid=187909] ppid=187895 vsize=19108176 memory=4443940 CPUtime=0 cores=0,2
/proc/187898/task/187909/stat : 187909 (Finalizer) S 187895 187898 185303 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18648559 19566772224 1110985 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
[pid=187898/tid=187916] ppid=187895 vsize=19108176 memory=11360 CPUtime=0 cores=0,2
/proc/187898/task/187916/stat : 187916 (Common-Cleaner) S 187895 187898 185303 0 -1 1077936192 6040 0 0 0 0 0 0 0 20 0 20 0 18648559 19566772224 1110985 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
[pid=187898/tid=187918] ppid=187895 vsize=19108176 memory=4443940 CPUtime=0 cores=0,2
/proc/187898/task/187918/stat : 187918 (Timer-0) S 187895 187898 185303 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18648797 19566772224 1110985 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
Current children cumulated CPU time: 3437.78 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4443940 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.15 4.17 5/335 189958
/proc/meminfo: memFree=107991448/131524600 swapFree=131071472/131071996
[pid=187898] ppid=187895 vsize=19108176 memory=4443940 CPUtime=3497.61 cores=0,2
/proc/187898/stat : 187898 (java) S 187895 187898 185303 0 -1 1077936128 175810 0 2 0 349378 383 0 0 20 0 20 0 18648556 19566772224 1110985 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
/proc/187898/statm: 4777044 1110985 6005 1 0 1715226 0
[pid=187898/tid=187900] ppid=187895 vsize=19108176 memory=4443940 CPUtime=3489.47 cores=0,2
/proc/187898/task/187900/stat : 187900 (java) R 187895 187898 185303 0 -1 4194368 85719 0 0 0 348684 263 0 0 20 0 20 0 18648556 19566772224 1110985 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 1991 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
[pid=187898/tid=187909] ppid=187895 vsize=19108176 memory=4443940 CPUtime=0 cores=0,2
/proc/187898/task/187909/stat : 187909 (Finalizer) S 187895 187898 185303 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18648559 19566772224 1110985 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
[pid=187898/tid=187916] ppid=187895 vsize=19108176 memory=4443940 CPUtime=0 cores=0,2
/proc/187898/task/187916/stat : 187916 (Common-Cleaner) S 187895 187898 185303 0 -1 1077936192 6137 0 0 0 0 0 0 0 20 0 20 0 18648559 19566772224 1110985 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
[pid=187898/tid=187918] ppid=187895 vsize=19108176 memory=4443940 CPUtime=0 cores=0,2
/proc/187898/task/187918/stat : 187918 (Timer-0) S 187895 187898 185303 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18648797 19566772224 1110985 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
Current children cumulated CPU time: 3497.61 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4443940 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.14 4.16 5/334 189969
/proc/meminfo: memFree=107720216/131524600 swapFree=131071472/131071996
[pid=187898] ppid=187895 vsize=19108176 memory=4443940 CPUtime=3557.45 cores=0,2
/proc/187898/stat : 187898 (java) S 187895 187898 185303 0 -1 1077936128 177456 0 2 0 355359 386 0 0 20 0 20 0 18648556 19566772224 1110985 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
/proc/187898/statm: 4777044 1110985 6005 1 0 1715226 0
[pid=187898/tid=187900] ppid=187895 vsize=19108176 memory=11360 CPUtime=3549.27 cores=0,2
/proc/187898/task/187900/stat : 187900 (java) R 187895 187898 185303 0 -1 4194368 86892 0 0 0 354663 264 0 0 20 0 20 0 18648556 19566772224 1110985 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 1991 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
[pid=187898/tid=187909] ppid=187895 vsize=19108176 memory=69436 CPUtime=0 cores=0,2
/proc/187898/task/187909/stat : 187909 (Finalizer) S 187895 187898 185303 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18648559 19566772224 1110985 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
[pid=187898/tid=187916] ppid=187895 vsize=19108176 memory=11360 CPUtime=0 cores=0,2
/proc/187898/task/187916/stat : 187916 (Common-Cleaner) S 187895 187898 185303 0 -1 1077936192 6254 0 0 0 0 0 0 0 20 0 20 0 18648559 19566772224 1110985 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
[pid=187898/tid=187918] ppid=187895 vsize=19108176 memory=4443940 CPUtime=0 cores=0,2
/proc/187898/task/187918/stat : 187918 (Timer-0) S 187895 187898 185303 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18648797 19566772224 1110985 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
Current children cumulated CPU time: 3557.45 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4443940 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3625 s]*
/proc/loadavg: 4.27 4.18 4.17 5/334 189975
/proc/meminfo: memFree=107536624/131524600 swapFree=131071472/131071996
[pid=187898] ppid=187895 vsize=19108176 memory=4443940 CPUtime=3600.04 cores=0,2
/proc/187898/stat : 187898 (java) S 187895 187898 185303 0 -1 1077936128 178778 0 2 0 359617 387 0 0 20 0 20 0 18648556 19566772224 1110985 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
/proc/187898/statm: 4777044 1110985 6005 1 0 1715226 0
[pid=187898/tid=187900] ppid=187895 vsize=19108176 memory=-9175347994895884988 CPUtime=3591.84 cores=0,2
/proc/187898/task/187900/stat : 187900 (java) R 187895 187898 185303 0 -1 4194368 87720 0 0 0 358920 264 0 0 20 0 20 0 18648556 19566772224 1110985 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 1991 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
[pid=187898/tid=187909] ppid=187895 vsize=19108176 memory=7583062993441741124 CPUtime=0 cores=0,2
/proc/187898/task/187909/stat : 187909 (Finalizer) S 187895 187898 185303 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18648559 19566772224 1110985 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
[pid=187898/tid=187916] ppid=187895 vsize=19108176 memory=4968 CPUtime=0 cores=0,2
/proc/187898/task/187916/stat : 187916 (Common-Cleaner) S 187895 187898 185303 0 -1 1077936192 6372 0 0 0 0 0 0 0 20 0 20 0 18648559 19566772224 1110985 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
[pid=187898/tid=187918] ppid=187895 vsize=19108176 memory=2170016 CPUtime=0 cores=0,2
/proc/187898/task/187918/stat : 187918 (Timer-0) S 187895 187898 185303 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18648797 19566772224 1110985 134679101440 94142455828480 94142455832176 140722526352848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94142455839992 94142455840784 94142456864768 140722526356395 140722526356577 140722526356577 140722526363592 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4443940 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.29 s, system=3.89581 s

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

Child status: 143

Real time (s): 3625.1
CPU time (s): 3600.18
CPU user time (s): 3596.29
CPU system time (s): 3.89581
CPU usage (%): 99.3127
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 4443940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.29
system time used= 3.89581
maximum resident set size= 4445308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 182355
page faults= 2
swaps= 0
block input operations= 168
block output operations= 2145288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 111260
involuntary context switches= 27365


# summary of solver processes directly reported to runsolver:
#   pid: 187898
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3596.29
#   total CPU system time (s): 3.89581

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.6711 second user time and 15.8889 second system time

The end

Launcher Data

Begin job on nodeC025 at 2024-07-24 13:39:55
IDJOB=4440554
IDBENCH=155649
IDSOLVER=3079
FILE ID=nodeC025/4440554-1721821195
RUNJOBID= nodeC025-1721817187-185313
SLURM_JOB_ID= 7816884
Free space on /tmp= 889948 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Multihop/normalized-minisat50_6_9_2_mh.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4440554-1721821195/watcher-4440554-1721821195 -o /tmp/evaluation-result-4440554-1721821195/solver-4440554-1721821195 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1721817187-185313 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4440554-1721821195 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4440554-1721821195.opb

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

MD5SUM BENCH= cf21db10fee940c0850751abd4bd733b
RANDOM SEED=676927309

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3673.422
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3684.372
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.49
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		: 3631.162
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.51
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		: 3600.053
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.49
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		: 3673.291
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3684.365
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.49
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		: 3606.433
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.51
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		: 3599.776
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        114275720 kB
MemAvailable:   121686928 kB
Buffers:          250796 kB
Cached:          7920320 kB
SwapCached:           20 kB
Active:          2543112 kB
Inactive:       13939716 kB
Active(anon):       1528 kB
Inactive(anon):  8364192 kB
Active(file):    2541584 kB
Inactive(file):  5575524 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071472 kB
Dirty:            122880 kB
Writeback:            48 kB
AnonPages:       8311748 kB
Mapped:           136300 kB
Shmem:             53908 kB
KReclaimable:     267848 kB
Slab:             396176 kB
SReclaimable:     267848 kB
SUnreclaim:       128328 kB
KernelStack:        5076 kB
PageTables:        26328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   11732124 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            18048 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8001536 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      377556 kB
DirectMap2M:    39241728 kB
DirectMap1G:    96468992 kB

Free space on /tmp at the end= 889976 MiB
End job on nodeC025 at 2024-07-24 14:40:20