Trace number 4452925

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 Partial RoundingSAT 2024 2024-07-12? (TO) 3600.16 3570.4

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
vertex-cover/vc-grids-v1_shuffle/normalized-grid4_97.shuf-1.opb
MD5SUM597a160dbd31bdb7379cae7050aa08c1
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.074197
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables388
Total number of constraints777
Number of constraints which are clauses776
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint388
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 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 405
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.14/0.14	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.14	 - never skip resolution steps
0.14/0.14	 - Auto-division on coefficients is disabled
0.14/0.14	 - No postprocessing
0.14/0.14	 - Conflict is considered as is when resolving
0.14/0.14	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.14	 - Weaken first using unassigned literals
0.14/0.14	 - Bump strategy: ALWAYS_ONE
0.14/0.14	 - Bumper: ASSIGNED
0.14/0.14	--- Begin Solver configuration ---
0.14/0.14	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.14	Learn all clauses as in MiniSAT
0.14/0.14	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.14	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.14	No reason simplification
0.14/0.14	Armin Biere (Picosat) restarts strategy
0.14/0.14	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.14	timeout=2147483s
0.14/0.14	DB Simplification allowed=false
0.14/0.14	Listener: none
0.14/0.14	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: ASSIGNED
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Armin Biere (Picosat) restarts strategy
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4452925-1721450087.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  no objective function found
0.32/0.21	c ... done. Wall clock time 0.064s.
0.32/0.21	c declared #vars     388
0.32/0.21	c #constraints  777
0.32/0.21	c constraints type 
0.32/0.21	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 776
0.32/0.21	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.32/0.21	c 777 constraints processed.
18.60/15.66	c cleaning 2492 clauses out of 5000 with flag 0/5000
48.10/43.70	c cleaning 4255 clauses out of 8509 with flag 0/11001
77.93/73.31	c cleaning 5619 clauses out of 11254 with flag 0/18001
121.80/116.81	c cleaning 6812 clauses out of 13637 with flag 0/26003
190.73/185.43	c cleaning 7902 clauses out of 15822 with flag 0/35000
251.78/245.88	c cleaning 8956 clauses out of 17922 with flag 0/45002
324.88/318.41	c cleaning 8756 clauses out of 19964 with flag 0/56000
389.19/382.03	c cleaning 8569 clauses out of 23208 with flag 0/68000
487.19/479.04	c cleaning 10032 clauses out of 27639 with flag 0/81000
568.06/558.80	c cleaning 10260 clauses out of 31607 with flag 0/95000
661.66/651.53	c cleaning 10480 clauses out of 36348 with flag 0/110001
751.29/740.83	c cleaning 12711 clauses out of 41867 with flag 0/126000
856.59/845.19	c cleaning 12991 clauses out of 46157 with flag 0/143001
964.89/952.09	c cleaning 15157 clauses out of 51166 with flag 0/161001
1110.76/1096.48	c cleaning 14722 clauses out of 55008 with flag 0/180000
1268.36/1252.38	c cleaning 15527 clauses out of 60286 with flag 0/200000
1407.02/1389.70	c cleaning 16092 clauses out of 65763 with flag 0/221004
1535.97/1517.04	c cleaning 16576 clauses out of 71668 with flag 0/243001
1685.03/1664.87	c cleaning 17019 clauses out of 78091 with flag 0/266000
1885.91/1864.10	c cleaning 19115 clauses out of 85077 with flag 0/290005
2131.52/2108.10	c cleaning 20190 clauses out of 90959 with flag 0/315002
2393.66/2369.71	c cleaning 19357 clauses out of 96767 with flag 0/341000
2683.98/2658.54	c cleaning 19474 clauses out of 104412 with flag 0/368002
2928.50/2902.68	c cleaning 21770 clauses out of 112936 with flag 0/396000
3138.57/3112.36	c cleaning 20003 clauses out of 120167 with flag 0/425001
3447.42/3419.14	c cleaning 21599 clauses out of 130164 with flag 0/455001
3564.70/3535.43	c cleaning 21641 clauses out of 139567 with flag 0/486003
3600.02/3570.32	c starts		: 152
3600.02/3570.32	c conflicts		: 496246
3600.02/3570.32	c decisions		: 974012
3600.02/3570.32	c propagations		: 11920687
3600.02/3570.32	c inspects		: 2929771077
3600.02/3570.32	c shortcuts		: 0
3600.02/3570.32	c learnt literals	: 0
3600.02/3570.32	c learnt binary clauses	: 0
3600.02/3570.32	c learnt ternary clauses	: 0
3600.02/3570.32	c learnt constraints	: 496246
3600.02/3570.32	c ignored constraints	: 0
3600.02/3570.32	c root simplifications	: 0
3600.02/3570.32	c removed literals (reason simplification)	: 0
3600.02/3570.32	c timeout
3600.02/3570.32	c reason swapping (by a shorter reason)	: 0
3600.02/3570.32	c Calls to reduceDB	: 27
3600.02/3570.32	c Number of update (reduction) of LBD	: 0
3600.02/3570.32	c Imported unit clauses	: 0
3600.02/3570.32	c No decision after first conflict	: false
3600.02/3570.32	c number of reductions to clauses (during analyze)	: 0
3600.02/3570.32	c number of learned constraints concerned by reduction	: 0
3600.02/3570.32	c number of learning phase by resolution	: 0
3600.02/3570.32	c number of learning phase by cutting planes	: 0
3600.02/3570.32	c number of rounding to 1 operations	: 2588188
3600.02/3570.32	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3570.32	c number of reductions of the coefficients by power 2 	: 0
3600.02/3570.32	c number of right shift for reduction by power 2 	: 0
3600.02/3570.32	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3570.32	c number of ending skipping 	: 0
3600.02/3570.32	c number of internal skipping 	: 0
3600.02/3570.32	c number of derivation steps 	: 4301692
3600.02/3570.32	c number of skipped derivation steps 	: 0
3600.02/3570.32	c number of remaining unassigned 	: 1049450
3600.02/3570.32	c number of remaining assigned 	: 144277729
3600.02/3570.32	c number of falsified literals weakened from reason	: 0
3600.02/3570.32	c number of falsified literals weakened from conflict	: 0
3600.02/3570.32	c time for arithmetic operations	: 6535676282
3600.02/3570.32	c minimum degree of deleted constraints	: 4
3600.02/3570.32	c maximum degree of deleted constraints	: 21871339144387
3600.02/3570.32	c number of deleted constraints	: 368077
3600.02/3570.32	c speed (assignments/second)	: 3339.030739720748
3600.02/3570.32	c non guided choices	: 92
3600.02/3570.37	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 92256
3600.02/3570.37	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 676
3600.02/3570.37	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 35237
3600.02/3570.38	s UNKNOWN
3600.02/3570.38	c Total wall clock time (in seconds): 3570.23

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452925-1721450087/watcher-4452925-1721450087 -o /tmp/evaluation-result-4452925-1721450087/solver-4452925-1721450087 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1721442917-1037945 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4452925-1721450087.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=1042468, runsolver pid=1042465

[startup+0.100058 s]*
/proc/loadavg: 4.25 4.22 4.19 7/333 1042486
/proc/meminfo: memFree=113865364/131524600 swapFree=131071996/131071996
[pid=1042468] ppid=1042465 vsize=18975048 memory=63124 CPUtime=0.14 cores=0,2
/proc/1042468/stat : 1042468 (java) S 1042465 1042468 1037935 0 -1 1077936128 7227 0 0 0 12 2 0 0 20 0 18 0 197175389 19430449152 15781 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
/proc/1042468/statm: 4743762 15781 5668 1 0 549365 0
[pid=1042468/tid=1042470] ppid=1042465 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/1042468/task/1042470/stat : 1042470 (java) R 1042465 1042468 1037935 0 -1 4194368 5773 0 0 0 7 1 0 0 20 0 18 0 197175389 19430449152 15781 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
[pid=1042468/tid=1042479] ppid=1042465 vsize=18975048 memory=237146210664 CPUtime=0 cores=0,2
/proc/1042468/task/1042479/stat : 1042479 (Finalizer) S 1042465 1042468 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 197175392 19430449152 15781 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
[pid=1042468/tid=1042486] ppid=1042465 vsize=18975048 memory=14408228826018639 CPUtime=0 cores=0,2
/proc/1042468/task/1042486/stat : 1042486 (Common-Cleaner) S 1042465 1042468 1037935 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 197175392 19430449152 15781 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63124 KiB

[startup+0.205829 s]*
/proc/loadavg: 4.25 4.22 4.19 6/333 1042486
/proc/meminfo: memFree=113856700/131524600 swapFree=131071996/131071996
[pid=1042468] ppid=1042465 vsize=18975048 memory=71576 CPUtime=0.32 cores=0,2
/proc/1042468/stat : 1042468 (java) S 1042465 1042468 1037935 0 -1 1077936128 7744 0 0 0 30 2 0 0 20 0 18 0 197175389 19430449152 17894 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
/proc/1042468/statm: 4743762 17894 5749 1 0 549669 0
[pid=1042468/tid=1042470] ppid=1042465 vsize=18975048 memory=6876556183782621315 CPUtime=0.16 cores=0,2
/proc/1042468/task/1042470/stat : 1042470 (java) S 1042465 1042468 1037935 0 -1 1077936192 6041 0 0 0 15 1 0 0 20 0 18 0 197175389 19430449152 17894 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
[pid=1042468/tid=1042479] ppid=1042465 vsize=18975048 memory=2643 CPUtime=0 cores=0,2
/proc/1042468/task/1042479/stat : 1042479 (Finalizer) S 1042465 1042468 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 197175392 19430449152 17894 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
[pid=1042468/tid=1042486] ppid=1042465 vsize=18975048 memory=14126753849280249 CPUtime=0 cores=0,2
/proc/1042468/task/1042486/stat : 1042486 (Common-Cleaner) S 1042465 1042468 1037935 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 197175392 19430449152 17894 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 71576 KiB

[startup+0.313327 s]*
/proc/loadavg: 4.25 4.22 4.19 7/334 1042487
/proc/meminfo: memFree=113846464/131524600 swapFree=131071996/131071996
[pid=1042468] ppid=1042465 vsize=19041612 memory=82320 CPUtime=0.52 cores=0,2
/proc/1042468/stat : 1042468 (java) S 1042465 1042468 1037935 0 -1 1077936128 8592 0 0 0 50 2 0 0 20 0 19 0 197175389 19498610688 20580 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
/proc/1042468/statm: 4760403 20580 5835 1 0 550374 0
[pid=1042468/tid=1042470] ppid=1042465 vsize=19041612 memory=-7668044098087970147 CPUtime=0.26 cores=0,2
/proc/1042468/task/1042470/stat : 1042470 (java) R 1042465 1042468 1037935 0 -1 4194368 6130 0 0 0 24 2 0 0 20 0 19 0 197175389 19498610688 20580 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
[pid=1042468/tid=1042479] ppid=1042465 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1042468/task/1042479/stat : 1042479 (Finalizer) S 1042465 1042468 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 197175392 19498610688 20580 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
[pid=1042468/tid=1042486] ppid=1042465 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1042468/task/1042486/stat : 1042486 (Common-Cleaner) S 1042465 1042468 1037935 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 197175392 19498610688 20580 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
[pid=1042468/tid=1042487] ppid=1042465 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1042468/task/1042487/stat : 1042487 (Timer-0) S 1042465 1042468 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 197175411 19498610688 20580 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 82320 KiB

[startup+0.700764 s]
/proc/loadavg: 4.31 4.23 4.19 8/334 1042487
/proc/meminfo: memFree=113785920/131524600 swapFree=131071996/131071996
[pid=1042468] ppid=1042465 vsize=19108176 memory=180108 CPUtime=1.26 cores=0,2
/proc/1042468/stat : 1042468 (java) S 1042465 1042468 1037935 0 -1 1077936128 14635 0 0 0 121 5 0 0 20 0 20 0 197175389 19566772224 45027 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
/proc/1042468/statm: 4777044 45027 5835 1 0 554457 0
[pid=1042468/tid=1042470] ppid=1042465 vsize=19108176 memory=12504 CPUtime=0.61 cores=0,2
/proc/1042468/task/1042470/stat : 1042470 (java) R 1042465 1042468 1037935 0 -1 4194368 6173 0 0 0 58 3 0 0 20 0 20 0 197175389 19566772224 45027 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
[pid=1042468/tid=1042479] ppid=1042465 vsize=19108176 memory=12504 CPUtime=0 cores=0,2
/proc/1042468/task/1042479/stat : 1042479 (Finalizer) S 1042465 1042468 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197175392 19566772224 45027 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
[pid=1042468/tid=1042486] ppid=1042465 vsize=19108176 memory=117636 CPUtime=0 cores=0,2
/proc/1042468/task/1042486/stat : 1042486 (Common-Cleaner) S 1042465 1042468 1037935 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 197175392 19566772224 45027 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
[pid=1042468/tid=1042487] ppid=1042465 vsize=19108176 memory=1844 CPUtime=0 cores=0,2
/proc/1042468/task/1042487/stat : 1042487 (Timer-0) S 1042465 1042468 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197175411 19566772224 45027 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 180108 KiB

[startup+1.50478 s]
/proc/loadavg: 4.31 4.23 4.19 6/335 1042488
/proc/meminfo: memFree=113745268/131524600 swapFree=131071996/131071996
[pid=1042468] ppid=1042465 vsize=19108176 memory=217964 CPUtime=2.85 cores=0,2
/proc/1042468/stat : 1042468 (java) S 1042465 1042468 1037935 0 -1 1077936128 19182 0 0 0 278 7 0 0 20 0 20 0 197175389 19566772224 54491 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
/proc/1042468/statm: 4777044 54491 5835 1 0 555020 0
[pid=1042468/tid=1042470] ppid=1042465 vsize=19108176 memory=12504 CPUtime=1.38 cores=0,2
/proc/1042468/task/1042470/stat : 1042470 (java) R 1042465 1042468 1037935 0 -1 4194368 6563 0 0 0 134 4 0 0 20 0 20 0 197175389 19566772224 54491 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
[pid=1042468/tid=1042479] ppid=1042465 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1042468/task/1042479/stat : 1042479 (Finalizer) S 1042465 1042468 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197175392 19566772224 54491 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
[pid=1042468/tid=1042486] ppid=1042465 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1042468/task/1042486/stat : 1042486 (Common-Cleaner) S 1042465 1042468 1037935 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 197175392 19566772224 54491 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
[pid=1042468/tid=1042487] ppid=1042465 vsize=19108176 memory=65 CPUtime=0 cores=0,2
/proc/1042468/task/1042487/stat : 1042487 (Timer-0) S 1042465 1042468 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197175411 19566772224 54491 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 217964 KiB

[startup+3.10599 s]
/proc/loadavg: 4.31 4.23 4.19 5/335 1042490
/proc/meminfo: memFree=113469324/131524600 swapFree=131071996/131071996
[pid=1042468] ppid=1042465 vsize=19108176 memory=458324 CPUtime=5.69 cores=0,2
/proc/1042468/stat : 1042468 (java) S 1042465 1042468 1037935 0 -1 1077936128 22147 0 0 0 557 12 0 0 20 0 20 0 197175389 19566772224 114581 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
/proc/1042468/statm: 4777044 114581 5835 1 0 555021 0
[pid=1042468/tid=1042470] ppid=1042465 vsize=19108176 memory=0 CPUtime=2.95 cores=0,2
/proc/1042468/task/1042470/stat : 1042470 (java) R 1042465 1042468 1037935 0 -1 4194368 7203 0 0 0 287 8 0 0 20 0 20 0 197175389 19566772224 114581 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
[pid=1042468/tid=1042479] ppid=1042465 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1042468/task/1042479/stat : 1042479 (Finalizer) S 1042465 1042468 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197175392 19566772224 114581 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
[pid=1042468/tid=1042486] ppid=1042465 vsize=19108176 memory=242684 CPUtime=0 cores=0,2
/proc/1042468/task/1042486/stat : 1042486 (Common-Cleaner) S 1042465 1042468 1037935 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 197175392 19566772224 114581 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
[pid=1042468/tid=1042487] ppid=1042465 vsize=19108176 memory=12504 CPUtime=0 cores=0,2
/proc/1042468/task/1042487/stat : 1042487 (Timer-0) S 1042465 1042468 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197175411 19566772224 114581 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
Current children cumulated CPU time: 5.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 458324 KiB

[startup+6.30024 s]
/proc/loadavg: 4.36 4.25 4.20 5/335 1042490
/proc/meminfo: memFree=112907356/131524600 swapFree=131071996/131071996
[pid=1042468] ppid=1042465 vsize=19108176 memory=1014664 CPUtime=8.97 cores=0,2
/proc/1042468/stat : 1042468 (java) S 1042465 1042468 1037935 0 -1 1077936128 22934 0 0 0 873 24 0 0 20 0 20 0 197175389 19566772224 253666 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
/proc/1042468/statm: 4777044 253666 5835 1 0 661546 0
[pid=1042468/tid=1042470] ppid=1042465 vsize=19108176 memory=12504 CPUtime=6.11 cores=0,2
/proc/1042468/task/1042470/stat : 1042470 (java) R 1042465 1042468 1037935 0 -1 4194368 7546 0 0 0 592 19 0 0 20 0 20 0 197175389 19566772224 253666 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
[pid=1042468/tid=1042479] ppid=1042465 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1042468/task/1042479/stat : 1042479 (Finalizer) S 1042465 1042468 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197175392 19566772224 253666 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
[pid=1042468/tid=1042486] ppid=1042465 vsize=19108176 memory=7595145271687605352 CPUtime=0 cores=0,2
/proc/1042468/task/1042486/stat : 1042486 (Common-Cleaner) S 1042465 1042468 1037935 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 197175392 19566772224 253666 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
[pid=1042468/tid=1042487] ppid=1042465 vsize=19108176 memory=5544 CPUtime=0 cores=0,2
/proc/1042468/task/1042487/stat : 1042487 (Timer-0) S 1042465 1042468 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197175411 19566772224 253666 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
Current children cumulated CPU time: 8.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1014664 KiB

[startup+12.7003 s]
/proc/loadavg: 4.41 4.26 4.20 5/335 1042491
/proc/meminfo: memFree=112648672/131524600 swapFree=131071996/131071996
[pid=1042468] ppid=1042465 vsize=19108176 memory=1489984 CPUtime=15.5 cores=0,2
/proc/1042468/stat : 1042468 (java) S 1042465 1042468 1037935 0 -1 1077936128 25851 0 0 0 1517 33 0 0 20 0 20 0 197175389 19566772224 372496 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
/proc/1042468/statm: 4777044 372496 5835 1 0 661547 0
[pid=1042468/tid=1042470] ppid=1042465 vsize=19108176 memory=0 CPUtime=12.45 cores=0,2
/proc/1042468/task/1042470/stat : 1042470 (java) R 1042465 1042468 1037935 0 -1 4194368 9152 0 0 0 1217 28 0 0 20 0 20 0 197175389 19566772224 372496 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
[pid=1042468/tid=1042479] ppid=1042465 vsize=19108176 memory=1121292 CPUtime=0 cores=0,2
/proc/1042468/task/1042479/stat : 1042479 (Finalizer) S 1042465 1042468 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197175392 19566772224 372496 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
[pid=1042468/tid=1042486] ppid=1042465 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1042468/task/1042486/stat : 1042486 (Common-Cleaner) S 1042465 1042468 1037935 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 197175392 19566772224 372496 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
[pid=1042468/tid=1042487] ppid=1042465 vsize=19108176 memory=16072 CPUtime=0 cores=0,2
/proc/1042468/task/1042487/stat : 1042487 (Timer-0) S 1042465 1042468 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197175411 19566772224 372496 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
Current children cumulated CPU time: 15.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1489984 KiB

[startup+25.5008 s]
/proc/loadavg: 4.35 4.25 4.20 6/335 1042627
/proc/meminfo: memFree=116500252/131524600 swapFree=131071996/131071996
[pid=1042468] ppid=1042465 vsize=19108176 memory=1643080 CPUtime=29.22 cores=0,2
/proc/1042468/stat : 1042468 (java) S 1042465 1042468 1037935 0 -1 1077936128 32380 0 0 0 2884 38 0 0 20 0 20 0 197175389 19566772224 410770 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
/proc/1042468/statm: 4777044 410770 5835 1 0 661583 0
[pid=1042468/tid=1042470] ppid=1042465 vsize=19108176 memory=1121292 CPUtime=25.03 cores=0,2
/proc/1042468/task/1042470/stat : 1042470 (java) R 1042465 1042468 1037935 0 -1 4194368 11007 0 0 0 2473 30 0 0 20 0 20 0 197175389 19566772224 410770 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
[pid=1042468/tid=1042479] ppid=1042465 vsize=19108176 memory=16072 CPUtime=0 cores=0,2
/proc/1042468/task/1042479/stat : 1042479 (Finalizer) S 1042465 1042468 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197175392 19566772224 410770 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
[pid=1042468/tid=1042486] ppid=1042465 vsize=19108176 memory=1615416 CPUtime=0 cores=0,2
/proc/1042468/task/1042486/stat : 1042486 (Common-Cleaner) S 1042465 1042468 1037935 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 20 0 197175392 19566772224 410770 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
[pid=1042468/tid=1042487] ppid=1042465 vsize=19108176 memory=1014664 CPUtime=0 cores=0,2
/proc/1042468/task/1042487/stat : 1042487 (Timer-0) S 1042465 1042468 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197175411 19566772224 410770 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
Current children cumulated CPU time: 29.22 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1643080 KiB

[startup+51.1061 s]
/proc/loadavg: 4.39 4.27 4.21 5/335 1042630
/proc/meminfo: memFree=114791192/131524600 swapFree=131071996/131071996
[pid=1042468] ppid=1042465 vsize=19108176 memory=1692336 CPUtime=55.55 cores=0,2
/proc/1042468/stat : 1042468 (java) S 1042465 1042468 1037935 0 -1 1077936128 43781 0 0 0 5513 42 0 0 20 0 20 0 197175389 19566772224 423084 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
/proc/1042468/statm: 4777044 423084 5835 1 0 661637 0
[pid=1042468/tid=1042470] ppid=1042465 vsize=19108176 memory=1692336 CPUtime=50 cores=0,2

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

/proc/meminfo: memFree=112886820/131524600 swapFree=131071996/131071996
[pid=1042468] ppid=1042465 vsize=19108176 memory=3106472 CPUtime=3250.09 cores=0,2
/proc/1042468/stat : 1042468 (java) S 1042465 1042468 1037935 0 -1 1077936128 297288 0 0 0 324755 254 0 0 20 0 20 0 197175389 19566772224 776618 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
/proc/1042468/statm: 4777044 776618 5872 1 0 789661 0
[pid=1042468/tid=1042470] ppid=1042465 vsize=19108176 memory=47172 CPUtime=3159.46 cores=0,2
/proc/1042468/task/1042470/stat : 1042470 (java) R 1042465 1042468 1037935 0 -1 4194368 122868 0 0 0 315868 78 0 0 20 0 20 0 197175389 19566772224 776618 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 45 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
[pid=1042468/tid=1042479] ppid=1042465 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1042468/task/1042479/stat : 1042479 (Finalizer) S 1042465 1042468 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197175392 19566772224 776618 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
[pid=1042468/tid=1042486] ppid=1042465 vsize=19108176 memory=11476 CPUtime=0 cores=0,2
/proc/1042468/task/1042486/stat : 1042486 (Common-Cleaner) S 1042465 1042468 1037935 0 -1 1077936192 3832 0 0 0 0 0 0 0 20 0 20 0 197175392 19566772224 776618 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
[pid=1042468/tid=1042487] ppid=1042465 vsize=19108176 memory=3106472 CPUtime=0 cores=0,2
/proc/1042468/task/1042487/stat : 1042487 (Timer-0) S 1042465 1042468 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197175411 19566772224 776618 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
Current children cumulated CPU time: 3250.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3106472 KiB

[startup+3282.3 s]
/proc/loadavg: 4.70 4.43 4.28 5/335 1044413
/proc/meminfo: memFree=112886676/131524600 swapFree=131071996/131071996
[pid=1042468] ppid=1042465 vsize=19108176 memory=3106480 CPUtime=3310.25 cores=0,2
/proc/1042468/stat : 1042468 (java) S 1042465 1042468 1037935 0 -1 1077936128 300902 0 0 0 330768 257 0 0 20 0 20 0 197175389 19566772224 776620 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
/proc/1042468/statm: 4777044 776620 5872 1 0 789661 0
[pid=1042468/tid=1042470] ppid=1042465 vsize=19108176 memory=3106472 CPUtime=3218.69 cores=0,2
/proc/1042468/task/1042470/stat : 1042470 (java) R 1042465 1042468 1037935 0 -1 4194368 124749 0 0 0 321791 78 0 0 20 0 20 0 197175389 19566772224 776620 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 45 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
[pid=1042468/tid=1042479] ppid=1042465 vsize=19108176 memory=11476 CPUtime=0 cores=0,2
/proc/1042468/task/1042479/stat : 1042479 (Finalizer) S 1042465 1042468 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197175392 19566772224 776620 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
[pid=1042468/tid=1042486] ppid=1042465 vsize=19108176 memory=3106472 CPUtime=0 cores=0,2
/proc/1042468/task/1042486/stat : 1042486 (Common-Cleaner) S 1042465 1042468 1037935 0 -1 1077936192 3873 0 0 0 0 0 0 0 20 0 20 0 197175392 19566772224 776620 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
[pid=1042468/tid=1042487] ppid=1042465 vsize=19108176 memory=3106472 CPUtime=0 cores=0,2
/proc/1042468/task/1042487/stat : 1042487 (Timer-0) S 1042465 1042468 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197175411 19566772224 776620 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
Current children cumulated CPU time: 3310.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3106480 KiB

[startup+3342.3 s]
/proc/loadavg: 4.56 4.43 4.29 5/336 1044483
/proc/meminfo: memFree=112885528/131524600 swapFree=131071996/131071996
[pid=1042468] ppid=1042465 vsize=19108176 memory=3106480 CPUtime=3370.4 cores=0,2
/proc/1042468/stat : 1042468 (java) S 1042465 1042468 1037935 0 -1 1077936128 304544 0 0 0 336777 263 0 0 20 0 20 0 197175389 19566772224 776620 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
/proc/1042468/statm: 4777044 776620 5872 1 0 789661 0
[pid=1042468/tid=1042470] ppid=1042465 vsize=19108176 memory=-7668044098087970147 CPUtime=3278.02 cores=0,2
/proc/1042468/task/1042470/stat : 1042470 (java) R 1042465 1042468 1037935 0 -1 4194368 127178 0 0 0 327722 80 0 0 20 0 20 0 197175389 19566772224 776620 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 45 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
[pid=1042468/tid=1042479] ppid=1042465 vsize=19108176 memory=11476 CPUtime=0 cores=0,2
/proc/1042468/task/1042479/stat : 1042479 (Finalizer) S 1042465 1042468 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197175392 19566772224 776620 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
[pid=1042468/tid=1042486] ppid=1042465 vsize=19108176 memory=32592 CPUtime=0 cores=0,2
/proc/1042468/task/1042486/stat : 1042486 (Common-Cleaner) S 1042465 1042468 1037935 0 -1 1077936192 3956 0 0 0 0 0 0 0 20 0 20 0 197175392 19566772224 776620 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
[pid=1042468/tid=1042487] ppid=1042465 vsize=19108176 memory=-7668044098087970147 CPUtime=0 cores=0,2
/proc/1042468/task/1042487/stat : 1042487 (Timer-0) S 1042465 1042468 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197175411 19566772224 776620 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
Current children cumulated CPU time: 3370.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3106480 KiB

[startup+3402.3 s]
/proc/loadavg: 4.32 4.38 4.28 5/337 1044496
/proc/meminfo: memFree=112777620/131524600 swapFree=131071996/131071996
[pid=1042468] ppid=1042465 vsize=19108176 memory=3106480 CPUtime=3430.53 cores=0,2
/proc/1042468/stat : 1042468 (java) S 1042465 1042468 1037935 0 -1 1077936128 305711 0 0 0 342787 266 0 0 20 0 20 0 197175389 19566772224 776620 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
/proc/1042468/statm: 4777044 776620 5872 1 0 789661 0
[pid=1042468/tid=1042470] ppid=1042465 vsize=19108176 memory=-7668044098087970147 CPUtime=3337.18 cores=0,2
/proc/1042468/task/1042470/stat : 1042470 (java) R 1042465 1042468 1037935 0 -1 4194368 128077 0 0 0 333637 81 0 0 20 0 20 0 197175389 19566772224 776620 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 50 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
[pid=1042468/tid=1042479] ppid=1042465 vsize=19108176 memory=47172 CPUtime=0 cores=0,2
/proc/1042468/task/1042479/stat : 1042479 (Finalizer) S 1042465 1042468 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197175392 19566772224 776620 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
[pid=1042468/tid=1042486] ppid=1042465 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1042468/task/1042486/stat : 1042486 (Common-Cleaner) S 1042465 1042468 1037935 0 -1 1077936192 4034 0 0 0 0 0 0 0 20 0 20 0 197175392 19566772224 776620 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
[pid=1042468/tid=1042487] ppid=1042465 vsize=19108176 memory=3106480 CPUtime=0 cores=0,2
/proc/1042468/task/1042487/stat : 1042487 (Timer-0) S 1042465 1042468 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197175411 19566772224 776620 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
Current children cumulated CPU time: 3430.53 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3106480 KiB

[startup+3462.3 s]
/proc/loadavg: 4.30 4.36 4.27 5/337 1044506
/proc/meminfo: memFree=112777356/131524600 swapFree=131071996/131071996
[pid=1042468] ppid=1042465 vsize=19108176 memory=3106480 CPUtime=3490.92 cores=0,2
/proc/1042468/stat : 1042468 (java) S 1042465 1042468 1037935 0 -1 1077936128 311096 0 0 0 348822 270 0 0 20 0 20 0 197175389 19566772224 776620 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
/proc/1042468/statm: 4777044 776620 5872 1 0 789661 0
[pid=1042468/tid=1042470] ppid=1042465 vsize=19108176 memory=-7668044098087970147 CPUtime=3396.14 cores=0,2
/proc/1042468/task/1042470/stat : 1042470 (java) R 1042465 1042468 1037935 0 -1 4194368 129581 0 0 0 339532 82 0 0 20 0 20 0 197175389 19566772224 776620 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 56 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
[pid=1042468/tid=1042479] ppid=1042465 vsize=19108176 memory=3106480 CPUtime=0 cores=0,2
/proc/1042468/task/1042479/stat : 1042479 (Finalizer) S 1042465 1042468 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197175392 19566772224 776620 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
[pid=1042468/tid=1042486] ppid=1042465 vsize=19108176 memory=5544 CPUtime=0 cores=0,2
/proc/1042468/task/1042486/stat : 1042486 (Common-Cleaner) S 1042465 1042468 1037935 0 -1 1077936192 4068 0 0 0 0 0 0 0 20 0 20 0 197175392 19566772224 776620 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
[pid=1042468/tid=1042487] ppid=1042465 vsize=19108176 memory=3106480 CPUtime=0 cores=0,2
/proc/1042468/task/1042487/stat : 1042487 (Timer-0) S 1042465 1042468 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197175411 19566772224 776620 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
Current children cumulated CPU time: 3490.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3106480 KiB

[startup+3522.3 s]
/proc/loadavg: 4.16 4.31 4.26 5/337 1044517
/proc/meminfo: memFree=112776956/131524600 swapFree=131071996/131071996
[pid=1042468] ppid=1042465 vsize=19108176 memory=3106480 CPUtime=3551.5 cores=0,2
/proc/1042468/stat : 1042468 (java) S 1042465 1042468 1037935 0 -1 1077936128 314376 0 0 0 354877 273 0 0 20 0 20 0 197175389 19566772224 776620 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
/proc/1042468/statm: 4777044 776620 5872 1 0 789661 0
[pid=1042468/tid=1042470] ppid=1042465 vsize=19108176 memory=3106480 CPUtime=3455.01 cores=0,2
/proc/1042468/task/1042470/stat : 1042470 (java) R 1042465 1042468 1037935 0 -1 4194368 131739 0 0 0 345418 83 0 0 20 0 20 0 197175389 19566772224 776620 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 56 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
[pid=1042468/tid=1042479] ppid=1042465 vsize=19108176 memory=3106480 CPUtime=0 cores=0,2
/proc/1042468/task/1042479/stat : 1042479 (Finalizer) S 1042465 1042468 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197175392 19566772224 776620 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
[pid=1042468/tid=1042486] ppid=1042465 vsize=19108176 memory=3106480 CPUtime=0 cores=0,2
/proc/1042468/task/1042486/stat : 1042486 (Common-Cleaner) S 1042465 1042468 1037935 0 -1 1077936192 4068 0 0 0 0 0 0 0 20 0 20 0 197175392 19566772224 776620 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
[pid=1042468/tid=1042487] ppid=1042465 vsize=19108176 memory=3106480 CPUtime=0 cores=0,2
/proc/1042468/task/1042487/stat : 1042487 (Timer-0) S 1042465 1042468 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197175411 19566772224 776620 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
Current children cumulated CPU time: 3551.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3106480 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3570.3 s]
/proc/loadavg: 3.79 4.20 4.23 4/310 1044559
/proc/meminfo: memFree=119476460/131524600 swapFree=131071996/131071996
[pid=1042468] ppid=1042465 vsize=19108176 memory=3106544 CPUtime=3600.02 cores=0,2
/proc/1042468/stat : 1042468 (java) S 1042465 1042468 1037935 0 -1 1077936128 315996 0 0 0 359726 276 0 0 20 0 20 0 197175389 19566772224 776636 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
/proc/1042468/statm: 4777044 776636 5887 1 0 789661 0
[pid=1042468/tid=1042470] ppid=1042465 vsize=19108176 memory=3106480 CPUtime=3502.1 cores=0,2
/proc/1042468/task/1042470/stat : 1042470 (java) R 1042465 1042468 1037935 0 -1 4194368 132514 0 0 0 350127 83 0 0 20 0 20 0 197175389 19566772224 776636 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 56 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
[pid=1042468/tid=1042479] ppid=1042465 vsize=19108176 memory=47172 CPUtime=0 cores=0,2
/proc/1042468/task/1042479/stat : 1042479 (Finalizer) S 1042465 1042468 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197175392 19566772224 776636 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
[pid=1042468/tid=1042486] ppid=1042465 vsize=19108176 memory=3106480 CPUtime=0 cores=0,2
/proc/1042468/task/1042486/stat : 1042486 (Common-Cleaner) S 1042465 1042468 1037935 0 -1 1077936192 4114 0 0 0 0 0 0 0 20 0 20 0 197175392 19566772224 776636 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
[pid=1042468/tid=1042487] ppid=1042465 vsize=19108176 memory=3106544 CPUtime=0 cores=0,2
/proc/1042468/task/1042487/stat : 1042487 (Timer-0) S 1042465 1042468 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197175411 19566772224 776636 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3106544 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.38 s, system=2.7743 s

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

[startup+3570.3 s]
/proc/loadavg: 3.79 4.20 4.23 4/310 1044559
/proc/meminfo: memFree=119476460/131524600 swapFree=131071996/131071996
[pid=1042468] ppid=1042465 vsize=19108176 memory=3106544 CPUtime=3600.02 cores=0,2
/proc/1042468/stat : 1042468 (java) S 1042465 1042468 1037935 0 -1 1077936128 315996 0 0 0 359726 276 0 0 20 0 20 0 197175389 19566772224 776636 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
/proc/1042468/statm: 4777044 776636 5887 1 0 789661 0
[pid=1042468/tid=1042470] ppid=1042465 vsize=19108176 memory=3106480 CPUtime=3502.1 cores=0,2
/proc/1042468/task/1042470/stat : 1042470 (java) R 1042465 1042468 1037935 0 -1 4194368 132514 0 0 0 350127 83 0 0 20 0 20 0 197175389 19566772224 776636 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 56 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
[pid=1042468/tid=1042479] ppid=1042465 vsize=19108176 memory=47172 CPUtime=0 cores=0,2
/proc/1042468/task/1042479/stat : 1042479 (Finalizer) S 1042465 1042468 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197175392 19566772224 776636 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
[pid=1042468/tid=1042486] ppid=1042465 vsize=19108176 memory=3106480 CPUtime=0 cores=0,2
/proc/1042468/task/1042486/stat : 1042486 (Common-Cleaner) S 1042465 1042468 1037935 0 -1 1077936192 4114 0 0 0 0 0 0 0 20 0 20 0 197175392 19566772224 776636 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
[pid=1042468/tid=1042487] ppid=1042465 vsize=19108176 memory=3106544 CPUtime=0 cores=0,2
/proc/1042468/task/1042487/stat : 1042487 (Timer-0) S 1042465 1042468 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197175411 19566772224 776636 134679101440 94316381278208 94316381281904 140722078168608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316381289720 94316381290512 94316411916288 140722078172142 140722078172255 140722078172255 140722078179272 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3106544 KiB

Child status: 143

Real time (s): 3570.4
CPU time (s): 3600.16
CPU user time (s): 3597.38
CPU system time (s): 2.7743
CPU usage (%): 100.833
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 3110228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.38
system time used= 2.7743
maximum resident set size= 3110228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 318711
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 142267
involuntary context switches= 33205


# summary of solver processes directly reported to runsolver:
#   pid: 1042468
#   total CPU time (s): 3600.16
#   total CPU user time (s): 3597.38
#   total CPU system time (s): 2.7743

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.69714 second user time and 18.6091 second system time

The end

Launcher Data

Begin job on nodeC027 at 2024-07-20 06:35:00
IDJOB=4452925
IDBENCH=165637
IDSOLVER=3046
FILE ID=nodeC027/4452925-1721450087
RUNJOBID= nodeC027-1721442917-1037945
SLURM_JOB_ID= 7545652
Free space on /tmp= 890076 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/vertex-cover/vc-grids-v1_shuffle/normalized-grid4_97.shuf-1.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452925-1721450087/watcher-4452925-1721450087 -o /tmp/evaluation-result-4452925-1721450087/solver-4452925-1721450087 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1721442917-1037945 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4452925-1721450087.opb

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

MD5SUM BENCH= 597a160dbd31bdb7379cae7050aa08c1
RANDOM SEED=137830616

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        113907348 kB
MemAvailable:   115670272 kB
Buffers:          531528 kB
Cached:          2069204 kB
SwapCached:            0 kB
Active:          1028632 kB
Inactive:       15931696 kB
Active(anon):       1560 kB
Inactive(anon): 14403676 kB
Active(file):    1027072 kB
Inactive(file):  1528020 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               900 kB
Writeback:             0 kB
AnonPages:      14358900 kB
Mapped:           127308 kB
Shmem:             45912 kB
KReclaimable:      95308 kB
Slab:             209420 kB
SReclaimable:      95308 kB
SUnreclaim:       114112 kB
KernelStack:        5120 kB
PageTables:        38080 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   16305480 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            71616 kB
HardwareCorrupted:     0 kB
AnonHugePages:  14002176 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:      193236 kB
DirectMap2M:    15308800 kB
DirectMap1G:    120586240 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC027 at 2024-07-20 07:34:30