Trace number 4446371

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 Cutting Planes 2024 2024-07-12? (TO) 3600.29 3537.52

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-139.opb
MD5SUMb1a9bb408d678f4e4f75286e8bd2bbb9
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark23.2372
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables35834
Total number of constraints835510
Number of constraints which are clauses750303
Number of constraints which are cardinality constraints (but not clauses)2782
Number of constraints which are nor clauses,nor cardinality constraints82425
Minimum length of a constraint1
Maximum length of a constraint690
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 691
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.13	c See www.sat4j.org for details.
0.12/0.14	c version CUSTOM.v20240707
0.12/0.17	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.17	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.17	c java.vm.version	22.0.1+8-16
0.12/0.17	c java.vm.vendor	Oracle Corporation
0.12/0.17	c sun.arch.data.model	64
0.12/0.17	c java.version		22.0.1
0.12/0.17	c os.name		Linux
0.12/0.17	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.17	c os.arch		amd64
0.12/0.17	c Free memory 		2113181440
0.12/0.18	c Max memory 		16282288128
0.12/0.18	c Total memory 		2122317824
0.12/0.18	c Number of processors 	2
0.44/0.36	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.44/0.36	 - never skip resolution steps
0.44/0.36	 - Auto-division on coefficients is disabled
0.44/0.36	 - No postprocessing
0.44/0.36	 - Conflict is considered as is when resolving
0.44/0.36	 - Use constraints as they come during conflict analysis
0.44/0.36	 - Weaken first using unassigned literals
0.44/0.36	 - Bump strategy: ALWAYS_ONE
0.44/0.36	 - Bumper: EFFECTIVE
0.44/0.36	--- Begin Solver configuration ---
0.44/0.36	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.44/0.36	Learn all clauses as in MiniSAT
0.44/0.36	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.44/0.36	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.44/0.36	No reason simplification
0.44/0.36	Dynamic restart strategy considering the size of the coefficients
0.44/0.36	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.44/0.36	timeout=2147483s
0.44/0.36	DB Simplification allowed=false
0.44/0.36	Listener: none
0.44/0.36	--- End Solver configuration ---
0.44/0.36	c Pseudo Boolean Optimization by upper bound
0.44/0.36	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.44/0.36	c  - never skip resolution steps
0.44/0.36	c  - Auto-division on coefficients is disabled
0.44/0.36	c  - No postprocessing
0.44/0.36	c  - Conflict is considered as is when resolving
0.44/0.36	c  - Use constraints as they come during conflict analysis
0.44/0.36	c  - Weaken first using unassigned literals
0.44/0.36	c  - Bump strategy: ALWAYS_ONE
0.44/0.36	c  - Bumper: EFFECTIVE
0.44/0.36	c --- Begin Solver configuration ---
0.44/0.36	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.44/0.36	c Learn all clauses as in MiniSAT
0.44/0.36	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.44/0.36	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.44/0.36	c No reason simplification
0.44/0.36	c Dynamic restart strategy considering the size of the coefficients
0.44/0.36	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.44/0.36	c timeout=2147483s
0.44/0.36	c DB Simplification allowed=false
0.44/0.36	c Listener: none
0.44/0.36	c --- End Solver configuration ---
0.44/0.36	c solving HOME/instance-4446371-1721335546.opb
0.44/0.36	c reading problem ... 
0.44/0.37	c  no objective function found
55.48/51.53	c ... done. Wall clock time 51.16s.
55.48/51.53	c declared #vars     35834
55.48/51.53	c #constraints  836984
55.48/51.53	c constraints type 
55.48/51.53	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 183324
55.48/51.53	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2627
55.48/51.53	c org.sat4j.specs.Constr$1 => 113108
55.48/51.53	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 82425
55.48/51.53	c org.sat4j.pb.constraints.pb.UnitClausePB => 7012
55.48/51.53	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 448488
55.48/51.53	c 836984 constraints processed.
63.04/55.96	c cleaning 2494 clauses out of 5000 with flag 0/5000
68.55/59.99	c cleaning 4250 clauses out of 8506 with flag 0/11000
74.67/64.36	c cleaning 5552 clauses out of 11256 with flag 0/18000
79.84/69.35	c cleaning 6775 clauses out of 13704 with flag 0/26000
85.82/75.11	c cleaning 7795 clauses out of 15929 with flag 0/35000
92.67/81.96	c cleaning 8929 clauses out of 18134 with flag 0/45000
101.07/89.99	c cleaning 9990 clauses out of 20205 with flag 0/56000
110.52/99.30	c cleaning 10983 clauses out of 22215 with flag 0/68000
120.73/109.49	c cleaning 12015 clauses out of 24232 with flag 0/81000
132.86/121.45	c cleaning 13003 clauses out of 26217 with flag 0/95000
147.33/135.86	c cleaning 13965 clauses out of 28214 with flag 0/110000
164.72/153.21	c cleaning 15022 clauses out of 30249 with flag 0/126000
182.70/170.82	c cleaning 16052 clauses out of 32228 with flag 0/143001
202.14/190.10	c cleaning 16937 clauses out of 34175 with flag 0/161000
225.06/212.45	c cleaning 18014 clauses out of 36238 with flag 0/180000
250.63/237.66	c cleaning 18941 clauses out of 38224 with flag 0/200000
276.30/262.91	c cleaning 20007 clauses out of 40283 with flag 0/221000
307.35/293.43	c cleaning 21067 clauses out of 42276 with flag 0/243000
340.09/325.52	c cleaning 22035 clauses out of 44209 with flag 0/266000
375.81/360.75	c cleaning 23086 clauses out of 46176 with flag 0/290002
415.42/400.06	c cleaning 23919 clauses out of 48089 with flag 0/315001
457.00/441.09	c cleaning 24948 clauses out of 50172 with flag 0/341003
501.70/485.16	c cleaning 25975 clauses out of 52221 with flag 0/368000
549.10/531.78	c cleaning 27018 clauses out of 54246 with flag 0/396000
600.38/582.75	c cleaning 28018 clauses out of 56228 with flag 0/425000
652.67/634.13	c cleaning 28994 clauses out of 58210 with flag 0/455000
705.98/686.73	c cleaning 29848 clauses out of 60216 with flag 0/486000
761.89/742.29	c cleaning 30950 clauses out of 62368 with flag 0/518000
823.76/803.09	c cleaning 31989 clauses out of 64419 with flag 0/551001
881.90/860.23	c cleaning 33086 clauses out of 66431 with flag 0/585002
946.23/923.83	c cleaning 33945 clauses out of 68343 with flag 0/620000
1015.18/992.25	c cleaning 35078 clauses out of 70398 with flag 0/656000
1086.56/1062.73	c cleaning 36105 clauses out of 72320 with flag 0/693000
1160.61/1135.86	c cleaning 37019 clauses out of 74215 with flag 0/731000
1245.03/1219.49	c cleaning 38014 clauses out of 76196 with flag 0/770000
1292.21/1266.37	c cleaning 38957 clauses out of 78182 with flag 0/810000
1348.42/1321.82	c cleaning 39960 clauses out of 80225 with flag 0/851000
1405.20/1377.97	c cleaning 41002 clauses out of 82266 with flag 0/893001
1459.86/1432.04	c cleaning 41954 clauses out of 84263 with flag 0/936000
1523.66/1494.88	c cleaning 43012 clauses out of 86309 with flag 0/980000
1586.55/1556.63	c cleaning 43912 clauses out of 88297 with flag 0/1025000
1649.43/1618.67	c cleaning 45072 clauses out of 90385 with flag 0/1071000
1718.74/1686.90	c cleaning 45929 clauses out of 92313 with flag 0/1118000
1790.28/1757.57	c cleaning 47101 clauses out of 94384 with flag 0/1166000
1863.85/1830.27	c cleaning 48048 clauses out of 96285 with flag 0/1215002
1940.05/1905.20	c cleaning 48893 clauses out of 98235 with flag 0/1265000
2021.56/1985.98	c cleaning 49965 clauses out of 100342 with flag 0/1316000
2104.52/2067.92	c cleaning 51011 clauses out of 102377 with flag 0/1368000
2192.38/2154.68	c cleaning 52026 clauses out of 104366 with flag 0/1421000
2280.92/2241.26	c cleaning 53040 clauses out of 106341 with flag 0/1475001
2372.23/2331.38	c cleaning 54021 clauses out of 108300 with flag 0/1530000
2466.85/2424.35	c cleaning 55067 clauses out of 110280 with flag 0/1586001
2564.38/2520.32	c cleaning 55664 clauses out of 112213 with flag 0/1643001
2671.92/2626.01	c cleaning 57119 clauses out of 114548 with flag 0/1701000
2775.72/2727.87	c cleaning 57981 clauses out of 116429 with flag 0/1760000
2883.65/2833.06	c cleaning 59195 clauses out of 118448 with flag 0/1820000
2998.75/2945.94	c cleaning 59911 clauses out of 120253 with flag 0/1881000
3112.11/3057.58	c cleaning 60986 clauses out of 122342 with flag 0/1943000
3227.09/3170.88	c cleaning 61940 clauses out of 124356 with flag 0/2006000
3342.20/3284.04	c cleaning 63083 clauses out of 126417 with flag 0/2070001
3466.65/3406.14	c cleaning 63856 clauses out of 128333 with flag 0/2135000
3588.99/3526.48	c cleaning 65213 clauses out of 130478 with flag 0/2201001
3600.09/3537.42	c starts		: 10154
3600.09/3537.42	c timeout
3600.09/3537.43	c conflicts		: 2211682
3600.09/3537.43	c decisions		: 27652075
3600.09/3537.43	c propagations		: 1833812851
3600.09/3537.43	c inspects		: 13528502017
3600.09/3537.43	c shortcuts		: 0
3600.09/3537.43	c learnt literals	: 0
3600.09/3537.43	c learnt binary clauses	: 325
3600.09/3537.43	c learnt ternary clauses	: 2989
3600.09/3537.43	c learnt constraints	: 2211681
3600.09/3537.43	c ignored constraints	: 0
3600.09/3537.43	c root simplifications	: 0
3600.09/3537.43	c removed literals (reason simplification)	: 0
3600.09/3537.43	c reason swapping (by a shorter reason)	: 0
3600.09/3537.43	c Calls to reduceDB	: 62
3600.09/3537.43	c Number of update (reduction) of LBD	: 2826296
3600.09/3537.43	c Imported unit clauses	: 0
3600.09/3537.43	c No decision after first conflict	: false
3600.09/3537.43	c number of reductions to clauses (during analyze)	: 0
3600.09/3537.43	c number of learned constraints concerned by reduction	: 0
3600.09/3537.43	c number of learning phase by resolution	: 0
3600.09/3537.43	c number of learning phase by cutting planes	: 0
3600.09/3537.43	c number of rounding to 1 operations	: 0
3600.09/3537.43	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3537.43	c number of reductions of the coefficients by power 2 	: 0
3600.09/3537.43	c number of right shift for reduction by power 2 	: 0
3600.09/3537.43	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3537.43	c number of ending skipping 	: 0
3600.09/3537.43	c number of internal skipping 	: 0
3600.09/3537.43	c number of derivation steps 	: 27659731
3600.09/3537.43	c number of skipped derivation steps 	: 0
3600.09/3537.43	c number of remaining unassigned 	: 19092
3600.09/3537.43	c number of remaining assigned 	: 225427517
3600.09/3537.43	c number of falsified literals weakened from reason	: 0
3600.09/3537.43	c number of falsified literals weakened from conflict	: 0
3600.09/3537.43	c time for arithmetic operations	: 5735699076
3600.09/3537.43	c minimum degree of deleted constraints	: 1
3600.09/3537.43	c maximum degree of deleted constraints	: 14820
3600.09/3537.43	c number of deleted constraints	: 2135736
3600.09/3537.43	c speed (assignments/second)	: 526069.8972682023
3600.09/3537.43	c non guided choices	: 634579
3600.09/3537.47	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 68469
3600.09/3537.47	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 21
3600.09/3537.47	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 325
3600.09/3537.47	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 7130
3600.09/3537.47	s UNKNOWN
3600.09/3537.47	c Total wall clock time (in seconds): 3537.112

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446371-1721335546/watcher-4446371-1721335546 -o /tmp/evaluation-result-4446371-1721335546/solver-4446371-1721335546 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721328481-972844 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4446371-1721335546.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=978010, runsolver pid=978007

[startup+0.100039 s]*
/proc/loadavg: 4.52 4.61 4.49 6/316 978028
/proc/meminfo: memFree=113640872/131655788 swapFree=131070704/131071996
[pid=978010] ppid=978007 vsize=18975048 memory=55844 CPUtime=0.12 cores=5,7
/proc/978010/stat : 978010 (java) S 978007 978010 972831 0 -1 1077936128 6566 0 0 0 9 3 0 0 20 0 18 0 185711829 19430449152 13961 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
/proc/978010/statm: 4743762 13961 5553 1 0 550899 0
[pid=978010/tid=978012] ppid=978007 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/978010/task/978012/stat : 978012 (java) R 978007 978010 972831 0 -1 4194368 5505 0 0 0 6 2 0 0 20 0 18 0 185711830 19430449152 13964 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
[pid=978010/tid=978021] ppid=978007 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/978010/task/978021/stat : 978021 (Finalizer) S 978007 978010 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 185711834 19430449152 13964 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
[pid=978010/tid=978028] ppid=978007 vsize=18975048 memory=14698495669638111 CPUtime=0 cores=5,7
/proc/978010/task/978028/stat : 978028 (Common-Cleaner) S 978007 978010 972831 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 185711834 19430449152 13964 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 55844 KiB

[startup+0.21787 s]*
/proc/loadavg: 4.52 4.61 4.49 7/316 978028
/proc/meminfo: memFree=113631600/131655788 swapFree=131070704/131071996
[pid=978010] ppid=978007 vsize=18975048 memory=64800 CPUtime=0.28 cores=5,7
/proc/978010/stat : 978010 (java) S 978007 978010 972831 0 -1 1077936128 7235 0 0 0 25 3 0 0 20 0 18 0 185711829 19430449152 16200 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
/proc/978010/statm: 4743762 16200 5558 1 0 551427 0
[pid=978010/tid=978012] ppid=978007 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=5,7
/proc/978010/task/978012/stat : 978012 (java) R 978007 978010 972831 0 -1 1077936192 5759 0 0 0 16 2 0 0 20 0 18 0 185711830 19430449152 16200 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
[pid=978010/tid=978021] ppid=978007 vsize=18975048 memory=1774770 CPUtime=0 cores=5,7
/proc/978010/task/978021/stat : 978021 (Finalizer) S 978007 978010 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 185711834 19430449152 16200 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
[pid=978010/tid=978028] ppid=978007 vsize=18975048 memory=13848573179598470 CPUtime=0 cores=5,7
/proc/978010/task/978028/stat : 978028 (Common-Cleaner) S 978007 978010 972831 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 185711834 19430449152 16200 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64800 KiB

[startup+0.319855 s]*
/proc/loadavg: 4.52 4.61 4.49 7/316 978028
/proc/meminfo: memFree=113630564/131655788 swapFree=131070704/131071996
[pid=978010] ppid=978007 vsize=18975048 memory=66768 CPUtime=0.44 cores=5,7
/proc/978010/stat : 978010 (java) S 978007 978010 972831 0 -1 1077936128 7523 0 0 0 40 4 0 0 20 0 18 0 185711829 19430449152 16692 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
/proc/978010/statm: 4743762 16692 5750 1 0 551641 0
[pid=978010/tid=978012] ppid=978007 vsize=18975048 memory=-8673205436848317116 CPUtime=0.26 cores=5,7
/proc/978010/task/978012/stat : 978012 (java) R 978007 978010 972831 0 -1 1077936192 5926 0 0 0 24 2 0 0 20 0 18 0 185711830 19430449152 16692 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
[pid=978010/tid=978021] ppid=978007 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/978010/task/978021/stat : 978021 (Finalizer) S 978007 978010 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 185711834 19430449152 16692 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
[pid=978010/tid=978028] ppid=978007 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/978010/task/978028/stat : 978028 (Common-Cleaner) S 978007 978010 972831 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 185711834 19430449152 16692 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66768 KiB

[startup+0.701025 s]
/proc/loadavg: 4.52 4.61 4.49 9/317 978029
/proc/meminfo: memFree=113534348/131655788 swapFree=131070704/131071996
[pid=978010] ppid=978007 vsize=19041612 memory=189476 CPUtime=1 cores=5,7
/proc/978010/stat : 978010 (java) S 978007 978010 972831 0 -1 1077936128 9470 0 0 0 93 7 0 0 20 0 19 0 185711829 19498610688 47369 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
/proc/978010/statm: 4760403 47369 5888 1 0 553110 0
[pid=978010/tid=978012] ppid=978007 vsize=19041612 memory=5540 CPUtime=0.53 cores=5,7
/proc/978010/task/978012/stat : 978012 (java) R 978007 978010 972831 0 -1 4194368 6118 0 0 0 48 5 0 0 20 0 19 0 185711830 19498610688 47369 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
[pid=978010/tid=978021] ppid=978007 vsize=19041612 memory=12508 CPUtime=0 cores=5,7
/proc/978010/task/978021/stat : 978021 (Finalizer) S 978007 978010 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185711834 19498610688 47369 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
[pid=978010/tid=978028] ppid=978007 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/978010/task/978028/stat : 978028 (Common-Cleaner) S 978007 978010 972831 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 185711834 19498610688 47369 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 189476 KiB

[startup+1.50102 s]
/proc/loadavg: 4.52 4.61 4.49 6/317 978029
/proc/meminfo: memFree=112837344/131655788 swapFree=131070704/131071996
[pid=978010] ppid=978007 vsize=19041612 memory=1328412 CPUtime=2.49 cores=5,7
/proc/978010/stat : 978010 (java) S 978007 978010 972831 0 -1 1077936128 21313 0 0 0 215 34 0 0 20 0 19 0 185711829 19498610688 332103 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
/proc/978010/statm: 4760403 332103 5888 1 0 559033 0
[pid=978010/tid=978012] ppid=978007 vsize=19041612 memory=12508 CPUtime=1.3 cores=5,7
/proc/978010/task/978012/stat : 978012 (java) R 978007 978010 972831 0 -1 4194368 6662 0 0 0 101 29 0 0 20 0 19 0 185711830 19498610688 332103 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
[pid=978010/tid=978021] ppid=978007 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/978010/task/978021/stat : 978021 (Finalizer) S 978007 978010 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185711834 19498610688 332103 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
[pid=978010/tid=978028] ppid=978007 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/978010/task/978028/stat : 978028 (Common-Cleaner) S 978007 978010 972831 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 185711834 19498610688 332103 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
Current children cumulated CPU time: 2.49 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1328412 KiB

[startup+3.10602 s]
/proc/loadavg: 4.52 4.61 4.49 5/317 978029
/proc/meminfo: memFree=109690212/131655788 swapFree=131070704/131071996
[pid=978010] ppid=978007 vsize=19041612 memory=3410068 CPUtime=5.13 cores=5,7
/proc/978010/stat : 978010 (java) S 978007 978010 972831 0 -1 1077936128 23526 0 0 0 438 75 0 0 20 0 19 0 185711829 19498610688 852517 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
/proc/978010/statm: 4760403 852517 5888 1 0 1087540 0
[pid=978010/tid=978012] ppid=978007 vsize=19041612 memory=0 CPUtime=2.85 cores=5,7
/proc/978010/task/978012/stat : 978012 (java) R 978007 978010 972831 0 -1 4194368 7678 0 0 0 216 69 0 0 20 0 19 0 185711830 19498610688 852517 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
[pid=978010/tid=978021] ppid=978007 vsize=19041612 memory=12508 CPUtime=0 cores=5,7
/proc/978010/task/978021/stat : 978021 (Finalizer) S 978007 978010 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185711834 19498610688 852517 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
[pid=978010/tid=978028] ppid=978007 vsize=19041612 memory=1329996 CPUtime=0 cores=5,7
/proc/978010/task/978028/stat : 978028 (Common-Cleaner) S 978007 978010 972831 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 185711834 19498610688 852517 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
Current children cumulated CPU time: 5.13 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3410068 KiB

[startup+6.30103 s]
/proc/loadavg: 4.64 4.63 4.50 6/317 978029
/proc/meminfo: memFree=109689552/131655788 swapFree=131070704/131071996
[pid=978010] ppid=978007 vsize=19041612 memory=3401452 CPUtime=8.56 cores=5,7
/proc/978010/stat : 978010 (java) S 978007 978010 972831 0 -1 1077936128 23685 0 0 0 780 76 0 0 20 0 19 0 185711829 19498610688 850363 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
/proc/978010/statm: 4760403 850363 5888 1 0 1087542 0
[pid=978010/tid=978012] ppid=978007 vsize=19041612 memory=0 CPUtime=5.93 cores=5,7
/proc/978010/task/978012/stat : 978012 (java) R 978007 978010 972831 0 -1 4194368 7762 0 0 0 523 70 0 0 20 0 19 0 185711830 19498610688 850363 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
[pid=978010/tid=978021] ppid=978007 vsize=19041612 memory=1328412 CPUtime=0 cores=5,7
/proc/978010/task/978021/stat : 978021 (Finalizer) S 978007 978010 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185711834 19498610688 850363 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
[pid=978010/tid=978028] ppid=978007 vsize=19041612 memory=224194199869 CPUtime=0 cores=5,7
/proc/978010/task/978028/stat : 978028 (Common-Cleaner) S 978007 978010 972831 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 185711834 19498610688 850363 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
Current children cumulated CPU time: 8.56 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3401452 KiB

[startup+12.7004 s]
/proc/loadavg: 4.59 4.62 4.49 5/317 978031
/proc/meminfo: memFree=108234556/131655788 swapFree=131070704/131071996
[pid=978010] ppid=978007 vsize=19041612 memory=4851164 CPUtime=15.17 cores=5,7
/proc/978010/stat : 978010 (java) S 978007 978010 972831 0 -1 1077936128 25627 0 0 0 1409 108 0 0 20 0 19 0 185711829 19498610688 1212791 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
/proc/978010/statm: 4760403 1212791 5888 1 0 1453104 0
[pid=978010/tid=978012] ppid=978007 vsize=19041612 memory=4849112 CPUtime=11.84 cores=5,7
/proc/978010/task/978012/stat : 978012 (java) R 978007 978010 972831 0 -1 4194368 9070 0 0 0 1084 100 0 0 20 0 19 0 185711830 19498610688 1212791 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
[pid=978010/tid=978021] ppid=978007 vsize=19041612 memory=3410032 CPUtime=0 cores=5,7
/proc/978010/task/978021/stat : 978021 (Finalizer) S 978007 978010 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185711834 19498610688 1212791 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
[pid=978010/tid=978028] ppid=978007 vsize=19041612 memory=14408241727671311 CPUtime=0 cores=5,7
/proc/978010/task/978028/stat : 978028 (Common-Cleaner) S 978007 978010 972831 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 185711834 19498610688 1212791 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
Current children cumulated CPU time: 15.17 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4851164 KiB

[startup+25.5005 s]
/proc/loadavg: 4.53 4.60 4.49 5/316 978032
/proc/meminfo: memFree=106189004/131655788 swapFree=131070704/131071996
[pid=978010] ppid=978007 vsize=19041612 memory=6884184 CPUtime=28.36 cores=5,7
/proc/978010/stat : 978010 (java) S 978007 978010 972831 0 -1 1077936128 29017 0 0 0 2686 150 0 0 20 0 19 0 185711829 19498610688 1721046 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
/proc/978010/statm: 4760403 1721046 5888 1 0 1962803 0
[pid=978010/tid=978012] ppid=978007 vsize=19041612 memory=6873796 CPUtime=23.87 cores=5,7
/proc/978010/task/978012/stat : 978012 (java) R 978007 978010 972831 0 -1 4194368 11202 0 0 0 2247 140 0 0 20 0 19 0 185711830 19498610688 1721046 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
[pid=978010/tid=978021] ppid=978007 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/978010/task/978021/stat : 978021 (Finalizer) S 978007 978010 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185711834 19498610688 1721046 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
[pid=978010/tid=978028] ppid=978007 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/978010/task/978028/stat : 978028 (Common-Cleaner) S 978007 978010 972831 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 185711834 19498610688 1721046 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
Current children cumulated CPU time: 28.36 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 6884184 KiB

[startup+51.1135 s]
/proc/loadavg: 4.51 4.59 4.49 5/315 978104
/proc/meminfo: memFree=111530536/131655788 swapFree=131070704/131071996
[pid=978010] ppid=978007 vsize=19041612 memory=6960604 CPUtime=55.03 cores=5,7
/proc/978010/stat : 978010 (java) S 978007 978010 972831 0 -1 1077936128 33969 0 0 0 5346 157 0 0 20 0 19 0 185711829 19498610688 1740151 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
/proc/978010/statm: 4760403 1740151 5888 1 0 1962803 0
[pid=978010/tid=978012] ppid=978007 vsize=19041612 memory=0 CPUtime=47.83 cores=5,7
/proc/978010/task/978012/stat : 978012 (java) R 978007 978010 972831 0 -1 4194368 13114 0 0 0 4641 142 0 0 20 0 19 0 185711830 19498610688 1740151 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
[pid=978010/tid=978021] ppid=978007 vsize=19041612 memory=3410068 CPUtime=0 cores=5,7
/proc/978010/task/978021/stat : 978021 (Finalizer) S 978007 978010 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185711834 19498610688 1740151 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
[pid=978010/tid=978028] ppid=978007 vsize=19041612 memory=4853212 CPUtime=0 cores=5,7
/proc/978010/task/978028/stat : 978028 (Common-Cleaner) S 978007 978010 972831 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 185711834 19498610688 1740151 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
Current children cumulated CPU time: 55.03 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 6960604 KiB

[startup+102.301 s]
/proc/loadavg: 4.54 4.59 4.49 5/317 978114
/proc/meminfo: memFree=110273928/131655788 swapFree=131070704/131071996
[pid=978010] ppid=978007 vsize=19108176 memory=7005296 CPUtime=113.57 cores=5,7
/proc/978010/stat : 978010 (java) S 978007 978010 972831 0 -1 1077936128 56924 0 0 0 11191 166 0 0 20 0 20 0 185711829 19566772224 1751324 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
/proc/978010/statm: 4777044 1751324 5920 1 0 1963595 0

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

/proc/meminfo: memFree=108122020/131655788 swapFree=131070704/131071996
[pid=978010] ppid=978007 vsize=19108176 memory=7805076 CPUtime=3218.6 cores=5,7
/proc/978010/stat : 978010 (java) S 978007 978010 972831 0 -1 1077936128 466085 0 0 0 321472 388 0 0 20 0 20 0 185711829 19566772224 1951269 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
/proc/978010/statm: 4777044 1951269 5920 1 0 1965838 0
[pid=978010/tid=978012] ppid=978007 vsize=19108176 memory=5540 CPUtime=3094.73 cores=5,7
/proc/978010/task/978012/stat : 978012 (java) R 978007 978010 972831 0 -1 4194368 277921 0 0 0 309287 186 0 0 20 0 20 0 185711830 19566772224 1951269 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 7 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
[pid=978010/tid=978021] ppid=978007 vsize=19108176 memory=11420 CPUtime=0 cores=5,7
/proc/978010/task/978021/stat : 978021 (Finalizer) S 978007 978010 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185711834 19566772224 1951269 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
[pid=978010/tid=978028] ppid=978007 vsize=19108176 memory=7805076 CPUtime=0.01 cores=5,7
/proc/978010/task/978028/stat : 978028 (Common-Cleaner) S 978007 978010 972831 0 -1 1077936192 3565 0 0 0 0 1 0 0 20 0 20 0 185711834 19566772224 1951269 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
[pid=978010/tid=978106] ppid=978007 vsize=19108176 memory=7805076 CPUtime=0 cores=5,7
/proc/978010/task/978106/stat : 978106 (Timer-0) S 978007 978010 972831 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 185716984 19566772224 1951269 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
Current children cumulated CPU time: 3218.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7805076 KiB

[startup+3222.3 s]
/proc/loadavg: 4.30 4.35 4.31 5/317 979858
/proc/meminfo: memFree=108121448/131655788 swapFree=131070704/131071996
[pid=978010] ppid=978007 vsize=19108176 memory=7805076 CPUtime=3279.36 cores=5,7
/proc/978010/stat : 978010 (java) S 978007 978010 972831 0 -1 1077936128 472447 0 0 0 327544 392 0 0 20 0 20 0 185711829 19566772224 1951269 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
/proc/978010/statm: 4777044 1951269 5920 1 0 1965838 0
[pid=978010/tid=978012] ppid=978007 vsize=19108176 memory=11420 CPUtime=3153.66 cores=5,7
/proc/978010/task/978012/stat : 978012 (java) R 978007 978010 972831 0 -1 4194368 282308 0 0 0 315179 187 0 0 20 0 20 0 185711830 19566772224 1951269 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 7 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
[pid=978010/tid=978021] ppid=978007 vsize=19108176 memory=5540 CPUtime=0 cores=5,7
/proc/978010/task/978021/stat : 978021 (Finalizer) S 978007 978010 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185711834 19566772224 1951269 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
[pid=978010/tid=978028] ppid=978007 vsize=19108176 memory=11420 CPUtime=0.01 cores=5,7
/proc/978010/task/978028/stat : 978028 (Common-Cleaner) S 978007 978010 972831 0 -1 1077936192 3621 0 0 0 0 1 0 0 20 0 20 0 185711834 19566772224 1951269 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
[pid=978010/tid=978106] ppid=978007 vsize=19108176 memory=45484 CPUtime=0 cores=5,7
/proc/978010/task/978106/stat : 978106 (Timer-0) S 978007 978010 972831 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 185716984 19566772224 1951269 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
Current children cumulated CPU time: 3279.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7805076 KiB

[startup+3282.3 s]
/proc/loadavg: 4.22 4.32 4.30 6/317 979868
/proc/meminfo: memFree=108072956/131655788 swapFree=131070704/131071996
[pid=978010] ppid=978007 vsize=19108176 memory=7805076 CPUtime=3340.5 cores=5,7
/proc/978010/stat : 978010 (java) S 978007 978010 972831 0 -1 1077936128 479151 0 0 0 333653 397 0 0 20 0 20 0 185711829 19566772224 1951269 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
/proc/978010/statm: 4777044 1951269 5920 1 0 1965838 0
[pid=978010/tid=978012] ppid=978007 vsize=19108176 memory=7805076 CPUtime=3212.14 cores=5,7
/proc/978010/task/978012/stat : 978012 (java) R 978007 978010 972831 0 -1 4194368 286837 0 0 0 321026 188 0 0 20 0 20 0 185711830 19566772224 1951269 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 7 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
[pid=978010/tid=978021] ppid=978007 vsize=19108176 memory=7805076 CPUtime=0 cores=5,7
/proc/978010/task/978021/stat : 978021 (Finalizer) S 978007 978010 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185711834 19566772224 1951269 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
[pid=978010/tid=978028] ppid=978007 vsize=19108176 memory=11420 CPUtime=0.01 cores=5,7
/proc/978010/task/978028/stat : 978028 (Common-Cleaner) S 978007 978010 972831 0 -1 1077936192 3697 0 0 0 0 1 0 0 20 0 20 0 185711834 19566772224 1951269 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
[pid=978010/tid=978106] ppid=978007 vsize=19108176 memory=7805076 CPUtime=0 cores=5,7
/proc/978010/task/978106/stat : 978106 (Timer-0) S 978007 978010 972831 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 185716984 19566772224 1951269 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
Current children cumulated CPU time: 3340.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7805076 KiB

[startup+3342.3 s]
/proc/loadavg: 4.21 4.29 4.29 5/319 979882
/proc/meminfo: memFree=108071256/131655788 swapFree=131070704/131071996
[pid=978010] ppid=978007 vsize=19108176 memory=7805076 CPUtime=3402.08 cores=5,7
/proc/978010/stat : 978010 (java) S 978007 978010 972831 0 -1 1077936128 485408 0 0 0 339806 402 0 0 20 0 20 0 185711829 19566772224 1951269 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
/proc/978010/statm: 4777044 1951269 5920 1 0 1965838 0
[pid=978010/tid=978012] ppid=978007 vsize=19108176 memory=7805076 CPUtime=3270.67 cores=5,7
/proc/978010/task/978012/stat : 978012 (java) R 978007 978010 972831 0 -1 4194368 290998 0 0 0 326878 189 0 0 20 0 20 0 185711830 19566772224 1951269 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 7 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
[pid=978010/tid=978021] ppid=978007 vsize=19108176 memory=-8673205436848317116 CPUtime=0 cores=5,7
/proc/978010/task/978021/stat : 978021 (Finalizer) S 978007 978010 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185711834 19566772224 1951269 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
[pid=978010/tid=978028] ppid=978007 vsize=19108176 memory=2264 CPUtime=0.01 cores=5,7
/proc/978010/task/978028/stat : 978028 (Common-Cleaner) S 978007 978010 972831 0 -1 1077936192 3748 0 0 0 0 1 0 0 20 0 20 0 185711834 19566772224 1951269 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
[pid=978010/tid=978106] ppid=978007 vsize=19108176 memory=7805076 CPUtime=0 cores=5,7
/proc/978010/task/978106/stat : 978106 (Timer-0) S 978007 978010 972831 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 185716984 19566772224 1951269 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
Current children cumulated CPU time: 3402.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7805076 KiB

[startup+3402.3 s]
/proc/loadavg: 4.20 4.28 4.28 5/319 979893
/proc/meminfo: memFree=108070744/131655788 swapFree=131070704/131071996
[pid=978010] ppid=978007 vsize=19108176 memory=7805080 CPUtime=3462.84 cores=5,7
/proc/978010/stat : 978010 (java) S 978007 978010 972831 0 -1 1077936128 492946 0 0 0 345878 406 0 0 20 0 20 0 185711829 19566772224 1951270 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
/proc/978010/statm: 4777044 1951270 5920 1 0 1965838 0
[pid=978010/tid=978012] ppid=978007 vsize=19108176 memory=2264 CPUtime=3329.66 cores=5,7
/proc/978010/task/978012/stat : 978012 (java) R 978007 978010 972831 0 -1 4194368 296277 0 0 0 332776 190 0 0 20 0 20 0 185711830 19566772224 1951270 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 8 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
[pid=978010/tid=978021] ppid=978007 vsize=19108176 memory=5424 CPUtime=0 cores=5,7
/proc/978010/task/978021/stat : 978021 (Finalizer) S 978007 978010 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185711834 19566772224 1951270 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
[pid=978010/tid=978028] ppid=978007 vsize=19108176 memory=7805080 CPUtime=0.01 cores=5,7
/proc/978010/task/978028/stat : 978028 (Common-Cleaner) S 978007 978010 972831 0 -1 1077936192 3822 0 0 0 0 1 0 0 20 0 20 0 185711834 19566772224 1951270 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
[pid=978010/tid=978106] ppid=978007 vsize=19108176 memory=-8673205436848317116 CPUtime=0 cores=5,7
/proc/978010/task/978106/stat : 978106 (Timer-0) S 978007 978010 972831 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 185716984 19566772224 1951270 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
Current children cumulated CPU time: 3462.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7805080 KiB

[startup+3462.3 s]
/proc/loadavg: 3.63 4.12 4.22 4/293 979937
/proc/meminfo: memFree=112663160/131655788 swapFree=131070704/131071996
[pid=978010] ppid=978007 vsize=19108176 memory=7805080 CPUtime=3523.77 cores=5,7
/proc/978010/stat : 978010 (java) S 978007 978010 972831 0 -1 1077936128 500028 0 0 0 351967 410 0 0 20 0 20 0 185711829 19566772224 1951270 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
/proc/978010/statm: 4777044 1951270 5920 1 0 1965838 0
[pid=978010/tid=978012] ppid=978007 vsize=19108176 memory=2264 CPUtime=3388.5 cores=5,7
/proc/978010/task/978012/stat : 978012 (java) R 978007 978010 972831 0 -1 4194368 300463 0 0 0 338659 191 0 0 20 0 20 0 185711830 19566772224 1951270 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 8 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
[pid=978010/tid=978021] ppid=978007 vsize=19108176 memory=5424 CPUtime=0 cores=5,7
/proc/978010/task/978021/stat : 978021 (Finalizer) S 978007 978010 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185711834 19566772224 1951270 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
[pid=978010/tid=978028] ppid=978007 vsize=19108176 memory=11420 CPUtime=0.01 cores=5,7
/proc/978010/task/978028/stat : 978028 (Common-Cleaner) S 978007 978010 972831 0 -1 1077936192 3877 0 0 0 0 1 0 0 20 0 20 0 185711834 19566772224 1951270 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
[pid=978010/tid=978106] ppid=978007 vsize=19108176 memory=11420 CPUtime=0 cores=5,7
/proc/978010/task/978106/stat : 978106 (Timer-0) S 978007 978010 972831 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 185716984 19566772224 1951270 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
Current children cumulated CPU time: 3523.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7805080 KiB

[startup+3522.3 s]
/proc/loadavg: 3.17 3.91 4.14 3/267 979981
/proc/meminfo: memFree=116871876/131655788 swapFree=131070704/131071996
[pid=978010] ppid=978007 vsize=19108176 memory=7805080 CPUtime=3584.67 cores=5,7
/proc/978010/stat : 978010 (java) S 978007 978010 972831 0 -1 1077936128 506846 0 0 0 358053 414 0 0 20 0 20 0 185711829 19566772224 1951270 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
/proc/978010/statm: 4777044 1951270 5920 1 0 1965838 0
[pid=978010/tid=978012] ppid=978007 vsize=19108176 memory=11420 CPUtime=3447.39 cores=5,7
/proc/978010/task/978012/stat : 978012 (java) R 978007 978010 972831 0 -1 4194368 304602 0 0 0 344548 191 0 0 20 0 20 0 185711830 19566772224 1951270 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 8 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
[pid=978010/tid=978021] ppid=978007 vsize=19108176 memory=7805080 CPUtime=0 cores=5,7
/proc/978010/task/978021/stat : 978021 (Finalizer) S 978007 978010 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185711834 19566772224 1951270 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
[pid=978010/tid=978028] ppid=978007 vsize=19108176 memory=12508 CPUtime=0.01 cores=5,7
/proc/978010/task/978028/stat : 978028 (Common-Cleaner) S 978007 978010 972831 0 -1 1077936192 3953 0 0 0 0 1 0 0 20 0 20 0 185711834 19566772224 1951270 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
[pid=978010/tid=978106] ppid=978007 vsize=19108176 memory=7805080 CPUtime=0 cores=5,7
/proc/978010/task/978106/stat : 978106 (Timer-0) S 978007 978010 972831 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 185716984 19566772224 1951270 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
Current children cumulated CPU time: 3584.67 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7805080 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3537.4 s]
/proc/loadavg: 2.99 3.83 4.11 3/267 979984
/proc/meminfo: memFree=116871884/131655788 swapFree=131070704/131071996
[pid=978010] ppid=978007 vsize=19108176 memory=7805084 CPUtime=3600.09 cores=5,7
/proc/978010/stat : 978010 (java) S 978007 978010 972831 0 -1 1077936128 508452 0 0 0 359594 415 0 0 20 0 20 0 185711829 19566772224 1951271 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
/proc/978010/statm: 4777044 1951271 5920 1 0 1965838 0
[pid=978010/tid=978012] ppid=978007 vsize=19108176 memory=1774686 CPUtime=3462.24 cores=5,7
/proc/978010/task/978012/stat : 978012 (java) R 978007 978010 972831 0 -1 4194368 305922 0 0 0 346033 191 0 0 20 0 20 0 185711830 19566772224 1951271 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 8 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
[pid=978010/tid=978021] ppid=978007 vsize=19108176 memory=1775553 CPUtime=0 cores=5,7
/proc/978010/task/978021/stat : 978021 (Finalizer) S 978007 978010 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185711834 19566772224 1951271 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
[pid=978010/tid=978028] ppid=978007 vsize=19108176 memory=20296 CPUtime=0.01 cores=5,7
/proc/978010/task/978028/stat : 978028 (Common-Cleaner) S 978007 978010 972831 0 -1 1077936192 4004 0 0 0 0 1 0 0 20 0 20 0 185711834 19566772224 1951271 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
[pid=978010/tid=978106] ppid=978007 vsize=19108176 memory=33476 CPUtime=0 cores=5,7
/proc/978010/task/978106/stat : 978106 (Timer-0) S 978007 978010 972831 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 185716984 19566772224 1951271 134679101440 94480731705344 94480731709040 140731314299680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94480731716856 94480731717648 94480752046080 140731314303988 140731314304096 140731314304096 140731314311112 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7805084 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.09 s, system=4.1983 s

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

Child status: 143

Real time (s): 3537.52
CPU time (s): 3600.29
CPU user time (s): 3596.09
CPU system time (s): 4.1983
CPU usage (%): 101.774
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 7805084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.09
system time used= 4.1983
maximum resident set size= 7807168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 511675
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 129246
involuntary context switches= 6501


# summary of solver processes directly reported to runsolver:
#   pid: 978010
#   total CPU time (s): 3600.29
#   total CPU user time (s): 3596.09
#   total CPU system time (s): 4.1983

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.4726 second user time and 38.7473 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-18 22:45:59
IDJOB=4446371
IDBENCH=155570
IDSOLVER=3052
FILE ID=nodeC011/4446371-1721335546
RUNJOBID= nodeC011-1721328481-972844
SLURM_JOB_ID= 7542688
Free space on /tmp= 723716 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-139.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446371-1721335546/watcher-4446371-1721335546 -o /tmp/evaluation-result-4446371-1721335546/solver-4446371-1721335546 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721328481-972844 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4446371-1721335546.opb

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

MD5SUM BENCH= b1a9bb408d678f4e4f75286e8bd2bbb9
RANDOM SEED=2107496883

nodeC011.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	: 0xb00001f
cpu MHz		: 1197.265
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3600.076
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3540.821
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3443.677
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3640.532
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1315.753
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.151
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 2253.297
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        113676336 kB
MemAvailable:   114158344 kB
Buffers:          521608 kB
Cached:           800384 kB
SwapCached:          132 kB
Active:          1057520 kB
Inactive:       16400924 kB
Active(anon):       1436 kB
Inactive(anon): 16172416 kB
Active(file):    1056084 kB
Inactive(file):   228508 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070704 kB
Dirty:             38368 kB
Writeback:             0 kB
AnonPages:      16136360 kB
Mapped:           125244 kB
Shmem:             37400 kB
KReclaimable:      75232 kB
Slab:             157392 kB
SReclaimable:      75232 kB
SUnreclaim:        82160 kB
KernelStack:        4816 kB
PageTables:        41636 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   18382492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            27072 kB
HardwareCorrupted:     0 kB
AnonHugePages:  15755264 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:      277320 kB
DirectMap2M:    33181696 kB
DirectMap1G:    102760448 kB

Free space on /tmp at the end= 723740 MiB
End job on nodeC011 at 2024-07-18 23:44:57