Trace number 4486614

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j CP 2025-06-06? (TO) 3600.24 3585.24

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-f1000.opb
MD5SUMf9f2b1fc4917344504b6167976088a05
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark925
Best CPU time to get the best result obtained on this benchmark3600.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000
Total number of constraints5250
Number of constraints which are clauses5250
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 2000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 2000
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2000
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.10/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.17	c See www.sat4j.org for details.
0.10/0.18	c version PB25.v20250606
0.10/0.21	c java.runtime.name	OpenJDK Runtime Environment
0.10/0.21	c java.vm.name		OpenJDK 64-Bit Server VM
0.10/0.21	c java.vm.version	22.0.1+8-16
0.10/0.21	c java.vm.vendor	Oracle Corporation
0.10/0.21	c sun.arch.data.model	64
0.10/0.21	c java.version		22.0.1
0.10/0.21	c os.name		Linux
0.10/0.21	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.10/0.21	c os.arch		amd64
0.26/0.23	c Free memory 		2104792832
0.26/0.23	c Max memory 		16282288128
0.26/0.23	c Total memory 		2113929216
0.26/0.24	c Number of processors 	2
0.43/0.40	c Pseudo Boolean Optimization by upper bound
0.43/0.40	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.43/0.40	c  - never skip resolution steps
0.43/0.40	c  - Auto-division on coefficients is disabled
0.43/0.40	c  - No postprocessing
0.43/0.40	c  - Conflict is considered as is when resolving
0.43/0.40	c  - Use constraints as they come during conflict analysis
0.43/0.40	c  - Weaken first using unassigned literals
0.43/0.40	c  - Bump strategy: ALWAYS_ONE
0.43/0.40	c  - Bumper: ANY
0.43/0.40	c --- Begin Solver configuration ---
0.43/0.40	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.43/0.40	c Learn all clauses as in MiniSAT
0.43/0.40	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.43/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.43/0.40	c No reason simplification
0.43/0.40	c Armin Biere (Picosat) restarts strategy
0.43/0.40	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.43/0.40	c timeout=2147483s
0.43/0.40	c DB Simplification allowed=false
0.43/0.40	c Listener: none
0.43/0.40	c --- End Solver configuration ---
0.43/0.40	c solving HOME/instance-4486614-1751320568.opb
0.43/0.40	c reading problem ... 
0.43/0.41	c  objective function found
0.94/0.65	c ... done. Wall clock time 0.234s.
0.94/0.65	c declared #vars     2000
0.94/0.65	c #constraints  5250
0.94/0.65	c constraints type 
0.94/0.65	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1000
0.94/0.65	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4250
0.94/0.65	c 5250 constraints processed.
0.94/0.68	c objective function length is 2000 literals
3.98/2.28	c cleaning 2493 clauses out of 5000
5.46/3.47	c cleaning 4254 clauses out of 8508
6.88/4.83	c cleaning 5619 clauses out of 11253
8.60/6.50	c cleaning 6808 clauses out of 13634
10.32/8.29	c cleaning 7908 clauses out of 15826
12.67/10.28	c cleaning 8956 clauses out of 17921
14.97/12.57	c cleaning 9965 clauses out of 19962
17.59/15.13	c cleaning 10987 clauses out of 21997
20.43/17.98	c cleaning 12000 clauses out of 24011
23.61/21.11	c cleaning 13000 clauses out of 26013
27.09/24.57	c cleaning 13993 clauses out of 28012
30.69/28.16	c cleaning 14999 clauses out of 30017
34.58/32.07	c cleaning 15994 clauses out of 32019
38.76/36.27	c cleaning 16993 clauses out of 34025
43.46/40.94	c cleaning 18001 clauses out of 36031
48.17/45.65	c cleaning 19009 clauses out of 38031
53.38/50.83	c cleaning 19990 clauses out of 40021
58.80/56.22	c cleaning 21003 clauses out of 42031
65.12/62.51	c cleaning 22012 clauses out of 44030
71.94/69.37	c cleaning 23001 clauses out of 46017
79.77/77.17	c cleaning 24003 clauses out of 48015
88.97/86.37	c cleaning 24999 clauses out of 50013
96.59/94.00	c cleaning 25987 clauses out of 52013
105.49/102.85	c cleaning 27012 clauses out of 54028
113.93/111.22	c cleaning 27996 clauses out of 56014
123.70/121.01	c cleaning 29004 clauses out of 58022
135.89/133.16	c cleaning 29997 clauses out of 60015
146.74/143.97	c cleaning 30999 clauses out of 62019
158.13/155.29	c cleaning 32002 clauses out of 64018
171.29/168.38	c cleaning 33003 clauses out of 66017
183.77/180.77	c cleaning 34000 clauses out of 68013
194.95/191.80	c cleaning 34991 clauses out of 70013
208.58/205.32	c cleaning 35996 clauses out of 72022
223.15/219.82	c cleaning 36997 clauses out of 74028
239.07/235.60	c cleaning 38000 clauses out of 76032
254.45/250.93	c cleaning 39004 clauses out of 78030
274.03/270.43	c cleaning 39997 clauses out of 80025
291.83/288.15	c cleaning 41003 clauses out of 82032
308.90/305.15	c cleaning 41994 clauses out of 84025
325.55/321.74	c cleaning 42997 clauses out of 86031
344.45/340.60	c cleaning 44004 clauses out of 88035
365.68/361.62	c cleaning 45002 clauses out of 90030
385.00/380.84	c cleaning 46002 clauses out of 92028
406.03/401.71	c cleaning 47007 clauses out of 94027
426.84/422.44	c cleaning 48001 clauses out of 96019
451.82/447.21	c cleaning 48991 clauses out of 98019
477.29/472.62	c cleaning 50005 clauses out of 100029
499.49/494.74	c cleaning 51002 clauses out of 102024
522.00/517.07	c cleaning 52003 clauses out of 104020
545.23/540.13	c cleaning 52997 clauses out of 106019
572.01/566.72	c cleaning 53994 clauses out of 108021
600.01/594.70	c cleaning 55002 clauses out of 110027
626.11/620.63	c cleaning 56003 clauses out of 112025
658.18/652.52	c cleaning 56997 clauses out of 114023
687.98/682.19	c cleaning 57993 clauses out of 116024
716.62/710.63	c cleaning 59006 clauses out of 118034
747.33/741.22	c cleaning 59986 clauses out of 120025
779.47/773.26	c cleaning 60985 clauses out of 122039
814.01/807.60	c cleaning 62011 clauses out of 124054
846.39/839.84	c cleaning 63005 clauses out of 126044
878.81/872.13	c cleaning 64008 clauses out of 128038
913.28/906.40	c cleaning 64996 clauses out of 130031
950.47/943.57	c cleaning 66000 clauses out of 132035
987.15/980.06	c cleaning 66996 clauses out of 134034
1029.46/1022.21	c cleaning 68004 clauses out of 136038
1065.83/1058.42	c cleaning 69003 clauses out of 138036
1110.91/1103.33	c cleaning 69994 clauses out of 140031
1156.76/1149.09	c cleaning 71000 clauses out of 142037
1196.42/1188.58	c cleaning 72003 clauses out of 144039
1241.74/1233.69	c cleaning 72998 clauses out of 146035
1291.46/1283.24	c cleaning 74003 clauses out of 148036
1343.33/1334.98	c cleaning 75000 clauses out of 150033
1394.41/1385.89	c cleaning 76006 clauses out of 152033
1437.09/1428.36	c cleaning 77004 clauses out of 154027
1481.68/1472.89	c cleaning 77995 clauses out of 156023
1529.41/1520.44	c cleaning 78997 clauses out of 158029
1574.00/1564.86	c cleaning 79996 clauses out of 160031
1631.29/1622.03	c cleaning 80988 clauses out of 162035
1680.14/1670.77	c cleaning 82010 clauses out of 164047
1737.52/1727.90	c cleaning 82996 clauses out of 166037
1794.11/1784.36	c cleaning 84008 clauses out of 168041
1853.30/1843.36	c cleaning 84998 clauses out of 170034
1911.55/1901.43	c cleaning 86009 clauses out of 172037
1975.60/1965.32	c cleaning 87000 clauses out of 174026
2032.61/2022.27	c cleaning 88005 clauses out of 176028
2096.72/2085.77	c cleaning 88995 clauses out of 178023
2161.09/2150.05	c cleaning 90006 clauses out of 180028
2230.21/2219.16	c cleaning 90996 clauses out of 182020
2298.06/2286.90	c cleaning 92000 clauses out of 184025
2369.60/2358.47	c cleaning 92994 clauses out of 186024
2428.28/2417.03	c cleaning 94001 clauses out of 188030
2489.10/2477.79	c cleaning 95008 clauses out of 190030
2550.15/2538.64	c cleaning 95990 clauses out of 192022
2610.07/2598.35	c cleaning 97000 clauses out of 194031
2677.86/2666.01	c cleaning 98001 clauses out of 196031
2760.57/2748.45	c cleaning 98991 clauses out of 198030
2842.50/2829.91	c cleaning 100002 clauses out of 200039
2920.46/2907.58	c cleaning 101002 clauses out of 202038
3000.00/2986.70	c cleaning 102004 clauses out of 204038
3083.31/3069.72	c cleaning 103001 clauses out of 206034
3154.61/3140.77	c cleaning 103991 clauses out of 208030
3238.78/3224.64	c cleaning 105004 clauses out of 210040
3325.77/3311.39	c cleaning 105989 clauses out of 212035
3420.26/3405.73	c cleaning 107010 clauses out of 214047
3505.75/3491.04	c cleaning 108014 clauses out of 216036
3597.08/3582.20	c cleaning 108987 clauses out of 218022
3600.06/3585.13	c starts		: 276
3600.06/3585.14	c conflicts		: 6101222
3600.06/3585.14	c decisions		: 7785795
3600.06/3585.14	c propagations		: 1421545439
3600.06/3585.14	c inspects		: 23936887008
3600.06/3585.14	c shortcuts		: 0
3600.06/3585.14	c learnt literals	: 0
3600.06/3585.14	c learnt binary clauses	: 0
3600.06/3585.14	c learnt ternary clauses	: 3129
3600.06/3585.14	c learnt constraints	: 6101221
3600.06/3585.14	c ignored constraints	: 0
3600.06/3585.14	c root simplifications	: 0
3600.06/3585.14	c removed literals (reason simplification)	: 0
3600.06/3585.14	c reason swapping (by a shorter reason)	: 0
3600.06/3585.14	c Calls to reduceDB	: 106
3600.06/3585.14	c Number of update (reduction) of LBD	: 0
3600.06/3585.14	c Imported unit clauses	: 0
3600.06/3585.14	c No decision after first conflict	: false
3600.06/3585.14	c number of reductions to clauses (during analyze)	: 0
3600.06/3585.14	c number of learned constraints concerned by reduction	: 0
3600.06/3585.14	c number of learning phase by resolution	: 0
3600.06/3585.14	c number of learning phase by cutting planes	: 0
3600.06/3585.14	c number of rounding to 1 operations	: 0
3600.06/3585.14	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3585.14	c number of reductions of the coefficients by power 2 	: 0
3600.06/3585.14	c number of right shift for reduction by power 2 	: 0
3600.06/3585.14	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3585.14	c number of ending skipping 	: 0
3600.06/3585.14	c number of internal skipping 	: 0
3600.06/3585.14	c number of derivation steps 	: 377569874
3600.06/3585.14	c number of skipped derivation steps 	: 0
3600.06/3585.14	c number of remaining unassigned 	: 0
3600.06/3585.14	c number of remaining assigned 	: 0
3600.06/3585.14	c number of falsified literals weakened from reason	: 0
3600.06/3585.14	c number of falsified literals weakened from conflict	: 0
3600.06/3585.14	c time for arithmetic operations	: 0
3600.06/3585.14	c minimum degree of deleted constraints	: null
3600.06/3585.14	c maximum degree of deleted constraints	: null
3600.06/3585.14	c number of deleted constraints	: 0
3600.06/3585.14	c speed (assignments/second)	: 396586.8782063854
3600.06/3585.14	c non guided choices	: 0
3600.06/3585.16	c timeout
3600.06/3585.20	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 115256
3600.06/3585.20	s UNKNOWN
3600.06/3585.20	c Total wall clock time (in seconds): 3584.796

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: 63794 MiB (57269 MiB free)
  memory of node 1: 64507 MiB (59345 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4486614-1751320568/watcher-4486614-1751320568 -o /tmp/evaluation-result-4486614-1751320568/solver-4486614-1751320568 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751317014-45975 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4486614-1751320568.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=46487, runsolver pid=46484

[startup+0.100085 s]*
/proc/loadavg: 4.26 4.22 4.19 6/324 46505
/proc/meminfo: memFree=119393356/131382116 swapFree=33010684/33010684
[pid=46487] ppid=46484 vsize=18930384 memory=48204 CPUtime=0.1 cores=1,3
/proc/46487/stat : 46487 (java) S 46484 46487 45963 0 -1 4194304 5755 0 0 0 7 3 0 0 20 0 18 0 47736509 19384713216 12051 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
/proc/46487/statm: 4732596 12051 5305 1 0 546991 0
[pid=46487/tid=46489] ppid=46484 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=1,3
/proc/46487/task/46489/stat : 46489 (java) D 46484 46487 45963 0 -1 4194368 4644 0 0 0 4 2 0 0 20 0 18 0 47736511 19384713216 12051 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
[pid=46487/tid=46498] ppid=46484 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/46487/task/46498/stat : 46498 (Finalizer) S 46484 46487 45963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 47736515 19384713216 12051 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
[pid=46487/tid=46505] ppid=46484 vsize=18930384 memory=59593594265959 CPUtime=0 cores=1,3
/proc/46487/task/46505/stat : 46505 (Common-Cleaner) S 46484 46487 45963 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 47736515 19384713216 12051 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48204 KiB

[startup+0.214206 s]*
/proc/loadavg: 4.26 4.22 4.19 6/324 46505
/proc/meminfo: memFree=119387244/131382116 swapFree=33010684/33010684
[pid=46487] ppid=46484 vsize=18930384 memory=53176 CPUtime=0.26 cores=1,3
/proc/46487/stat : 46487 (java) S 46484 46487 45963 0 -1 4194304 6444 0 0 0 22 4 0 0 20 0 18 0 47736509 19384713216 13294 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
/proc/46487/statm: 4732596 13294 5337 1 0 547532 0
[pid=46487/tid=46489] ppid=46484 vsize=18930384 memory=4026663196 CPUtime=0.15 cores=1,3
/proc/46487/task/46489/stat : 46489 (java) R 46484 46487 45963 0 -1 4194368 4982 0 0 0 13 2 0 0 20 0 18 0 47736511 19384713216 13294 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
[pid=46487/tid=46498] ppid=46484 vsize=18930384 memory=1641 CPUtime=0 cores=1,3
/proc/46487/task/46498/stat : 46498 (Finalizer) S 46484 46487 45963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 47736515 19384713216 13294 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
[pid=46487/tid=46505] ppid=46484 vsize=18930384 memory=58494082614266 CPUtime=0 cores=1,3
/proc/46487/task/46505/stat : 46505 (Common-Cleaner) S 46484 46487 45963 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 47736515 19384713216 13294 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53176 KiB

[startup+0.318103 s]*
/proc/loadavg: 4.26 4.22 4.19 7/324 46505
/proc/meminfo: memFree=119383212/131382116 swapFree=33010684/33010684
[pid=46487] ppid=46484 vsize=18930384 memory=58496 CPUtime=0.43 cores=1,3
/proc/46487/stat : 46487 (java) S 46484 46487 45963 0 -1 4194304 6756 0 0 0 38 5 0 0 20 0 18 0 47736509 19384713216 14624 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
/proc/46487/statm: 4732596 14624 5337 1 0 547766 0
[pid=46487/tid=46489] ppid=46484 vsize=18930384 memory=-6000919489836115563 CPUtime=0.24 cores=1,3
/proc/46487/task/46489/stat : 46489 (java) R 46484 46487 45963 0 -1 4194368 5180 0 0 0 22 2 0 0 20 0 18 0 47736511 19384713216 14624 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
[pid=46487/tid=46498] ppid=46484 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/46487/task/46498/stat : 46498 (Finalizer) S 46484 46487 45963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 47736515 19384713216 14624 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
[pid=46487/tid=46505] ppid=46484 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/46487/task/46505/stat : 46505 (Common-Cleaner) S 46484 46487 45963 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 47736515 19384713216 14624 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58496 KiB

[startup+0.700378 s]
/proc/loadavg: 4.40 4.25 4.20 6/324 46505
/proc/meminfo: memFree=119383212/131382116 swapFree=33010684/33010684
[pid=46487] ppid=46484 vsize=18996948 memory=79648 CPUtime=1.1 cores=1,3
/proc/46487/stat : 46487 (java) S 46484 46487 45963 0 -1 4194304 8769 0 0 0 104 6 0 0 20 0 19 0 47736509 19452874752 19912 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
/proc/46487/statm: 4749237 19912 5497 1 0 549388 0
[pid=46487/tid=46489] ppid=46484 vsize=18996948 memory=17664 CPUtime=0.54 cores=1,3
/proc/46487/task/46489/stat : 46489 (java) R 46484 46487 45963 0 -1 4194368 5477 0 0 0 51 3 0 0 20 0 19 0 47736511 19452874752 19912 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
[pid=46487/tid=46498] ppid=46484 vsize=18996948 memory=11136 CPUtime=0 cores=1,3
/proc/46487/task/46498/stat : 46498 (Finalizer) S 46484 46487 45963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 47736515 19452874752 19912 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
[pid=46487/tid=46505] ppid=46484 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/46487/task/46505/stat : 46505 (Common-Cleaner) S 46484 46487 45963 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 47736515 19452874752 19912 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 79648 KiB

[startup+1.50029 s]
/proc/loadavg: 4.40 4.25 4.20 6/325 46506
/proc/meminfo: memFree=119351088/131382116 swapFree=33010684/33010684
[pid=46487] ppid=46484 vsize=19063512 memory=170708 CPUtime=2.69 cores=1,3
/proc/46487/stat : 46487 (java) S 46484 46487 45963 0 -1 4194304 16474 0 0 0 258 11 0 0 20 0 20 0 47736509 19521036288 42677 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
/proc/46487/statm: 4765878 42677 5529 1 0 552787 0
[pid=46487/tid=46489] ppid=46484 vsize=19063512 memory=3328 CPUtime=1.26 cores=1,3
/proc/46487/task/46489/stat : 46489 (java) R 46484 46487 45963 0 -1 4194368 5740 0 0 0 121 5 0 0 20 0 20 0 47736511 19521036288 42677 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
[pid=46487/tid=46498] ppid=46484 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/46487/task/46498/stat : 46498 (Finalizer) S 46484 46487 45963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47736515 19521036288 42677 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
[pid=46487/tid=46505] ppid=46484 vsize=19063512 memory=11136 CPUtime=0 cores=1,3
/proc/46487/task/46505/stat : 46505 (Common-Cleaner) S 46484 46487 45963 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 47736515 19521036288 42677 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
[pid=46487/tid=46506] ppid=46484 vsize=19063512 memory=14336 CPUtime=0 cores=1,3
/proc/46487/task/46506/stat : 46506 (Timer-0) S 46484 46487 45963 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47736579 19521036288 42677 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 170708 KiB

[startup+3.1061 s]
/proc/loadavg: 4.40 4.25 4.20 6/326 46507
/proc/meminfo: memFree=118930296/131382116 swapFree=33010684/33010684
[pid=46487] ppid=46484 vsize=19063512 memory=573256 CPUtime=5.16 cores=1,3
/proc/46487/stat : 46487 (java) S 46484 46487 45963 0 -1 4194304 20885 0 0 0 497 19 0 0 20 0 20 0 47736509 19521036288 143314 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
/proc/46487/statm: 4765878 143314 5529 1 0 553772 0
[pid=46487/tid=46489] ppid=46484 vsize=19063512 memory=14336 CPUtime=2.85 cores=1,3
/proc/46487/task/46489/stat : 46489 (java) R 46484 46487 45963 0 -1 4194368 7429 0 0 0 272 13 0 0 20 0 20 0 47736511 19521036288 143314 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
[pid=46487/tid=46498] ppid=46484 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/46487/task/46498/stat : 46498 (Finalizer) S 46484 46487 45963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47736515 19521036288 143314 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
[pid=46487/tid=46505] ppid=46484 vsize=19063512 memory=11136 CPUtime=0 cores=1,3
/proc/46487/task/46505/stat : 46505 (Common-Cleaner) S 46484 46487 45963 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 47736515 19521036288 143314 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
[pid=46487/tid=46506] ppid=46484 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/46487/task/46506/stat : 46506 (Timer-0) S 46484 46487 45963 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47736579 19521036288 143314 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
Current children cumulated CPU time: 5.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 573256 KiB

[startup+6.30045 s]
/proc/loadavg: 4.37 4.24 4.19 5/326 46507
/proc/meminfo: memFree=118138004/131382116 swapFree=33010684/33010684
[pid=46487] ppid=46484 vsize=19063512 memory=1307324 CPUtime=8.4 cores=1,3
/proc/46487/stat : 46487 (java) S 46484 46487 45963 0 -1 4194304 21928 0 0 0 806 34 0 0 20 0 20 0 47736509 19521036288 326831 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
/proc/46487/statm: 4765878 326831 5529 1 0 553775 0
[pid=46487/tid=46489] ppid=46484 vsize=19063512 memory=0 CPUtime=5.97 cores=1,3
/proc/46487/task/46489/stat : 46489 (java) R 46484 46487 45963 0 -1 4194368 7972 0 0 0 571 26 0 0 20 0 20 0 47736511 19521036288 326831 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
[pid=46487/tid=46498] ppid=46484 vsize=19063512 memory=11136 CPUtime=0 cores=1,3
/proc/46487/task/46498/stat : 46498 (Finalizer) S 46484 46487 45963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47736515 19521036288 326831 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
[pid=46487/tid=46505] ppid=46484 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/46487/task/46505/stat : 46505 (Common-Cleaner) S 46484 46487 45963 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 20 0 47736515 19521036288 326831 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
[pid=46487/tid=46506] ppid=46484 vsize=19063512 memory=171988 CPUtime=0 cores=1,3
/proc/46487/task/46506/stat : 46506 (Timer-0) S 46484 46487 45963 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47736579 19521036288 326831 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
Current children cumulated CPU time: 8.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1307324 KiB

[startup+12.7004 s]
/proc/loadavg: 4.34 4.24 4.19 5/326 46507
/proc/meminfo: memFree=118125472/131382116 swapFree=33010684/33010684
[pid=46487] ppid=46484 vsize=19063512 memory=1309552 CPUtime=15.17 cores=1,3
/proc/46487/stat : 46487 (java) S 46484 46487 45963 0 -1 4194304 23297 0 0 0 1483 34 0 0 20 0 20 0 47736509 19521036288 327388 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
/proc/46487/statm: 4765878 327388 5529 1 0 553775 0
[pid=46487/tid=46489] ppid=46484 vsize=19063512 memory=171988 CPUtime=12.32 cores=1,3
/proc/46487/task/46489/stat : 46489 (java) R 46484 46487 45963 0 -1 4194368 8822 0 0 0 1205 27 0 0 20 0 20 0 47736511 19521036288 327388 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
[pid=46487/tid=46498] ppid=46484 vsize=19063512 memory=1309552 CPUtime=0 cores=1,3
/proc/46487/task/46498/stat : 46498 (Finalizer) S 46484 46487 45963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47736515 19521036288 327388 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
[pid=46487/tid=46505] ppid=46484 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/46487/task/46505/stat : 46505 (Common-Cleaner) S 46484 46487 45963 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 20 0 47736515 19521036288 327388 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
[pid=46487/tid=46506] ppid=46484 vsize=19063512 memory=11136 CPUtime=0 cores=1,3
/proc/46487/task/46506/stat : 46506 (Timer-0) S 46484 46487 45963 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47736579 19521036288 327388 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
Current children cumulated CPU time: 15.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1309552 KiB

[startup+25.5004 s]
/proc/loadavg: 4.59 4.30 4.21 7/324 46639
/proc/meminfo: memFree=124039980/131382116 swapFree=33010684/33010684
[pid=46487] ppid=46484 vsize=19063512 memory=1447904 CPUtime=28.09 cores=1,3
/proc/46487/stat : 46487 (java) S 46484 46487 45963 0 -1 4194304 30134 0 0 0 2770 39 0 0 20 0 20 0 47736509 19521036288 361976 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
/proc/46487/statm: 4765878 361976 5561 1 0 660291 0
[pid=46487/tid=46489] ppid=46484 vsize=19063512 memory=0 CPUtime=24.82 cores=1,3
/proc/46487/task/46489/stat : 46489 (java) R 46484 46487 45963 0 -1 4194368 10629 0 0 0 2452 30 0 0 20 0 20 0 47736511 19521036288 361976 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
[pid=46487/tid=46498] ppid=46484 vsize=19063512 memory=17664 CPUtime=0 cores=1,3
/proc/46487/task/46498/stat : 46498 (Finalizer) S 46484 46487 45963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47736515 19521036288 361976 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
[pid=46487/tid=46505] ppid=46484 vsize=19063512 memory=1317908 CPUtime=0 cores=1,3
/proc/46487/task/46505/stat : 46505 (Common-Cleaner) S 46484 46487 45963 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 20 0 47736515 19521036288 361976 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
[pid=46487/tid=46506] ppid=46484 vsize=19063512 memory=4380 CPUtime=0 cores=1,3
/proc/46487/task/46506/stat : 46506 (Timer-0) S 46484 46487 45963 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47736579 19521036288 361976 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
Current children cumulated CPU time: 28.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1447904 KiB

[startup+51.1139 s]
/proc/loadavg: 4.71 4.36 4.24 5/326 46902
/proc/meminfo: memFree=120716904/131382116 swapFree=33010684/33010684
[pid=46487] ppid=46484 vsize=19063512 memory=1742880 CPUtime=53.7 cores=1,3
/proc/46487/stat : 46487 (java) S 46484 46487 45963 0 -1 4194304 32619 0 0 0 5317 53 0 0 20 0 20 0 47736509 19521036288 435720 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
/proc/46487/statm: 4765878 435720 5561 1 0 660301 0
[pid=46487/tid=46489] ppid=46484 vsize=19063512 memory=14336 CPUtime=50.05 cores=1,3
/proc/46487/task/46489/stat : 46489 (java) R 46484 46487 45963 0 -1 4194368 11923 0 0 0 4963 42 0 0 20 0 20 0 47736511 19521036288 435720 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
[pid=46487/tid=46498] ppid=46484 vsize=19063512 memory=1309552 CPUtime=0 cores=1,3
/proc/46487/task/46498/stat : 46498 (Finalizer) S 46484 46487 45963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47736515 19521036288 435720 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
[pid=46487/tid=46505] ppid=46484 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/46487/task/46505/stat : 46505 (Common-Cleaner) S 46484 46487 45963 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 20 0 47736515 19521036288 435720 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
[pid=46487/tid=46506] ppid=46484 vsize=19063512 memory=0 CPUtime=0 cores=1,3

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

[startup+3282.3 s]
/proc/loadavg: 4.27 4.48 4.36 5/326 47087
/proc/meminfo: memFree=112035712/131382116 swapFree=33010684/33010684
[pid=46487] ppid=46484 vsize=19063512 memory=3106376 CPUtime=3296.69 cores=1,3
/proc/46487/stat : 46487 (java) S 46484 46487 45963 0 -1 4194304 105525 0 0 0 329384 285 0 0 20 0 20 0 47736509 19521036288 776594 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
/proc/46487/statm: 4765878 776594 5593 1 0 790553 0
[pid=46487/tid=46489] ppid=46484 vsize=19063512 memory=3106376 CPUtime=3241.74 cores=1,3
/proc/46487/task/46489/stat : 46489 (java) R 46484 46487 45963 0 -1 4194368 56388 0 0 0 324112 62 0 0 20 0 20 0 47736511 19521036288 776594 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
[pid=46487/tid=46498] ppid=46484 vsize=19063512 memory=4352 CPUtime=0 cores=1,3
/proc/46487/task/46498/stat : 46498 (Finalizer) S 46484 46487 45963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47736515 19521036288 776594 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
[pid=46487/tid=46505] ppid=46484 vsize=19063512 memory=3106376 CPUtime=0 cores=1,3
/proc/46487/task/46505/stat : 46505 (Common-Cleaner) S 46484 46487 45963 0 -1 4194368 1234 0 0 0 0 0 0 0 20 0 20 0 47736515 19521036288 776594 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
[pid=46487/tid=46506] ppid=46484 vsize=19063512 memory=14336 CPUtime=0 cores=1,3
/proc/46487/task/46506/stat : 46506 (Timer-0) S 46484 46487 45963 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47736579 19521036288 776594 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
Current children cumulated CPU time: 3296.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3106376 KiB

[startup+3342.3 s]
/proc/loadavg: 4.29 4.45 4.36 5/327 47094
/proc/meminfo: memFree=112035780/131382116 swapFree=33010684/33010684
[pid=46487] ppid=46484 vsize=19063512 memory=3106376 CPUtime=3356.8 cores=1,3
/proc/46487/stat : 46487 (java) S 46484 46487 45963 0 -1 4194304 107279 0 0 0 335392 288 0 0 20 0 20 0 47736509 19521036288 776594 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
/proc/46487/statm: 4765878 776594 5593 1 0 790553 0
[pid=46487/tid=46489] ppid=46484 vsize=19063512 memory=3106376 CPUtime=3301.12 cores=1,3
/proc/46487/task/46489/stat : 46489 (java) R 46484 46487 45963 0 -1 4194368 57953 0 0 0 330049 63 0 0 20 0 20 0 47736511 19521036288 776594 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
[pid=46487/tid=46498] ppid=46484 vsize=19063512 memory=11136 CPUtime=0 cores=1,3
/proc/46487/task/46498/stat : 46498 (Finalizer) S 46484 46487 45963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47736515 19521036288 776594 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
[pid=46487/tid=46505] ppid=46484 vsize=19063512 memory=17664 CPUtime=0 cores=1,3
/proc/46487/task/46505/stat : 46505 (Common-Cleaner) S 46484 46487 45963 0 -1 4194368 1316 0 0 0 0 0 0 0 20 0 20 0 47736515 19521036288 776594 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
[pid=46487/tid=46506] ppid=46484 vsize=19063512 memory=21672 CPUtime=0 cores=1,3
/proc/46487/task/46506/stat : 46506 (Timer-0) S 46484 46487 45963 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47736579 19521036288 776594 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
Current children cumulated CPU time: 3356.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3106376 KiB

[startup+3402.3 s]
/proc/loadavg: 4.31 4.43 4.36 5/328 47097
/proc/meminfo: memFree=112031712/131382116 swapFree=33010684/33010684
[pid=46487] ppid=46484 vsize=19063512 memory=3106504 CPUtime=3416.87 cores=1,3
/proc/46487/stat : 46487 (java) S 46484 46487 45963 0 -1 4194304 107886 0 0 0 341394 293 0 0 20 0 20 0 47736509 19521036288 776626 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
/proc/46487/statm: 4765878 776626 5593 1 0 790553 0
[pid=46487/tid=46489] ppid=46484 vsize=19063512 memory=3106376 CPUtime=3360.56 cores=1,3
/proc/46487/task/46489/stat : 46489 (java) R 46484 46487 45963 0 -1 4194368 58057 0 0 0 335993 63 0 0 20 0 20 0 47736511 19521036288 776626 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
[pid=46487/tid=46498] ppid=46484 vsize=19063512 memory=4380 CPUtime=0 cores=1,3
/proc/46487/task/46498/stat : 46498 (Finalizer) S 46484 46487 45963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47736515 19521036288 776626 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
[pid=46487/tid=46505] ppid=46484 vsize=19063512 memory=3106376 CPUtime=0 cores=1,3
/proc/46487/task/46505/stat : 46505 (Common-Cleaner) S 46484 46487 45963 0 -1 4194368 1398 0 0 0 0 0 0 0 20 0 20 0 47736515 19521036288 776626 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
[pid=46487/tid=46506] ppid=46484 vsize=19063512 memory=3106504 CPUtime=0 cores=1,3
/proc/46487/task/46506/stat : 46506 (Timer-0) S 46484 46487 45963 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47736579 19521036288 776626 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
Current children cumulated CPU time: 3416.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3106504 KiB

[startup+3462.3 s]
/proc/loadavg: 4.32 4.41 4.36 6/328 47099
/proc/meminfo: memFree=112030096/131382116 swapFree=33010684/33010684
[pid=46487] ppid=46484 vsize=19063512 memory=3106504 CPUtime=3476.96 cores=1,3
/proc/46487/stat : 46487 (java) S 46484 46487 45963 0 -1 4194304 109003 0 0 0 347399 297 0 0 20 0 20 0 47736509 19521036288 776626 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
/proc/46487/statm: 4765878 776626 5593 1 0 790553 0
[pid=46487/tid=46489] ppid=46484 vsize=19063512 memory=3106376 CPUtime=3420.04 cores=1,3
/proc/46487/task/46489/stat : 46489 (java) R 46484 46487 45963 0 -1 4194368 59097 0 0 0 341941 63 0 0 20 0 20 0 47736511 19521036288 776626 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
[pid=46487/tid=46498] ppid=46484 vsize=19063512 memory=4380 CPUtime=0 cores=1,3
/proc/46487/task/46498/stat : 46498 (Finalizer) S 46484 46487 45963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47736515 19521036288 776626 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
[pid=46487/tid=46505] ppid=46484 vsize=19063512 memory=3106504 CPUtime=0 cores=1,3
/proc/46487/task/46505/stat : 46505 (Common-Cleaner) S 46484 46487 45963 0 -1 4194368 1398 0 0 0 0 0 0 0 20 0 20 0 47736515 19521036288 776626 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
[pid=46487/tid=46506] ppid=46484 vsize=19063512 memory=3106504 CPUtime=0 cores=1,3
/proc/46487/task/46506/stat : 46506 (Timer-0) S 46484 46487 45963 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47736579 19521036288 776626 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
Current children cumulated CPU time: 3476.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3106504 KiB

[startup+3522.3 s]
/proc/loadavg: 4.39 4.41 4.36 5/327 47298
/proc/meminfo: memFree=116003784/131382116 swapFree=33010684/33010684
[pid=46487] ppid=46484 vsize=19063512 memory=3106504 CPUtime=3537.07 cores=1,3
/proc/46487/stat : 46487 (java) S 46484 46487 45963 0 -1 4194304 110899 0 0 0 353406 301 0 0 20 0 20 0 47736509 19521036288 776626 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
/proc/46487/statm: 4765878 776626 5593 1 0 790553 0
[pid=46487/tid=46489] ppid=46484 vsize=19063512 memory=11136 CPUtime=3479.46 cores=1,3
/proc/46487/task/46489/stat : 46489 (java) R 46484 46487 45963 0 -1 4194368 60409 0 0 0 347882 64 0 0 20 0 20 0 47736511 19521036288 776626 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
[pid=46487/tid=46498] ppid=46484 vsize=19063512 memory=17664 CPUtime=0 cores=1,3
/proc/46487/task/46498/stat : 46498 (Finalizer) S 46484 46487 45963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47736515 19521036288 776626 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
[pid=46487/tid=46505] ppid=46484 vsize=19063512 memory=-6000919489836115563 CPUtime=0 cores=1,3
/proc/46487/task/46505/stat : 46505 (Common-Cleaner) S 46484 46487 45963 0 -1 4194368 1519 0 0 0 0 0 0 0 20 0 20 0 47736515 19521036288 776626 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
[pid=46487/tid=46506] ppid=46484 vsize=19063512 memory=3106504 CPUtime=0 cores=1,3
/proc/46487/task/46506/stat : 46506 (Timer-0) S 46484 46487 45963 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47736579 19521036288 776626 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
Current children cumulated CPU time: 3537.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3106504 KiB

[startup+3582.3 s]
/proc/loadavg: 4.28 4.38 4.35 5/327 47431
/proc/meminfo: memFree=116941496/131382116 swapFree=33010684/33010684
[pid=46487] ppid=46484 vsize=19063512 memory=3106504 CPUtime=3597.18 cores=1,3
/proc/46487/stat : 46487 (java) S 46484 46487 45963 0 -1 4194304 112589 0 0 0 359407 311 0 0 20 0 20 0 47736509 19521036288 776626 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
/proc/46487/statm: 4765878 776626 5593 1 0 790553 0
[pid=46487/tid=46489] ppid=46484 vsize=19063512 memory=3106504 CPUtime=3538.91 cores=1,3
/proc/46487/task/46489/stat : 46489 (java) R 46484 46487 45963 0 -1 4194368 61644 0 0 0 353822 69 0 0 20 0 20 0 47736511 19521036288 776626 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
[pid=46487/tid=46498] ppid=46484 vsize=19063512 memory=3106504 CPUtime=0 cores=1,3
/proc/46487/task/46498/stat : 46498 (Finalizer) S 46484 46487 45963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47736515 19521036288 776626 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
[pid=46487/tid=46505] ppid=46484 vsize=19063512 memory=11136 CPUtime=0 cores=1,3
/proc/46487/task/46505/stat : 46505 (Common-Cleaner) S 46484 46487 45963 0 -1 4194368 1520 0 0 0 0 0 0 0 20 0 20 0 47736515 19521036288 776626 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
[pid=46487/tid=46506] ppid=46484 vsize=19063512 memory=3106504 CPUtime=0 cores=1,3
/proc/46487/task/46506/stat : 46506 (Timer-0) S 46484 46487 45963 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47736579 19521036288 776626 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
Current children cumulated CPU time: 3597.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3106504 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3585.11 s]
/proc/loadavg: 4.28 4.38 4.35 5/327 47431
/proc/meminfo: memFree=116814520/131382116 swapFree=33010684/33010684
[pid=46487] ppid=46484 vsize=19063512 memory=3106504 CPUtime=3600.06 cores=1,3
/proc/46487/stat : 46487 (java) S 46484 46487 45963 0 -1 4194304 112592 0 0 0 359694 312 0 0 20 0 20 0 47736509 19521036288 776626 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
/proc/46487/statm: 4765878 776626 5593 1 0 790553 0
[pid=46487/tid=46489] ppid=46484 vsize=19063512 memory=3106504 CPUtime=3541.65 cores=1,3
/proc/46487/task/46489/stat : 46489 (java) R 46484 46487 45963 0 -1 4194368 61644 0 0 0 354096 69 0 0 20 0 20 0 47736511 19521036288 776626 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
[pid=46487/tid=46498] ppid=46484 vsize=19063512 memory=3106504 CPUtime=0 cores=1,3
/proc/46487/task/46498/stat : 46498 (Finalizer) S 46484 46487 45963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47736515 19521036288 776626 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
[pid=46487/tid=46505] ppid=46484 vsize=19063512 memory=4380 CPUtime=0 cores=1,3
/proc/46487/task/46505/stat : 46505 (Common-Cleaner) S 46484 46487 45963 0 -1 4194368 1520 0 0 0 0 0 0 0 20 0 20 0 47736515 19521036288 776626 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
[pid=46487/tid=46506] ppid=46484 vsize=19063512 memory=11136 CPUtime=0 cores=1,3
/proc/46487/task/46506/stat : 46506 (Timer-0) S 46484 46487 45963 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47736579 19521036288 776626 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3106504 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.09 s, system=3.14843 s

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

[startup+3585.21 s]
/proc/loadavg: 4.28 4.38 4.35 5/327 47431
/proc/meminfo: memFree=116814520/131382116 swapFree=33010684/33010684
[pid=46487] ppid=46484 vsize=19263204 memory=3107528 CPUtime=3600.2 cores=1,3
/proc/46487/stat : 46487 (java) S 46484 46487 45963 0 -1 4194304 114723 0 0 0 359708 312 0 0 20 0 16 0 47736509 19725520896 776882 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
/proc/46487/statm: 4815801 776882 5593 1 0 791511 0
[pid=46487/tid=46489] ppid=46484 vsize=19263204 memory=-6000919489836115563 CPUtime=3541.67 cores=1,3
/proc/46487/task/46489/stat : 46489 (java) S 46484 46487 45963 0 -1 4194368 61719 0 0 0 354098 69 0 0 20 0 16 0 47736511 19725520896 776882 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
[pid=46487/tid=46498] ppid=46484 vsize=19263204 memory=4912 CPUtime=0 cores=1,3
/proc/46487/task/46498/stat : 46498 (Finalizer) S 46484 46487 45963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 16 0 47736515 19725520896 776882 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
[pid=46487/tid=46505] ppid=46484 vsize=19263204 memory=5200 CPUtime=0 cores=1,3
/proc/46487/task/46505/stat : 46505 (Common-Cleaner) S 46484 46487 45963 0 -1 4194368 1520 0 0 0 0 0 0 0 20 0 16 0 47736515 19725520896 776882 18446744073709551615 93847262703616 93847262707312 140735919871328 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93847262715128 93847262715920 93847270342656 140735919880574 140735919880678 140735919880678 140735919886280 0
Current children cumulated CPU time: 3600.2 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 3107528 KiB

Child status: 143

Real time (s): 3585.24
CPU time (s): 3600.24
CPU user time (s): 3597.09
CPU system time (s): 3.14843
CPU usage (%): 100.418
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 3107528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.09
system time used= 3.14843
maximum resident set size= 3107656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114752
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4552
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 126592
involuntary context switches= 6641


# summary of solver processes directly reported to runsolver:
#   pid: 46487
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3597.09
#   total CPU system time (s): 3.14843

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.6153 second user time and 39.4117 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-06-30 23:56:08
IDJOB=4486614
IDBENCH=147028
IDSOLVER=3361
FILE ID=nodeC011/4486614-1751320568
RUNJOBID= nodeC011-1751317014-45975
SLURM_JOB_ID= 9594340
Free space on /tmp= 433048 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-f1000.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4486614-1751320568/watcher-4486614-1751320568 -o /tmp/evaluation-result-4486614-1751320568/solver-4486614-1751320568 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751317014-45975 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4486614-1751320568.opb

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

MD5SUM BENCH= f9f2b1fc4917344504b6167976088a05
RANDOM SEED=899113930

nodeC011 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3492.659
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 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6984.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		: 1496.537
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 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6984.20
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		: 1795.936
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 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6984.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		: 1197.287
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 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6984.20
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		: 3592.045
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 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6984.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		: 3492.103
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 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6984.20
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.295
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 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6984.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		: 1197.988
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 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        119414336 kB
MemAvailable:   119279096 kB
Buffers:            3280 kB
Cached:           672780 kB
SwapCached:            0 kB
Active:         11016080 kB
Inactive:         373780 kB
Active(anon):   10731760 kB
Inactive(anon):        0 kB
Active(file):     284320 kB
Inactive(file):   373780 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1040 kB
Writeback:             0 kB
AnonPages:      10717192 kB
Mapped:           122228 kB
Shmem:             17960 kB
KReclaimable:      92188 kB
Slab:             173792 kB
SReclaimable:      92188 kB
SUnreclaim:        81604 kB
KernelStack:        4992 kB
PageTables:        24668 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   13569468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150280 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10514432 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      191304 kB
DirectMap2M:     8099840 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433048 MiB
End job on nodeC011 at 2025-07-01 00:55:53