Trace number 4442354

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution Default 2024-07-07? (TO) 3600.23 3576.55

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB05/aloul/
FPGA_SAT05/normalized-chnl35_45_pb.cnf.cr.opb
MD5SUMc4e002803cd12e4b1777ff61c40f9ab0
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.019971
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3150
Total number of constraints160
Number of constraints which are clauses90
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint35
Maximum length of a constraint45
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 46
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	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.14/0.11	--- Begin Solver configuration ---
0.14/0.11	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.11	Learn all clauses as in MiniSAT
0.14/0.11	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.11	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.11	No reason simplification
0.14/0.11	Glucose 2.1 dynamic restart strategy
0.14/0.11	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.11	timeout=2147483s
0.14/0.11	DB Simplification allowed=false
0.14/0.11	Listener: none
0.14/0.11	--- 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@5e91993f
0.14/0.12	c Learn all clauses as in MiniSAT
0.14/0.12	c LOGGER=java.util.logging.Logger@cac736f 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 No 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-4442354-1721295560.opb
0.14/0.12	c reading problem ... 
0.14/0.12	c  no objective function found
0.14/0.17	c ... done. Wall clock time 0.044s.
0.14/0.17	c declared #vars     3150
0.14/0.17	c #constraints  160
0.14/0.17	c constraints type 
0.14/0.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
0.14/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 90
0.14/0.17	c 160 constraints processed.
1.09/0.67	c cleaning 2490 clauses out of 5001 with flag 31629/5001
2.08/1.40	c cleaning 4251 clauses out of 8515 with flag 74748/11005
2.61/1.97	c cleaning 5621 clauses out of 11261 with flag 118986/18002
4.00/3.24	c cleaning 6809 clauses out of 13638 with flag 175086/26000
5.19/4.30	c cleaning 7893 clauses out of 15829 with flag 232534/35000
7.17/6.15	c cleaning 8800 clauses out of 17936 with flag 299877/45000
10.14/8.96	c cleaning 10020 clauses out of 20138 with flag 469236/56002
14.15/12.79	c cleaning 11054 clauses out of 22116 with flag 626285/68000
21.28/19.68	c cleaning 12026 clauses out of 24062 with flag 804951/81000
29.69/27.80	c cleaning 13017 clauses out of 26037 with flag 992090/95001
41.31/39.29	c cleaning 14010 clauses out of 28023 with flag 1181513/110004
50.56/48.18	c cleaning 14992 clauses out of 30009 with flag 1391147/126000
59.94/57.29	c cleaning 15998 clauses out of 32018 with flag 1621863/143001
74.86/71.59	c cleaning 17009 clauses out of 34019 with flag 1870000/161000
92.22/88.55	c cleaning 18006 clauses out of 36013 with flag 2119392/180003
104.39/100.48	c cleaning 19000 clauses out of 38004 with flag 2313596/200000
120.10/115.86	c cleaning 19999 clauses out of 40004 with flag 2497102/221000
143.40/138.54	c cleaning 20994 clauses out of 42005 with flag 2690221/243000
165.89/160.74	c cleaning 22004 clauses out of 44012 with flag 2903907/266001
187.20/181.56	c cleaning 23006 clauses out of 46011 with flag 3100929/290004
204.06/197.23	c cleaning 23998 clauses out of 48003 with flag 3343514/315002
227.62/220.56	c cleaning 24994 clauses out of 50004 with flag 3603980/341001
248.86/241.33	c cleaning 26000 clauses out of 52010 with flag 3863160/368001
279.22/271.42	c cleaning 27000 clauses out of 54010 with flag 4097087/396001
317.11/309.12	c cleaning 27972 clauses out of 56012 with flag 4348284/425003
349.52/340.04	c cleaning 28993 clauses out of 58041 with flag 4615380/455004
395.58/385.87	c cleaning 29991 clauses out of 60045 with flag 4917880/486001
443.91/433.92	c cleaning 31022 clauses out of 62055 with flag 5174625/518002
489.32/479.09	c cleaning 32007 clauses out of 64031 with flag 5440992/551000
538.52/527.96	c cleaning 32992 clauses out of 66026 with flag 5735166/585002
592.39/581.68	c cleaning 34011 clauses out of 68036 with flag 6029092/620004
650.49/638.07	c cleaning 34996 clauses out of 70021 with flag 6315539/656000
714.89/702.00	c cleaning 36007 clauses out of 72025 with flag 6601358/693000
778.05/764.89	c cleaning 37004 clauses out of 74018 with flag 6910225/731000
839.53/825.95	c cleaning 38003 clauses out of 76014 with flag 7242014/770000
907.52/893.50	c cleaning 39000 clauses out of 78011 with flag 7562159/810000
967.39/953.02	c cleaning 39997 clauses out of 80011 with flag 7893716/851000
1036.95/1022.08	c cleaning 41006 clauses out of 82020 with flag 8289351/893006
1114.87/1099.77	c cleaning 41997 clauses out of 84009 with flag 8705913/936001
1202.52/1186.00	c cleaning 43000 clauses out of 86011 with flag 9087186/980000
1274.02/1256.94	c cleaning 43997 clauses out of 88012 with flag 9465658/1025001
1348.19/1330.89	c cleaning 45004 clauses out of 90015 with flag 9829063/1071001
1446.55/1428.78	c cleaning 46001 clauses out of 92011 with flag 10226453/1118001
1544.07/1526.27	c cleaning 46998 clauses out of 94009 with flag 10608387/1166000
1627.70/1609.68	c cleaning 48000 clauses out of 96012 with flag 10963750/1215001
1710.12/1691.78	c cleaning 48999 clauses out of 98012 with flag 11334266/1265001
1793.90/1775.35	c cleaning 49999 clauses out of 100014 with flag 11726057/1316002
1878.07/1859.24	c cleaning 51000 clauses out of 102013 with flag 12085328/1368000
1965.37/1945.06	c cleaning 51999 clauses out of 104017 with flag 12456095/1421004
2051.38/2031.11	c cleaning 52998 clauses out of 106015 with flag 12886008/1475001
2155.22/2134.58	c cleaning 54002 clauses out of 108017 with flag 13304685/1530001
2239.19/2217.91	c cleaning 54997 clauses out of 110014 with flag 13750906/1586000
2349.71/2328.82	c cleaning 55997 clauses out of 112017 with flag 14224025/1643000
2453.34/2432.66	c cleaning 57001 clauses out of 114020 with flag 14731339/1701000
2553.82/2532.59	c cleaning 58001 clauses out of 116020 with flag 15217146/1760001
2678.46/2657.51	c cleaning 59005 clauses out of 118021 with flag 15741624/1820003
2805.41/2784.66	c cleaning 60000 clauses out of 120014 with flag 16241209/1881001
2947.37/2927.08	c cleaning 61005 clauses out of 122017 with flag 16725805/1943004
3077.17/3056.25	c cleaning 62000 clauses out of 124009 with flag 17187245/2006001
3196.77/3175.64	c cleaning 63000 clauses out of 126010 with flag 17810812/2070002
3346.25/3323.83	c cleaning 63996 clauses out of 128008 with flag 18441064/2135000
3493.11/3470.04	c cleaning 64999 clauses out of 130012 with flag 19022261/2201000
3600.05/3576.42	c starts		: 2605
3600.05/3576.42	c timeout
3600.05/3576.42	c conflicts		: 2262841
3600.05/3576.42	c decisions		: 4464178
3600.05/3576.42	c propagations		: 69832791
3600.05/3576.42	c inspects		: 10058252158
3600.05/3576.42	c shortcuts		: 0
3600.05/3576.42	c learnt literals	: 0
3600.05/3576.42	c learnt binary clauses	: 0
3600.05/3576.42	c learnt ternary clauses	: 0
3600.05/3576.42	c learnt constraints	: 2262841
3600.05/3576.42	c ignored constraints	: 0
3600.05/3576.42	c root simplifications	: 0
3600.05/3576.42	c removed literals (reason simplification)	: 0
3600.05/3576.42	c reason swapping (by a shorter reason)	: 0
3600.05/3576.42	c Calls to reduceDB	: 62
3600.05/3576.42	c Number of update (reduction) of LBD	: 1406528
3600.05/3576.42	c Imported unit clauses	: 0
3600.05/3576.42	c No decision after first conflict	: false
3600.05/3576.42	c number of reductions to clauses (during analyze)	: 0
3600.05/3576.42	c number of learned constraints concerned by reduction	: 0
3600.05/3576.42	c number of learning phase by resolution	: 0
3600.05/3576.42	c number of learning phase by cutting planes	: 0
3600.05/3576.42	c number of rounding to 1 operations	: 0
3600.05/3576.42	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3576.42	c number of reductions of the coefficients by power 2 	: 0
3600.05/3576.42	c number of right shift for reduction by power 2 	: 0
3600.05/3576.42	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3576.42	c number of ending skipping 	: 0
3600.05/3576.42	c number of internal skipping 	: 0
3600.05/3576.42	c number of derivation steps 	: 0
3600.05/3576.42	c number of skipped derivation steps 	: 0
3600.05/3576.42	c number of remaining unassigned 	: 0
3600.05/3576.42	c number of remaining assigned 	: 0
3600.05/3576.42	c number of falsified literals weakened from reason	: 0
3600.05/3576.42	c number of falsified literals weakened from conflict	: 0
3600.05/3576.42	c time for arithmetic operations	: 0
3600.05/3576.44	c minimum degree of deleted constraints	: null
3600.05/3576.44	c maximum degree of deleted constraints	: null
3600.05/3576.44	c number of deleted constraints	: 0
3600.05/3576.44	c speed (assignments/second)	: 19526.705610396973
3600.05/3576.44	c non guided choices	: 4008
3600.05/3576.49	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 126854
3600.05/3576.49	s UNKNOWN
3600.05/3576.49	c Total wall clock time (in seconds): 3576.374

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: 63931 MiB (54324 MiB free)
  memory of node 1: 64510 MiB (58512 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442354-1721295560/watcher-4442354-1721295560 -o /tmp/evaluation-result-4442354-1721295560/solver-4442354-1721295560 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721293761-975544 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4442354-1721295560.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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
solver pid=978461, runsolver pid=978458
Current StackSize limit: 8192 KiB


[startup+0.101742 s]*
/proc/loadavg: 4.11 4.18 3.84 7/328 978479
/proc/meminfo: memFree=115501624/131524600 swapFree=131071996/131071996
[pid=978461] ppid=978458 vsize=18975048 memory=64932 CPUtime=0.14 cores=4,6
/proc/978461/stat : 978461 (java) S 978458 978461 975533 0 -1 1077936128 7119 0 0 0 12 2 0 0 20 0 18 0 181717803 19430449152 16233 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
/proc/978461/statm: 4743762 16233 5719 1 0 549345 0
[pid=978461/tid=978463] ppid=978458 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=4,6
/proc/978461/task/978463/stat : 978463 (java) R 978458 978461 975533 0 -1 4194368 5685 0 0 0 8 1 0 0 20 0 18 0 181717803 19430449152 16233 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
[pid=978461/tid=978472] ppid=978458 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/978461/task/978472/stat : 978472 (Finalizer) S 978458 978461 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 181717806 19430449152 16233 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
[pid=978461/tid=978479] ppid=978458 vsize=18975048 memory=15824395507619580 CPUtime=0 cores=4,6
/proc/978461/task/978479/stat : 978479 (Common-Cleaner) S 978458 978461 975533 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 181717806 19430449152 16233 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64932 KiB

[startup+0.205731 s]*
/proc/loadavg: 4.11 4.18 3.84 7/329 978480
/proc/meminfo: memFree=115493492/131524600 swapFree=131071996/131071996
[pid=978461] ppid=978458 vsize=19041612 memory=72884 CPUtime=0.33 cores=4,6
/proc/978461/stat : 978461 (java) S 978458 978461 975533 0 -1 1077936128 7517 0 0 0 31 2 0 0 20 0 19 0 181717803 19498610688 18221 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
/proc/978461/statm: 4760403 18221 5865 1 0 549870 0
[pid=978461/tid=978463] ppid=978458 vsize=19041612 memory=4782652875487838339 CPUtime=0.18 cores=4,6
/proc/978461/task/978463/stat : 978463 (java) R 978458 978461 975533 0 -1 4194368 5842 0 0 0 17 1 0 0 20 0 19 0 181717803 19498610688 18221 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
[pid=978461/tid=978472] ppid=978458 vsize=19041612 memory=15975 CPUtime=0 cores=4,6
/proc/978461/task/978472/stat : 978472 (Finalizer) S 978458 978461 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 181717806 19498610688 18221 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
[pid=978461/tid=978479] ppid=978458 vsize=19041612 memory=14698495600756458 CPUtime=0 cores=4,6
/proc/978461/task/978479/stat : 978479 (Common-Cleaner) S 978458 978461 975533 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 181717806 19498610688 18221 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
[pid=978461/tid=978480] ppid=978458 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/978461/task/978480/stat : 978480 (Timer-0) S 978458 978461 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 181717820 19498610688 18221 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 72884 KiB

[startup+0.309051 s]*
/proc/loadavg: 4.11 4.18 3.84 7/329 978482
/proc/meminfo: memFree=115485760/131524600 swapFree=131071996/131071996
[pid=978461] ppid=978458 vsize=19041612 memory=80768 CPUtime=0.52 cores=4,6
/proc/978461/stat : 978461 (java) S 978458 978461 975533 0 -1 1077936128 10043 0 0 0 49 3 0 0 20 0 19 0 181717803 19498610688 20192 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
/proc/978461/statm: 4760403 20192 5881 1 0 551292 0
[pid=978461/tid=978463] ppid=978458 vsize=19041612 memory=-8599736069880324796 CPUtime=0.28 cores=4,6
/proc/978461/task/978463/stat : 978463 (java) R 978458 978461 975533 0 -1 4194368 5849 0 0 0 27 1 0 0 20 0 19 0 181717803 19498610688 20192 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
[pid=978461/tid=978472] ppid=978458 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/978461/task/978472/stat : 978472 (Finalizer) S 978458 978461 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 181717806 19498610688 20192 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
[pid=978461/tid=978479] ppid=978458 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/978461/task/978479/stat : 978479 (Common-Cleaner) S 978458 978461 975533 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 181717806 19498610688 20192 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
[pid=978461/tid=978480] ppid=978458 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/978461/task/978480/stat : 978480 (Timer-0) S 978458 978461 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 181717820 19498610688 20192 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 80768 KiB

[startup+0.701052 s]
/proc/loadavg: 4.26 4.21 3.85 7/329 978482
/proc/meminfo: memFree=115477768/131524600 swapFree=131071996/131071996
[pid=978461] ppid=978458 vsize=19041612 memory=101360 CPUtime=1.28 cores=4,6
/proc/978461/stat : 978461 (java) S 978458 978461 975533 0 -1 1077936128 10865 0 0 0 124 4 0 0 20 0 19 0 181717803 19498610688 25340 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
/proc/978461/statm: 4760403 25340 5881 1 0 551667 0
[pid=978461/tid=978463] ppid=978458 vsize=19041612 memory=45052 CPUtime=0.67 cores=4,6
/proc/978461/task/978463/stat : 978463 (java) R 978458 978461 975533 0 -1 4194368 5905 0 0 0 65 2 0 0 20 0 19 0 181717803 19498610688 25340 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
[pid=978461/tid=978472] ppid=978458 vsize=19041612 memory=13196 CPUtime=0 cores=4,6
/proc/978461/task/978472/stat : 978472 (Finalizer) S 978458 978461 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 181717806 19498610688 25340 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
[pid=978461/tid=978479] ppid=978458 vsize=19041612 memory=2320 CPUtime=0 cores=4,6
/proc/978461/task/978479/stat : 978479 (Common-Cleaner) S 978458 978461 975533 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 181717806 19498610688 25340 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
[pid=978461/tid=978480] ppid=978458 vsize=19041612 memory=2028 CPUtime=0 cores=4,6
/proc/978461/task/978480/stat : 978480 (Timer-0) S 978458 978461 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 181717820 19498610688 25340 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 101360 KiB

[startup+1.50027 s]
/proc/loadavg: 4.26 4.21 3.85 5/329 978482
/proc/meminfo: memFree=115454428/131524600 swapFree=131071996/131071996
[pid=978461] ppid=978458 vsize=19041612 memory=124428 CPUtime=2.22 cores=4,6
/proc/978461/stat : 978461 (java) S 978458 978461 975533 0 -1 1077936128 13733 0 0 0 217 5 0 0 20 0 19 0 181717803 19498610688 31107 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
/proc/978461/statm: 4760403 31107 5881 1 0 551727 0
[pid=978461/tid=978463] ppid=978458 vsize=19041612 memory=13196 CPUtime=1.46 cores=4,6
/proc/978461/task/978463/stat : 978463 (java) R 978458 978461 975533 0 -1 4194368 6372 0 0 0 144 2 0 0 20 0 19 0 181717803 19498610688 31107 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
[pid=978461/tid=978472] ppid=978458 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/978461/task/978472/stat : 978472 (Finalizer) S 978458 978461 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 181717806 19498610688 31107 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
[pid=978461/tid=978479] ppid=978458 vsize=19041612 memory=2320 CPUtime=0 cores=4,6
/proc/978461/task/978479/stat : 978479 (Common-Cleaner) S 978458 978461 975533 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 181717806 19498610688 31107 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
[pid=978461/tid=978480] ppid=978458 vsize=19041612 memory=2028 CPUtime=0 cores=4,6
/proc/978461/task/978480/stat : 978480 (Timer-0) S 978458 978461 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 181717820 19498610688 31107 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
Current children cumulated CPU time: 2.22 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 124428 KiB

[startup+3.10563 s]
/proc/loadavg: 4.26 4.21 3.85 5/329 978482
/proc/meminfo: memFree=115408068/131524600 swapFree=131071996/131071996
[pid=978461] ppid=978458 vsize=19041612 memory=160120 CPUtime=3.9 cores=4,6
/proc/978461/stat : 978461 (java) S 978458 978461 975533 0 -1 1077936128 14549 0 0 0 384 6 0 0 20 0 19 0 181717803 19498610688 40030 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
/proc/978461/statm: 4760403 40030 5881 1 0 551819 0
[pid=978461/tid=978463] ppid=978458 vsize=19041612 memory=0 CPUtime=3.06 cores=4,6
/proc/978461/task/978463/stat : 978463 (java) R 978458 978461 975533 0 -1 4194368 6530 0 0 0 303 3 0 0 20 0 19 0 181717803 19498610688 40030 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
[pid=978461/tid=978472] ppid=978458 vsize=19041612 memory=-8599736069880324796 CPUtime=0 cores=4,6
/proc/978461/task/978472/stat : 978472 (Finalizer) S 978458 978461 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 181717806 19498610688 40030 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
[pid=978461/tid=978479] ppid=978458 vsize=19041612 memory=13196 CPUtime=0 cores=4,6
/proc/978461/task/978479/stat : 978479 (Common-Cleaner) S 978458 978461 975533 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 181717806 19498610688 40030 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
[pid=978461/tid=978480] ppid=978458 vsize=19041612 memory=2320 CPUtime=0 cores=4,6
/proc/978461/task/978480/stat : 978480 (Timer-0) S 978458 978461 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 181717820 19498610688 40030 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
Current children cumulated CPU time: 3.9 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 160120 KiB

[startup+6.30026 s]
/proc/loadavg: 4.24 4.21 3.85 5/330 978483
/proc/meminfo: memFree=115373768/131524600 swapFree=131071996/131071996
[pid=978461] ppid=978458 vsize=19108176 memory=192008 CPUtime=7.36 cores=4,6
/proc/978461/stat : 978461 (java) S 978458 978461 975533 0 -1 1077936128 19946 0 0 0 729 7 0 0 20 0 20 0 181717803 19566772224 48002 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
/proc/978461/statm: 4777044 48002 5881 1 0 553499 0
[pid=978461/tid=978463] ppid=978458 vsize=19108176 memory=2320 CPUtime=6.23 cores=4,6
/proc/978461/task/978463/stat : 978463 (java) R 978458 978461 975533 0 -1 4194368 6634 0 0 0 620 3 0 0 20 0 20 0 181717803 19566772224 48002 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
[pid=978461/tid=978472] ppid=978458 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/978461/task/978472/stat : 978472 (Finalizer) S 978458 978461 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181717806 19566772224 48002 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
[pid=978461/tid=978479] ppid=978458 vsize=19108176 memory=13196 CPUtime=0 cores=4,6
/proc/978461/task/978479/stat : 978479 (Common-Cleaner) S 978458 978461 975533 0 -1 1077936192 53 0 0 0 0 0 0 0 20 0 20 0 181717806 19566772224 48002 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
[pid=978461/tid=978480] ppid=978458 vsize=19108176 memory=-5158697563450915880 CPUtime=0 cores=4,6
/proc/978461/task/978480/stat : 978480 (Timer-0) S 978458 978461 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181717820 19566772224 48002 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
Current children cumulated CPU time: 7.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 192008 KiB

[startup+12.7003 s]
/proc/loadavg: 4.22 4.20 3.85 5/330 978484
/proc/meminfo: memFree=115010416/131524600 swapFree=131071996/131071996
[pid=978461] ppid=978458 vsize=19108176 memory=678516 CPUtime=14.15 cores=4,6
/proc/978461/stat : 978461 (java) S 978458 978461 975533 0 -1 1077936128 22426 0 0 0 1398 17 0 0 20 0 20 0 181717803 19566772224 169629 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
/proc/978461/statm: 4777044 169629 5881 1 0 883521 0
[pid=978461/tid=978463] ppid=978458 vsize=19108176 memory=13196 CPUtime=12.17 cores=4,6
/proc/978461/task/978463/stat : 978463 (java) R 978458 978461 975533 0 -1 4194368 7306 0 0 0 1213 4 0 0 20 0 20 0 181717803 19566772224 169629 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
[pid=978461/tid=978472] ppid=978458 vsize=19108176 memory=405408 CPUtime=0 cores=4,6
/proc/978461/task/978472/stat : 978472 (Finalizer) S 978458 978461 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181717806 19566772224 169629 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
[pid=978461/tid=978479] ppid=978458 vsize=19108176 memory=45052 CPUtime=0 cores=4,6
/proc/978461/task/978479/stat : 978479 (Common-Cleaner) S 978458 978461 975533 0 -1 1077936192 53 0 0 0 0 0 0 0 20 0 20 0 181717806 19566772224 169629 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
[pid=978461/tid=978480] ppid=978458 vsize=19108176 memory=13196 CPUtime=0 cores=4,6
/proc/978461/task/978480/stat : 978480 (Timer-0) S 978458 978461 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181717820 19566772224 169629 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
Current children cumulated CPU time: 14.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 678516 KiB

[startup+25.5003 s]
/proc/loadavg: 4.19 4.20 3.85 5/330 978486
/proc/meminfo: memFree=114338192/131524600 swapFree=131071996/131071996
[pid=978461] ppid=978458 vsize=19108176 memory=1225720 CPUtime=27.28 cores=4,6
/proc/978461/stat : 978461 (java) S 978458 978461 975533 0 -1 1077936128 25018 0 0 0 2700 28 0 0 20 0 20 0 181717803 19566772224 306430 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
/proc/978461/statm: 4777044 306430 5890 1 0 883548 0
[pid=978461/tid=978463] ppid=978458 vsize=19108176 memory=6943526294502006880 CPUtime=24.54 cores=4,6
/proc/978461/task/978463/stat : 978463 (java) R 978458 978461 975533 0 -1 4194368 8149 0 0 0 2447 7 0 0 20 0 20 0 181717803 19566772224 306430 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
[pid=978461/tid=978472] ppid=978458 vsize=19108176 memory=11544 CPUtime=0 cores=4,6
/proc/978461/task/978472/stat : 978472 (Finalizer) S 978458 978461 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181717806 19566772224 306430 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
[pid=978461/tid=978479] ppid=978458 vsize=19108176 memory=3491 CPUtime=0 cores=4,6
/proc/978461/task/978479/stat : 978479 (Common-Cleaner) S 978458 978461 975533 0 -1 1077936192 53 0 0 0 0 0 0 0 20 0 20 0 181717806 19566772224 306430 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
[pid=978461/tid=978480] ppid=978458 vsize=19108176 memory=13196 CPUtime=0 cores=4,6
/proc/978461/task/978480/stat : 978480 (Timer-0) S 978458 978461 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181717820 19566772224 306430 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
Current children cumulated CPU time: 27.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1225720 KiB

[startup+51.1057 s]
/proc/loadavg: 4.27 4.22 3.88 5/332 978494
/proc/meminfo: memFree=113243940/131524600 swapFree=131071996/131071996
[pid=978461] ppid=978458 vsize=19108176 memory=2317484 CPUtime=53.7 cores=4,6
/proc/978461/stat : 978461 (java) S 978458 978461 975533 0 -1 1077936128 32898 0 0 0 5319 51 0 0 20 0 20 0 181717803 19566772224 579371 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
/proc/978461/statm: 4777044 579371 5906 1 0 1073638 0

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

[startup+3222.3 s]
/proc/loadavg: 4.42 4.32 4.22 5/334 980650
/proc/meminfo: memFree=95382016/131524600 swapFree=131071996/131071996
[pid=978461] ppid=978458 vsize=19108176 memory=13598984 CPUtime=3245.12 cores=4,6
/proc/978461/stat : 978461 (java) S 978458 978461 975533 0 -1 1077936128 245793 0 0 0 324125 387 0 0 20 0 20 0 181717803 19566772224 3399746 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
/proc/978461/statm: 4777044 3399746 5906 1 0 4083715 0
[pid=978461/tid=978463] ppid=978458 vsize=19108176 memory=12230104 CPUtime=3174.05 cores=4,6
/proc/978461/task/978463/stat : 978463 (java) R 978458 978461 975533 0 -1 4194368 78866 0 0 0 317344 61 0 0 20 0 20 0 181717803 19566772224 3399746 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 2 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
[pid=978461/tid=978472] ppid=978458 vsize=19108176 memory=11832792 CPUtime=0 cores=4,6
/proc/978461/task/978472/stat : 978472 (Finalizer) S 978458 978461 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181717806 19566772224 3399746 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
[pid=978461/tid=978479] ppid=978458 vsize=19108176 memory=13426952 CPUtime=0 cores=4,6
/proc/978461/task/978479/stat : 978479 (Common-Cleaner) S 978458 978461 975533 0 -1 1077936192 1291 0 0 0 0 0 0 0 20 0 20 0 181717806 19566772224 3399746 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
[pid=978461/tid=978480] ppid=978458 vsize=19108176 memory=13566216 CPUtime=0 cores=4,6
/proc/978461/task/978480/stat : 978480 (Timer-0) S 978458 978461 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181717820 19566772224 3399746 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
Current children cumulated CPU time: 3245.12 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 13598984 KiB

[startup+3282.3 s]
/proc/loadavg: 4.24 4.29 4.22 5/334 980662
/proc/meminfo: memFree=95051244/131524600 swapFree=131071996/131071996
[pid=978461] ppid=978458 vsize=19108176 memory=13926740 CPUtime=3305.12 cores=4,6
/proc/978461/stat : 978461 (java) S 978458 978461 975533 0 -1 1077936128 250910 0 0 0 330116 396 0 0 20 0 20 0 181717803 19566772224 3481685 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
/proc/978461/statm: 4777044 3481685 5906 1 0 4083715 0
[pid=978461/tid=978463] ppid=978458 vsize=19108176 memory=13926740 CPUtime=3232.95 cores=4,6
/proc/978461/task/978463/stat : 978463 (java) R 978458 978461 975533 0 -1 4194368 80441 0 0 0 323228 67 0 0 20 0 20 0 181717803 19566772224 3481685 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 2 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
[pid=978461/tid=978472] ppid=978458 vsize=19108176 memory=11544 CPUtime=0 cores=4,6
/proc/978461/task/978472/stat : 978472 (Finalizer) S 978458 978461 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181717806 19566772224 3481685 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
[pid=978461/tid=978479] ppid=978458 vsize=19108176 memory=13926740 CPUtime=0 cores=4,6
/proc/978461/task/978479/stat : 978479 (Common-Cleaner) S 978458 978461 975533 0 -1 1077936192 1426 0 0 0 0 0 0 0 20 0 20 0 181717806 19566772224 3481685 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
[pid=978461/tid=978480] ppid=978458 vsize=19108176 memory=13508872 CPUtime=0 cores=4,6
/proc/978461/task/978480/stat : 978480 (Timer-0) S 978458 978461 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181717820 19566772224 3481685 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
Current children cumulated CPU time: 3305.12 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 13926740 KiB

[startup+3342.3 s]
/proc/loadavg: 4.27 4.28 4.22 5/334 980672
/proc/meminfo: memFree=94933800/131524600 swapFree=131071996/131071996
[pid=978461] ppid=978458 vsize=19108176 memory=14041436 CPUtime=3365.11 cores=4,6
/proc/978461/stat : 978461 (java) S 978458 978461 975533 0 -1 1077936128 253155 0 0 0 336110 401 0 0 20 0 20 0 181717803 19566772224 3510359 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
/proc/978461/statm: 4777044 3510359 5906 1 0 4083717 0
[pid=978461/tid=978463] ppid=978458 vsize=19108176 memory=13926744 CPUtime=3291.96 cores=4,6
/proc/978461/task/978463/stat : 978463 (java) R 978458 978461 975533 0 -1 4194368 81857 0 0 0 329129 67 0 0 20 0 20 0 181717803 19566772224 3510359 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
[pid=978461/tid=978472] ppid=978458 vsize=19108176 memory=13926744 CPUtime=0 cores=4,6
/proc/978461/task/978472/stat : 978472 (Finalizer) S 978458 978461 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181717806 19566772224 3510359 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
[pid=978461/tid=978479] ppid=978458 vsize=19108176 memory=13926740 CPUtime=0 cores=4,6
/proc/978461/task/978479/stat : 978479 (Common-Cleaner) S 978458 978461 975533 0 -1 1077936192 1426 0 0 0 0 0 0 0 20 0 20 0 181717806 19566772224 3510359 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
[pid=978461/tid=978480] ppid=978458 vsize=19108176 memory=13196 CPUtime=0 cores=4,6
/proc/978461/task/978480/stat : 978480 (Timer-0) S 978458 978461 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181717820 19566772224 3510359 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
Current children cumulated CPU time: 3365.11 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 14041436 KiB

[startup+3402.3 s]
/proc/loadavg: 4.41 4.34 4.24 5/331 980682
/proc/meminfo: memFree=94771188/131524600 swapFree=131071996/131071996
[pid=978461] ppid=978458 vsize=19108176 memory=14041436 CPUtime=3425 cores=4,6
/proc/978461/stat : 978461 (java) S 978458 978461 975533 0 -1 1077936128 254816 0 0 0 342097 403 0 0 20 0 20 0 181717803 19566772224 3510359 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
/proc/978461/statm: 4777044 3510359 5906 1 0 4083717 0
[pid=978461/tid=978463] ppid=978458 vsize=19108176 memory=13926744 CPUtime=3351.82 cores=4,6
/proc/978461/task/978463/stat : 978463 (java) R 978458 978461 975533 0 -1 4194368 83240 0 0 0 335114 68 0 0 20 0 20 0 181717803 19566772224 3510359 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
[pid=978461/tid=978472] ppid=978458 vsize=19108176 memory=13926740 CPUtime=0 cores=4,6
/proc/978461/task/978472/stat : 978472 (Finalizer) S 978458 978461 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181717806 19566772224 3510359 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
[pid=978461/tid=978479] ppid=978458 vsize=19108176 memory=45052 CPUtime=0 cores=4,6
/proc/978461/task/978479/stat : 978479 (Common-Cleaner) S 978458 978461 975533 0 -1 1077936192 1426 0 0 0 0 0 0 0 20 0 20 0 181717806 19566772224 3510359 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
[pid=978461/tid=978480] ppid=978458 vsize=19108176 memory=14041436 CPUtime=0 cores=4,6
/proc/978461/task/978480/stat : 978480 (Timer-0) S 978458 978461 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181717820 19566772224 3510359 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
Current children cumulated CPU time: 3425 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 14041436 KiB

[startup+3462.3 s]
/proc/loadavg: 4.19 4.29 4.23 5/331 980692
/proc/meminfo: memFree=93887672/131524600 swapFree=131071996/131071996
[pid=978461] ppid=978458 vsize=19108176 memory=14041436 CPUtime=3485.42 cores=4,6
/proc/978461/stat : 978461 (java) S 978458 978461 975533 0 -1 1077936128 260501 0 0 0 348137 405 0 0 20 0 20 0 181717803 19566772224 3510359 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
/proc/978461/statm: 4777044 3510359 5906 1 0 4083717 0
[pid=978461/tid=978463] ppid=978458 vsize=19108176 memory=13926744 CPUtime=3411.09 cores=4,6
/proc/978461/task/978463/stat : 978463 (java) R 978458 978461 975533 0 -1 4194368 85201 0 0 0 341041 68 0 0 20 0 20 0 181717803 19566772224 3510359 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
[pid=978461/tid=978472] ppid=978458 vsize=19108176 memory=13926740 CPUtime=0 cores=4,6
/proc/978461/task/978472/stat : 978472 (Finalizer) S 978458 978461 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181717806 19566772224 3510359 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
[pid=978461/tid=978479] ppid=978458 vsize=19108176 memory=45052 CPUtime=0 cores=4,6
/proc/978461/task/978479/stat : 978479 (Common-Cleaner) S 978458 978461 975533 0 -1 1077936192 1507 0 0 0 0 0 0 0 20 0 20 0 181717806 19566772224 3510359 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
[pid=978461/tid=978480] ppid=978458 vsize=19108176 memory=14041436 CPUtime=0 cores=4,6
/proc/978461/task/978480/stat : 978480 (Timer-0) S 978458 978461 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181717820 19566772224 3510359 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
Current children cumulated CPU time: 3485.42 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 14041436 KiB

[startup+3522.3 s]
/proc/loadavg: 4.28 4.31 4.24 5/330 980703
/proc/meminfo: memFree=92747832/131524600 swapFree=131071996/131071996
[pid=978461] ppid=978458 vsize=19108176 memory=14041436 CPUtime=3545.65 cores=4,6
/proc/978461/stat : 978461 (java) S 978458 978461 975533 0 -1 1077936128 263226 0 0 0 354158 407 0 0 20 0 20 0 181717803 19566772224 3510359 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
/proc/978461/statm: 4777044 3510359 5906 1 0 4083717 0
[pid=978461/tid=978463] ppid=978458 vsize=19108176 memory=45052 CPUtime=3470.49 cores=4,6
/proc/978461/task/978463/stat : 978463 (java) R 978458 978461 975533 0 -1 4194368 87108 0 0 0 346981 68 0 0 20 0 20 0 181717803 19566772224 3510359 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
[pid=978461/tid=978472] ppid=978458 vsize=19108176 memory=14041436 CPUtime=0 cores=4,6
/proc/978461/task/978472/stat : 978472 (Finalizer) S 978458 978461 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181717806 19566772224 3510359 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
[pid=978461/tid=978479] ppid=978458 vsize=19108176 memory=14041436 CPUtime=0 cores=4,6
/proc/978461/task/978479/stat : 978479 (Common-Cleaner) S 978458 978461 975533 0 -1 1077936192 1507 0 0 0 0 0 0 0 20 0 20 0 181717806 19566772224 3510359 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
[pid=978461/tid=978480] ppid=978458 vsize=19108176 memory=11544 CPUtime=0 cores=4,6
/proc/978461/task/978480/stat : 978480 (Timer-0) S 978458 978461 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181717820 19566772224 3510359 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
Current children cumulated CPU time: 3545.65 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 14041436 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3576.4 s]
/proc/loadavg: 4.25 4.29 4.24 6/331 980712
/proc/meminfo: memFree=92261040/131524600 swapFree=131071996/131071996
[pid=978461] ppid=978458 vsize=19108176 memory=14041436 CPUtime=3600.05 cores=4,6
/proc/978461/stat : 978461 (java) S 978458 978461 975533 0 -1 1077936128 268673 0 0 0 359595 410 0 0 20 0 20 0 181717803 19566772224 3510359 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
/proc/978461/statm: 4777044 3510359 5906 1 0 4083717 0
[pid=978461/tid=978463] ppid=978458 vsize=19108176 memory=26116 CPUtime=3523.73 cores=4,6
/proc/978461/task/978463/stat : 978463 (java) R 978458 978461 975533 0 -1 4194368 88990 0 0 0 352304 69 0 0 20 0 20 0 181717803 19566772224 3510359 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 2 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
[pid=978461/tid=978472] ppid=978458 vsize=19108176 memory=14041436 CPUtime=0 cores=4,6
/proc/978461/task/978472/stat : 978472 (Finalizer) S 978458 978461 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181717806 19566772224 3510359 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
[pid=978461/tid=978479] ppid=978458 vsize=19108176 memory=2760 CPUtime=0 cores=4,6
/proc/978461/task/978479/stat : 978479 (Common-Cleaner) S 978458 978461 975533 0 -1 1077936192 1646 0 0 0 0 0 0 0 20 0 20 0 181717806 19566772224 3510359 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
[pid=978461/tid=978480] ppid=978458 vsize=19108176 memory=13692 CPUtime=0 cores=4,6
/proc/978461/task/978480/stat : 978480 (Timer-0) S 978458 978461 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181717820 19566772224 3510359 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 14041436 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.08 s, system=4.14304 s

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

[startup+3576.51 s]
/proc/loadavg: 4.25 4.29 4.24 6/331 980712
/proc/meminfo: memFree=92261040/131524600 swapFree=131071996/131071996
[pid=978461] ppid=978458 vsize=19307868 memory=14042168 CPUtime=3600.18 cores=4,6
/proc/978461/stat : 978461 (java) S 978458 978461 975533 0 -1 1077936128 271772 0 0 0 359608 410 0 0 20 0 15 0 181717803 19771256832 3510542 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
/proc/978461/statm: 4826967 3510542 5917 1 0 4084657 0
[pid=978461/tid=978463] ppid=978458 vsize=19307868 memory=14041436 CPUtime=3523.75 cores=4,6
/proc/978461/task/978463/stat : 978463 (java) S 978458 978461 975533 0 -1 1077936192 89103 0 0 0 352306 69 0 0 20 0 15 0 181717803 19771256832 3510542 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 2 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
[pid=978461/tid=978472] ppid=978458 vsize=19307868 memory=13196 CPUtime=0 cores=4,6
/proc/978461/task/978472/stat : 978472 (Finalizer) S 978458 978461 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 15 0 181717806 19771256832 3510542 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
[pid=978461/tid=978479] ppid=978458 vsize=19307868 memory=11544 CPUtime=0 cores=4,6
/proc/978461/task/978479/stat : 978479 (Common-Cleaner) S 978458 978461 975533 0 -1 1077936192 1646 0 0 0 0 0 0 0 20 0 15 0 181717806 19771256832 3510542 134679101440 94007708889088 94007708892784 140730634282304 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94007708900600 94007708901392 94007724363776 140730634290182 140730634290272 140730634290272 140730634297288 0
Current children cumulated CPU time: 3600.18 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 14042168 KiB

Child status: 143

Real time (s): 3576.55
CPU time (s): 3600.23
CPU user time (s): 3596.08
CPU system time (s): 4.14304
CPU usage (%): 100.662
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 14042168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.08
system time used= 4.14304
maximum resident set size= 14043188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 271822
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109549
involuntary context switches= 21554


# summary of solver processes directly reported to runsolver:
#   pid: 978461
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3596.08
#   total CPU system time (s): 4.14304

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.58815 second user time and 17.7886 second system time

The end

Launcher Data

Begin job on nodeC017 at 2024-07-18 11:39:32
IDJOB=4442354
IDBENCH=147798
IDSOLVER=3058
FILE ID=nodeC017/4442354-1721295560
RUNJOBID= nodeC017-1721293761-975544
SLURM_JOB_ID= 7542595
Free space on /tmp= 890076 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl35_45_pb.cnf.cr.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442354-1721295560/watcher-4442354-1721295560 -o /tmp/evaluation-result-4442354-1721295560/solver-4442354-1721295560 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721293761-975544 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4442354-1721295560.opb

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

MD5SUM BENCH= c4e002803cd12e4b1777ff61c40f9ab0
RANDOM SEED=1098954389

nodeC017.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		: 3666.359
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.46
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		: 3681.085
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	: 7006.99
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		: 3627.989
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.46
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.807
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	: 7006.99
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		: 3632.648
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.46
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		: 3681.084
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	: 7006.99
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		: 3631.409
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.46
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.740
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	: 7006.99
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        115545544 kB
MemAvailable:   117388528 kB
Buffers:          500216 kB
Cached:          2168728 kB
SwapCached:            0 kB
Active:          1184156 kB
Inactive:       14136888 kB
Active(anon):       1536 kB
Inactive(anon): 12688272 kB
Active(file):    1182620 kB
Inactive(file):  1448616 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               904 kB
Writeback:             0 kB
AnonPages:      12652104 kB
Mapped:           126076 kB
Shmem:             37720 kB
KReclaimable:     102788 kB
Slab:             215160 kB
SReclaimable:     102788 kB
SUnreclaim:       112372 kB
KernelStack:        5024 kB
PageTables:        34684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   16124756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            66912 kB
HardwareCorrupted:     0 kB
AnonHugePages:  12269568 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:      279252 kB
DirectMap2M:    38291456 kB
DirectMap1G:    97517568 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC017 at 2024-07-18 12:39:09