Trace number 4432498

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 Default 2024-07-07? (TO) 3600.2 3589.81

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
Multihop/normalized-minisat50_6_9_9_mh.opb
MD5SUMed59d2b3a30e3eff3a6b6ac614db3a9c
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 benchmark4722313
Best CPU time to get the best result obtained on this benchmark3586.53
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 129800
Biggest coefficient in the objective function 99897344
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 68832465136
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 99897344
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 68832465136
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.07	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 		2106806208
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.13/0.12	--- Begin Solver configuration ---
0.13/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.12	Learn all clauses as in MiniSAT
0.13/0.12	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	No reason simplification
0.13/0.12	Glucose 2.1 dynamic restart strategy
0.13/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.13/0.12	timeout=2147483s
0.13/0.12	DB Simplification allowed=false
0.13/0.12	Listener: none
0.13/0.12	--- End Solver configuration ---
0.13/0.12	c Pseudo Boolean Optimization by upper bound
0.13/0.12	c --- Begin Solver configuration ---
0.13/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.12	c Learn all clauses as in MiniSAT
0.13/0.12	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	c No reason simplification
0.13/0.12	c Glucose 2.1 dynamic restart strategy
0.13/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.13/0.12	c timeout=2147483s
0.13/0.12	c DB Simplification allowed=false
0.13/0.12	c Listener: none
0.13/0.12	c --- End Solver configuration ---
0.13/0.12	c solving HOME/instance-4432498-1721143179.opb
0.13/0.12	c reading problem ... 
0.13/0.12	c  objective function found
4.15/2.43	c ... done. Wall clock time 2.305s.
4.15/2.43	c declared #vars     250200
4.15/2.43	c #constraints  610314
4.15/2.43	c constraints type 
4.15/2.43	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 367550
4.15/2.43	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 57
4.15/2.43	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 121375
4.15/2.43	c org.sat4j.specs.Constr$1 => 3
4.15/2.43	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
4.15/2.43	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 121326
4.15/2.43	c 610314 constraints processed.
4.15/2.44	c objective function length is 129800 literals
78.31/75.76	c cleaning 2460 clauses out of 5000 with flag 35919/5000
118.18/115.49	c cleaning 4272 clauses out of 8545 with flag 68222/11005
137.83/135.03	c cleaning 5626 clauses out of 11268 with flag 105087/18000
163.21/160.48	c cleaning 6811 clauses out of 13642 with flag 150719/26000
199.00/196.15	c cleaning 7899 clauses out of 15831 with flag 201727/35000
223.59/220.99	c cleaning 8944 clauses out of 17933 with flag 252125/45001
253.74/251.01	c cleaning 9986 clauses out of 19991 with flag 324041/56003
281.45/278.69	c cleaning 10984 clauses out of 22002 with flag 409307/68000
306.28/303.47	c cleaning 11997 clauses out of 24018 with flag 504888/81000
343.28/340.77	c cleaning 12998 clauses out of 26021 with flag 584279/95000
382.32/379.38	c cleaning 14011 clauses out of 28023 with flag 697343/110000
415.72/412.37	c cleaning 14981 clauses out of 30014 with flag 811643/126002
484.77/481.17	c cleaning 15995 clauses out of 32036 with flag 928815/143005
532.36/527.06	c cleaning 16994 clauses out of 34036 with flag 1052490/161000
588.10/582.41	c cleaning 18012 clauses out of 36042 with flag 1180469/180000
643.92/637.99	c cleaning 19012 clauses out of 38032 with flag 1328994/200002
708.05/701.78	c cleaning 19983 clauses out of 40018 with flag 1490892/221000
765.33/757.89	c cleaning 20989 clauses out of 42036 with flag 1646013/243001
831.55/823.34	c cleaning 22020 clauses out of 44046 with flag 1833483/266000
891.13/882.31	c cleaning 23001 clauses out of 46026 with flag 2025151/290000
940.26/930.46	c cleaning 23989 clauses out of 48026 with flag 2211724/315001
1119.32/1109.99	c cleaning 25008 clauses out of 50039 with flag 2398695/341003
1190.91/1181.44	c cleaning 26002 clauses out of 52030 with flag 2574556/368002
1255.67/1246.19	c cleaning 27006 clauses out of 54026 with flag 2741867/396000
1361.22/1351.71	c cleaning 28007 clauses out of 56020 with flag 2893786/425000
1434.29/1424.59	c cleaning 29005 clauses out of 58014 with flag 3072889/455001
1511.06/1500.92	c cleaning 30001 clauses out of 60009 with flag 3268013/486001
1599.61/1588.86	c cleaning 30993 clauses out of 62007 with flag 3495912/518000
1645.74/1634.78	c cleaning 31995 clauses out of 64016 with flag 3723299/551002
1763.28/1752.42	c cleaning 32999 clauses out of 66019 with flag 3935063/585000
1882.10/1871.39	c cleaning 33986 clauses out of 68020 with flag 4139498/620000
2007.64/1997.04	c cleaning 34970 clauses out of 70034 with flag 4363351/656000
2170.13/2160.28	c cleaning 35978 clauses out of 72064 with flag 4592395/693000
2266.22/2256.49	c cleaning 37038 clauses out of 74089 with flag 4826611/731003
2355.57/2345.65	c cleaning 38010 clauses out of 76048 with flag 5068705/770000
2450.11/2439.80	c cleaning 38995 clauses out of 78038 with flag 5308986/810000
2579.18/2567.68	c cleaning 39997 clauses out of 80043 with flag 5554397/851000
2646.70/2635.15	c cleaning 41021 clauses out of 82046 with flag 5814820/893000
2755.90/2743.91	c cleaning 42005 clauses out of 84025 with flag 6094066/936000
2838.66/2826.55	c cleaning 42984 clauses out of 86020 with flag 6369659/980000
2915.74/2903.34	c cleaning 43997 clauses out of 88036 with flag 6666262/1025000
3020.69/3008.54	c cleaning 44996 clauses out of 90041 with flag 6956029/1071002
3155.11/3143.72	c cleaning 46001 clauses out of 92044 with flag 7231435/1118001
3267.35/3256.18	c cleaning 47009 clauses out of 94042 with flag 7514403/1166000
3369.99/3359.02	c cleaning 48008 clauses out of 96035 with flag 7807649/1215002
3490.07/3479.46	c cleaning 48985 clauses out of 98025 with flag 8112162/1265000
3586.01/3575.96	c cleaning 50004 clauses out of 100042 with flag 8408536/1316002
3600.05/3589.73	c starts		: 2089
3600.05/3589.73	c conflicts		: 1323034
3600.05/3589.73	c decisions		: 6715251
3600.05/3589.73	c propagations		: 2188739854
3600.05/3589.73	c inspects		: 28423066623
3600.05/3589.73	c shortcuts		: 0
3600.05/3589.73	c learnt literals	: 0
3600.05/3589.73	c learnt binary clauses	: 171
3600.05/3589.73	c learnt ternary clauses	: 21
3600.05/3589.73	c learnt constraints	: 1323034
3600.05/3589.73	c ignored constraints	: 0
3600.05/3589.73	c root simplifications	: 0
3600.05/3589.73	c removed literals (reason simplification)	: 0
3600.05/3589.73	c reason swapping (by a shorter reason)	: 0
3600.05/3589.73	c Calls to reduceDB	: 47
3600.05/3589.73	c Number of update (reduction) of LBD	: 997210
3600.05/3589.73	c Imported unit clauses	: 0
3600.05/3589.73	c No decision after first conflict	: false
3600.05/3589.73	c number of reductions to clauses (during analyze)	: 0
3600.05/3589.73	c number of learned constraints concerned by reduction	: 0
3600.05/3589.73	c number of learning phase by resolution	: 0
3600.05/3589.73	c number of learning phase by cutting planes	: 0
3600.05/3589.73	c number of rounding to 1 operations	: 0
3600.05/3589.73	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3589.73	c number of reductions of the coefficients by power 2 	: 0
3600.05/3589.73	c number of right shift for reduction by power 2 	: 0
3600.05/3589.73	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3589.73	c number of ending skipping 	: 0
3600.05/3589.73	c number of internal skipping 	: 0
3600.05/3589.73	c number of derivation steps 	: 0
3600.05/3589.73	c number of skipped derivation steps 	: 0
3600.05/3589.73	c number of remaining unassigned 	: 0
3600.05/3589.73	c number of remaining assigned 	: 0
3600.05/3589.73	c number of falsified literals weakened from reason	: 0
3600.05/3589.73	c number of falsified literals weakened from conflict	: 0
3600.05/3589.73	c time for arithmetic operations	: 0
3600.05/3589.73	c timeout
3600.05/3589.74	c minimum degree of deleted constraints	: null
3600.05/3589.74	c maximum degree of deleted constraints	: null
3600.05/3589.74	c number of deleted constraints	: 0
3600.05/3589.74	c speed (assignments/second)	: 610147.1117153527
3600.05/3589.74	c non guided choices	: 2219
3600.05/3589.77	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 56899
3600.05/3589.77	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 171
3600.05/3589.77	s UNKNOWN
3600.05/3589.77	c Total wall clock time (in seconds): 3589.655

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432498-1721143179/watcher-4432498-1721143179 -o /tmp/evaluation-result-4432498-1721143179/solver-4432498-1721143179 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1721139796-861245 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4432498-1721143179.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=863248, runsolver pid=863245

[startup+0.100499 s]*
/proc/loadavg: 4.36 4.27 4.20 8/328 863266
/proc/meminfo: memFree=96061824/131524600 swapFree=131071996/131071996
[pid=863248] ppid=863245 vsize=18975048 memory=62680 CPUtime=0.13 cores=0,2
/proc/863248/stat : 863248 (java) S 863245 863248 861235 0 -1 1077936128 7215 0 0 0 11 2 0 0 20 0 18 0 166481741 19430449152 15670 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
/proc/863248/statm: 4743762 15670 5561 1 0 549335 0
[pid=863248/tid=863250] ppid=863245 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/863248/task/863250/stat : 863250 (java) R 863245 863248 861235 0 -1 1077936192 5744 0 0 0 7 1 0 0 20 0 18 0 166481741 19430449152 15670 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
[pid=863248/tid=863259] ppid=863245 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/863248/task/863259/stat : 863259 (Finalizer) S 863245 863248 861235 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 166481744 19430449152 15670 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
[pid=863248/tid=863266] ppid=863245 vsize=18975048 memory=13847473600877114 CPUtime=0 cores=0,2
/proc/863248/task/863266/stat : 863266 (Common-Cleaner) S 863245 863248 861235 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 166481744 19430449152 15670 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62680 KiB

[startup+0.206212 s]*
/proc/loadavg: 4.36 4.27 4.20 7/328 863266
/proc/meminfo: memFree=96031564/131524600 swapFree=131071996/131071996
[pid=863248] ppid=863245 vsize=18975048 memory=93520 CPUtime=0.33 cores=0,2
/proc/863248/stat : 863248 (java) S 863245 863248 861235 0 -1 1077936128 9317 0 0 0 31 2 0 0 20 0 18 0 166481741 19430449152 23380 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
/proc/863248/statm: 4743762 23380 5854 1 0 550673 0
[pid=863248/tid=863250] ppid=863245 vsize=18975048 memory=4782652875487838339 CPUtime=0.17 cores=0,2
/proc/863248/task/863250/stat : 863250 (java) R 863245 863248 861235 0 -1 4194368 5867 0 0 0 16 1 0 0 20 0 18 0 166481741 19430449152 23380 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
[pid=863248/tid=863259] ppid=863245 vsize=18975048 memory=3640 CPUtime=0 cores=0,2
/proc/863248/task/863259/stat : 863259 (Finalizer) S 863245 863248 861235 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 166481744 19430449152 23380 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
[pid=863248/tid=863266] ppid=863245 vsize=18975048 memory=15819993166120615 CPUtime=0 cores=0,2
/proc/863248/task/863266/stat : 863266 (Common-Cleaner) S 863245 863248 861235 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 166481744 19430449152 23380 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 93520 KiB

[startup+0.31084 s]*
/proc/loadavg: 4.36 4.27 4.20 6/328 863266
/proc/meminfo: memFree=95996192/131524600 swapFree=131071996/131071996
[pid=863248] ppid=863245 vsize=18975048 memory=128920 CPUtime=0.53 cores=0,2
/proc/863248/stat : 863248 (java) S 863245 863248 861235 0 -1 1077936128 9962 0 0 0 50 3 0 0 20 0 18 0 166481741 19430449152 32230 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
/proc/863248/statm: 4743762 32230 5870 1 0 551151 0
[pid=863248/tid=863250] ppid=863245 vsize=18975048 memory=-8816192547485754044 CPUtime=0.27 cores=0,2
/proc/863248/task/863250/stat : 863250 (java) R 863245 863248 861235 0 -1 4194368 5886 0 0 0 25 2 0 0 20 0 18 0 166481741 19430449152 32230 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
[pid=863248/tid=863259] ppid=863245 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/863248/task/863259/stat : 863259 (Finalizer) S 863245 863248 861235 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 166481744 19430449152 32230 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
[pid=863248/tid=863266] ppid=863245 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/863248/task/863266/stat : 863266 (Common-Cleaner) S 863245 863248 861235 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 166481744 19430449152 32230 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 128920 KiB

[startup+0.704216 s]
/proc/loadavg: 4.49 4.30 4.21 8/329 863267
/proc/meminfo: memFree=95937924/131524600 swapFree=131071996/131071996
[pid=863248] ppid=863245 vsize=19041612 memory=218560 CPUtime=1.27 cores=0,2
/proc/863248/stat : 863248 (java) S 863245 863248 861235 0 -1 1077936128 10462 0 0 0 122 5 0 0 20 0 19 0 166481741 19498610688 54640 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
/proc/863248/statm: 4760403 54640 5902 1 0 551535 0
[pid=863248/tid=863250] ppid=863245 vsize=19041612 memory=5496 CPUtime=0.57 cores=0,2
/proc/863248/task/863250/stat : 863250 (java) R 863245 863248 861235 0 -1 4194368 5971 0 0 0 54 3 0 0 20 0 19 0 166481741 19498610688 54640 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
[pid=863248/tid=863259] ppid=863245 vsize=19041612 memory=12180 CPUtime=0 cores=0,2
/proc/863248/task/863259/stat : 863259 (Finalizer) S 863245 863248 861235 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 166481744 19498610688 54640 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
[pid=863248/tid=863266] ppid=863245 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/863248/task/863266/stat : 863266 (Common-Cleaner) S 863245 863248 861235 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 166481744 19498610688 54640 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 218560 KiB

[startup+1.50122 s]
/proc/loadavg: 4.49 4.30 4.21 7/329 863267
/proc/meminfo: memFree=95863004/131524600 swapFree=131071996/131071996
[pid=863248] ppid=863245 vsize=19041612 memory=492880 CPUtime=2.83 cores=0,2
/proc/863248/stat : 863248 (java) S 863245 863248 861235 0 -1 1077936128 20549 0 0 0 271 12 0 0 20 0 19 0 166481741 19498610688 123220 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
/proc/863248/statm: 4760403 123220 5933 1 0 1119016 0
[pid=863248/tid=863250] ppid=863245 vsize=19041612 memory=12180 CPUtime=1.24 cores=0,2
/proc/863248/task/863250/stat : 863250 (java) R 863245 863248 861235 0 -1 4194368 6083 0 0 0 117 7 0 0 20 0 19 0 166481741 19498610688 123220 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
[pid=863248/tid=863259] ppid=863245 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/863248/task/863259/stat : 863259 (Finalizer) S 863245 863248 861235 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 166481744 19498610688 123220 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
[pid=863248/tid=863266] ppid=863245 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/863248/task/863266/stat : 863266 (Common-Cleaner) S 863245 863248 861235 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 166481744 19498610688 123220 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 492880 KiB

[startup+3.1059 s]
/proc/loadavg: 4.49 4.30 4.21 8/330 863268
/proc/meminfo: memFree=95301712/131524600 swapFree=131071996/131071996
[pid=863248] ppid=863245 vsize=19108176 memory=822164 CPUtime=5.49 cores=0,2
/proc/863248/stat : 863248 (java) S 863245 863248 861235 0 -1 1077936128 21685 0 0 0 530 19 0 0 20 0 20 0 166481741 19566772224 205541 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
/proc/863248/statm: 4777044 205541 5970 1 0 1712753 0
[pid=863248/tid=863250] ppid=863245 vsize=19108176 memory=0 CPUtime=2.7 cores=0,2
/proc/863248/task/863250/stat : 863250 (java) R 863245 863248 861235 0 -1 4194368 6434 0 0 0 258 12 0 0 20 0 20 0 166481741 19566772224 205541 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
[pid=863248/tid=863259] ppid=863245 vsize=19108176 memory=12180 CPUtime=0 cores=0,2
/proc/863248/task/863259/stat : 863259 (Finalizer) S 863245 863248 861235 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 166481744 19566772224 205541 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
[pid=863248/tid=863266] ppid=863245 vsize=19108176 memory=511312 CPUtime=0 cores=0,2
/proc/863248/task/863266/stat : 863266 (Common-Cleaner) S 863245 863248 861235 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 166481744 19566772224 205541 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
[pid=863248/tid=863268] ppid=863245 vsize=19108176 memory=33 CPUtime=0 cores=0,2
/proc/863248/task/863268/stat : 863268 (Timer-0) S 863245 863248 861235 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 166481991 19566772224 205541 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
Current children cumulated CPU time: 5.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 822164 KiB

[startup+6.30029 s]
/proc/loadavg: 4.45 4.30 4.21 5/330 863270
/proc/meminfo: memFree=95293032/131524600 swapFree=131071996/131071996
[pid=863248] ppid=863245 vsize=19108176 memory=830384 CPUtime=8.97 cores=0,2
/proc/863248/stat : 863248 (java) S 863245 863248 861235 0 -1 1077936128 21887 0 0 0 877 20 0 0 20 0 20 0 166481741 19566772224 207596 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
/proc/863248/statm: 4777044 207596 5970 1 0 1712759 0
[pid=863248/tid=863250] ppid=863245 vsize=19108176 memory=0 CPUtime=5.88 cores=0,2
/proc/863248/task/863250/stat : 863250 (java) R 863245 863248 861235 0 -1 4194368 6574 0 0 0 576 12 0 0 20 0 20 0 166481741 19566772224 207596 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
[pid=863248/tid=863259] ppid=863245 vsize=19108176 memory=12180 CPUtime=0 cores=0,2
/proc/863248/task/863259/stat : 863259 (Finalizer) S 863245 863248 861235 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 166481744 19566772224 207596 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
[pid=863248/tid=863266] ppid=863245 vsize=19108176 memory=824212 CPUtime=0 cores=0,2
/proc/863248/task/863266/stat : 863266 (Common-Cleaner) S 863245 863248 861235 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 166481744 19566772224 207596 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
[pid=863248/tid=863268] ppid=863245 vsize=19108176 memory=11560 CPUtime=0 cores=0,2
/proc/863248/task/863268/stat : 863268 (Timer-0) S 863245 863248 861235 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 166481991 19566772224 207596 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
Current children cumulated CPU time: 8.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 830384 KiB

[startup+12.7002 s]
/proc/loadavg: 4.42 4.29 4.21 5/330 863270
/proc/meminfo: memFree=95292920/131524600 swapFree=131071996/131071996
[pid=863248] ppid=863245 vsize=19108176 memory=830560 CPUtime=15.36 cores=0,2
/proc/863248/stat : 863248 (java) S 863245 863248 861235 0 -1 1077936128 22611 0 0 0 1516 20 0 0 20 0 20 0 166481741 19566772224 207640 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
/proc/863248/statm: 4777044 207640 5970 1 0 1712759 0
[pid=863248/tid=863250] ppid=863245 vsize=19108176 memory=-8816192547485754044 CPUtime=12.27 cores=0,2
/proc/863248/task/863250/stat : 863250 (java) R 863245 863248 861235 0 -1 4194368 6943 0 0 0 1214 13 0 0 20 0 20 0 166481741 19566772224 207640 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
[pid=863248/tid=863259] ppid=863245 vsize=19108176 memory=830560 CPUtime=0 cores=0,2
/proc/863248/task/863259/stat : 863259 (Finalizer) S 863245 863248 861235 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 166481744 19566772224 207640 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
[pid=863248/tid=863266] ppid=863245 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/863248/task/863266/stat : 863266 (Common-Cleaner) S 863245 863248 861235 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 166481744 19566772224 207640 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
[pid=863248/tid=863268] ppid=863245 vsize=19108176 memory=12180 CPUtime=0 cores=0,2
/proc/863248/task/863268/stat : 863268 (Timer-0) S 863245 863248 861235 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 166481991 19566772224 207640 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
Current children cumulated CPU time: 15.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 830560 KiB

[startup+25.5003 s]
/proc/loadavg: 4.50 4.32 4.22 5/331 863276
/proc/meminfo: memFree=95292368/131524600 swapFree=131071996/131071996
[pid=863248] ppid=863245 vsize=19108176 memory=830572 CPUtime=28.14 cores=0,2
/proc/863248/stat : 863248 (java) S 863245 863248 861235 0 -1 1077936128 23242 0 0 0 2793 21 0 0 20 0 20 0 166481741 19566772224 207643 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
/proc/863248/statm: 4777044 207643 5970 1 0 1712759 0
[pid=863248/tid=863250] ppid=863245 vsize=19108176 memory=11560 CPUtime=25.03 cores=0,2
/proc/863248/task/863250/stat : 863250 (java) R 863245 863248 861235 0 -1 4194368 7410 0 0 0 2490 13 0 0 20 0 20 0 166481741 19566772224 207643 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
[pid=863248/tid=863259] ppid=863245 vsize=19108176 memory=830572 CPUtime=0 cores=0,2
/proc/863248/task/863259/stat : 863259 (Finalizer) S 863245 863248 861235 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 166481744 19566772224 207643 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
[pid=863248/tid=863266] ppid=863245 vsize=19108176 memory=830572 CPUtime=0 cores=0,2
/proc/863248/task/863266/stat : 863266 (Common-Cleaner) S 863245 863248 861235 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 166481744 19566772224 207643 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
[pid=863248/tid=863268] ppid=863245 vsize=19108176 memory=3471 CPUtime=0 cores=0,2
/proc/863248/task/863268/stat : 863268 (Timer-0) S 863245 863248 861235 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 166481991 19566772224 207643 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
Current children cumulated CPU time: 28.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 830572 KiB

[startup+51.1057 s]
/proc/loadavg: 4.36 4.30 4.21 5/331 863279
/proc/meminfo: memFree=95287984/131524600 swapFree=131071996/131071996
[pid=863248] ppid=863245 vsize=19108176 memory=834996 CPUtime=53.69 cores=0,2
/proc/863248/stat : 863248 (java) S 863245 863248 861235 0 -1 1077936128 24893 0 0 0 5346 23 0 0 20 0 20 0 166481741 19566772224 208749 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
/proc/863248/statm: 4777044 208749 5970 1 0 1712759 0
[pid=863248/tid=863250] ppid=863245 vsize=19108176 memory=42176 CPUtime=50.55 cores=0,2
/proc/863248/task/863250/stat : 863250 (java) R 863245 863248 861235 0 -1 4194368 8433 0 0 0 5042 13 0 0 20 0 20 0 166481741 19566772224 208749 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
[pid=863248/tid=863259] ppid=863245 vsize=19108176 memory=834996 CPUtime=0 cores=0,2
/proc/863248/task/863259/stat : 863259 (Finalizer) S 863245 863248 861235 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 166481744 19566772224 208749 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
[pid=863248/tid=863266] ppid=863245 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/863248/task/863266/stat : 863266 (Common-Cleaner) S 863245 863248 861235 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 166481744 19566772224 208749 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
[pid=863248/tid=863268] ppid=863245 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/863248/task/863268/stat : 863268 (Timer-0) S 863245 863248 861235 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 166481991 19566772224 208749 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0

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

/proc/meminfo: memFree=101074216/131524600 swapFree=131071996/131071996
[pid=863248] ppid=863245 vsize=19108176 memory=8652976 CPUtime=3293.58 cores=0,2
/proc/863248/stat : 863248 (java) S 863245 863248 861235 0 -1 1077936128 269870 0 0 0 329026 332 0 0 20 0 20 0 166481741 19566772224 2163244 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
/proc/863248/statm: 4777044 2163244 6002 1 0 2720012 0
[pid=863248/tid=863250] ppid=863245 vsize=19108176 memory=12180 CPUtime=3240.56 cores=0,2
/proc/863248/task/863250/stat : 863250 (java) R 863245 863248 861235 0 -1 4194368 76928 0 0 0 324008 48 0 0 20 0 20 0 166481741 19566772224 2163244 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
[pid=863248/tid=863259] ppid=863245 vsize=19108176 memory=12180 CPUtime=0 cores=0,2
/proc/863248/task/863259/stat : 863259 (Finalizer) S 863245 863248 861235 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 166481744 19566772224 2163244 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
[pid=863248/tid=863266] ppid=863245 vsize=19108176 memory=42176 CPUtime=0 cores=0,2
/proc/863248/task/863266/stat : 863266 (Common-Cleaner) S 863245 863248 861235 0 -1 1077936192 2644 0 0 0 0 0 0 0 20 0 20 0 166481744 19566772224 2163244 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
[pid=863248/tid=863268] ppid=863245 vsize=19108176 memory=8652976 CPUtime=0 cores=0,2
/proc/863248/task/863268/stat : 863268 (Timer-0) S 863245 863248 861235 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 166481991 19566772224 2163244 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
Current children cumulated CPU time: 3293.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8652976 KiB

[startup+3342.3 s]
/proc/loadavg: 4.19 4.18 4.18 5/330 865271
/proc/meminfo: memFree=100025072/131524600 swapFree=131071996/131071996
[pid=863248] ppid=863245 vsize=19108176 memory=8652980 CPUtime=3353.43 cores=0,2
/proc/863248/stat : 863248 (java) S 863245 863248 861235 0 -1 1077936128 270911 0 0 0 335009 334 0 0 20 0 20 0 166481741 19566772224 2163245 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
/proc/863248/statm: 4777044 2163245 6002 1 0 2720012 0
[pid=863248/tid=863250] ppid=863245 vsize=19108176 memory=8652976 CPUtime=3299.64 cores=0,2
/proc/863248/task/863250/stat : 863250 (java) R 863245 863248 861235 0 -1 4194368 77607 0 0 0 329916 48 0 0 20 0 20 0 166481741 19566772224 2163245 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
[pid=863248/tid=863259] ppid=863245 vsize=19108176 memory=42176 CPUtime=0 cores=0,2
/proc/863248/task/863259/stat : 863259 (Finalizer) S 863245 863248 861235 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 166481744 19566772224 2163245 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
[pid=863248/tid=863266] ppid=863245 vsize=19108176 memory=8652980 CPUtime=0 cores=0,2
/proc/863248/task/863266/stat : 863266 (Common-Cleaner) S 863245 863248 861235 0 -1 1077936192 2645 0 0 0 0 0 0 0 20 0 20 0 166481744 19566772224 2163245 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
[pid=863248/tid=863268] ppid=863245 vsize=19108176 memory=-8816192547485754044 CPUtime=0 cores=0,2
/proc/863248/task/863268/stat : 863268 (Timer-0) S 863245 863248 861235 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 166481991 19566772224 2163245 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
Current children cumulated CPU time: 3353.43 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8652980 KiB

[startup+3402.3 s]
/proc/loadavg: 4.25 4.19 4.18 5/330 865282
/proc/meminfo: memFree=99019080/131524600 swapFree=131071996/131071996
[pid=863248] ppid=863245 vsize=19108176 memory=8698036 CPUtime=3413.23 cores=0,2
/proc/863248/stat : 863248 (java) S 863245 863248 861235 0 -1 1077936128 274454 0 0 0 340985 338 0 0 20 0 20 0 166481741 19566772224 2174509 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
/proc/863248/statm: 4777044 2174509 6002 1 0 2720012 0
[pid=863248/tid=863250] ppid=863245 vsize=19108176 memory=11560 CPUtime=3358.75 cores=0,2
/proc/863248/task/863250/stat : 863250 (java) R 863245 863248 861235 0 -1 4194368 79076 0 0 0 335826 49 0 0 20 0 20 0 166481741 19566772224 2174509 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
[pid=863248/tid=863259] ppid=863245 vsize=19108176 memory=8652980 CPUtime=0 cores=0,2
/proc/863248/task/863259/stat : 863259 (Finalizer) S 863245 863248 861235 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 166481744 19566772224 2174509 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
[pid=863248/tid=863266] ppid=863245 vsize=19108176 memory=8652980 CPUtime=0 cores=0,2
/proc/863248/task/863266/stat : 863266 (Common-Cleaner) S 863245 863248 861235 0 -1 1077936192 2731 0 0 0 0 0 0 0 20 0 20 0 166481744 19566772224 2174509 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
[pid=863248/tid=863268] ppid=863245 vsize=19108176 memory=8652980 CPUtime=0 cores=0,2
/proc/863248/task/863268/stat : 863268 (Timer-0) S 863245 863248 861235 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 166481991 19566772224 2174509 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
Current children cumulated CPU time: 3413.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8698036 KiB

[startup+3462.3 s]
/proc/loadavg: 4.21 4.19 4.18 5/330 865293
/proc/meminfo: memFree=98470424/131524600 swapFree=131071996/131071996
[pid=863248] ppid=863245 vsize=19108176 memory=8698036 CPUtime=3472.72 cores=0,2
/proc/863248/stat : 863248 (java) S 863245 863248 861235 0 -1 1077936128 275012 0 0 0 346932 340 0 0 20 0 20 0 166481741 19566772224 2174509 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
/proc/863248/statm: 4777044 2174509 6002 1 0 2720012 0
[pid=863248/tid=863250] ppid=863245 vsize=19108176 memory=11560 CPUtime=3418.21 cores=0,2
/proc/863248/task/863250/stat : 863250 (java) R 863245 863248 861235 0 -1 4194368 79630 0 0 0 341772 49 0 0 20 0 20 0 166481741 19566772224 2174509 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
[pid=863248/tid=863259] ppid=863245 vsize=19108176 memory=8652980 CPUtime=0 cores=0,2
/proc/863248/task/863259/stat : 863259 (Finalizer) S 863245 863248 861235 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 166481744 19566772224 2174509 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
[pid=863248/tid=863266] ppid=863245 vsize=19108176 memory=8698036 CPUtime=0 cores=0,2
/proc/863248/task/863266/stat : 863266 (Common-Cleaner) S 863245 863248 861235 0 -1 1077936192 2732 0 0 0 0 0 0 0 20 0 20 0 166481744 19566772224 2174509 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
[pid=863248/tid=863268] ppid=863245 vsize=19108176 memory=8698036 CPUtime=0 cores=0,2
/proc/863248/task/863268/stat : 863268 (Timer-0) S 863245 863248 861235 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 166481991 19566772224 2174509 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
Current children cumulated CPU time: 3472.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8698036 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.17 4.17 5/330 865304
/proc/meminfo: memFree=97640624/131524600 swapFree=131071996/131071996
[pid=863248] ppid=863245 vsize=19108176 memory=9160884 CPUtime=3532.61 cores=0,2
/proc/863248/stat : 863248 (java) S 863245 863248 861235 0 -1 1077936128 277326 0 0 0 352910 351 0 0 20 0 20 0 166481741 19566772224 2290221 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
/proc/863248/statm: 4777044 2290221 6002 1 0 2720012 0
[pid=863248/tid=863250] ppid=863245 vsize=19108176 memory=8698036 CPUtime=3477.26 cores=0,2
/proc/863248/task/863250/stat : 863250 (java) R 863245 863248 861235 0 -1 4194368 81211 0 0 0 347677 49 0 0 20 0 20 0 166481741 19566772224 2290221 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
[pid=863248/tid=863259] ppid=863245 vsize=19108176 memory=9160884 CPUtime=0 cores=0,2
/proc/863248/task/863259/stat : 863259 (Finalizer) S 863245 863248 861235 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 166481744 19566772224 2290221 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
[pid=863248/tid=863266] ppid=863245 vsize=19108176 memory=11560 CPUtime=0 cores=0,2
/proc/863248/task/863266/stat : 863266 (Common-Cleaner) S 863245 863248 861235 0 -1 1077936192 2884 0 0 0 0 0 0 0 20 0 20 0 166481744 19566772224 2290221 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
[pid=863248/tid=863268] ppid=863245 vsize=19108176 memory=9160884 CPUtime=0 cores=0,2
/proc/863248/task/863268/stat : 863268 (Timer-0) S 863245 863248 861235 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 166481991 19566772224 2290221 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
Current children cumulated CPU time: 3532.61 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 9160884 KiB

[startup+3582.3 s]
/proc/loadavg: 4.15 4.16 4.17 5/330 865314
/proc/meminfo: memFree=97317488/131524600 swapFree=131071996/131071996
[pid=863248] ppid=863245 vsize=19108176 memory=9459900 CPUtime=3592.71 cores=0,2
/proc/863248/stat : 863248 (java) S 863245 863248 861235 0 -1 1077936128 281393 0 0 0 358913 358 0 0 20 0 20 0 166481741 19566772224 2364975 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
/proc/863248/statm: 4777044 2364975 6002 1 0 2720012 0
[pid=863248/tid=863250] ppid=863245 vsize=19108176 memory=42176 CPUtime=3536.04 cores=0,2
/proc/863248/task/863250/stat : 863250 (java) R 863245 863248 861235 0 -1 4194368 82397 0 0 0 353555 49 0 0 20 0 20 0 166481741 19566772224 2364975 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
[pid=863248/tid=863259] ppid=863245 vsize=19108176 memory=9169076 CPUtime=0 cores=0,2
/proc/863248/task/863259/stat : 863259 (Finalizer) S 863245 863248 861235 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 166481744 19566772224 2364975 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
[pid=863248/tid=863266] ppid=863245 vsize=19108176 memory=11560 CPUtime=0 cores=0,2
/proc/863248/task/863266/stat : 863266 (Common-Cleaner) S 863245 863248 861235 0 -1 1077936192 2885 0 0 0 0 0 0 0 20 0 20 0 166481744 19566772224 2364975 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
[pid=863248/tid=863268] ppid=863245 vsize=19108176 memory=42176 CPUtime=0 cores=0,2
/proc/863248/task/863268/stat : 863268 (Timer-0) S 863245 863248 861235 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 166481991 19566772224 2364975 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
Current children cumulated CPU time: 3592.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 9459900 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3589.7 s]
/proc/loadavg: 4.22 4.18 4.18 5/330 865315
/proc/meminfo: memFree=97317340/131524600 swapFree=131071996/131071996
[pid=863248] ppid=863245 vsize=19108176 memory=9459900 CPUtime=3600.05 cores=0,2
/proc/863248/stat : 863248 (java) S 863245 863248 861235 0 -1 1077936128 281442 0 0 0 359647 358 0 0 20 0 20 0 166481741 19566772224 2364975 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
/proc/863248/statm: 4777044 2364975 6002 1 0 2720012 0
[pid=863248/tid=863250] ppid=863245 vsize=19108176 memory=8698036 CPUtime=3543.37 cores=0,2
/proc/863248/task/863250/stat : 863250 (java) R 863245 863248 861235 0 -1 4194368 82444 0 0 0 354288 49 0 0 20 0 20 0 166481741 19566772224 2364975 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
[pid=863248/tid=863259] ppid=863245 vsize=19108176 memory=11560 CPUtime=0 cores=0,2
/proc/863248/task/863259/stat : 863259 (Finalizer) S 863245 863248 861235 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 166481744 19566772224 2364975 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
[pid=863248/tid=863266] ppid=863245 vsize=19108176 memory=26024 CPUtime=0 cores=0,2
/proc/863248/task/863266/stat : 863266 (Common-Cleaner) S 863245 863248 861235 0 -1 1077936192 2885 0 0 0 0 0 0 0 20 0 20 0 166481744 19566772224 2364975 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
[pid=863248/tid=863268] ppid=863245 vsize=19108176 memory=9459900 CPUtime=0 cores=0,2
/proc/863248/task/863268/stat : 863268 (Timer-0) S 863245 863248 861235 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 166481991 19566772224 2364975 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 9459900 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.59 s, system=3.61767 s

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

[startup+3589.7 s]
/proc/loadavg: 4.22 4.18 4.18 5/330 865315
/proc/meminfo: memFree=97317340/131524600 swapFree=131071996/131071996
[pid=863248] ppid=863245 vsize=19108176 memory=9459900 CPUtime=3600.05 cores=0,2
/proc/863248/stat : 863248 (java) S 863245 863248 861235 0 -1 1077936128 281442 0 0 0 359647 358 0 0 20 0 20 0 166481741 19566772224 2364975 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
/proc/863248/statm: 4777044 2364975 6002 1 0 2720012 0
[pid=863248/tid=863250] ppid=863245 vsize=19108176 memory=8698036 CPUtime=3543.37 cores=0,2
/proc/863248/task/863250/stat : 863250 (java) R 863245 863248 861235 0 -1 4194368 82444 0 0 0 354288 49 0 0 20 0 20 0 166481741 19566772224 2364975 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
[pid=863248/tid=863259] ppid=863245 vsize=19108176 memory=11560 CPUtime=0 cores=0,2
/proc/863248/task/863259/stat : 863259 (Finalizer) S 863245 863248 861235 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 166481744 19566772224 2364975 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
[pid=863248/tid=863266] ppid=863245 vsize=19108176 memory=26024 CPUtime=0 cores=0,2
/proc/863248/task/863266/stat : 863266 (Common-Cleaner) S 863245 863248 861235 0 -1 1077936192 2885 0 0 0 0 0 0 0 20 0 20 0 166481744 19566772224 2364975 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
[pid=863248/tid=863268] ppid=863245 vsize=19108176 memory=9459900 CPUtime=0 cores=0,2
/proc/863248/task/863268/stat : 863268 (Timer-0) S 863245 863248 861235 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 166481991 19566772224 2364975 134679101440 94760225017856 94760225021552 140722464618592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94760225029368 94760225030160 94760249573376 140722464621575 140722464621665 140722464621665 140722464628680 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 9459900 KiB

Child status: 143

Real time (s): 3589.81
CPU time (s): 3600.2
CPU user time (s): 3596.59
CPU system time (s): 3.61767
CPU usage (%): 100.29
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 9459900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.59
system time used= 3.61767
maximum resident set size= 9461536
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 284708
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 117390
involuntary context switches= 35711


# summary of solver processes directly reported to runsolver:
#   pid: 863248
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3596.59
#   total CPU system time (s): 3.61767

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.34632 second user time and 18.0112 second system time

The end

Launcher Data

Begin job on nodeC021 at 2024-07-16 17:19:51
IDJOB=4432498
IDBENCH=155645
IDSOLVER=3058
FILE ID=nodeC021/4432498-1721143179
RUNJOBID= nodeC021-1721139796-861245
SLURM_JOB_ID= 7505719
Free space on /tmp= 890052 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Multihop/normalized-minisat50_6_9_9_mh.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432498-1721143179/watcher-4432498-1721143179 -o /tmp/evaluation-result-4432498-1721143179/solver-4432498-1721143179 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1721139796-861245 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4432498-1721143179.opb

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

MD5SUM BENCH= ed59d2b3a30e3eff3a6b6ac614db3a9c
RANDOM SEED=1806612862

nodeC021.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.696
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.42
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.264
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.23
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		: 3634.842
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.42
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.754
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.23
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		: 3675.335
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.42
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		: 3674.324
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.23
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		: 3671.194
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.42
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.765
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.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        96103736 kB
MemAvailable:   99459764 kB
Buffers:          419300 kB
Cached:          3737992 kB
SwapCached:            0 kB
Active:           773212 kB
Inactive:       33909868 kB
Active(anon):       1536 kB
Inactive(anon): 30562008 kB
Active(file):     771676 kB
Inactive(file):  3347860 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             26616 kB
Writeback:             8 kB
AnonPages:      30520940 kB
Mapped:           124620 kB
Shmem:             37720 kB
KReclaimable:     152628 kB
Slab:             268036 kB
SReclaimable:     152628 kB
SUnreclaim:       115408 kB
KernelStack:        4976 kB
PageTables:        69920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   32778212 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            63136 kB
HardwareCorrupted:     0 kB
AnonHugePages:  30031872 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:      256724 kB
DirectMap2M:    23633920 kB
DirectMap1G:    112197632 kB

Free space on /tmp at the end= 890024 MiB
End job on nodeC021 at 2024-07-16 18:19:41