Trace number 4450051

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Cutting Planes 2024 2024-07-12? (TO) 3600.25 3493.04

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/
normalized-3col-almost3reg-l070-r069-n1.cnf-extracted.pb.metafix.opb
MD5SUM06224f4c25a1c1b3a15eb701c288d1cc
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 variables3834
Total number of constraints8964
Number of constraints which are clauses4245
Number of constraints which are cardinality constraints (but not clauses)4719
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version CUSTOM.v20240707
0.00/0.10	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.10	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.10	c java.vm.version	22.0.1+8-16
0.00/0.10	c java.vm.vendor	Oracle Corporation
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		22.0.1
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.10	c os.arch		amd64
0.12/0.11	c Free memory 		2113181440
0.12/0.11	c Max memory 		16282288128
0.12/0.11	c Total memory 		2122317824
0.12/0.11	c Number of processors 	2
0.31/0.22	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.31/0.22	 - never skip resolution steps
0.31/0.22	 - Auto-division on coefficients is disabled
0.31/0.22	 - No postprocessing
0.31/0.22	 - Conflict is considered as is when resolving
0.31/0.22	 - Use constraints as they come during conflict analysis
0.31/0.22	 - Weaken first using unassigned literals
0.31/0.22	 - Bump strategy: ALWAYS_ONE
0.31/0.22	 - Bumper: EFFECTIVE
0.31/0.22	--- Begin Solver configuration ---
0.31/0.22	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.31/0.22	Learn all clauses as in MiniSAT
0.31/0.22	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.31/0.22	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.31/0.22	No reason simplification
0.31/0.22	Dynamic restart strategy considering the size of the coefficients
0.31/0.22	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.31/0.22	timeout=2147483s
0.31/0.22	DB Simplification allowed=false
0.31/0.22	Listener: none
0.31/0.22	--- End Solver configuration ---
0.31/0.22	c Pseudo Boolean Optimization by upper bound
0.31/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.31/0.22	c  - never skip resolution steps
0.31/0.22	c  - Auto-division on coefficients is disabled
0.31/0.22	c  - No postprocessing
0.31/0.22	c  - Conflict is considered as is when resolving
0.31/0.22	c  - Use constraints as they come during conflict analysis
0.31/0.22	c  - Weaken first using unassigned literals
0.31/0.22	c  - Bump strategy: ALWAYS_ONE
0.31/0.22	c  - Bumper: EFFECTIVE
0.31/0.22	c --- Begin Solver configuration ---
0.31/0.22	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.31/0.22	c Learn all clauses as in MiniSAT
0.31/0.22	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.31/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.31/0.22	c No reason simplification
0.31/0.22	c Dynamic restart strategy considering the size of the coefficients
0.31/0.22	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.31/0.22	c timeout=2147483s
0.31/0.22	c DB Simplification allowed=false
0.31/0.22	c Listener: none
0.31/0.22	c --- End Solver configuration ---
0.31/0.22	c solving HOME/instance-4450051-1721405418.opb
0.31/0.22	c reading problem ... 
0.31/0.22	c  no objective function found
0.87/0.53	c ... done. Wall clock time 0.31s.
0.87/0.54	c declared #vars     3834
0.87/0.54	c #constraints  8964
0.87/0.54	c constraints type 
0.87/0.54	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2967
0.87/0.54	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 4719
0.87/0.54	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1278
0.87/0.54	c 8964 constraints processed.
7.17/3.73	c cleaning 2498 clauses out of 5002 with flag 0/5002
11.83/7.80	c cleaning 4245 clauses out of 8504 with flag 0/11002
19.86/15.24	c cleaning 5625 clauses out of 11257 with flag 0/18000
30.11/24.34	c cleaning 6813 clauses out of 13634 with flag 0/26002
41.92/35.88	c cleaning 7908 clauses out of 15822 with flag 0/35003
57.07/50.50	c cleaning 8954 clauses out of 17912 with flag 0/45001
74.96/67.89	c cleaning 9976 clauses out of 19958 with flag 0/56001
101.01/92.94	c cleaning 10987 clauses out of 21981 with flag 0/68000
131.85/123.59	c cleaning 11992 clauses out of 23994 with flag 0/81000
164.28/155.19	c cleaning 12997 clauses out of 26003 with flag 0/95001
199.09/187.53	c cleaning 14001 clauses out of 28005 with flag 0/110000
240.84/227.99	c cleaning 15002 clauses out of 30005 with flag 0/126001
292.03/277.80	c cleaning 15998 clauses out of 32003 with flag 0/143001
343.45/328.49	c cleaning 16997 clauses out of 34006 with flag 0/161002
391.93/375.99	c cleaning 17999 clauses out of 36007 with flag 0/180000
451.14/433.62	c cleaning 18999 clauses out of 38008 with flag 0/200000
517.98/499.05	c cleaning 19999 clauses out of 40009 with flag 0/221000
585.85/564.68	c cleaning 21003 clauses out of 42014 with flag 0/243004
669.94/644.75	c cleaning 22000 clauses out of 44009 with flag 0/266002
762.33/734.22	c cleaning 22997 clauses out of 46008 with flag 0/290001
848.35/818.11	c cleaning 23998 clauses out of 48011 with flag 0/315001
942.07/909.61	c cleaning 24998 clauses out of 50012 with flag 0/341000
1066.95/1031.91	c cleaning 26000 clauses out of 52014 with flag 0/368000
1196.76/1158.49	c cleaning 26991 clauses out of 54014 with flag 0/396000
1328.95/1287.63	c cleaning 28003 clauses out of 56027 with flag 0/425004
1535.90/1489.88	c cleaning 29002 clauses out of 58023 with flag 0/455003
1734.76/1684.72	c cleaning 29997 clauses out of 60019 with flag 0/486001
1889.18/1836.57	c cleaning 31006 clauses out of 62022 with flag 0/518001
2071.50/2014.57	c cleaning 32001 clauses out of 64016 with flag 0/551001
2265.07/2203.71	c cleaning 33000 clauses out of 66014 with flag 0/585000
2463.98/2398.02	c cleaning 33996 clauses out of 68014 with flag 0/620000
2649.22/2578.46	c cleaning 35000 clauses out of 70019 with flag 0/656001
2993.58/2899.09	c cleaning 35996 clauses out of 72018 with flag 0/693000
3290.62/3189.98	c cleaning 37006 clauses out of 74022 with flag 0/731000
3600.03/3492.93	c starts		: 941
3600.03/3492.94	c timeout
3600.03/3492.95	c conflicts		: 767982
3600.03/3492.95	c decisions		: 1209694
3600.03/3492.95	c propagations		: 270653682
3600.03/3492.95	c inspects		: 4164719279
3600.03/3492.95	c shortcuts		: 0
3600.03/3492.95	c learnt literals	: 0
3600.03/3492.95	c learnt binary clauses	: 0
3600.03/3492.95	c learnt ternary clauses	: 1298
3600.03/3492.95	c learnt constraints	: 767981
3600.03/3492.95	c ignored constraints	: 0
3600.03/3492.95	c root simplifications	: 0
3600.03/3492.95	c removed literals (reason simplification)	: 0
3600.03/3492.95	c reason swapping (by a shorter reason)	: 0
3600.03/3492.95	c Calls to reduceDB	: 34
3600.03/3492.95	c Number of update (reduction) of LBD	: 1848709
3600.03/3492.95	c Imported unit clauses	: 0
3600.03/3492.95	c No decision after first conflict	: false
3600.03/3492.95	c number of reductions to clauses (during analyze)	: 0
3600.03/3492.95	c number of learned constraints concerned by reduction	: 0
3600.03/3492.95	c number of learning phase by resolution	: 0
3600.03/3492.95	c number of learning phase by cutting planes	: 0
3600.03/3492.95	c number of rounding to 1 operations	: 0
3600.03/3492.95	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3492.95	c number of reductions of the coefficients by power 2 	: 0
3600.03/3492.95	c number of right shift for reduction by power 2 	: 0
3600.03/3492.95	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3492.95	c number of ending skipping 	: 0
3600.03/3492.95	c number of internal skipping 	: 0
3600.03/3492.95	c number of derivation steps 	: 37518456
3600.03/3492.95	c number of skipped derivation steps 	: 0
3600.03/3492.95	c number of remaining unassigned 	: 41902
3600.03/3492.95	c number of remaining assigned 	: 300570690
3600.03/3492.95	c number of falsified literals weakened from reason	: 0
3600.03/3492.95	c number of falsified literals weakened from conflict	: 0
3600.03/3492.95	c time for arithmetic operations	: 7646102343
3600.03/3492.95	c minimum degree of deleted constraints	: 1
3600.03/3492.95	c maximum degree of deleted constraints	: 337940917082651021934160
3600.03/3492.95	c number of deleted constraints	: 693984
3600.03/3492.95	c speed (assignments/second)	: 77497.7936407719
3600.03/3492.95	c non guided choices	: 11953
3600.03/3492.99	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1526
3600.03/3492.99	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1304
3600.03/3492.99	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 71167
3600.03/3492.99	s UNKNOWN
3600.03/3492.99	c Total wall clock time (in seconds): 3492.771

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450051-1721405418/watcher-4450051-1721405418 -o /tmp/evaluation-result-4450051-1721405418/solver-4450051-1721405418 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721399517-1008279 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4450051-1721405418.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
Current StackSize limit: 8192 KiB

solver pid=1011905, runsolver pid=1011902

[startup+0.10073 s]*
/proc/loadavg: 4.04 4.22 4.30 7/315 1011923
/proc/meminfo: memFree=114421404/131655788 swapFree=131071996/131071996
[pid=1011905] ppid=1011902 vsize=18975048 memory=60284 CPUtime=0.12 cores=4,6
/proc/1011905/stat : 1011905 (java) S 1011902 1011905 1008215 0 -1 1077936128 7163 0 0 0 11 1 0 0 20 0 18 0 192698184 19430449152 15071 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
/proc/1011905/statm: 4743762 15071 5522 1 0 551040 0
[pid=1011905/tid=1011907] ppid=1011902 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=4,6
/proc/1011905/task/1011907/stat : 1011907 (java) R 1011902 1011905 1008215 0 -1 4194368 6087 0 0 0 8 1 0 0 20 0 18 0 192698185 19430449152 15071 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
[pid=1011905/tid=1011916] ppid=1011902 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/1011905/task/1011916/stat : 1011916 (Finalizer) S 1011902 1011905 1008215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 192698188 19430449152 15071 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
[pid=1011905/tid=1011923] ppid=1011902 vsize=18975048 memory=16101481095009462 CPUtime=0 cores=4,6
/proc/1011905/task/1011923/stat : 1011923 (Common-Cleaner) S 1011902 1011905 1008215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 192698188 19430449152 15071 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 60284 KiB

[startup+0.210265 s]*
/proc/loadavg: 4.04 4.22 4.30 8/315 1011923
/proc/meminfo: memFree=114411480/131655788 swapFree=131071996/131071996
[pid=1011905] ppid=1011902 vsize=18975048 memory=70636 CPUtime=0.31 cores=4,6
/proc/1011905/stat : 1011905 (java) S 1011902 1011905 1008215 0 -1 1077936128 7982 0 0 0 29 2 0 0 20 0 18 0 192698184 19430449152 17659 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
/proc/1011905/statm: 4743762 17659 5788 1 0 551678 0
[pid=1011905/tid=1011907] ppid=1011902 vsize=18975048 memory=6876556183782621315 CPUtime=0.18 cores=4,6
/proc/1011905/task/1011907/stat : 1011907 (java) R 1011902 1011905 1008215 0 -1 4194368 6403 0 0 0 17 1 0 0 20 0 18 0 192698185 19430449152 17659 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
[pid=1011905/tid=1011916] ppid=1011902 vsize=18975048 memory=5697 CPUtime=0 cores=4,6
/proc/1011905/task/1011916/stat : 1011916 (Finalizer) S 1011902 1011905 1008215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 192698188 19430449152 17659 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
[pid=1011905/tid=1011923] ppid=1011902 vsize=18975048 memory=14699599474464555 CPUtime=0 cores=4,6
/proc/1011905/task/1011923/stat : 1011923 (Common-Cleaner) S 1011902 1011905 1008215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 192698188 19430449152 17659 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 70636 KiB

[startup+0.311832 s]*
/proc/loadavg: 4.04 4.22 4.30 7/315 1011923
/proc/meminfo: memFree=114373352/131655788 swapFree=131071996/131071996
[pid=1011905] ppid=1011902 vsize=18975048 memory=108720 CPUtime=0.49 cores=4,6
/proc/1011905/stat : 1011905 (java) S 1011902 1011905 1008215 0 -1 1077936128 8260 0 0 0 46 3 0 0 20 0 18 0 192698184 19430449152 27180 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
/proc/1011905/statm: 4743762 27180 5820 1 0 551820 0
[pid=1011905/tid=1011907] ppid=1011902 vsize=18975048 memory=-7740946117056228190 CPUtime=0.28 cores=4,6
/proc/1011905/task/1011907/stat : 1011907 (java) R 1011902 1011905 1008215 0 -1 1077936192 6497 0 0 0 26 2 0 0 20 0 18 0 192698185 19430449152 27180 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
[pid=1011905/tid=1011916] ppid=1011902 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/1011905/task/1011916/stat : 1011916 (Finalizer) S 1011902 1011905 1008215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 192698188 19430449152 27180 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
[pid=1011905/tid=1011923] ppid=1011902 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/1011905/task/1011923/stat : 1011923 (Common-Cleaner) S 1011902 1011905 1008215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 192698188 19430449152 27180 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 108720 KiB

[startup+0.701261 s]
/proc/loadavg: 4.04 4.22 4.30 7/316 1011924
/proc/meminfo: memFree=114274264/131655788 swapFree=131071996/131071996
[pid=1011905] ppid=1011902 vsize=19108176 memory=214256 CPUtime=1.22 cores=4,6
/proc/1011905/stat : 1011905 (java) S 1011902 1011905 1008215 0 -1 1077936128 11014 0 0 0 116 6 0 0 20 0 20 0 192698184 19566772224 53564 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
/proc/1011905/statm: 4777044 53564 5836 1 0 553977 0
[pid=1011905/tid=1011907] ppid=1011902 vsize=19108176 memory=5512 CPUtime=0.6 cores=4,6
/proc/1011905/task/1011907/stat : 1011907 (java) R 1011902 1011905 1008215 0 -1 4194368 6614 0 0 0 56 4 0 0 20 0 20 0 192698185 19566772224 53564 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
[pid=1011905/tid=1011916] ppid=1011902 vsize=19108176 memory=11992 CPUtime=0 cores=4,6
/proc/1011905/task/1011916/stat : 1011916 (Finalizer) S 1011902 1011905 1008215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 192698188 19566772224 53564 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
[pid=1011905/tid=1011923] ppid=1011902 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1011905/task/1011923/stat : 1011923 (Common-Cleaner) S 1011902 1011905 1008215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 192698188 19566772224 53564 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 214256 KiB

[startup+1.50026 s]
/proc/loadavg: 4.04 4.22 4.30 7/317 1011925
/proc/meminfo: memFree=114212844/131655788 swapFree=131071996/131071996
[pid=1011905] ppid=1011902 vsize=19108176 memory=405428 CPUtime=2.8 cores=4,6
/proc/1011905/stat : 1011905 (java) S 1011902 1011905 1008215 0 -1 1077936128 21194 0 0 0 269 11 0 0 20 0 20 0 192698184 19566772224 101357 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
/proc/1011905/statm: 4777044 101357 5836 1 0 558851 0
[pid=1011905/tid=1011907] ppid=1011902 vsize=19108176 memory=11992 CPUtime=1.38 cores=4,6
/proc/1011905/task/1011907/stat : 1011907 (java) R 1011902 1011905 1008215 0 -1 4194368 6718 0 0 0 130 8 0 0 20 0 20 0 192698185 19566772224 101357 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
[pid=1011905/tid=1011916] ppid=1011902 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1011905/task/1011916/stat : 1011916 (Finalizer) S 1011902 1011905 1008215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 192698188 19566772224 101357 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
[pid=1011905/tid=1011923] ppid=1011902 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1011905/task/1011923/stat : 1011923 (Common-Cleaner) S 1011902 1011905 1008215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 192698188 19566772224 101357 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
[pid=1011905/tid=1011925] ppid=1011902 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1011905/task/1011925/stat : 1011925 (Timer-0) S 1011902 1011905 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192698239 19566772224 101357 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
Current children cumulated CPU time: 2.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 405428 KiB

[startup+3.10626 s]
/proc/loadavg: 4.04 4.22 4.30 6/318 1011926
/proc/meminfo: memFree=113548244/131655788 swapFree=131071996/131071996
[pid=1011905] ppid=1011902 vsize=19108176 memory=981140 CPUtime=5.99 cores=4,6
/proc/1011905/stat : 1011905 (java) S 1011902 1011905 1008215 0 -1 1077936128 28801 0 0 0 576 23 0 0 20 0 20 0 192698184 19566772224 245285 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
/proc/1011905/statm: 4777044 245285 5836 1 0 558884 0
[pid=1011905/tid=1011907] ppid=1011902 vsize=19108176 memory=0 CPUtime=2.93 cores=4,6
/proc/1011905/task/1011907/stat : 1011907 (java) R 1011902 1011905 1008215 0 -1 4194368 7264 0 0 0 273 20 0 0 20 0 20 0 192698185 19566772224 245285 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
[pid=1011905/tid=1011916] ppid=1011902 vsize=19108176 memory=11600 CPUtime=0 cores=4,6
/proc/1011905/task/1011916/stat : 1011916 (Finalizer) S 1011902 1011905 1008215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 192698188 19566772224 245285 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
[pid=1011905/tid=1011923] ppid=1011902 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1011905/task/1011923/stat : 1011923 (Common-Cleaner) S 1011902 1011905 1008215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 192698188 19566772224 245285 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
[pid=1011905/tid=1011925] ppid=1011902 vsize=19108176 memory=11992 CPUtime=0 cores=4,6
/proc/1011905/task/1011925/stat : 1011925 (Timer-0) S 1011902 1011905 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192698239 19566772224 245285 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
Current children cumulated CPU time: 5.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 981140 KiB

[startup+6.30045 s]
/proc/loadavg: 4.12 4.23 4.31 5/318 1011928
/proc/meminfo: memFree=113136340/131655788 swapFree=131071996/131071996
[pid=1011905] ppid=1011902 vsize=19108176 memory=1343064 CPUtime=10.27 cores=4,6
/proc/1011905/stat : 1011905 (java) S 1011902 1011905 1008215 0 -1 1077936128 32738 0 0 0 997 30 0 0 20 0 20 0 192698184 19566772224 335766 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
/proc/1011905/statm: 4777044 335766 5852 1 0 558929 0
[pid=1011905/tid=1011907] ppid=1011902 vsize=19108176 memory=0 CPUtime=6.02 cores=4,6
/proc/1011905/task/1011907/stat : 1011907 (java) R 1011902 1011905 1008215 0 -1 4194368 9500 0 0 0 577 25 0 0 20 0 20 0 192698185 19566772224 335766 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
[pid=1011905/tid=1011916] ppid=1011902 vsize=19108176 memory=11992 CPUtime=0 cores=4,6
/proc/1011905/task/1011916/stat : 1011916 (Finalizer) S 1011902 1011905 1008215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 192698188 19566772224 335766 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
[pid=1011905/tid=1011923] ppid=1011902 vsize=19108176 memory=11600 CPUtime=0 cores=4,6
/proc/1011905/task/1011923/stat : 1011923 (Common-Cleaner) S 1011902 1011905 1008215 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 20 0 192698188 19566772224 335766 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
[pid=1011905/tid=1011925] ppid=1011902 vsize=19108176 memory=45716 CPUtime=0 cores=4,6
/proc/1011905/task/1011925/stat : 1011925 (Timer-0) S 1011902 1011905 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192698239 19566772224 335766 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
Current children cumulated CPU time: 10.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1343064 KiB

[startup+12.7004 s]
/proc/loadavg: 4.19 4.24 4.31 5/318 1011928
/proc/meminfo: memFree=112650988/131655788 swapFree=131071996/131071996
[pid=1011905] ppid=1011902 vsize=19108176 memory=2087384 CPUtime=17.15 cores=4,6
/proc/1011905/stat : 1011905 (java) S 1011902 1011905 1008215 0 -1 1077936128 34445 0 0 0 1669 46 0 0 20 0 20 0 192698184 19566772224 521846 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
/proc/1011905/statm: 4777044 521846 5852 1 0 1087412 0
[pid=1011905/tid=1011907] ppid=1011902 vsize=19108176 memory=226544 CPUtime=12.16 cores=4,6
/proc/1011905/task/1011907/stat : 1011907 (java) R 1011902 1011905 1008215 0 -1 4194368 10200 0 0 0 1177 39 0 0 20 0 20 0 192698185 19566772224 521846 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
[pid=1011905/tid=1011916] ppid=1011902 vsize=19108176 memory=1827288 CPUtime=0 cores=4,6
/proc/1011905/task/1011916/stat : 1011916 (Finalizer) S 1011902 1011905 1008215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 192698188 19566772224 521846 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
[pid=1011905/tid=1011923] ppid=1011902 vsize=19108176 memory=1026388 CPUtime=0 cores=4,6
/proc/1011905/task/1011923/stat : 1011923 (Common-Cleaner) S 1011902 1011905 1008215 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 20 0 192698188 19566772224 521846 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
[pid=1011905/tid=1011925] ppid=1011902 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1011905/task/1011925/stat : 1011925 (Timer-0) S 1011902 1011905 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192698239 19566772224 521846 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
Current children cumulated CPU time: 17.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2087384 KiB

[startup+25.5005 s]
/proc/loadavg: 4.21 4.25 4.31 5/320 1011935
/proc/meminfo: memFree=110739476/131655788 swapFree=131071996/131071996
[pid=1011905] ppid=1011902 vsize=19108176 memory=3734672 CPUtime=31.39 cores=4,6
/proc/1011905/stat : 1011905 (java) S 1011902 1011905 1008215 0 -1 1077936128 43754 0 0 0 3060 79 0 0 20 0 20 0 192698184 19566772224 933668 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
/proc/1011905/statm: 4777044 933668 5852 1 0 1283917 0
[pid=1011905/tid=1011907] ppid=1011902 vsize=19108176 memory=1827288 CPUtime=24.32 cores=4,6
/proc/1011905/task/1011907/stat : 1011907 (java) R 1011902 1011905 1008215 0 -1 4194368 12804 0 0 0 2363 69 0 0 20 0 20 0 192698185 19566772224 933668 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
[pid=1011905/tid=1011916] ppid=1011902 vsize=19108176 memory=2929920 CPUtime=0 cores=4,6
/proc/1011905/task/1011916/stat : 1011916 (Finalizer) S 1011902 1011905 1008215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 192698188 19566772224 933668 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
[pid=1011905/tid=1011923] ppid=1011902 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1011905/task/1011923/stat : 1011923 (Common-Cleaner) S 1011902 1011905 1008215 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 20 0 192698188 19566772224 933668 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
[pid=1011905/tid=1011925] ppid=1011902 vsize=19108176 memory=6944656592455097440 CPUtime=0 cores=4,6
/proc/1011905/task/1011925/stat : 1011925 (Timer-0) S 1011902 1011905 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192698239 19566772224 933668 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
Current children cumulated CPU time: 31.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3734672 KiB

[startup+51.1141 s]
/proc/loadavg: 4.21 4.24 4.31 5/320 1011939
/proc/meminfo: memFree=110176816/131655788 swapFree=131071996/131071996
[pid=1011905] ppid=1011902 vsize=19108176 memory=4296460 CPUtime=57.68 cores=4,6
/proc/1011905/stat : 1011905 (java) S 1011902 1011905 1008215 0 -1 1077936128 48427 0 0 0 5674 94 0 0 20 0 20 0 192698184 19566772224 1074115 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
/proc/1011905/statm: 4777044 1074115 5852 1 0 1283935 0
[pid=1011905/tid=1011907] ppid=1011902 vsize=19108176 memory=3806736 CPUtime=49.02 cores=4,6
/proc/1011905/task/1011907/stat : 1011907 (java) R 1011902 1011905 1008215 0 -1 4194368 16055 0 0 0 4825 77 0 0 20 0 20 0 192698185 19566772224 1074115 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
[pid=1011905/tid=1011916] ppid=1011902 vsize=19108176 memory=3806736 CPUtime=0 cores=4,6
/proc/1011905/task/1011916/stat : 1011916 (Finalizer) S 1011902 1011905 1008215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 192698188 19566772224 1074115 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
[pid=1011905/tid=1011923] ppid=1011902 vsize=19108176 memory=11600 CPUtime=0 cores=4,6
/proc/1011905/task/1011923/stat : 1011923 (Common-Cleaner) S 1011902 1011905 1008215 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 20 0 192698188 19566772224 1074115 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0

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

/proc/1011905/task/1011916/stat : 1011916 (Finalizer) S 1011902 1011905 1008215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 192698188 19566772224 939432 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
[pid=1011905/tid=1011923] ppid=1011902 vsize=19108176 memory=2312 CPUtime=0 cores=4,6
/proc/1011905/task/1011923/stat : 1011923 (Common-Cleaner) S 1011902 1011905 1008215 0 -1 1077936192 1755 0 0 0 0 0 0 0 20 0 20 0 192698188 19566772224 939432 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
[pid=1011905/tid=1011925] ppid=1011902 vsize=19108176 memory=11600 CPUtime=0 cores=4,6
/proc/1011905/task/1011925/stat : 1011925 (Timer-0) S 1011902 1011905 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192698239 19566772224 939432 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
Current children cumulated CPU time: 3201.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3757728 KiB

[startup+3162.3 s]
/proc/loadavg: 4.36 4.38 4.37 5/323 1014094
/proc/meminfo: memFree=108870088/131655788 swapFree=131071996/131071996
[pid=1011905] ppid=1011902 vsize=19108176 memory=3757916 CPUtime=3262.53 cores=4,6
/proc/1011905/stat : 1011905 (java) S 1011902 1011905 1008215 0 -1 1077936128 316507 0 0 0 325839 414 0 0 20 0 20 0 192698184 19566772224 939479 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
/proc/1011905/statm: 4777044 939479 5869 1 0 959161 0
[pid=1011905/tid=1011907] ppid=1011902 vsize=19108176 memory=3757724 CPUtime=3055.79 cores=4,6
/proc/1011905/task/1011907/stat : 1011907 (java) R 1011902 1011905 1008215 0 -1 4194368 119103 0 0 0 305401 178 0 0 20 0 20 0 192698185 19566772224 939479 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 147 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
[pid=1011905/tid=1011916] ppid=1011902 vsize=19108176 memory=3757724 CPUtime=0 cores=4,6
/proc/1011905/task/1011916/stat : 1011916 (Finalizer) S 1011902 1011905 1008215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 192698188 19566772224 939479 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
[pid=1011905/tid=1011923] ppid=1011902 vsize=19108176 memory=19504 CPUtime=0 cores=4,6
/proc/1011905/task/1011923/stat : 1011923 (Common-Cleaner) S 1011902 1011905 1008215 0 -1 1077936192 1818 0 0 0 0 0 0 0 20 0 20 0 192698188 19566772224 939479 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
[pid=1011905/tid=1011925] ppid=1011902 vsize=19108176 memory=3757872 CPUtime=0 cores=4,6
/proc/1011905/task/1011925/stat : 1011925 (Timer-0) S 1011902 1011905 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192698239 19566772224 939479 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
Current children cumulated CPU time: 3262.53 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3757916 KiB

[startup+3222.3 s]
/proc/loadavg: 4.28 4.35 4.36 5/323 1014104
/proc/meminfo: memFree=108869544/131655788 swapFree=131071996/131071996
[pid=1011905] ppid=1011902 vsize=19108176 memory=3758108 CPUtime=3323.62 cores=4,6
/proc/1011905/stat : 1011905 (java) S 1011902 1011905 1008215 0 -1 1077936128 321010 0 0 0 331945 417 0 0 20 0 20 0 192698184 19566772224 939527 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
/proc/1011905/statm: 4777044 939527 5869 1 0 959161 0
[pid=1011905/tid=1011907] ppid=1011902 vsize=19108176 memory=3757724 CPUtime=3114.29 cores=4,6
/proc/1011905/task/1011907/stat : 1011907 (java) R 1011902 1011905 1008215 0 -1 4194368 122151 0 0 0 311250 179 0 0 20 0 20 0 192698185 19566772224 939527 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 153 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
[pid=1011905/tid=1011916] ppid=1011902 vsize=19108176 memory=45716 CPUtime=0 cores=4,6
/proc/1011905/task/1011916/stat : 1011916 (Finalizer) S 1011902 1011905 1008215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 192698188 19566772224 939527 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
[pid=1011905/tid=1011923] ppid=1011902 vsize=19108176 memory=3757668 CPUtime=0 cores=4,6
/proc/1011905/task/1011923/stat : 1011923 (Common-Cleaner) S 1011902 1011905 1008215 0 -1 1077936192 1821 0 0 0 0 0 0 0 20 0 20 0 192698188 19566772224 939527 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
[pid=1011905/tid=1011925] ppid=1011902 vsize=19108176 memory=3758108 CPUtime=0 cores=4,6
/proc/1011905/task/1011925/stat : 1011925 (Timer-0) S 1011902 1011905 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192698239 19566772224 939527 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
Current children cumulated CPU time: 3323.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3758108 KiB

[startup+3282.3 s]
/proc/loadavg: 4.29 4.34 4.35 5/319 1014115
/proc/meminfo: memFree=108869020/131655788 swapFree=131071996/131071996
[pid=1011905] ppid=1011902 vsize=19108176 memory=3758236 CPUtime=3385.26 cores=4,6
/proc/1011905/stat : 1011905 (java) S 1011902 1011905 1008215 0 -1 1077936128 321967 0 0 0 338106 420 0 0 20 0 20 0 192698184 19566772224 939559 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
/proc/1011905/statm: 4777044 939559 5869 1 0 959161 0
[pid=1011905/tid=1011907] ppid=1011902 vsize=19108176 memory=45716 CPUtime=3172.39 cores=4,6
/proc/1011905/task/1011907/stat : 1011907 (java) R 1011902 1011905 1008215 0 -1 4194368 122703 0 0 0 317060 179 0 0 20 0 20 0 192698185 19566772224 939559 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 155 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
[pid=1011905/tid=1011916] ppid=1011902 vsize=19108176 memory=3758172 CPUtime=0 cores=4,6
/proc/1011905/task/1011916/stat : 1011916 (Finalizer) S 1011902 1011905 1008215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 192698188 19566772224 939559 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
[pid=1011905/tid=1011923] ppid=1011902 vsize=19108176 memory=3758132 CPUtime=0 cores=4,6
/proc/1011905/task/1011923/stat : 1011923 (Common-Cleaner) S 1011902 1011905 1008215 0 -1 1077936192 1906 0 0 0 0 0 0 0 20 0 20 0 192698188 19566772224 939559 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
[pid=1011905/tid=1011925] ppid=1011902 vsize=19108176 memory=11600 CPUtime=0 cores=4,6
/proc/1011905/task/1011925/stat : 1011925 (Timer-0) S 1011902 1011905 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192698239 19566772224 939559 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
Current children cumulated CPU time: 3385.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3758236 KiB

[startup+3342.3 s]
/proc/loadavg: 4.17 4.29 4.34 5/317 1014126
/proc/meminfo: memFree=108834608/131655788 swapFree=131071996/131071996
[pid=1011905] ppid=1011902 vsize=19108176 memory=3792264 CPUtime=3446.84 cores=4,6
/proc/1011905/stat : 1011905 (java) S 1011902 1011905 1008215 0 -1 1077936128 328334 0 0 0 344259 425 0 0 20 0 20 0 192698184 19566772224 948066 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
/proc/1011905/statm: 4777044 948066 5869 1 0 959161 0
[pid=1011905/tid=1011907] ppid=1011902 vsize=19108176 memory=3758376 CPUtime=3230.65 cores=4,6
/proc/1011905/task/1011907/stat : 1011907 (java) R 1011902 1011905 1008215 0 -1 4194368 123867 0 0 0 322886 179 0 0 20 0 20 0 192698185 19566772224 948066 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 159 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
[pid=1011905/tid=1011916] ppid=1011902 vsize=19108176 memory=11600 CPUtime=0 cores=4,6
/proc/1011905/task/1011916/stat : 1011916 (Finalizer) S 1011902 1011905 1008215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 192698188 19566772224 948066 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
[pid=1011905/tid=1011923] ppid=1011902 vsize=19108176 memory=5508 CPUtime=0 cores=4,6
/proc/1011905/task/1011923/stat : 1011923 (Common-Cleaner) S 1011902 1011905 1008215 0 -1 1077936192 1906 0 0 0 0 0 0 0 20 0 20 0 192698188 19566772224 948066 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
[pid=1011905/tid=1011925] ppid=1011902 vsize=19108176 memory=26064 CPUtime=0 cores=4,6
/proc/1011905/task/1011925/stat : 1011925 (Timer-0) S 1011902 1011905 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192698239 19566772224 948066 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
Current children cumulated CPU time: 3446.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3792264 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.26 4.32 5/317 1014137
/proc/meminfo: memFree=108834096/131655788 swapFree=131071996/131071996
[pid=1011905] ppid=1011902 vsize=19108176 memory=3792384 CPUtime=3507.84 cores=4,6
/proc/1011905/stat : 1011905 (java) S 1011902 1011905 1008215 0 -1 1077936128 331736 0 0 0 350355 429 0 0 20 0 20 0 192698184 19566772224 948096 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
/proc/1011905/statm: 4777044 948096 5869 1 0 959161 0
[pid=1011905/tid=1011907] ppid=1011902 vsize=19108176 memory=3758376 CPUtime=3289.25 cores=4,6
/proc/1011905/task/1011907/stat : 1011907 (java) R 1011902 1011905 1008215 0 -1 4194368 126025 0 0 0 328745 180 0 0 20 0 20 0 192698185 19566772224 948096 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 161 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
[pid=1011905/tid=1011916] ppid=1011902 vsize=19108176 memory=3758376 CPUtime=0 cores=4,6
/proc/1011905/task/1011916/stat : 1011916 (Finalizer) S 1011902 1011905 1008215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 192698188 19566772224 948096 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
[pid=1011905/tid=1011923] ppid=1011902 vsize=19108176 memory=5512 CPUtime=0 cores=4,6
/proc/1011905/task/1011923/stat : 1011923 (Common-Cleaner) S 1011902 1011905 1008215 0 -1 1077936192 1996 0 0 0 0 0 0 0 20 0 20 0 192698188 19566772224 948096 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
[pid=1011905/tid=1011925] ppid=1011902 vsize=19108176 memory=3792384 CPUtime=0 cores=4,6
/proc/1011905/task/1011925/stat : 1011925 (Timer-0) S 1011902 1011905 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192698239 19566772224 948096 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
Current children cumulated CPU time: 3507.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3792384 KiB

[startup+3462.3 s]
/proc/loadavg: 4.29 4.29 4.33 5/317 1014147
/proc/meminfo: memFree=109024072/131655788 swapFree=131071996/131071996
[pid=1011905] ppid=1011902 vsize=19108176 memory=3792384 CPUtime=3568.83 cores=4,6
/proc/1011905/stat : 1011905 (java) S 1011902 1011905 1008215 0 -1 1077936128 332646 0 0 0 356450 433 0 0 20 0 20 0 192698184 19566772224 948096 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
/proc/1011905/statm: 4777044 948096 5869 1 0 959161 0
[pid=1011905/tid=1011907] ppid=1011902 vsize=19108176 memory=3758376 CPUtime=3347.91 cores=4,6
/proc/1011905/task/1011907/stat : 1011907 (java) R 1011902 1011905 1008215 0 -1 4194368 126696 0 0 0 334611 180 0 0 20 0 20 0 192698185 19566772224 948096 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 163 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
[pid=1011905/tid=1011916] ppid=1011902 vsize=19108176 memory=3758376 CPUtime=0 cores=4,6
/proc/1011905/task/1011916/stat : 1011916 (Finalizer) S 1011902 1011905 1008215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 192698188 19566772224 948096 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
[pid=1011905/tid=1011923] ppid=1011902 vsize=19108176 memory=5512 CPUtime=0 cores=4,6
/proc/1011905/task/1011923/stat : 1011923 (Common-Cleaner) S 1011902 1011905 1008215 0 -1 1077936192 1997 0 0 0 0 0 0 0 20 0 20 0 192698188 19566772224 948096 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
[pid=1011905/tid=1011925] ppid=1011902 vsize=19108176 memory=11600 CPUtime=0 cores=4,6
/proc/1011905/task/1011925/stat : 1011925 (Timer-0) S 1011902 1011905 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192698239 19566772224 948096 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
Current children cumulated CPU time: 3568.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3792384 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3492.9 s]
/proc/loadavg: 4.17 4.26 4.32 5/317 1014152
/proc/meminfo: memFree=109023840/131655788 swapFree=131071996/131071996
[pid=1011905] ppid=1011902 vsize=19108176 memory=3792384 CPUtime=3600.03 cores=4,6
/proc/1011905/stat : 1011905 (java) S 1011902 1011905 1008215 0 -1 1077936128 333136 0 0 0 359569 434 0 0 20 0 20 0 192698184 19566772224 948096 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
/proc/1011905/statm: 4777044 948096 5869 1 0 959161 0
[pid=1011905/tid=1011907] ppid=1011902 vsize=19108176 memory=3792384 CPUtime=3377.79 cores=4,6
/proc/1011905/task/1011907/stat : 1011907 (java) R 1011902 1011905 1008215 0 -1 4194368 127086 0 0 0 337599 180 0 0 20 0 20 0 192698185 19566772224 948096 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 164 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
[pid=1011905/tid=1011916] ppid=1011902 vsize=19108176 memory=3792384 CPUtime=0 cores=4,6
/proc/1011905/task/1011916/stat : 1011916 (Finalizer) S 1011902 1011905 1008215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 192698188 19566772224 948096 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
[pid=1011905/tid=1011923] ppid=1011902 vsize=19108176 memory=5512 CPUtime=0 cores=4,6
/proc/1011905/task/1011923/stat : 1011923 (Common-Cleaner) S 1011902 1011905 1008215 0 -1 1077936192 1997 0 0 0 0 0 0 0 20 0 20 0 192698188 19566772224 948096 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
[pid=1011905/tid=1011925] ppid=1011902 vsize=19108176 memory=3792384 CPUtime=0 cores=4,6
/proc/1011905/task/1011925/stat : 1011925 (Timer-0) S 1011902 1011905 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192698239 19566772224 948096 134679101440 94122428715008 94122428718704 140733438451504 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122428726520 94122428727312 94122459271168 140733438452723 140733438452831 140733438452831 140733438459848 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3792384 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.88 s, system=4.37605 s

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

[startup+3493 s]*
/proc/loadavg: 4.17 4.26 4.32 4/312 1014155
/proc/meminfo: memFree=109023500/131655788 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3493.04
CPU time (s): 3600.25
CPU user time (s): 3595.88
CPU system time (s): 4.37605
CPU usage (%): 103.069
Max. virtual memory (cumulated for all children) (KiB): 19109296
Max. memory (cumulated for all children) (KiB): 5093412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.88
system time used= 4.37605
maximum resident set size= 5093420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 335516
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 138936
involuntary context switches= 10213


# summary of solver processes directly reported to runsolver:
#   pid: 1011905
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3595.88
#   total CPU system time (s): 4.37605

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.2601 second user time and 36.3192 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-19 18:10:30
IDJOB=4450051
IDBENCH=160390
IDSOLVER=3052
FILE ID=nodeC008/4450051-1721405418
RUNJOBID= nodeC008-1721399517-1008279
SLURM_JOB_ID= 7545437
Free space on /tmp= 723764 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/normalized-3col-almost3reg-l070-r069-n1.cnf-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450051-1721405418/watcher-4450051-1721405418 -o /tmp/evaluation-result-4450051-1721405418/solver-4450051-1721405418 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721399517-1008279 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4450051-1721405418.opb

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

MD5SUM BENCH= 06224f4c25a1c1b3a15eb701c288d1cc
RANDOM SEED=692823408

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        114461276 kB
MemAvailable:   116817564 kB
Buffers:          561792 kB
Cached:          2620740 kB
SwapCached:            0 kB
Active:          1080156 kB
Inactive:       15492832 kB
Active(anon):       1476 kB
Inactive(anon): 13434860 kB
Active(file):    1078680 kB
Inactive(file):  2057972 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               796 kB
Writeback:             0 kB
AnonPages:      13390480 kB
Mapped:           126872 kB
Shmem:             45896 kB
KReclaimable:     119332 kB
Slab:             224896 kB
SReclaimable:     119332 kB
SUnreclaim:       105564 kB
KernelStack:        4800 kB
PageTables:        36360 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   14010948 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            60064 kB
HardwareCorrupted:     0 kB
AnonHugePages:  12976128 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:      203592 kB
DirectMap2M:    24866816 kB
DirectMap1G:    111149056 kB

Free space on /tmp at the end= 723764 MiB
End job on nodeC008 at 2024-07-19 19:08:43