Trace number 4451695

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.21 3558.69

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
rand6reg/normalized-rand6reg-v101-n1.opb
MD5SUM92a92dfaf57ade1ebbf8178b56974969
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.322431
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables303
Total number of constraints101
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)101
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
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.09	c Free memory 		2106806208
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.16	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.16	 - never skip resolution steps
0.12/0.16	 - Auto-division on coefficients is disabled
0.12/0.16	 - No postprocessing
0.12/0.16	 - Conflict is considered as is when resolving
0.12/0.16	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.12/0.16	 - Weaken first using unassigned literals
0.12/0.16	 - Bump strategy: ALWAYS_ONE
0.12/0.16	 - Bumper: ASSIGNED
0.12/0.16	--- Begin Solver configuration ---
0.12/0.16	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.12/0.16	Learn all clauses as in MiniSAT
0.12/0.16	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.16	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.16	No reason simplification
0.12/0.16	Armin Biere (Picosat) restarts strategy
0.12/0.16	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.12/0.16	timeout=2147483s
0.12/0.16	DB Simplification allowed=false
0.12/0.16	Listener: none
0.12/0.16	--- End Solver configuration ---
0.12/0.16	c Pseudo Boolean Optimization by upper bound
0.12/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.16	c  - never skip resolution steps
0.12/0.16	c  - Auto-division on coefficients is disabled
0.12/0.16	c  - No postprocessing
0.12/0.16	c  - Conflict is considered as is when resolving
0.12/0.16	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.12/0.16	c  - Weaken first using unassigned literals
0.12/0.16	c  - Bump strategy: ALWAYS_ONE
0.12/0.16	c  - Bumper: ASSIGNED
0.12/0.16	c --- Begin Solver configuration ---
0.12/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.12/0.16	c Learn all clauses as in MiniSAT
0.12/0.16	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.16	c No reason simplification
0.12/0.16	c Armin Biere (Picosat) restarts strategy
0.12/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.12/0.16	c timeout=2147483s
0.12/0.16	c DB Simplification allowed=false
0.12/0.16	c Listener: none
0.12/0.16	c --- End Solver configuration ---
0.12/0.16	c solving HOME/instance-4451695-1721428292.opb
0.12/0.16	c reading problem ... 
0.12/0.16	c  no objective function found
0.12/0.18	c ... done. Wall clock time 0.024s.
0.12/0.18	c declared #vars     303
0.12/0.18	c #constraints  202
0.12/0.18	c constraints type 
0.12/0.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 101
0.12/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 101
0.12/0.18	c 202 constraints processed.
12.34/9.52	c cleaning 2494 clauses out of 5002 with flag 0/5002
26.02/22.60	c cleaning 4248 clauses out of 8506 with flag 0/11000
51.24/47.50	c cleaning 5626 clauses out of 11259 with flag 0/18001
76.76/72.71	c cleaning 6812 clauses out of 13632 with flag 0/26000
108.67/103.76	c cleaning 7906 clauses out of 15821 with flag 0/35001
130.61/125.26	c cleaning 8955 clauses out of 17914 with flag 0/45000
170.96/165.11	c cleaning 9976 clauses out of 19960 with flag 0/56001
200.05/193.79	c cleaning 10983 clauses out of 21983 with flag 0/68000
252.88/246.19	c cleaning 11998 clauses out of 24001 with flag 0/81001
298.54/291.08	c cleaning 12986 clauses out of 26002 with flag 0/95000
341.84/333.66	c cleaning 14001 clauses out of 28016 with flag 0/110000
399.22/390.21	c cleaning 14996 clauses out of 30017 with flag 0/126002
445.44/435.43	c cleaning 15998 clauses out of 32021 with flag 0/143002
505.00/494.08	c cleaning 17001 clauses out of 34022 with flag 0/161001
571.39/559.43	c cleaning 17985 clauses out of 36020 with flag 0/180000
627.24/614.25	c cleaning 18991 clauses out of 38037 with flag 0/200002
724.38/710.18	c cleaning 20007 clauses out of 40045 with flag 0/221001
792.47/777.17	c cleaning 20976 clauses out of 42037 with flag 0/243000
896.03/879.29	c cleaning 21991 clauses out of 44061 with flag 0/266000
1014.37/995.97	c cleaning 22998 clauses out of 46070 with flag 0/290000
1105.00/1085.36	c cleaning 23945 clauses out of 48072 with flag 0/315000
1287.08/1266.34	c cleaning 24816 clauses out of 50128 with flag 0/341001
1413.17/1390.81	c cleaning 24138 clauses out of 52312 with flag 0/368001
1718.10/1694.91	c cleaning 26175 clauses out of 56174 with flag 0/396001
1826.51/1801.98	c cleaning 27161 clauses out of 58998 with flag 0/425000
1970.16/1943.26	c cleaning 28199 clauses out of 61837 with flag 0/455000
2224.47/2195.39	c cleaning 29444 clauses out of 64638 with flag 0/486000
2472.48/2440.88	c cleaning 30604 clauses out of 67194 with flag 0/518000
2747.70/2714.13	c cleaning 31438 clauses out of 69590 with flag 0/551000
3058.92/3023.02	c cleaning 32434 clauses out of 72152 with flag 0/585000
3336.94/3298.59	c cleaning 32976 clauses out of 74718 with flag 0/620000
3600.08/3558.62	c starts		: 168
3600.08/3558.62	c conflicts		: 651410
3600.08/3558.62	c decisions		: 1064588
3600.08/3558.62	c propagations		: 11640553
3600.08/3558.62	c inspects		: 2850560096
3600.08/3558.62	c shortcuts		: 0
3600.08/3558.62	c learnt literals	: 0
3600.08/3558.62	c learnt binary clauses	: 0
3600.08/3558.62	c learnt ternary clauses	: 0
3600.08/3558.62	c learnt constraints	: 651410
3600.08/3558.62	c ignored constraints	: 0
3600.08/3558.62	c root simplifications	: 0
3600.08/3558.62	c removed literals (reason simplification)	: 0
3600.08/3558.62	c reason swapping (by a shorter reason)	: 0
3600.08/3558.62	c Calls to reduceDB	: 31
3600.08/3558.62	c Number of update (reduction) of LBD	: 82
3600.08/3558.62	c Imported unit clauses	: 0
3600.08/3558.62	c No decision after first conflict	: false
3600.08/3558.62	c number of reductions to clauses (during analyze)	: 0
3600.08/3558.62	c number of learned constraints concerned by reduction	: 0
3600.08/3558.62	c number of learning phase by resolution	: 0
3600.08/3558.62	c number of learning phase by cutting planes	: 0
3600.08/3558.62	c number of rounding to 1 operations	: 1901250
3600.08/3558.62	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3558.62	c number of reductions of the coefficients by power 2 	: 0
3600.08/3558.62	c number of right shift for reduction by power 2 	: 0
3600.08/3558.62	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3558.62	c number of ending skipping 	: 0
3600.08/3558.62	c number of internal skipping 	: 0
3600.08/3558.62	c number of derivation steps 	: 3540408
3600.08/3558.62	c number of skipped derivation steps 	: 0
3600.08/3558.62	c number of remaining unassigned 	: 151035
3600.08/3558.62	c number of remaining assigned 	: 118507935
3600.08/3558.62	c number of falsified literals weakened from reason	: 0
3600.08/3558.62	c timeout
3600.08/3558.62	c number of falsified literals weakened from conflict	: 0
3600.08/3558.62	c time for arithmetic operations	: 4240004824
3600.08/3558.62	c minimum degree of deleted constraints	: 4
3600.08/3558.62	c maximum degree of deleted constraints	: 32542766
3600.08/3558.62	c number of deleted constraints	: 578258
3600.08/3558.62	c speed (assignments/second)	: 3271.2566057831605
3600.08/3558.62	c non guided choices	: 88
3600.08/3558.67	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 22724
3600.08/3558.67	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 659
3600.08/3558.67	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 49769
3600.08/3558.67	s UNKNOWN
3600.08/3558.67	c Total wall clock time (in seconds): 3558.512

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63931 MiB (59559 MiB free)
  memory of node 1: 64510 MiB (56031 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451695-1721428292/watcher-4451695-1721428292 -o /tmp/evaluation-result-4451695-1721428292/solver-4451695-1721428292 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721421149-999907 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4451695-1721428292.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100397 s]*
/proc/loadavg: 4.27 4.32 4.30 6/334 1005211
/proc/meminfo: memFree=118321600/131524600 swapFree=131071996/131071996
[pid=1005193] ppid=1005190 vsize=18975048 memory=66852 CPUtime=0.12 cores=4,6
/proc/1005193/stat : 1005193 (java) S 1005190 1005193 999896 0 -1 1077936128 7576 0 0 0 11 1 0 0 20 0 18 0 194989784 19430449152 16713 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
/proc/1005193/statm: 4743762 16713 5692 1 0 549318 0
[pid=1005193/tid=1005195] ppid=1005190 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/1005193/task/1005195/stat : 1005195 (java) R 1005190 1005193 999896 0 -1 4194368 6187 0 0 0 7 1 0 0 20 0 18 0 194989784 19430449152 16713 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
[pid=1005193/tid=1005204] ppid=1005190 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/1005193/task/1005204/stat : 1005204 (Finalizer) S 1005190 1005193 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 194989787 19430449152 16713 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
[pid=1005193/tid=1005211] ppid=1005190 vsize=18975048 memory=14699582227506071 CPUtime=0 cores=4,6
/proc/1005193/task/1005211/stat : 1005211 (Common-Cleaner) S 1005190 1005193 999896 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 194989787 19430449152 16713 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66852 KiB

[startup+0.206117 s]*
/proc/loadavg: 4.27 4.32 4.30 7/335 1005212
/proc/meminfo: memFree=118312740/131524600 swapFree=131071996/131071996
[pid=1005193] ppid=1005190 vsize=19041612 memory=73692 CPUtime=0.31 cores=4,6
/proc/1005193/stat : 1005193 (java) S 1005190 1005193 999896 0 -1 1077936128 8242 0 0 0 30 1 0 0 20 0 19 0 194989784 19498610688 18423 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
/proc/1005193/statm: 4760403 18423 5814 1 0 550034 0
[pid=1005193/tid=1005195] ppid=1005190 vsize=19041612 memory=6007641856751698051 CPUtime=0.18 cores=4,6
/proc/1005193/task/1005195/stat : 1005195 (java) R 1005190 1005193 999896 0 -1 1077936192 6529 0 0 0 17 1 0 0 20 0 19 0 194989784 19498610688 18423 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
[pid=1005193/tid=1005204] ppid=1005190 vsize=19041612 memory=14994 CPUtime=0 cores=4,6
/proc/1005193/task/1005204/stat : 1005204 (Finalizer) S 1005190 1005193 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 194989787 19498610688 18423 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
[pid=1005193/tid=1005211] ppid=1005190 vsize=19041612 memory=15537410087847364 CPUtime=0 cores=4,6
/proc/1005193/task/1005211/stat : 1005211 (Common-Cleaner) S 1005190 1005193 999896 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 194989787 19498610688 18423 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
[pid=1005193/tid=1005212] ppid=1005190 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1005193/task/1005212/stat : 1005212 (Timer-0) S 1005190 1005193 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 194989803 19498610688 18423 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 73692 KiB

[startup+0.306428 s]*
/proc/loadavg: 4.27 4.32 4.30 8/335 1005212
/proc/meminfo: memFree=118291280/131524600 swapFree=131071996/131071996
[pid=1005193] ppid=1005190 vsize=19042444 memory=95780 CPUtime=0.51 cores=4,6
/proc/1005193/stat : 1005193 (java) S 1005190 1005193 999896 0 -1 1077936128 9024 0 0 0 49 2 0 0 20 0 19 0 194989784 19499462656 23945 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
/proc/1005193/statm: 4760611 23945 5829 1 0 550553 0
[pid=1005193/tid=1005195] ppid=1005190 vsize=19042444 memory=-7452997215881355878 CPUtime=0.27 cores=4,6
/proc/1005193/task/1005195/stat : 1005195 (java) R 1005190 1005193 999896 0 -1 4194368 6569 0 0 0 26 1 0 0 20 0 19 0 194989784 19499462656 24011 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
[pid=1005193/tid=1005204] ppid=1005190 vsize=19042444 memory=0 CPUtime=0 cores=4,6
/proc/1005193/task/1005204/stat : 1005204 (Finalizer) S 1005190 1005193 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 194989787 19499462656 24011 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
[pid=1005193/tid=1005211] ppid=1005190 vsize=19042444 memory=0 CPUtime=0 cores=4,6
/proc/1005193/task/1005211/stat : 1005211 (Common-Cleaner) S 1005190 1005193 999896 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 194989787 19499462656 24011 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
[pid=1005193/tid=1005212] ppid=1005190 vsize=19042444 memory=0 CPUtime=0 cores=4,6
/proc/1005193/task/1005212/stat : 1005212 (Timer-0) S 1005190 1005193 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 194989803 19499462656 24077 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19042444 KiB
Current children cumulated memory: 95780 KiB

[startup+0.710429 s]
/proc/loadavg: 4.27 4.32 4.30 7/336 1005213
/proc/meminfo: memFree=118208912/131524600 swapFree=131071996/131071996
[pid=1005193] ppid=1005190 vsize=19108176 memory=178656 CPUtime=1.25 cores=4,6
/proc/1005193/stat : 1005193 (java) S 1005190 1005193 999896 0 -1 1077936128 14374 0 0 0 121 4 0 0 20 0 20 0 194989784 19566772224 44664 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
/proc/1005193/statm: 4777044 44664 5829 1 0 554242 0
[pid=1005193/tid=1005195] ppid=1005190 vsize=19108176 memory=46372 CPUtime=0.61 cores=4,6
/proc/1005193/task/1005195/stat : 1005195 (java) R 1005190 1005193 999896 0 -1 4194368 6676 0 0 0 58 3 0 0 20 0 20 0 194989784 19566772224 44664 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
[pid=1005193/tid=1005204] ppid=1005190 vsize=19108176 memory=13012 CPUtime=0 cores=4,6
/proc/1005193/task/1005204/stat : 1005204 (Finalizer) S 1005190 1005193 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194989787 19566772224 44664 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
[pid=1005193/tid=1005211] ppid=1005190 vsize=19108176 memory=2312 CPUtime=0 cores=4,6
/proc/1005193/task/1005211/stat : 1005211 (Common-Cleaner) S 1005190 1005193 999896 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194989787 19566772224 44664 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
[pid=1005193/tid=1005212] ppid=1005190 vsize=19108176 memory=26268 CPUtime=0 cores=4,6
/proc/1005193/task/1005212/stat : 1005212 (Timer-0) S 1005190 1005193 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194989803 19566772224 44664 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 178656 KiB

[startup+1.50043 s]
/proc/loadavg: 4.27 4.32 4.30 6/336 1005213
/proc/meminfo: memFree=118197716/131524600 swapFree=131071996/131071996
[pid=1005193] ppid=1005190 vsize=19108176 memory=387832 CPUtime=2.82 cores=4,6
/proc/1005193/stat : 1005193 (java) S 1005190 1005193 999896 0 -1 1077936128 21928 0 0 0 272 10 0 0 20 0 20 0 194989784 19566772224 96958 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
/proc/1005193/statm: 4777044 96958 5845 1 0 556123 0
[pid=1005193/tid=1005195] ppid=1005190 vsize=19108176 memory=13012 CPUtime=1.35 cores=4,6
/proc/1005193/task/1005195/stat : 1005195 (java) R 1005190 1005193 999896 0 -1 4194368 6996 0 0 0 128 7 0 0 20 0 20 0 194989784 19566772224 96958 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
[pid=1005193/tid=1005204] ppid=1005190 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1005193/task/1005204/stat : 1005204 (Finalizer) S 1005190 1005193 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194989787 19566772224 96958 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
[pid=1005193/tid=1005211] ppid=1005190 vsize=19108176 memory=2312 CPUtime=0 cores=4,6
/proc/1005193/task/1005211/stat : 1005211 (Common-Cleaner) S 1005190 1005193 999896 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194989787 19566772224 96958 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
[pid=1005193/tid=1005212] ppid=1005190 vsize=19108176 memory=26268 CPUtime=0 cores=4,6
/proc/1005193/task/1005212/stat : 1005212 (Timer-0) S 1005190 1005193 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194989803 19566772224 96958 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 387832 KiB

[startup+3.10587 s]
/proc/loadavg: 4.40 4.35 4.31 5/336 1005213
/proc/meminfo: memFree=117548212/131524600 swapFree=131071996/131071996
[pid=1005193] ppid=1005190 vsize=19108176 memory=897756 CPUtime=5.67 cores=4,6
/proc/1005193/stat : 1005193 (java) S 1005190 1005193 999896 0 -1 1077936128 29443 0 0 0 546 21 0 0 20 0 20 0 194989784 19566772224 224439 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
/proc/1005193/statm: 4777044 224439 5845 1 0 719005 0
[pid=1005193/tid=1005195] ppid=1005190 vsize=19108176 memory=0 CPUtime=2.92 cores=4,6
/proc/1005193/task/1005195/stat : 1005195 (java) R 1005190 1005193 999896 0 -1 4194368 7787 0 0 0 275 17 0 0 20 0 20 0 194989784 19566772224 224439 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
[pid=1005193/tid=1005204] ppid=1005190 vsize=19108176 memory=-7452997215881355878 CPUtime=0 cores=4,6
/proc/1005193/task/1005204/stat : 1005204 (Finalizer) S 1005190 1005193 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194989787 19566772224 224439 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
[pid=1005193/tid=1005211] ppid=1005190 vsize=19108176 memory=13012 CPUtime=0 cores=4,6
/proc/1005193/task/1005211/stat : 1005211 (Common-Cleaner) S 1005190 1005193 999896 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194989787 19566772224 224439 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
[pid=1005193/tid=1005212] ppid=1005190 vsize=19108176 memory=2312 CPUtime=0 cores=4,6
/proc/1005193/task/1005212/stat : 1005212 (Timer-0) S 1005190 1005193 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194989803 19566772224 224439 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
Current children cumulated CPU time: 5.67 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 897756 KiB

[startup+6.30028 s]
/proc/loadavg: 4.40 4.35 4.31 5/336 1005213
/proc/meminfo: memFree=117345492/131524600 swapFree=131071996/131071996
[pid=1005193] ppid=1005190 vsize=19108176 memory=1030456 CPUtime=9.03 cores=4,6
/proc/1005193/stat : 1005193 (java) S 1005190 1005193 999896 0 -1 1077936128 29810 0 0 0 880 23 0 0 20 0 20 0 194989784 19566772224 257614 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
/proc/1005193/statm: 4777044 257614 5845 1 0 719007 0
[pid=1005193/tid=1005195] ppid=1005190 vsize=19108176 memory=2312 CPUtime=6.03 cores=4,6
/proc/1005193/task/1005195/stat : 1005195 (java) R 1005190 1005193 999896 0 -1 4194368 7952 0 0 0 584 19 0 0 20 0 20 0 194989784 19566772224 257614 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
[pid=1005193/tid=1005204] ppid=1005190 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1005193/task/1005204/stat : 1005204 (Finalizer) S 1005190 1005193 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194989787 19566772224 257614 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
[pid=1005193/tid=1005211] ppid=1005190 vsize=19108176 memory=13012 CPUtime=0 cores=4,6
/proc/1005193/task/1005211/stat : 1005211 (Common-Cleaner) S 1005190 1005193 999896 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194989787 19566772224 257614 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
[pid=1005193/tid=1005212] ppid=1005190 vsize=19108176 memory=-4334520239063117600 CPUtime=0 cores=4,6
/proc/1005193/task/1005212/stat : 1005212 (Timer-0) S 1005190 1005193 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194989803 19566772224 257614 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
Current children cumulated CPU time: 9.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1030456 KiB

[startup+12.7003 s]
/proc/loadavg: 4.37 4.34 4.31 5/336 1005215
/proc/meminfo: memFree=116953140/131524600 swapFree=131071996/131071996
[pid=1005193] ppid=1005190 vsize=19108176 memory=1405588 CPUtime=15.66 cores=4,6
/proc/1005193/stat : 1005193 (java) S 1005190 1005193 999896 0 -1 1077936128 31617 0 0 0 1535 31 0 0 20 0 20 0 194989784 19566772224 351397 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
/proc/1005193/statm: 4777044 351397 5845 1 0 719059 0
[pid=1005193/tid=1005195] ppid=1005190 vsize=19108176 memory=13012 CPUtime=12.33 cores=4,6
/proc/1005193/task/1005195/stat : 1005195 (java) R 1005190 1005193 999896 0 -1 4194368 9500 0 0 0 1209 24 0 0 20 0 20 0 194989784 19566772224 351397 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
[pid=1005193/tid=1005204] ppid=1005190 vsize=19108176 memory=1382796 CPUtime=0 cores=4,6
/proc/1005193/task/1005204/stat : 1005204 (Finalizer) S 1005190 1005193 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194989787 19566772224 351397 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
[pid=1005193/tid=1005211] ppid=1005190 vsize=19108176 memory=46372 CPUtime=0 cores=4,6
/proc/1005193/task/1005211/stat : 1005211 (Common-Cleaner) S 1005190 1005193 999896 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 20 0 194989787 19566772224 351397 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
[pid=1005193/tid=1005212] ppid=1005190 vsize=19108176 memory=13012 CPUtime=0 cores=4,6
/proc/1005193/task/1005212/stat : 1005212 (Timer-0) S 1005190 1005193 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194989803 19566772224 351397 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
Current children cumulated CPU time: 15.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1405588 KiB

[startup+25.5003 s]
/proc/loadavg: 4.50 4.38 4.32 5/336 1005217
/proc/meminfo: memFree=116496972/131524600 swapFree=131071996/131071996
[pid=1005193] ppid=1005190 vsize=19108176 memory=1784844 CPUtime=29 cores=4,6
/proc/1005193/stat : 1005193 (java) S 1005190 1005193 999896 0 -1 1077936128 40840 0 0 0 2860 40 0 0 20 0 20 0 194989784 19566772224 446211 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
/proc/1005193/statm: 4777044 446211 5845 1 0 719061 0
[pid=1005193/tid=1005195] ppid=1005190 vsize=19108176 memory=6944656592455359545 CPUtime=24.93 cores=4,6
/proc/1005193/task/1005195/stat : 1005195 (java) R 1005190 1005193 999896 0 -1 4194368 11992 0 0 0 2462 31 0 0 20 0 20 0 194989784 19566772224 446211 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
[pid=1005193/tid=1005204] ppid=1005190 vsize=19108176 memory=11488 CPUtime=0 cores=4,6
/proc/1005193/task/1005204/stat : 1005204 (Finalizer) S 1005190 1005193 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194989787 19566772224 446211 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
[pid=1005193/tid=1005211] ppid=1005190 vsize=19108176 memory=3477 CPUtime=0 cores=4,6
/proc/1005193/task/1005211/stat : 1005211 (Common-Cleaner) S 1005190 1005193 999896 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 20 0 194989787 19566772224 446211 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
[pid=1005193/tid=1005212] ppid=1005190 vsize=19108176 memory=13012 CPUtime=0 cores=4,6
/proc/1005193/task/1005212/stat : 1005212 (Timer-0) S 1005190 1005193 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194989803 19566772224 446211 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
Current children cumulated CPU time: 29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1784844 KiB

[startup+51.106 s]
/proc/loadavg: 4.39 4.36 4.32 5/336 1005222
/proc/meminfo: memFree=115753964/131524600 swapFree=131071996/131071996
[pid=1005193] ppid=1005190 vsize=19108176 memory=1836136 CPUtime=54.86 cores=4,6
/proc/1005193/stat : 1005193 (java) S 1005190 1005193 999896 0 -1 1077936128 45000 0 0 0 5444 42 0 0 20 0 20 0 194989784 19566772224 459034 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
/proc/1005193/statm: 4777044 459034 5845 1 0 719061 0

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

/proc/meminfo: memFree=113242292/131524600 swapFree=131071996/131071996
[pid=1005193] ppid=1005190 vsize=19108176 memory=3365500 CPUtime=3199.81 cores=4,6
/proc/1005193/stat : 1005193 (java) S 1005190 1005193 999896 0 -1 1077936128 321358 0 0 0 319761 220 0 0 20 0 20 0 194989784 19566772224 841375 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
/proc/1005193/statm: 4777044 841375 5893 1 0 855284 0
[pid=1005193/tid=1005195] ppid=1005190 vsize=19108176 memory=2636 CPUtime=3095.53 cores=4,6
/proc/1005193/task/1005195/stat : 1005195 (java) R 1005190 1005193 999896 0 -1 4194368 139761 0 0 0 309489 64 0 0 20 0 20 0 194989784 19566772224 841375 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 78 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
[pid=1005193/tid=1005204] ppid=1005190 vsize=19108176 memory=3365496 CPUtime=0 cores=4,6
/proc/1005193/task/1005204/stat : 1005204 (Finalizer) S 1005190 1005193 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194989787 19566772224 841375 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
[pid=1005193/tid=1005211] ppid=1005190 vsize=19108176 memory=3365496 CPUtime=0 cores=4,6
/proc/1005193/task/1005211/stat : 1005211 (Common-Cleaner) S 1005190 1005193 999896 0 -1 1077936192 3332 0 0 0 0 0 0 0 20 0 20 0 194989787 19566772224 841375 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
[pid=1005193/tid=1005212] ppid=1005190 vsize=19108176 memory=3365496 CPUtime=0 cores=4,6
/proc/1005193/task/1005212/stat : 1005212 (Timer-0) S 1005190 1005193 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194989803 19566772224 841375 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
Current children cumulated CPU time: 3199.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3365500 KiB

[startup+3222.3 s]
/proc/loadavg: 4.28 4.20 4.18 5/335 1006964
/proc/meminfo: memFree=113228680/131524600 swapFree=131071996/131071996
[pid=1005193] ppid=1005190 vsize=19108176 memory=3365516 CPUtime=3260.22 cores=4,6
/proc/1005193/stat : 1005193 (java) S 1005190 1005193 999896 0 -1 1077936128 326152 0 0 0 325799 223 0 0 20 0 20 0 194989784 19566772224 841379 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
/proc/1005193/statm: 4777044 841379 5893 1 0 855284 0
[pid=1005193/tid=1005195] ppid=1005190 vsize=19108176 memory=-7452997215881355878 CPUtime=3154.53 cores=4,6
/proc/1005193/task/1005195/stat : 1005195 (java) R 1005190 1005193 999896 0 -1 4194368 142225 0 0 0 315389 64 0 0 20 0 20 0 194989784 19566772224 841379 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 78 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
[pid=1005193/tid=1005204] ppid=1005190 vsize=19108176 memory=3365512 CPUtime=0 cores=4,6
/proc/1005193/task/1005204/stat : 1005204 (Finalizer) S 1005190 1005193 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194989787 19566772224 841379 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
[pid=1005193/tid=1005211] ppid=1005190 vsize=19108176 memory=3365516 CPUtime=0 cores=4,6
/proc/1005193/task/1005211/stat : 1005211 (Common-Cleaner) S 1005190 1005193 999896 0 -1 1077936192 3332 0 0 0 0 0 0 0 20 0 20 0 194989787 19566772224 841379 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
[pid=1005193/tid=1005212] ppid=1005190 vsize=19108176 memory=1836 CPUtime=0 cores=4,6
/proc/1005193/task/1005212/stat : 1005212 (Timer-0) S 1005190 1005193 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194989803 19566772224 841379 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
Current children cumulated CPU time: 3260.22 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3365516 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.18 4.18 5/333 1006975
/proc/meminfo: memFree=113207928/131524600 swapFree=131071996/131071996
[pid=1005193] ppid=1005190 vsize=19108176 memory=3365516 CPUtime=3320.66 cores=4,6
/proc/1005193/stat : 1005193 (java) S 1005190 1005193 999896 0 -1 1077936128 330709 0 0 0 331840 226 0 0 20 0 20 0 194989784 19566772224 841379 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
/proc/1005193/statm: 4777044 841379 5893 1 0 855284 0
[pid=1005193/tid=1005195] ppid=1005190 vsize=19108176 memory=3365516 CPUtime=3213.76 cores=4,6
/proc/1005193/task/1005195/stat : 1005195 (java) R 1005190 1005193 999896 0 -1 4194368 144736 0 0 0 321311 65 0 0 20 0 20 0 194989784 19566772224 841379 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 78 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
[pid=1005193/tid=1005204] ppid=1005190 vsize=19108176 memory=2704 CPUtime=0 cores=4,6
/proc/1005193/task/1005204/stat : 1005204 (Finalizer) S 1005190 1005193 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194989787 19566772224 841379 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
[pid=1005193/tid=1005211] ppid=1005190 vsize=19108176 memory=3365516 CPUtime=0 cores=4,6
/proc/1005193/task/1005211/stat : 1005211 (Common-Cleaner) S 1005190 1005193 999896 0 -1 1077936192 3409 0 0 0 0 0 0 0 20 0 20 0 194989787 19566772224 841379 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
[pid=1005193/tid=1005212] ppid=1005190 vsize=19108176 memory=3365516 CPUtime=0 cores=4,6
/proc/1005193/task/1005212/stat : 1005212 (Timer-0) S 1005190 1005193 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194989803 19566772224 841379 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
Current children cumulated CPU time: 3320.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3365516 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.17 4.18 5/332 1006986
/proc/meminfo: memFree=113192688/131524600 swapFree=131071996/131071996
[pid=1005193] ppid=1005190 vsize=19108176 memory=3365584 CPUtime=3381.87 cores=4,6
/proc/1005193/stat : 1005193 (java) S 1005190 1005193 999896 0 -1 1077936128 340592 0 0 0 337957 230 0 0 20 0 20 0 194989784 19566772224 841396 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
/proc/1005193/statm: 4777044 841396 5893 1 0 855285 0
[pid=1005193/tid=1005195] ppid=1005190 vsize=19108176 memory=3365516 CPUtime=3272.43 cores=4,6
/proc/1005193/task/1005195/stat : 1005195 (java) R 1005190 1005193 999896 0 -1 4194368 147380 0 0 0 327178 65 0 0 20 0 20 0 194989784 19566772224 841396 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 87 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
[pid=1005193/tid=1005204] ppid=1005190 vsize=19108176 memory=13012 CPUtime=0 cores=4,6
/proc/1005193/task/1005204/stat : 1005204 (Finalizer) S 1005190 1005193 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194989787 19566772224 841396 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
[pid=1005193/tid=1005211] ppid=1005190 vsize=19108176 memory=3365584 CPUtime=0 cores=4,6
/proc/1005193/task/1005211/stat : 1005211 (Common-Cleaner) S 1005190 1005193 999896 0 -1 1077936192 3457 0 0 0 0 0 0 0 20 0 20 0 194989787 19566772224 841396 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
[pid=1005193/tid=1005212] ppid=1005190 vsize=19108176 memory=3365584 CPUtime=0 cores=4,6
/proc/1005193/task/1005212/stat : 1005212 (Timer-0) S 1005190 1005193 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194989803 19566772224 841396 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
Current children cumulated CPU time: 3381.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3365584 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.15 4.17 5/334 1007167
/proc/meminfo: memFree=113178520/131524600 swapFree=131071996/131071996
[pid=1005193] ppid=1005190 vsize=19108176 memory=3365648 CPUtime=3442.5 cores=4,6
/proc/1005193/stat : 1005193 (java) S 1005190 1005193 999896 0 -1 1077936128 344821 0 0 0 344018 232 0 0 20 0 20 0 194989784 19566772224 841412 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
/proc/1005193/statm: 4777044 841412 5909 1 0 855285 0
[pid=1005193/tid=1005195] ppid=1005190 vsize=19108176 memory=13012 CPUtime=3331.33 cores=4,6
/proc/1005193/task/1005195/stat : 1005195 (java) R 1005190 1005193 999896 0 -1 4194368 149608 0 0 0 333068 65 0 0 20 0 20 0 194989784 19566772224 841412 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 87 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
[pid=1005193/tid=1005204] ppid=1005190 vsize=19108176 memory=3365584 CPUtime=0 cores=4,6
/proc/1005193/task/1005204/stat : 1005204 (Finalizer) S 1005190 1005193 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194989787 19566772224 841412 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
[pid=1005193/tid=1005211] ppid=1005190 vsize=19108176 memory=11488 CPUtime=0 cores=4,6
/proc/1005193/task/1005211/stat : 1005211 (Common-Cleaner) S 1005190 1005193 999896 0 -1 1077936192 3552 0 0 0 0 0 0 0 20 0 20 0 194989787 19566772224 841412 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
[pid=1005193/tid=1005212] ppid=1005190 vsize=19108176 memory=3365648 CPUtime=0 cores=4,6
/proc/1005193/task/1005212/stat : 1005212 (Timer-0) S 1005190 1005193 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194989803 19566772224 841412 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
Current children cumulated CPU time: 3442.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3365648 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.14 4.16 5/335 1007178
/proc/meminfo: memFree=113171824/131524600 swapFree=131071996/131071996
[pid=1005193] ppid=1005190 vsize=19108176 memory=3365648 CPUtime=3503.07 cores=4,6
/proc/1005193/stat : 1005193 (java) S 1005190 1005193 999896 0 -1 1077936128 348695 0 0 0 350072 235 0 0 20 0 20 0 194989784 19566772224 841412 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
/proc/1005193/statm: 4777044 841412 5909 1 0 855285 0
[pid=1005193/tid=1005195] ppid=1005190 vsize=19108176 memory=13012 CPUtime=3390.3 cores=4,6
/proc/1005193/task/1005195/stat : 1005195 (java) R 1005190 1005193 999896 0 -1 4194368 151639 0 0 0 338964 66 0 0 20 0 20 0 194989784 19566772224 841412 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 87 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
[pid=1005193/tid=1005204] ppid=1005190 vsize=19108176 memory=3365584 CPUtime=0 cores=4,6
/proc/1005193/task/1005204/stat : 1005204 (Finalizer) S 1005190 1005193 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194989787 19566772224 841412 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
[pid=1005193/tid=1005211] ppid=1005190 vsize=19108176 memory=11488 CPUtime=0 cores=4,6
/proc/1005193/task/1005211/stat : 1005211 (Common-Cleaner) S 1005190 1005193 999896 0 -1 1077936192 3552 0 0 0 0 0 0 0 20 0 20 0 194989787 19566772224 841412 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
[pid=1005193/tid=1005212] ppid=1005190 vsize=19108176 memory=3365648 CPUtime=0 cores=4,6
/proc/1005193/task/1005212/stat : 1005212 (Timer-0) S 1005190 1005193 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194989803 19566772224 841412 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
Current children cumulated CPU time: 3503.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3365648 KiB

[startup+3522.3 s]
/proc/loadavg: 3.73 4.04 4.13 3/285 1007314
/proc/meminfo: memFree=120235980/131524600 swapFree=131071996/131071996
[pid=1005193] ppid=1005190 vsize=19108176 memory=3365648 CPUtime=3563.58 cores=4,6
/proc/1005193/stat : 1005193 (java) S 1005190 1005193 999896 0 -1 1077936128 350019 0 0 0 356120 238 0 0 20 0 20 0 194989784 19566772224 841412 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
/proc/1005193/statm: 4777044 841412 5909 1 0 855285 0
[pid=1005193/tid=1005195] ppid=1005190 vsize=19108176 memory=3365648 CPUtime=3449.41 cores=4,6
/proc/1005193/task/1005195/stat : 1005195 (java) R 1005190 1005193 999896 0 -1 4194368 152687 0 0 0 344875 66 0 0 20 0 20 0 194989784 19566772224 841412 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 88 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
[pid=1005193/tid=1005204] ppid=1005190 vsize=19108176 memory=3365648 CPUtime=0 cores=4,6
/proc/1005193/task/1005204/stat : 1005204 (Finalizer) S 1005190 1005193 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194989787 19566772224 841412 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
[pid=1005193/tid=1005211] ppid=1005190 vsize=19108176 memory=3365648 CPUtime=0 cores=4,6
/proc/1005193/task/1005211/stat : 1005211 (Common-Cleaner) S 1005190 1005193 999896 0 -1 1077936192 3629 0 0 0 0 0 0 0 20 0 20 0 194989787 19566772224 841412 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
[pid=1005193/tid=1005212] ppid=1005190 vsize=19108176 memory=3365648 CPUtime=0 cores=4,6
/proc/1005193/task/1005212/stat : 1005212 (Timer-0) S 1005190 1005193 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194989803 19566772224 841412 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
Current children cumulated CPU time: 3563.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3365648 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3558.6 s]
/proc/loadavg: 3.24 3.87 4.07 3/283 1007321
/proc/meminfo: memFree=120227636/131524600 swapFree=131071996/131071996
[pid=1005193] ppid=1005190 vsize=19108176 memory=3365648 CPUtime=3600.08 cores=4,6
/proc/1005193/stat : 1005193 (java) S 1005190 1005193 999896 0 -1 1077936128 353550 0 0 0 359768 240 0 0 20 0 20 0 194989784 19566772224 841412 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
/proc/1005193/statm: 4777044 841412 5909 1 0 855285 0
[pid=1005193/tid=1005195] ppid=1005190 vsize=19108176 memory=2636 CPUtime=3485.26 cores=4,6
/proc/1005193/task/1005195/stat : 1005195 (java) R 1005190 1005193 999896 0 -1 4194368 154669 0 0 0 348460 66 0 0 20 0 20 0 194989784 19566772224 841412 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 88 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
[pid=1005193/tid=1005204] ppid=1005190 vsize=19108176 memory=2312 CPUtime=0 cores=4,6
/proc/1005193/task/1005204/stat : 1005204 (Finalizer) S 1005190 1005193 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194989787 19566772224 841412 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
[pid=1005193/tid=1005211] ppid=1005190 vsize=19108176 memory=1836 CPUtime=0 cores=4,6
/proc/1005193/task/1005211/stat : 1005211 (Common-Cleaner) S 1005190 1005193 999896 0 -1 1077936192 3723 0 0 0 0 0 0 0 20 0 20 0 194989787 19566772224 841412 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
[pid=1005193/tid=1005212] ppid=1005190 vsize=19108176 memory=1976 CPUtime=0 cores=4,6
/proc/1005193/task/1005212/stat : 1005212 (Timer-0) S 1005190 1005193 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194989803 19566772224 841412 134679101440 94202898993152 94202898996848 140733067166656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94202899004664 94202899005456 94202919280640 140733067170799 140733067170912 140733067170912 140733067177928 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3365648 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.79 s, system=2.42229 s

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

Child status: 143

Real time (s): 3558.69
CPU time (s): 3600.21
CPU user time (s): 3597.79
CPU system time (s): 2.42229
CPU usage (%): 101.167
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 3365648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.79
system time used= 2.42229
maximum resident set size= 3367228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 356961
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 139415
involuntary context switches= 14280


# summary of solver processes directly reported to runsolver:
#   pid: 1005193
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3597.79
#   total CPU system time (s): 2.42229

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.71696 second user time and 17.1452 second system time

The end

Launcher Data

Begin job on nodeC016 at 2024-07-20 00:31:44
IDJOB=4451695
IDBENCH=162608
IDSOLVER=3046
FILE ID=nodeC016/4451695-1721428292
RUNJOBID= nodeC016-1721421149-999907
SLURM_JOB_ID= 7545492
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/rand6reg/normalized-rand6reg-v101-n1.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451695-1721428292/watcher-4451695-1721428292 -o /tmp/evaluation-result-4451695-1721428292/solver-4451695-1721428292 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721421149-999907 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4451695-1721428292.opb

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

MD5SUM BENCH= 92a92dfaf57ade1ebbf8178b56974969
RANDOM SEED=1632307020

nodeC016.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		: 3600.331
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.70
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.117
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.63
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		: 3645.701
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.70
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		: 3686.064
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.63
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		: 3636.768
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.70
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		: 3686.307
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.63
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		: 3625.506
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.70
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		: 3600.019
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.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        118365088 kB
MemAvailable:   122118588 kB
Buffers:          409772 kB
Cached:          4185784 kB
SwapCached:            0 kB
Active:           671948 kB
Inactive:       11851780 kB
Active(anon):       1552 kB
Inactive(anon):  7972524 kB
Active(file):     670396 kB
Inactive(file):  3879256 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               840 kB
Writeback:             0 kB
AnonPages:       7926920 kB
Mapped:           127424 kB
Shmem:             45912 kB
KReclaimable:      86988 kB
Slab:             199036 kB
SReclaimable:      86988 kB
SUnreclaim:       112048 kB
KernelStack:        5088 kB
PageTables:        25768 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   10382084 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            73120 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7600128 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:      207572 kB
DirectMap2M:    13197312 kB
DirectMap1G:    122683392 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC016 at 2024-07-20 01:31:03