Trace number 4450135

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.23 3257.53

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/
normalized-3col-almost3reg-l080-r079-n1.cnf-extracted.pb.metafix.opb
MD5SUMc7ad59296e2e055fc86df3342558d493
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4329
Total number of constraints10136
Number of constraints which are clauses4785
Number of constraints which are cardinality constraints (but not clauses)5351
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 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 4
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.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.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: ASSIGNED
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Armin Biere (Picosat) restarts strategy
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- 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.16	c solving HOME/instance-4450135-1721406727.opb
0.14/0.16	c reading problem ... 
0.14/0.16	c  no objective function found
0.54/0.40	c ... done. Wall clock time 0.254s.
0.54/0.41	c declared #vars     4329
0.54/0.41	c #constraints  10136
0.54/0.41	c constraints type 
0.54/0.41	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3342
0.54/0.41	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 5351
0.54/0.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1443
0.54/0.41	c 10136 constraints processed.
5.81/3.02	c cleaning 1623 clauses out of 5001 with flag 0/5001
10.11/7.02	c cleaning 3847 clauses out of 9377 with flag 0/11000
15.99/12.80	c cleaning 4739 clauses out of 12530 with flag 0/18000
23.46/20.19	c cleaning 5343 clauses out of 15791 with flag 0/26000
33.02/29.40	c cleaning 5773 clauses out of 19450 with flag 0/35002
45.32/41.49	c cleaning 6441 clauses out of 23675 with flag 0/45000
62.44/58.06	c cleaning 7370 clauses out of 28234 with flag 0/56000
83.09/78.28	c cleaning 8008 clauses out of 32865 with flag 0/68001
106.39/100.92	c cleaning 8490 clauses out of 37856 with flag 0/81000
132.68/126.65	c cleaning 9089 clauses out of 43367 with flag 0/95001
170.30/163.46	c cleaning 9481 clauses out of 49280 with flag 0/110003
211.47/203.60	c cleaning 10315 clauses out of 55798 with flag 0/126002
259.26/250.51	c cleaning 11018 clauses out of 62481 with flag 0/143000
320.42/310.28	c cleaning 11152 clauses out of 69464 with flag 0/161001
392.38/380.68	c cleaning 12178 clauses out of 77312 with flag 0/180001
454.06/440.33	c cleaning 12743 clauses out of 85134 with flag 0/200001
527.45/511.91	c cleaning 13450 clauses out of 93390 with flag 0/221000
627.24/609.81	c cleaning 13948 clauses out of 101941 with flag 0/243001
751.57/731.81	c cleaning 14774 clauses out of 110992 with flag 0/266000
840.66/818.25	c cleaning 15099 clauses out of 120218 with flag 0/290000
953.82/928.94	c cleaning 16040 clauses out of 130120 with flag 0/315001
1075.34/1045.34	c cleaning 16179 clauses out of 140079 with flag 0/341000
1232.87/1198.62	c cleaning 16816 clauses out of 150900 with flag 0/368000
1428.60/1381.33	c cleaning 17742 clauses out of 162084 with flag 0/396000
1619.68/1556.92	c cleaning 18381 clauses out of 173343 with flag 0/425001
1805.04/1723.19	c cleaning 18684 clauses out of 184962 with flag 0/455001
2013.57/1914.43	c cleaning 20088 clauses out of 197277 with flag 0/486000
2319.10/2181.81	c cleaning 19003 clauses out of 209189 with flag 0/518000
2598.24/2415.95	c cleaning 20114 clauses out of 223186 with flag 0/551000
2877.98/2651.28	c cleaning 21418 clauses out of 237074 with flag 0/585002
3229.73/2944.81	c cleaning 22382 clauses out of 250655 with flag 0/620001
3594.53/3252.16	c cleaning 22805 clauses out of 264275 with flag 0/656003
3600.04/3257.42	c starts		: 168
3600.04/3257.42	c conflicts		: 657179
3600.04/3257.42	c decisions		: 986700
3600.04/3257.42	c propagations		: 259476726
3600.04/3257.42	c inspects		: 4825272653
3600.04/3257.42	c shortcuts		: 0
3600.04/3257.42	c learnt literals	: 0
3600.04/3257.42	c learnt binary clauses	: 0
3600.04/3257.42	c learnt ternary clauses	: 1271
3600.04/3257.42	c learnt constraints	: 657179
3600.04/3257.42	c ignored constraints	: 0
3600.04/3257.42	c root simplifications	: 0
3600.04/3257.42	c removed literals (reason simplification)	: 0
3600.04/3257.42	c reason swapping (by a shorter reason)	: 0
3600.04/3257.42	c Calls to reduceDB	: 32
3600.04/3257.42	c Number of update (reduction) of LBD	: 35404645
3600.04/3257.42	c Imported unit clauses	: 0
3600.04/3257.42	c timeout
3600.04/3257.42	c No decision after first conflict	: false
3600.04/3257.42	c number of reductions to clauses (during analyze)	: 0
3600.04/3257.42	c number of learned constraints concerned by reduction	: 0
3600.04/3257.42	c number of learning phase by resolution	: 0
3600.04/3257.42	c number of learning phase by cutting planes	: 0
3600.04/3257.42	c number of rounding to 1 operations	: 2954172
3600.04/3257.42	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3257.42	c number of reductions of the coefficients by power 2 	: 0
3600.04/3257.42	c number of right shift for reduction by power 2 	: 0
3600.04/3257.42	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3257.42	c number of ending skipping 	: 0
3600.04/3257.42	c number of internal skipping 	: 0
3600.04/3257.42	c number of derivation steps 	: 37593609
3600.04/3257.42	c number of skipped derivation steps 	: 0
3600.04/3257.42	c number of remaining unassigned 	: 66798
3600.04/3257.42	c number of remaining assigned 	: 138394137
3600.04/3257.42	c number of falsified literals weakened from reason	: 0
3600.04/3257.42	c number of falsified literals weakened from conflict	: 0
3600.04/3257.42	c time for arithmetic operations	: 12070539039
3600.04/3257.43	c minimum degree of deleted constraints	: 4
3600.04/3257.43	c maximum degree of deleted constraints	: 1179252
3600.04/3257.43	c number of deleted constraints	: 414533
3600.04/3257.43	c speed (assignments/second)	: 79667.13222644935
3600.04/3257.43	c non guided choices	: 16134
3600.04/3257.50	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 124889
3600.04/3257.50	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1482
3600.04/3257.50	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 116275
3600.04/3257.50	s UNKNOWN
3600.04/3257.50	c Total wall clock time (in seconds): 3257.35

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450135-1721406727/watcher-4450135-1721406727 -o /tmp/evaluation-result-4450135-1721406727/solver-4450135-1721406727 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1721406737-1023809 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4450135-1721406727.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=1024123, runsolver pid=1024120

[startup+0.101984 s]*
/proc/loadavg: 1.92 2.07 2.13 9/331 1024141
/proc/meminfo: memFree=124679524/131524600 swapFree=130799640/131071996
[pid=1024123] ppid=1024120 vsize=18975048 memory=63700 CPUtime=0.14 cores=5,7
/proc/1024123/stat : 1024123 (java) S 1024120 1024123 1019718 0 -1 1077936128 7244 0 0 0 13 1 0 0 20 0 18 0 192831824 19430449152 15925 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
/proc/1024123/statm: 4743762 15925 5758 1 0 549358 0
[pid=1024123/tid=1024125] ppid=1024120 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/1024123/task/1024125/stat : 1024125 (java) R 1024120 1024123 1019718 0 -1 4194368 5766 0 0 0 7 1 0 0 20 0 18 0 192831824 19430449152 15925 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
[pid=1024123/tid=1024134] ppid=1024120 vsize=18975048 memory=237146210664 CPUtime=0 cores=5,7
/proc/1024123/task/1024134/stat : 1024134 (Finalizer) S 1024120 1024123 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 192831827 19430449152 15925 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
[pid=1024123/tid=1024141] ppid=1024120 vsize=18975048 memory=14134446136991189 CPUtime=0 cores=5,7
/proc/1024123/task/1024141/stat : 1024141 (Common-Cleaner) S 1024120 1024123 1019718 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 192831827 19430449152 15925 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63700 KiB

[startup+0.207304 s]*
/proc/loadavg: 1.92 2.07 2.13 10/332 1024142
/proc/meminfo: memFree=124528896/131524600 swapFree=130799640/131071996
[pid=1024123] ppid=1024120 vsize=18975048 memory=90680 CPUtime=0.33 cores=5,7
/proc/1024123/stat : 1024123 (java) S 1024120 1024123 1019718 0 -1 1077936128 7760 0 0 0 31 2 0 0 20 0 18 0 192831824 19430449152 22670 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
/proc/1024123/statm: 4743762 22670 5875 1 0 549697 0
[pid=1024123/tid=1024125] ppid=1024120 vsize=18975048 memory=6876556183782621315 CPUtime=0.19 cores=5,7
/proc/1024123/task/1024125/stat : 1024125 (java) R 1024120 1024123 1019718 0 -1 4194368 6039 0 0 0 17 2 0 0 20 0 18 0 192831824 19430449152 22670 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
[pid=1024123/tid=1024134] ppid=1024120 vsize=18975048 memory=1285800 CPUtime=0 cores=5,7
/proc/1024123/task/1024134/stat : 1024134 (Finalizer) S 1024120 1024123 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 192831827 19430449152 22670 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
[pid=1024123/tid=1024141] ppid=1024120 vsize=18975048 memory=13571496182286042 CPUtime=0 cores=5,7
/proc/1024123/task/1024141/stat : 1024141 (Common-Cleaner) S 1024120 1024123 1019718 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 192831827 19430449152 22670 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 90680 KiB

[startup+0.312306 s]*
/proc/loadavg: 1.92 2.07 2.13 13/334 1024144
/proc/meminfo: memFree=124326208/131524600 swapFree=130799640/131071996
[pid=1024123] ppid=1024120 vsize=19041612 memory=161076 CPUtime=0.54 cores=5,7
/proc/1024123/stat : 1024123 (java) S 1024120 1024123 1019718 0 -1 1077936128 8711 0 0 0 50 4 0 0 20 0 19 0 192831824 19498610688 40269 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
/proc/1024123/statm: 4760403 40269 5875 1 0 550572 0
[pid=1024123/tid=1024125] ppid=1024120 vsize=19041612 memory=-7524491859965864294 CPUtime=0.28 cores=5,7
/proc/1024123/task/1024125/stat : 1024125 (java) R 1024120 1024123 1019718 0 -1 4194368 6090 0 0 0 25 3 0 0 20 0 19 0 192831824 19498610688 40269 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
[pid=1024123/tid=1024134] ppid=1024120 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1024123/task/1024134/stat : 1024134 (Finalizer) S 1024120 1024123 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 192831827 19498610688 40269 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
[pid=1024123/tid=1024141] ppid=1024120 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1024123/task/1024141/stat : 1024141 (Common-Cleaner) S 1024120 1024123 1019718 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 192831827 19498610688 40269 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 161076 KiB

[startup+0.709306 s]
/proc/loadavg: 1.92 2.07 2.13 14/335 1024145
/proc/meminfo: memFree=123942876/131524600 swapFree=130799640/131071996
[pid=1024123] ppid=1024120 vsize=19108176 memory=381412 CPUtime=1.3 cores=5,7
/proc/1024123/stat : 1024123 (java) S 1024120 1024123 1019718 0 -1 1077936128 10086 0 0 0 121 9 0 0 20 0 20 0 192831824 19566772224 95353 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
/proc/1024123/statm: 4777044 95353 5875 1 0 551477 0
[pid=1024123/tid=1024125] ppid=1024120 vsize=19108176 memory=736 CPUtime=0.65 cores=5,7
/proc/1024123/task/1024125/stat : 1024125 (java) R 1024120 1024123 1019718 0 -1 4194368 6240 0 0 0 57 8 0 0 20 0 20 0 192831824 19566772224 95353 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
[pid=1024123/tid=1024134] ppid=1024120 vsize=19108176 memory=4892 CPUtime=0 cores=5,7
/proc/1024123/task/1024134/stat : 1024134 (Finalizer) S 1024120 1024123 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192831827 19566772224 95353 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
[pid=1024123/tid=1024141] ppid=1024120 vsize=19108176 memory=280444721750696 CPUtime=0 cores=5,7
/proc/1024123/task/1024141/stat : 1024141 (Common-Cleaner) S 1024120 1024123 1019718 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 192831827 19566772224 95353 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
[pid=1024123/tid=1024145] ppid=1024120 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1024123/task/1024145/stat : 1024145 (Timer-0) S 1024120 1024123 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192831866 19566772224 95353 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
Current children cumulated CPU time: 1.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 381412 KiB

[startup+1.50031 s]
/proc/loadavg: 1.92 2.07 2.13 8/335 1024145
/proc/meminfo: memFree=123411908/131524600 swapFree=130799640/131071996
[pid=1024123] ppid=1024120 vsize=19108176 memory=603312 CPUtime=2.87 cores=5,7
/proc/1024123/stat : 1024123 (java) S 1024120 1024123 1019718 0 -1 1077936128 14536 0 0 0 272 15 0 0 20 0 20 0 192831824 19566772224 150828 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
/proc/1024123/statm: 4777044 150828 5875 1 0 554523 0
[pid=1024123/tid=1024125] ppid=1024120 vsize=19108176 memory=4892 CPUtime=1.42 cores=5,7
/proc/1024123/task/1024125/stat : 1024125 (java) R 1024120 1024123 1019718 0 -1 4194368 6480 0 0 0 130 12 0 0 20 0 20 0 192831824 19566772224 150828 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
[pid=1024123/tid=1024134] ppid=1024120 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1024123/task/1024134/stat : 1024134 (Finalizer) S 1024120 1024123 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192831827 19566772224 150828 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
[pid=1024123/tid=1024141] ppid=1024120 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1024123/task/1024141/stat : 1024141 (Common-Cleaner) S 1024120 1024123 1019718 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 192831827 19566772224 150828 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
[pid=1024123/tid=1024145] ppid=1024120 vsize=19108176 memory=280444721603856 CPUtime=0 cores=5,7
/proc/1024123/task/1024145/stat : 1024145 (Timer-0) S 1024120 1024123 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192831866 19566772224 150828 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
Current children cumulated CPU time: 2.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 603312 KiB

[startup+3.10932 s]
/proc/loadavg: 2.16 2.12 2.14 7/335 1024145
/proc/meminfo: memFree=121579976/131524600 swapFree=130799640/131071996
[pid=1024123] ppid=1024120 vsize=19108176 memory=1326352 CPUtime=6 cores=5,7
/proc/1024123/stat : 1024123 (java) S 1024120 1024123 1019718 0 -1 1077936128 23536 0 0 0 570 30 0 0 20 0 20 0 192831824 19566772224 331588 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
/proc/1024123/statm: 4777044 331588 5875 1 0 555326 0
[pid=1024123/tid=1024125] ppid=1024120 vsize=19108176 memory=0 CPUtime=2.98 cores=5,7
/proc/1024123/task/1024125/stat : 1024125 (java) R 1024120 1024123 1019718 0 -1 4194368 7840 0 0 0 272 26 0 0 20 0 20 0 192831824 19566772224 331588 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
[pid=1024123/tid=1024134] ppid=1024120 vsize=19108176 memory=4892 CPUtime=0 cores=5,7
/proc/1024123/task/1024134/stat : 1024134 (Finalizer) S 1024120 1024123 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192831827 19566772224 331588 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
[pid=1024123/tid=1024141] ppid=1024120 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1024123/task/1024141/stat : 1024141 (Common-Cleaner) S 1024120 1024123 1019718 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 20 0 192831827 19566772224 331588 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
[pid=1024123/tid=1024145] ppid=1024120 vsize=19108176 memory=7804 CPUtime=0 cores=5,7
/proc/1024123/task/1024145/stat : 1024145 (Timer-0) S 1024120 1024123 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192831866 19566772224 331588 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
Current children cumulated CPU time: 6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1326352 KiB

[startup+6.30029 s]
/proc/loadavg: 2.16 2.12 2.14 5/335 1024147
/proc/meminfo: memFree=119706532/131524600 swapFree=130799640/131071996
[pid=1024123] ppid=1024120 vsize=19108176 memory=1856444 CPUtime=9.41 cores=5,7
/proc/1024123/stat : 1024123 (java) S 1024120 1024123 1019718 0 -1 1077936128 26487 0 0 0 900 41 0 0 20 0 20 0 192831824 19566772224 464111 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
/proc/1024123/statm: 4777044 464111 5875 1 0 787189 0
[pid=1024123/tid=1024125] ppid=1024120 vsize=19108176 memory=4892 CPUtime=6.05 cores=5,7
/proc/1024123/task/1024125/stat : 1024125 (java) R 1024120 1024123 1019718 0 -1 4194368 8717 0 0 0 569 36 0 0 20 0 20 0 192831824 19566772224 464111 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
[pid=1024123/tid=1024134] ppid=1024120 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1024123/task/1024134/stat : 1024134 (Finalizer) S 1024120 1024123 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192831827 19566772224 464111 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
[pid=1024123/tid=1024141] ppid=1024120 vsize=19108176 memory=-6163001859702092992 CPUtime=0 cores=5,7
/proc/1024123/task/1024141/stat : 1024141 (Common-Cleaner) S 1024120 1024123 1019718 0 -1 1077936192 49 0 0 0 0 0 0 0 20 0 20 0 192831827 19566772224 464111 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
[pid=1024123/tid=1024145] ppid=1024120 vsize=19108176 memory=650416 CPUtime=0 cores=5,7
/proc/1024123/task/1024145/stat : 1024145 (Timer-0) S 1024120 1024123 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192831866 19566772224 464111 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
Current children cumulated CPU time: 9.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1856444 KiB

[startup+12.7003 s]
/proc/loadavg: 2.39 2.16 2.16 5/335 1024147
/proc/meminfo: memFree=117854088/131524600 swapFree=130799640/131071996
[pid=1024123] ppid=1024120 vsize=19108176 memory=2241468 CPUtime=15.88 cores=5,7
/proc/1024123/stat : 1024123 (java) S 1024120 1024123 1019718 0 -1 1077936128 26877 0 0 0 1539 49 0 0 20 0 20 0 192831824 19566772224 560367 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
/proc/1024123/statm: 4777044 560367 5875 1 0 787191 0
[pid=1024123/tid=1024125] ppid=1024120 vsize=19108176 memory=0 CPUtime=12.31 cores=5,7
/proc/1024123/task/1024125/stat : 1024125 (java) R 1024120 1024123 1019718 0 -1 4194368 9002 0 0 0 1188 43 0 0 20 0 20 0 192831824 19566772224 560367 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
[pid=1024123/tid=1024134] ppid=1024120 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1024123/task/1024134/stat : 1024134 (Finalizer) S 1024120 1024123 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192831827 19566772224 560367 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
[pid=1024123/tid=1024141] ppid=1024120 vsize=19108176 memory=2241468 CPUtime=0 cores=5,7
/proc/1024123/task/1024141/stat : 1024141 (Common-Cleaner) S 1024120 1024123 1019718 0 -1 1077936192 49 0 0 0 0 0 0 0 20 0 20 0 192831827 19566772224 560367 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
[pid=1024123/tid=1024145] ppid=1024120 vsize=19108176 memory=4892 CPUtime=0 cores=5,7
/proc/1024123/task/1024145/stat : 1024145 (Timer-0) S 1024120 1024123 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192831866 19566772224 560367 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
Current children cumulated CPU time: 15.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2241468 KiB

[startup+25.5003 s]
/proc/loadavg: 2.75 2.25 2.19 6/335 1024149
/proc/meminfo: memFree=116798656/131524600 swapFree=130799640/131071996
[pid=1024123] ppid=1024120 vsize=19108176 memory=2241680 CPUtime=28.98 cores=5,7
/proc/1024123/stat : 1024123 (java) S 1024120 1024123 1019718 0 -1 1077936128 30489 0 0 0 2848 50 0 0 20 0 20 0 192831824 19566772224 560420 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
/proc/1024123/statm: 4777044 560420 5875 1 0 787192 0
[pid=1024123/tid=1024125] ppid=1024120 vsize=19108176 memory=2241468 CPUtime=24.72 cores=5,7
/proc/1024123/task/1024125/stat : 1024125 (java) R 1024120 1024123 1019718 0 -1 4194368 11189 0 0 0 2429 43 0 0 20 0 20 0 192831824 19566772224 560420 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
[pid=1024123/tid=1024134] ppid=1024120 vsize=19108176 memory=-7524491859965864294 CPUtime=0 cores=5,7
/proc/1024123/task/1024134/stat : 1024134 (Finalizer) S 1024120 1024123 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192831827 19566772224 560420 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
[pid=1024123/tid=1024141] ppid=1024120 vsize=19108176 memory=29536 CPUtime=0 cores=5,7
/proc/1024123/task/1024141/stat : 1024141 (Common-Cleaner) S 1024120 1024123 1019718 0 -1 1077936192 49 0 0 0 0 0 0 0 20 0 20 0 192831827 19566772224 560420 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
[pid=1024123/tid=1024145] ppid=1024120 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1024123/task/1024145/stat : 1024145 (Timer-0) S 1024120 1024123 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192831866 19566772224 560420 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
Current children cumulated CPU time: 28.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2241680 KiB

[startup+51.1063 s]
/proc/loadavg: 3.18 2.40 2.24 5/335 1024153
/proc/meminfo: memFree=114751844/131524600 swapFree=130799640/131071996
[pid=1024123] ppid=1024120 vsize=19108176 memory=2911080 CPUtime=55.3 cores=5,7
/proc/1024123/stat : 1024123 (java) S 1024120 1024123 1019718 0 -1 1077936128 37423 0 0 0 5465 65 0 0 20 0 20 0 192831824 19566772224 727770 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
/proc/1024123/statm: 4777044 727770 5907 1 0 920883 0
[pid=1024123/tid=1024125] ppid=1024120 vsize=19108176 memory=2845292 CPUtime=49.4 cores=5,7
/proc/1024123/task/1024125/stat : 1024125 (java) R 1024120 1024123 1019718 0 -1 4194368 14804 0 0 0 4885 55 0 0 20 0 20 0 192831824 19566772224 727770 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
[pid=1024123/tid=1024134] ppid=1024120 vsize=19108176 memory=29536 CPUtime=0 cores=5,7
/proc/1024123/task/1024134/stat : 1024134 (Finalizer) S 1024120 1024123 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192831827 19566772224 727770 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0

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

[startup+2922.3 s]
/proc/loadavg: 4.87 4.84 4.62 5/333 1025477
/proc/meminfo: memFree=98595892/131524600 swapFree=130799640/131071996
[pid=1024123] ppid=1024120 vsize=19108176 memory=5557716 CPUtime=3201.08 cores=5,7
/proc/1024123/stat : 1024123 (java) S 1024120 1024123 1019718 0 -1 1077936128 603491 0 0 0 319633 475 0 0 20 0 20 0 192831824 19566772224 1389429 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
/proc/1024123/statm: 4777044 1389429 5928 1 0 1403084 0
[pid=1024123/tid=1024125] ppid=1024120 vsize=19108176 memory=5114276 CPUtime=2833.94 cores=5,7
/proc/1024123/task/1024125/stat : 1024125 (java) R 1024120 1024123 1019718 0 -1 4194368 294709 0 0 0 283271 123 0 0 20 0 20 0 192831824 19566772224 1389429 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 51 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
[pid=1024123/tid=1024134] ppid=1024120 vsize=19108176 memory=129 CPUtime=0 cores=5,7
/proc/1024123/task/1024134/stat : 1024134 (Finalizer) S 1024120 1024123 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192831827 19566772224 1389429 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
[pid=1024123/tid=1024141] ppid=1024120 vsize=19108176 memory=216 CPUtime=0 cores=5,7
/proc/1024123/task/1024141/stat : 1024141 (Common-Cleaner) S 1024120 1024123 1019718 0 -1 1077936192 2772 0 0 0 0 0 0 0 20 0 20 0 192831827 19566772224 1389429 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 3 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
[pid=1024123/tid=1024145] ppid=1024120 vsize=19108176 memory=5114312 CPUtime=0 cores=5,7
/proc/1024123/task/1024145/stat : 1024145 (Timer-0) S 1024120 1024123 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192831866 19566772224 1389429 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
Current children cumulated CPU time: 3201.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5557716 KiB

[startup+2982.3 s]
/proc/loadavg: 4.91 4.87 4.65 6/333 1025487
/proc/meminfo: memFree=98588212/131524600 swapFree=130799640/131071996
[pid=1024123] ppid=1024120 vsize=19108176 memory=5564696 CPUtime=3272.8 cores=5,7
/proc/1024123/stat : 1024123 (java) S 1024120 1024123 1019718 0 -1 1077936128 622587 0 0 0 326793 487 0 0 20 0 20 0 192831824 19566772224 1391174 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
/proc/1024123/statm: 4777044 1391174 5928 1 0 1403097 0
[pid=1024123/tid=1024125] ppid=1024120 vsize=19108176 memory=5114288 CPUtime=2892.48 cores=5,7
/proc/1024123/task/1024125/stat : 1024125 (java) R 1024120 1024123 1019718 0 -1 4194368 303363 0 0 0 289124 124 0 0 20 0 20 0 192831824 19566772224 1391174 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 51 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
[pid=1024123/tid=1024134] ppid=1024120 vsize=19108176 memory=7804 CPUtime=0 cores=5,7
/proc/1024123/task/1024134/stat : 1024134 (Finalizer) S 1024120 1024123 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192831827 19566772224 1391174 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
[pid=1024123/tid=1024141] ppid=1024120 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1024123/task/1024141/stat : 1024141 (Common-Cleaner) S 1024120 1024123 1019718 0 -1 1077936192 2827 0 0 0 0 0 0 0 20 0 20 0 192831827 19566772224 1391174 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
[pid=1024123/tid=1024145] ppid=1024120 vsize=19108176 memory=1200 CPUtime=0 cores=5,7
/proc/1024123/task/1024145/stat : 1024145 (Timer-0) S 1024120 1024123 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192831866 19566772224 1391174 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
Current children cumulated CPU time: 3272.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5564696 KiB

[startup+3042.3 s]
/proc/loadavg: 4.84 4.86 4.66 5/333 1025499
/proc/meminfo: memFree=98370064/131524600 swapFree=130799640/131071996
[pid=1024123] ppid=1024120 vsize=19108176 memory=5564728 CPUtime=3344.36 cores=5,7
/proc/1024123/stat : 1024123 (java) S 1024120 1024123 1019718 0 -1 1077936128 641325 0 0 0 333938 498 0 0 20 0 20 0 192831824 19566772224 1391182 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
/proc/1024123/statm: 4777044 1391182 5928 1 0 1403097 0
[pid=1024123/tid=1024125] ppid=1024120 vsize=19108176 memory=7804 CPUtime=2950.93 cores=5,7
/proc/1024123/task/1024125/stat : 1024125 (java) R 1024120 1024123 1019718 0 -1 4194368 312466 0 0 0 294968 125 0 0 20 0 20 0 192831824 19566772224 1391182 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 54 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
[pid=1024123/tid=1024134] ppid=1024120 vsize=19108176 memory=16256 CPUtime=0 cores=5,7
/proc/1024123/task/1024134/stat : 1024134 (Finalizer) S 1024120 1024123 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192831827 19566772224 1391182 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
[pid=1024123/tid=1024141] ppid=1024120 vsize=19108176 memory=7804 CPUtime=0 cores=5,7
/proc/1024123/task/1024141/stat : 1024141 (Common-Cleaner) S 1024120 1024123 1019718 0 -1 1077936192 2866 0 0 0 0 0 0 0 20 0 20 0 192831827 19566772224 1391182 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 3 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
[pid=1024123/tid=1024145] ppid=1024120 vsize=19108176 memory=5564728 CPUtime=0 cores=5,7
/proc/1024123/task/1024145/stat : 1024145 (Timer-0) S 1024120 1024123 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192831866 19566772224 1391182 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
Current children cumulated CPU time: 3344.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5564728 KiB

[startup+3102.3 s]
/proc/loadavg: 5.03 4.92 4.69 5/333 1025510
/proc/meminfo: memFree=98101208/131524600 swapFree=130799640/131071996
[pid=1024123] ppid=1024120 vsize=19108176 memory=5564728 CPUtime=3413.41 cores=5,7
/proc/1024123/stat : 1024123 (java) S 1024120 1024123 1019718 0 -1 1077936128 645668 0 0 0 340835 506 0 0 20 0 20 0 192831824 19566772224 1391182 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
/proc/1024123/statm: 4777044 1391182 5928 1 0 1403097 0
[pid=1024123/tid=1024125] ppid=1024120 vsize=19108176 memory=5564708 CPUtime=3009.26 cores=5,7
/proc/1024123/task/1024125/stat : 1024125 (java) R 1024120 1024123 1019718 0 -1 4194368 315185 0 0 0 300801 125 0 0 20 0 20 0 192831824 19566772224 1391182 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 54 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
[pid=1024123/tid=1024134] ppid=1024120 vsize=19108176 memory=5564728 CPUtime=0 cores=5,7
/proc/1024123/task/1024134/stat : 1024134 (Finalizer) S 1024120 1024123 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192831827 19566772224 1391182 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
[pid=1024123/tid=1024141] ppid=1024120 vsize=19108176 memory=5564728 CPUtime=0 cores=5,7
/proc/1024123/task/1024141/stat : 1024141 (Common-Cleaner) S 1024120 1024123 1019718 0 -1 1077936192 2921 0 0 0 0 0 0 0 20 0 20 0 192831827 19566772224 1391182 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 3 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
[pid=1024123/tid=1024145] ppid=1024120 vsize=19108176 memory=5564728 CPUtime=0 cores=5,7
/proc/1024123/task/1024145/stat : 1024145 (Timer-0) S 1024120 1024123 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192831866 19566772224 1391182 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
Current children cumulated CPU time: 3413.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5564728 KiB

[startup+3162.3 s]
/proc/loadavg: 4.91 4.90 4.70 7/333 1025522
/proc/meminfo: memFree=98100368/131524600 swapFree=130799640/131071996
[pid=1024123] ppid=1024120 vsize=19108176 memory=5564736 CPUtime=3485.75 cores=5,7
/proc/1024123/stat : 1024123 (java) S 1024120 1024123 1019718 0 -1 1077936128 662440 0 0 0 348056 519 0 0 20 0 20 0 192831824 19566772224 1391184 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
/proc/1024123/statm: 4777044 1391184 5928 1 0 1403111 0
[pid=1024123/tid=1024125] ppid=1024120 vsize=19108176 memory=5564728 CPUtime=3067.82 cores=5,7
/proc/1024123/task/1024125/stat : 1024125 (java) R 1024120 1024123 1019718 0 -1 4194368 323230 0 0 0 306656 126 0 0 20 0 20 0 192831824 19566772224 1391184 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 54 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
[pid=1024123/tid=1024134] ppid=1024120 vsize=19108176 memory=5564728 CPUtime=0 cores=5,7
/proc/1024123/task/1024134/stat : 1024134 (Finalizer) S 1024120 1024123 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192831827 19566772224 1391184 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
[pid=1024123/tid=1024141] ppid=1024120 vsize=19108176 memory=5564736 CPUtime=0 cores=5,7
/proc/1024123/task/1024141/stat : 1024141 (Common-Cleaner) S 1024120 1024123 1019718 0 -1 1077936192 2977 0 0 0 0 0 0 0 20 0 20 0 192831827 19566772224 1391184 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 3 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
[pid=1024123/tid=1024145] ppid=1024120 vsize=19108176 memory=29932 CPUtime=0 cores=5,7
/proc/1024123/task/1024145/stat : 1024145 (Timer-0) S 1024120 1024123 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192831866 19566772224 1391184 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
Current children cumulated CPU time: 3485.75 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5564736 KiB

[startup+3222.3 s]
/proc/loadavg: 5.09 4.95 4.73 5/333 1025917
/proc/meminfo: memFree=97789928/131524600 swapFree=130799640/131071996
[pid=1024123] ppid=1024120 vsize=19108176 memory=5564808 CPUtime=3558.43 cores=5,7
/proc/1024123/stat : 1024123 (java) S 1024120 1024123 1019718 0 -1 1077936128 680968 0 0 0 355310 533 0 0 20 0 20 0 192831824 19566772224 1391202 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
/proc/1024123/statm: 4777044 1391202 5928 1 0 1403125 0
[pid=1024123/tid=1024125] ppid=1024120 vsize=19108176 memory=5564728 CPUtime=3126.16 cores=5,7
/proc/1024123/task/1024125/stat : 1024125 (java) R 1024120 1024123 1019718 0 -1 4194368 333152 0 0 0 312489 127 0 0 20 0 20 0 192831824 19566772224 1391202 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 54 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
[pid=1024123/tid=1024134] ppid=1024120 vsize=19108176 memory=5564728 CPUtime=0 cores=5,7
/proc/1024123/task/1024134/stat : 1024134 (Finalizer) S 1024120 1024123 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192831827 19566772224 1391202 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
[pid=1024123/tid=1024141] ppid=1024120 vsize=19108176 memory=5564808 CPUtime=0 cores=5,7
/proc/1024123/task/1024141/stat : 1024141 (Common-Cleaner) S 1024120 1024123 1019718 0 -1 1077936192 3016 0 0 0 0 0 0 0 20 0 20 0 192831827 19566772224 1391202 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
[pid=1024123/tid=1024145] ppid=1024120 vsize=19108176 memory=5564808 CPUtime=0 cores=5,7
/proc/1024123/task/1024145/stat : 1024145 (Timer-0) S 1024120 1024123 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192831866 19566772224 1391202 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
Current children cumulated CPU time: 3558.43 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5564808 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3257.4 s]
/proc/loadavg: 4.85 4.91 4.72 5/333 1025924
/proc/meminfo: memFree=97324748/131524600 swapFree=130799640/131071996
[pid=1024123] ppid=1024120 vsize=19108176 memory=5566860 CPUtime=3600.04 cores=5,7
/proc/1024123/stat : 1024123 (java) S 1024120 1024123 1019718 0 -1 1077936128 698321 0 0 0 359461 543 0 0 20 0 20 0 192831824 19566772224 1391715 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
/proc/1024123/statm: 4777044 1391715 5928 1 0 1403125 0
[pid=1024123/tid=1024125] ppid=1024120 vsize=19108176 memory=1285717 CPUtime=3160.09 cores=5,7
/proc/1024123/task/1024125/stat : 1024125 (java) R 1024120 1024123 1019718 0 -1 4194368 342448 0 0 0 315881 128 0 0 20 0 20 0 192831824 19566772224 1391715 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 60 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
[pid=1024123/tid=1024134] ppid=1024120 vsize=19108176 memory=1286332 CPUtime=0 cores=5,7
/proc/1024123/task/1024134/stat : 1024134 (Finalizer) S 1024120 1024123 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192831827 19566772224 1391715 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
[pid=1024123/tid=1024141] ppid=1024120 vsize=19108176 memory=2190935 CPUtime=0 cores=5,7
/proc/1024123/task/1024141/stat : 1024141 (Common-Cleaner) S 1024120 1024123 1019718 0 -1 1077936192 3071 0 0 0 0 0 0 0 20 0 20 0 192831827 19566772224 1391715 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 3 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
[pid=1024123/tid=1024145] ppid=1024120 vsize=19108176 memory=2240 CPUtime=0 cores=5,7
/proc/1024123/task/1024145/stat : 1024145 (Timer-0) S 1024120 1024123 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192831866 19566772224 1391715 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5566860 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.77 s, system=5.45602 s

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

[startup+3257.5 s]
/proc/loadavg: 4.85 4.91 4.72 5/333 1025924
/proc/meminfo: memFree=97324748/131524600 swapFree=130799640/131071996
[pid=1024123] ppid=1024120 vsize=19307868 memory=5567524 CPUtime=3600.2 cores=5,7
/proc/1024123/stat : 1024123 (java) S 1024120 1024123 1019718 0 -1 1077936128 700439 0 0 0 359477 543 0 0 20 0 15 0 192831824 19771256832 1391881 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
/proc/1024123/statm: 4826967 1391881 5940 1 0 1404044 0
[pid=1024123/tid=1024125] ppid=1024120 vsize=19307868 memory=5564728 CPUtime=3160.11 cores=5,7
/proc/1024123/task/1024125/stat : 1024125 (java) S 1024120 1024123 1019718 0 -1 1077936192 342496 0 0 0 315883 128 0 0 20 0 15 0 192831824 19771256832 1391881 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 60 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
[pid=1024123/tid=1024134] ppid=1024120 vsize=19307868 memory=5564728 CPUtime=0 cores=5,7
/proc/1024123/task/1024134/stat : 1024134 (Finalizer) S 1024120 1024123 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 15 0 192831827 19771256832 1391881 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
[pid=1024123/tid=1024141] ppid=1024120 vsize=19307868 memory=5564808 CPUtime=0 cores=5,7
/proc/1024123/task/1024141/stat : 1024141 (Common-Cleaner) S 1024120 1024123 1019718 0 -1 1077936192 3071 0 0 0 0 0 0 0 20 0 15 0 192831827 19771256832 1391881 134679101440 94786208350208 94786208353904 140726095071056 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 3 0 0 94786208361720 94786208362512 94786214604800 140726095074286 140726095074399 140726095074399 140726095081416 0
Current children cumulated CPU time: 3600.2 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 5567524 KiB

Child status: 143

Real time (s): 3257.53
CPU time (s): 3600.23
CPU user time (s): 3594.77
CPU system time (s): 5.45602
CPU usage (%): 110.52
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 5567524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.77
system time used= 5.45602
maximum resident set size= 5568476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 700487
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 137596
involuntary context switches= 27324


# summary of solver processes directly reported to runsolver:
#   pid: 1024123
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3594.77
#   total CPU system time (s): 5.45602

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.44743 second user time and 15.862 second system time

The end

Launcher Data

Begin job on nodeC014 at 2024-07-19 18:32:19
IDJOB=4450135
IDBENCH=160408
IDSOLVER=3046
FILE ID=nodeC014/4450135-1721406727
RUNJOBID= nodeC014-1721406737-1023809
SLURM_JOB_ID= 7545426
Free space on /tmp= 890032 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/normalized-3col-almost3reg-l080-r079-n1.cnf-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450135-1721406727/watcher-4450135-1721406727 -o /tmp/evaluation-result-4450135-1721406727/solver-4450135-1721406727 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1721406737-1023809 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4450135-1721406727.opb

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

MD5SUM BENCH= c7ad59296e2e055fc86df3342558d493
RANDOM SEED=1481656606

nodeC014.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		: 3612.979
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.32
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		: 3656.087
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	: 7005.96
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		: 3599.655
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.32
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		: 3656.065
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	: 7005.96
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		: 3612.943
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.32
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		: 3599.678
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	: 7005.96
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		: 3599.929
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.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.694
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	: 7005.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        124849580 kB
MemAvailable:   128951624 kB
Buffers:          483824 kB
Cached:          4413908 kB
SwapCached:        12872 kB
Active:          1486292 kB
Inactive:        4560356 kB
Active(anon):       9176 kB
Inactive(anon):  1169204 kB
Active(file):    1477116 kB
Inactive(file):  3391152 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       130799640 kB
Dirty:              5036 kB
Writeback:             0 kB
AnonPages:       1140260 kB
Mapped:            70752 kB
Shmem:             29476 kB
KReclaimable:     146844 kB
Slab:             250136 kB
SReclaimable:     146844 kB
SUnreclaim:       103292 kB
KernelStack:        5056 kB
PageTables:        12832 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7337488 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            35264 kB
HardwareCorrupted:     0 kB
AnonHugePages:    851968 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:      303828 kB
DirectMap2M:    38266880 kB
DirectMap1G:    97517568 kB

Free space on /tmp at the end= 890032 MiB
End job on nodeC014 at 2024-07-19 19:26:37