Trace number 4450231

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 3467.13

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/
normalized-3col-almost3reg-l100-r099-n1.cnf-extracted.pb.metafix.opb
MD5SUM4aca60576f41ce0be442f97c9c36c82a
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 variables5421
Total number of constraints12679
Number of constraints which are clauses6001
Number of constraints which are cardinality constraints (but not clauses)6678
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.09	c version CUSTOM.v20240707
0.14/0.12	c java.runtime.name	OpenJDK Runtime Environment
0.14/0.12	c java.vm.name		OpenJDK 64-Bit Server VM
0.14/0.12	c java.vm.version	22.0.1+8-16
0.14/0.12	c java.vm.vendor	Oracle Corporation
0.14/0.12	c sun.arch.data.model	64
0.14/0.12	c java.version		22.0.1
0.14/0.12	c os.name		Linux
0.14/0.12	c os.version		4.18.0-301.1.el8.x86_64
0.14/0.12	c os.arch		amd64
0.14/0.12	c Free memory 		2113181440
0.14/0.12	c Max memory 		16282288128
0.14/0.12	c Total memory 		2122317824
0.14/0.12	c Number of processors 	2
0.14/0.19	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.19	 - never skip resolution steps
0.14/0.19	 - Auto-division on coefficients is disabled
0.14/0.19	 - No postprocessing
0.14/0.19	 - Conflict is considered as is when resolving
0.14/0.19	 - Use constraints as they come during conflict analysis
0.14/0.19	 - Weaken first using unassigned literals
0.14/0.19	 - Bump strategy: ALWAYS_ONE
0.14/0.19	 - Bumper: EFFECTIVE
0.14/0.19	--- Begin Solver configuration ---
0.14/0.19	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.19	Learn all clauses as in MiniSAT
0.14/0.19	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.19	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.19	No reason simplification
0.14/0.19	Dynamic restart strategy considering the size of the coefficients
0.14/0.19	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.19	timeout=2147483s
0.14/0.19	DB Simplification allowed=false
0.14/0.19	Listener: none
0.14/0.19	--- End Solver configuration ---
0.14/0.19	c Pseudo Boolean Optimization by upper bound
0.14/0.19	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.19	c  - never skip resolution steps
0.14/0.19	c  - Auto-division on coefficients is disabled
0.14/0.19	c  - No postprocessing
0.14/0.19	c  - Conflict is considered as is when resolving
0.14/0.19	c  - Use constraints as they come during conflict analysis
0.14/0.19	c  - Weaken first using unassigned literals
0.14/0.19	c  - Bump strategy: ALWAYS_ONE
0.14/0.19	c  - Bumper: EFFECTIVE
0.14/0.19	c --- Begin Solver configuration ---
0.14/0.19	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.19	c Learn all clauses as in MiniSAT
0.14/0.19	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.19	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.19	c No reason simplification
0.14/0.19	c Dynamic restart strategy considering the size of the coefficients
0.14/0.19	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.19	c timeout=2147483s
0.14/0.19	c DB Simplification allowed=false
0.14/0.19	c Listener: none
0.14/0.19	c --- End Solver configuration ---
0.14/0.19	c solving HOME/instance-4450231-1721406641.opb
0.14/0.19	c reading problem ... 
0.14/0.20	c  no objective function found
1.02/0.67	c ... done. Wall clock time 0.473s.
1.02/0.67	c declared #vars     5421
1.02/0.67	c #constraints  12679
1.02/0.67	c constraints type 
1.02/0.67	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4194
1.02/0.67	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 6678
1.02/0.67	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1807
1.02/0.67	c 12679 constraints processed.
6.65/3.56	c cleaning 1797 clauses out of 5000 with flag 0/5000
11.97/8.47	c cleaning 4596 clauses out of 9203 with flag 0/11000
19.89/15.85	c cleaning 5801 clauses out of 11607 with flag 0/18000
29.01/24.78	c cleaning 6903 clauses out of 13811 with flag 0/26005
41.15/36.54	c cleaning 7946 clauses out of 15904 with flag 0/35001
56.50/51.14	c cleaning 8977 clauses out of 17957 with flag 0/45000
73.70/67.68	c cleaning 9989 clauses out of 19981 with flag 0/56001
94.23/87.64	c cleaning 10994 clauses out of 21991 with flag 0/68000
117.70/110.42	c cleaning 11994 clauses out of 23997 with flag 0/81000
146.52/138.63	c cleaning 12998 clauses out of 26003 with flag 0/95000
181.51/172.44	c cleaning 13994 clauses out of 28006 with flag 0/110001
221.91/211.91	c cleaning 15000 clauses out of 30012 with flag 0/126001
266.34/253.90	c cleaning 16002 clauses out of 32011 with flag 0/143000
314.76/301.17	c cleaning 17000 clauses out of 34009 with flag 0/161000
366.80/351.73	c cleaning 18000 clauses out of 36009 with flag 0/180000
419.80/403.29	c cleaning 19001 clauses out of 38011 with flag 0/200002
483.83/465.24	c cleaning 19994 clauses out of 40010 with flag 0/221002
559.68/539.06	c cleaning 21006 clauses out of 42014 with flag 0/243000
634.12/611.72	c cleaning 22003 clauses out of 44010 with flag 0/266002
715.61/690.95	c cleaning 22992 clauses out of 46005 with flag 0/290000
807.28/780.37	c cleaning 24003 clauses out of 48013 with flag 0/315000
908.13/879.17	c cleaning 24995 clauses out of 50010 with flag 0/341000
1019.87/988.31	c cleaning 26000 clauses out of 52016 with flag 0/368001
1139.28/1105.25	c cleaning 27006 clauses out of 54015 with flag 0/396000
1276.37/1238.32	c cleaning 28002 clauses out of 56010 with flag 0/425001
1412.31/1369.53	c cleaning 28997 clauses out of 58008 with flag 0/455001
1559.95/1514.88	c cleaning 30002 clauses out of 60011 with flag 0/486001
1723.84/1675.12	c cleaning 30995 clauses out of 62008 with flag 0/518000
1909.82/1856.46	c cleaning 32002 clauses out of 64013 with flag 0/551000
2094.65/2037.20	c cleaning 33004 clauses out of 66011 with flag 0/585000
2288.74/2226.62	c cleaning 33999 clauses out of 68007 with flag 0/620000
2550.17/2471.92	c cleaning 34997 clauses out of 70010 with flag 0/656002
2817.99/2733.63	c cleaning 35994 clauses out of 72012 with flag 0/693001
3047.92/2956.73	c cleaning 37002 clauses out of 74018 with flag 0/731001
3327.97/3220.58	c cleaning 37998 clauses out of 76016 with flag 0/770001
3600.07/3467.03	c timeout
3600.07/3467.03	c starts		: 1560
3600.07/3467.04	c conflicts		: 801645
3600.07/3467.04	c decisions		: 1633489
3600.07/3467.04	c propagations		: 352461527
3600.07/3467.04	c inspects		: 4178053667
3600.07/3467.04	c shortcuts		: 0
3600.07/3467.04	c learnt literals	: 0
3600.07/3467.04	c learnt binary clauses	: 0
3600.07/3467.04	c learnt ternary clauses	: 1897
3600.07/3467.04	c learnt constraints	: 801644
3600.07/3467.04	c ignored constraints	: 0
3600.07/3467.04	c root simplifications	: 0
3600.07/3467.04	c removed literals (reason simplification)	: 0
3600.07/3467.04	c reason swapping (by a shorter reason)	: 0
3600.07/3467.04	c Calls to reduceDB	: 35
3600.07/3467.04	c Number of update (reduction) of LBD	: 1901392
3600.07/3467.04	c Imported unit clauses	: 0
3600.07/3467.04	c No decision after first conflict	: false
3600.07/3467.04	c number of reductions to clauses (during analyze)	: 0
3600.07/3467.04	c number of learned constraints concerned by reduction	: 0
3600.07/3467.04	c number of learning phase by resolution	: 0
3600.07/3467.04	c number of learning phase by cutting planes	: 0
3600.07/3467.04	c number of rounding to 1 operations	: 0
3600.07/3467.04	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3467.04	c number of reductions of the coefficients by power 2 	: 0
3600.07/3467.04	c number of right shift for reduction by power 2 	: 0
3600.07/3467.04	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3467.04	c number of ending skipping 	: 0
3600.07/3467.05	c number of internal skipping 	: 0
3600.07/3467.05	c number of derivation steps 	: 45312612
3600.07/3467.05	c number of skipped derivation steps 	: 0
3600.07/3467.05	c number of remaining unassigned 	: 44207
3600.07/3467.05	c number of remaining assigned 	: 344350231
3600.07/3467.05	c number of falsified literals weakened from reason	: 0
3600.07/3467.05	c number of falsified literals weakened from conflict	: 0
3600.07/3467.05	c time for arithmetic operations	: 8048587694
3600.07/3467.05	c minimum degree of deleted constraints	: 1
3600.07/3467.05	c maximum degree of deleted constraints	: 37278523678212740
3600.07/3467.05	c number of deleted constraints	: 731983
3600.07/3467.05	c speed (assignments/second)	: 101680.38381394699
3600.07/3467.05	c non guided choices	: 23472
3600.07/3467.08	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 2270
3600.07/3467.08	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1842
3600.07/3467.08	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 65549
3600.07/3467.09	s UNKNOWN
3600.07/3467.09	c Total wall clock time (in seconds): 3466.895

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450231-1721406641/watcher-4450231-1721406641 -o /tmp/evaluation-result-4450231-1721406641/solver-4450231-1721406641 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721399517-1008281 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4450231-1721406641.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=1013146, runsolver pid=1013143

[startup+0.100849 s]*
/proc/loadavg: 4.54 4.32 4.29 5/319 1013164
/proc/meminfo: memFree=114560684/131655788 swapFree=131071996/131071996
[pid=1013146] ppid=1013143 vsize=18975048 memory=60556 CPUtime=0.14 cores=5,7
/proc/1013146/stat : 1013146 (java) S 1013143 1013146 1008215 0 -1 1077936128 6612 0 0 0 12 2 0 0 20 0 18 0 192820482 19430449152 15139 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
/proc/1013146/statm: 4743762 15139 5629 1 0 551004 0
[pid=1013146/tid=1013148] ppid=1013143 vsize=18975048 memory=4026561586 CPUtime=0.07 cores=5,7
/proc/1013146/task/1013148/stat : 1013148 (java) R 1013143 1013146 1008215 0 -1 4194368 5546 0 0 0 6 1 0 0 20 0 18 0 192820483 19430449152 15139 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
[pid=1013146/tid=1013157] ppid=1013143 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/1013146/task/1013157/stat : 1013157 (Finalizer) S 1013143 1013146 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 192820485 19430449152 15139 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
[pid=1013146/tid=1013164] ppid=1013143 vsize=18975048 memory=16101481095009462 CPUtime=0 cores=5,7
/proc/1013146/task/1013164/stat : 1013164 (Common-Cleaner) S 1013143 1013146 1008215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 192820486 19430449152 15139 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 60556 KiB

[startup+0.214978 s]*
/proc/loadavg: 4.54 4.32 4.29 7/319 1013164
/proc/meminfo: memFree=114549132/131655788 swapFree=131071996/131071996
[pid=1013146] ppid=1013143 vsize=18975048 memory=74592 CPUtime=0.35 cores=5,7
/proc/1013146/stat : 1013146 (java) S 1013143 1013146 1008215 0 -1 1077936128 7440 0 0 0 32 3 0 0 20 0 18 0 192820482 19430449152 18648 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
/proc/1013146/statm: 4743762 18648 5765 1 0 551735 0
[pid=1013146/tid=1013148] ppid=1013143 vsize=18975048 memory=6876556183782621315 CPUtime=0.19 cores=5,7
/proc/1013146/task/1013148/stat : 1013148 (java) S 1013143 1013146 1008215 0 -1 1077936192 5973 0 0 0 17 2 0 0 20 0 18 0 192820483 19430449152 18648 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
[pid=1013146/tid=1013157] ppid=1013143 vsize=18975048 memory=5697 CPUtime=0 cores=5,7
/proc/1013146/task/1013157/stat : 1013157 (Finalizer) S 1013143 1013146 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 192820485 19430449152 18648 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
[pid=1013146/tid=1013164] ppid=1013143 vsize=18975048 memory=14699599474464555 CPUtime=0 cores=5,7
/proc/1013146/task/1013164/stat : 1013164 (Common-Cleaner) S 1013143 1013146 1008215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 192820486 19430449152 18648 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 74592 KiB

[startup+0.323845 s]*
/proc/loadavg: 4.54 4.32 4.29 7/319 1013164
/proc/meminfo: memFree=114495380/131655788 swapFree=131071996/131071996
[pid=1013146] ppid=1013143 vsize=18975048 memory=138432 CPUtime=0.53 cores=5,7
/proc/1013146/stat : 1013146 (java) S 1013143 1013146 1008215 0 -1 1077936128 7561 0 0 0 48 5 0 0 20 0 18 0 192820482 19430449152 34608 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
/proc/1013146/statm: 4743762 34608 5765 1 0 551759 0
[pid=1013146/tid=1013148] ppid=1013143 vsize=18975048 memory=-7596830928980305766 CPUtime=0.27 cores=5,7
/proc/1013146/task/1013148/stat : 1013148 (java) R 1013143 1013146 1008215 0 -1 4194368 6021 0 0 0 24 3 0 0 20 0 18 0 192820483 19430449152 34608 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
[pid=1013146/tid=1013157] ppid=1013143 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/1013146/task/1013157/stat : 1013157 (Finalizer) S 1013143 1013146 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 192820485 19430449152 35120 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
[pid=1013146/tid=1013164] ppid=1013143 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/1013146/task/1013164/stat : 1013164 (Common-Cleaner) S 1013143 1013146 1008215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 192820486 19430449152 35120 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 138432 KiB

[startup+0.702832 s]
/proc/loadavg: 4.54 4.32 4.29 6/320 1013165
/proc/meminfo: memFree=114333064/131655788 swapFree=131071996/131071996
[pid=1013146] ppid=1013143 vsize=19108176 memory=641624 CPUtime=1.2 cores=5,7
/proc/1013146/stat : 1013146 (java) S 1013143 1013146 1008215 0 -1 1077936128 9579 0 0 0 105 15 0 0 20 0 20 0 192820482 19566772224 160406 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
/proc/1013146/statm: 4777044 160406 5876 1 0 553382 0
[pid=1013146/tid=1013148] ppid=1013143 vsize=19108176 memory=5512 CPUtime=0.58 cores=5,7
/proc/1013146/task/1013148/stat : 1013148 (java) R 1013143 1013146 1008215 0 -1 4194368 6311 0 0 0 46 12 0 0 20 0 20 0 192820483 19566772224 160406 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
[pid=1013146/tid=1013157] ppid=1013143 vsize=19108176 memory=11992 CPUtime=0 cores=5,7
/proc/1013146/task/1013157/stat : 1013157 (Finalizer) S 1013143 1013146 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192820485 19566772224 160406 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
[pid=1013146/tid=1013164] ppid=1013143 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1013146/task/1013164/stat : 1013164 (Common-Cleaner) S 1013143 1013146 1008215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 192820486 19566772224 160406 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
Current children cumulated CPU time: 1.2 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 641624 KiB

[startup+1.5048 s]
/proc/loadavg: 4.65 4.35 4.30 6/321 1013166
/proc/meminfo: memFree=113921984/131655788 swapFree=131071996/131071996
[pid=1013146] ppid=1013143 vsize=19108176 memory=820676 CPUtime=2.79 cores=5,7
/proc/1013146/stat : 1013146 (java) S 1013143 1013146 1008215 0 -1 1077936128 11624 0 0 0 259 20 0 0 20 0 20 0 192820482 19566772224 205169 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
/proc/1013146/statm: 4777044 205169 5876 1 0 554445 0
[pid=1013146/tid=1013148] ppid=1013143 vsize=19108176 memory=11992 CPUtime=1.34 cores=5,7
/proc/1013146/task/1013148/stat : 1013148 (java) R 1013143 1013146 1008215 0 -1 4194368 6526 0 0 0 118 16 0 0 20 0 20 0 192820483 19566772224 205169 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
[pid=1013146/tid=1013157] ppid=1013143 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1013146/task/1013157/stat : 1013157 (Finalizer) S 1013143 1013146 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192820485 19566772224 205169 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
[pid=1013146/tid=1013164] ppid=1013143 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1013146/task/1013164/stat : 1013164 (Common-Cleaner) S 1013143 1013146 1008215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 192820486 19566772224 205169 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
[pid=1013146/tid=1013166] ppid=1013143 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1013146/task/1013166/stat : 1013166 (Timer-0) S 1013143 1013146 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192820550 19566772224 205169 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
Current children cumulated CPU time: 2.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 820676 KiB

[startup+3.10683 s]
/proc/loadavg: 4.65 4.35 4.30 7/321 1013168
/proc/meminfo: memFree=113363964/131655788 swapFree=131071996/131071996
[pid=1013146] ppid=1013143 vsize=19108176 memory=1302204 CPUtime=5.86 cores=5,7
/proc/1013146/stat : 1013146 (java) S 1013143 1013146 1008215 0 -1 1077936128 15779 0 0 0 556 30 0 0 20 0 20 0 192820482 19566772224 325551 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
/proc/1013146/statm: 4777044 325551 5876 1 0 557359 0
[pid=1013146/tid=1013148] ppid=1013143 vsize=19108176 memory=0 CPUtime=2.93 cores=5,7
/proc/1013146/task/1013148/stat : 1013148 (java) R 1013143 1013146 1008215 0 -1 4194368 6884 0 0 0 267 26 0 0 20 0 20 0 192820483 19566772224 325551 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
[pid=1013146/tid=1013157] ppid=1013143 vsize=19108176 memory=11600 CPUtime=0 cores=5,7
/proc/1013146/task/1013157/stat : 1013157 (Finalizer) S 1013143 1013146 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192820485 19566772224 325551 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
[pid=1013146/tid=1013164] ppid=1013143 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1013146/task/1013164/stat : 1013164 (Common-Cleaner) S 1013143 1013146 1008215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 192820486 19566772224 325551 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
[pid=1013146/tid=1013166] ppid=1013143 vsize=19108176 memory=11992 CPUtime=0 cores=5,7
/proc/1013146/task/1013166/stat : 1013166 (Timer-0) S 1013143 1013146 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192820550 19566772224 325551 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
Current children cumulated CPU time: 5.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1302204 KiB

[startup+6.30046 s]
/proc/loadavg: 4.60 4.34 4.29 5/321 1013168
/proc/meminfo: memFree=113271680/131655788 swapFree=131071996/131071996
[pid=1013146] ppid=1013143 vsize=19108176 memory=1424856 CPUtime=9.8 cores=5,7
/proc/1013146/stat : 1013146 (java) S 1013143 1013146 1008215 0 -1 1077936128 23754 0 0 0 945 35 0 0 20 0 20 0 192820482 19566772224 356214 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
/proc/1013146/statm: 4777044 356214 5892 1 0 960550 0
[pid=1013146/tid=1013148] ppid=1013143 vsize=19108176 memory=0 CPUtime=5.92 cores=5,7
/proc/1013146/task/1013148/stat : 1013148 (java) R 1013143 1013146 1008215 0 -1 4194368 8225 0 0 0 563 29 0 0 20 0 20 0 192820483 19566772224 356214 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
[pid=1013146/tid=1013157] ppid=1013143 vsize=19108176 memory=11992 CPUtime=0 cores=5,7
/proc/1013146/task/1013157/stat : 1013157 (Finalizer) S 1013143 1013146 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192820485 19566772224 356214 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
[pid=1013146/tid=1013164] ppid=1013143 vsize=19108176 memory=11600 CPUtime=0 cores=5,7
/proc/1013146/task/1013164/stat : 1013164 (Common-Cleaner) S 1013143 1013146 1008215 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 192820486 19566772224 356214 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
[pid=1013146/tid=1013166] ppid=1013143 vsize=19108176 memory=45716 CPUtime=0 cores=5,7
/proc/1013146/task/1013166/stat : 1013166 (Timer-0) S 1013143 1013146 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192820550 19566772224 356214 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
Current children cumulated CPU time: 9.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1424856 KiB

[startup+12.7004 s]
/proc/loadavg: 4.55 4.34 4.29 5/321 1013169
/proc/meminfo: memFree=111572336/131655788 swapFree=131071996/131071996
[pid=1013146] ppid=1013143 vsize=19108176 memory=2951188 CPUtime=16.76 cores=5,7
/proc/1013146/stat : 1013146 (java) S 1013143 1013146 1008215 0 -1 1077936128 25711 0 0 0 1611 65 0 0 20 0 20 0 192820482 19566772224 737797 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
/proc/1013146/statm: 4777044 737797 5892 1 0 960560 0
[pid=1013146/tid=1013148] ppid=1013143 vsize=19108176 memory=656916 CPUtime=12.21 cores=5,7
/proc/1013146/task/1013148/stat : 1013148 (java) R 1013143 1013146 1008215 0 -1 4194368 9056 0 0 0 1164 57 0 0 20 0 20 0 192820483 19566772224 737797 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
[pid=1013146/tid=1013157] ppid=1013143 vsize=19108176 memory=2844692 CPUtime=0 cores=5,7
/proc/1013146/task/1013157/stat : 1013157 (Finalizer) S 1013143 1013146 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192820485 19566772224 737797 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
[pid=1013146/tid=1013164] ppid=1013143 vsize=19108176 memory=1324968 CPUtime=0 cores=5,7
/proc/1013146/task/1013164/stat : 1013164 (Common-Cleaner) S 1013143 1013146 1008215 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 192820486 19566772224 737797 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
[pid=1013146/tid=1013166] ppid=1013143 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1013146/task/1013166/stat : 1013166 (Timer-0) S 1013143 1013146 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192820550 19566772224 737797 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
Current children cumulated CPU time: 16.76 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2951188 KiB

[startup+25.5005 s]
/proc/loadavg: 4.47 4.33 4.29 5/321 1013171
/proc/meminfo: memFree=109854728/131655788 swapFree=131071996/131071996
[pid=1013146] ppid=1013143 vsize=19108176 memory=4663364 CPUtime=29.83 cores=5,7
/proc/1013146/stat : 1013146 (java) S 1013143 1013146 1008215 0 -1 1077936128 27250 0 0 0 2885 98 0 0 20 0 20 0 192820482 19566772224 1165841 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
/proc/1013146/statm: 4777044 1165841 5892 1 0 1386700 0
[pid=1013146/tid=1013148] ppid=1013143 vsize=19108176 memory=2844692 CPUtime=24.57 cores=5,7
/proc/1013146/task/1013148/stat : 1013148 (java) R 1013143 1013146 1008215 0 -1 4194368 9948 0 0 0 2369 88 0 0 20 0 20 0 192820483 19566772224 1165841 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
[pid=1013146/tid=1013157] ppid=1013143 vsize=19108176 memory=3389508 CPUtime=0 cores=5,7
/proc/1013146/task/1013157/stat : 1013157 (Finalizer) S 1013143 1013146 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192820485 19566772224 1165841 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
[pid=1013146/tid=1013164] ppid=1013143 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1013146/task/1013164/stat : 1013164 (Common-Cleaner) S 1013143 1013146 1008215 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 192820486 19566772224 1165841 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
[pid=1013146/tid=1013166] ppid=1013143 vsize=19108176 memory=6944656592455097440 CPUtime=0 cores=5,7
/proc/1013146/task/1013166/stat : 1013166 (Timer-0) S 1013143 1013146 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192820550 19566772224 1165841 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
Current children cumulated CPU time: 29.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4663364 KiB

[startup+51.1135 s]
/proc/loadavg: 4.28 4.29 4.28 5/321 1013174
/proc/meminfo: memFree=109675548/131655788 swapFree=131071996/131071996
[pid=1013146] ppid=1013143 vsize=19108176 memory=4721276 CPUtime=56.5 cores=5,7
/proc/1013146/stat : 1013146 (java) S 1013143 1013146 1008215 0 -1 1077936128 37280 0 0 0 5547 103 0 0 20 0 20 0 192820482 19566772224 1180319 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
/proc/1013146/statm: 4777044 1180319 5908 1 0 1386706 0
[pid=1013146/tid=1013148] ppid=1013143 vsize=19108176 memory=4721104 CPUtime=49.46 cores=5,7
/proc/1013146/task/1013148/stat : 1013148 (java) R 1013143 1013146 1008215 0 -1 4194368 14121 0 0 0 4857 89 0 0 20 0 20 0 192820483 19566772224 1180319 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
[pid=1013146/tid=1013157] ppid=1013143 vsize=19108176 memory=4721176 CPUtime=0 cores=5,7
/proc/1013146/task/1013157/stat : 1013157 (Finalizer) S 1013143 1013146 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192820485 19566772224 1180319 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
[pid=1013146/tid=1013164] ppid=1013143 vsize=19108176 memory=11600 CPUtime=0 cores=5,7
/proc/1013146/task/1013164/stat : 1013164 (Common-Cleaner) S 1013143 1013146 1008215 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 192820486 19566772224 1180319 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0

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

/proc/1013146/task/1013157/stat : 1013157 (Finalizer) S 1013143 1013146 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192820485 19566772224 1054564 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
[pid=1013146/tid=1013164] ppid=1013143 vsize=19108176 memory=4218256 CPUtime=0 cores=5,7
/proc/1013146/task/1013164/stat : 1013164 (Common-Cleaner) S 1013143 1013146 1008215 0 -1 1077936192 3136 0 0 0 0 0 0 0 20 0 20 0 192820486 19566772224 1054564 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
[pid=1013146/tid=1013166] ppid=1013143 vsize=19108176 memory=11600 CPUtime=0 cores=5,7
/proc/1013146/task/1013166/stat : 1013166 (Timer-0) S 1013143 1013146 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192820550 19566772224 1054564 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
Current children cumulated CPU time: 3197.64 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4218256 KiB

[startup+3162.3 s]
/proc/loadavg: 4.25 4.28 4.32 6/319 1014656
/proc/meminfo: memFree=113861104/131655788 swapFree=131071996/131071996
[pid=1013146] ppid=1013143 vsize=19108176 memory=2592768 CPUtime=3261.53 cores=5,7
/proc/1013146/stat : 1013146 (java) S 1013143 1013146 1008215 0 -1 1077936128 512811 0 0 0 325625 528 0 0 20 0 20 0 192820482 19566772224 648192 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
/proc/1013146/statm: 4777044 648192 5925 1 0 660258 0
[pid=1013146/tid=1013148] ppid=1013143 vsize=19108176 memory=4218256 CPUtime=3063.22 cores=5,7
/proc/1013146/task/1013148/stat : 1013148 (java) R 1013143 1013146 1008215 0 -1 4194368 214786 0 0 0 306075 247 0 0 20 0 20 0 192820483 19566772224 648192 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 38 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
[pid=1013146/tid=1013157] ppid=1013143 vsize=19108176 memory=4218256 CPUtime=0 cores=5,7
/proc/1013146/task/1013157/stat : 1013157 (Finalizer) S 1013143 1013146 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192820485 19566772224 648192 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
[pid=1013146/tid=1013164] ppid=1013143 vsize=19108176 memory=2592760 CPUtime=0 cores=5,7
/proc/1013146/task/1013164/stat : 1013164 (Common-Cleaner) S 1013143 1013146 1008215 0 -1 1077936192 3179 0 0 0 0 0 0 0 20 0 20 0 192820486 19566772224 648192 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
[pid=1013146/tid=1013166] ppid=1013143 vsize=19108176 memory=45716 CPUtime=0 cores=5,7
/proc/1013146/task/1013166/stat : 1013166 (Timer-0) S 1013143 1013146 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192820550 19566772224 648192 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
Current children cumulated CPU time: 3261.53 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2592768 KiB

[startup+3222.3 s]
/proc/loadavg: 4.84 4.40 4.36 6/319 1014666
/proc/meminfo: memFree=113193680/131655788 swapFree=131071996/131071996
[pid=1013146] ppid=1013143 vsize=19108176 memory=2676008 CPUtime=3329.78 cores=5,7
/proc/1013146/stat : 1013146 (java) S 1013143 1013146 1008215 0 -1 1077936128 526379 0 0 0 332411 567 0 0 20 0 20 0 192820482 19566772224 669002 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
/proc/1013146/statm: 4777044 669002 5925 1 0 681169 0
[pid=1013146/tid=1013148] ppid=1013143 vsize=19108176 memory=4218256 CPUtime=3121.06 cores=5,7
/proc/1013146/task/1013148/stat : 1013148 (java) R 1013143 1013146 1008215 0 -1 4194368 218348 0 0 0 311832 274 0 0 20 0 20 0 192820483 19566772224 669002 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 38 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
[pid=1013146/tid=1013157] ppid=1013143 vsize=19108176 memory=4218256 CPUtime=0 cores=5,7
/proc/1013146/task/1013157/stat : 1013157 (Finalizer) S 1013143 1013146 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192820485 19566772224 669002 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
[pid=1013146/tid=1013164] ppid=1013143 vsize=19108176 memory=2626068 CPUtime=0 cores=5,7
/proc/1013146/task/1013164/stat : 1013164 (Common-Cleaner) S 1013143 1013146 1008215 0 -1 1077936192 3230 0 0 0 0 0 0 0 20 0 20 0 192820486 19566772224 669002 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
[pid=1013146/tid=1013166] ppid=1013143 vsize=19108176 memory=2626068 CPUtime=0 cores=5,7
/proc/1013146/task/1013166/stat : 1013166 (Timer-0) S 1013143 1013146 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192820550 19566772224 669002 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
Current children cumulated CPU time: 3329.78 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2676008 KiB

[startup+3282.3 s]
/proc/loadavg: 5.36 4.66 4.45 7/319 1014677
/proc/meminfo: memFree=114763660/131655788 swapFree=131071996/131071996
[pid=1013146] ppid=1013143 vsize=19108176 memory=1040868 CPUtime=3394.21 cores=5,7
/proc/1013146/stat : 1013146 (java) S 1013143 1013146 1008215 0 -1 1077936128 547689 0 0 0 338828 593 0 0 20 0 20 0 192820482 19566772224 260217 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
/proc/1013146/statm: 4777044 260217 5940 1 0 271930 0
[pid=1013146/tid=1013148] ppid=1013143 vsize=19108176 memory=982280 CPUtime=3177.4 cores=5,7
/proc/1013146/task/1013148/stat : 1013148 (java) R 1013143 1013146 1008215 0 -1 4194368 223884 0 0 0 317449 291 0 0 20 0 20 0 192820483 19566772224 260217 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 38 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
[pid=1013146/tid=1013157] ppid=1013143 vsize=19108176 memory=1208244 CPUtime=0 cores=5,7
/proc/1013146/task/1013157/stat : 1013157 (Finalizer) S 1013143 1013146 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192820485 19566772224 260217 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
[pid=1013146/tid=1013164] ppid=1013143 vsize=19108176 memory=2676008 CPUtime=0 cores=5,7
/proc/1013146/task/1013164/stat : 1013164 (Common-Cleaner) S 1013143 1013146 1008215 0 -1 1077936192 3279 0 0 0 0 0 0 0 20 0 20 0 192820486 19566772224 260217 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
[pid=1013146/tid=1013166] ppid=1013143 vsize=19108176 memory=1040868 CPUtime=0 cores=5,7
/proc/1013146/task/1013166/stat : 1013166 (Timer-0) S 1013143 1013146 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192820550 19566772224 260217 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
Current children cumulated CPU time: 3394.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1040868 KiB

[startup+3342.3 s]
/proc/loadavg: 4.59 4.57 4.44 6/319 1015073
/proc/meminfo: memFree=113883612/131655788 swapFree=131071996/131071996
[pid=1013146] ppid=1013143 vsize=19108176 memory=1374180 CPUtime=3461.14 cores=5,7
/proc/1013146/stat : 1013146 (java) S 1013143 1013146 1008215 0 -1 1077936128 560260 0 0 0 345494 620 0 0 20 0 20 0 192820482 19566772224 343545 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
/proc/1013146/statm: 4777044 343545 5940 1 0 355458 0
[pid=1013146/tid=1013148] ppid=1013143 vsize=19108176 memory=1090652 CPUtime=3233.64 cores=5,7
/proc/1013146/task/1013148/stat : 1013148 (java) R 1013143 1013146 1008215 0 -1 4194368 227076 0 0 0 323058 306 0 0 20 0 20 0 192820483 19566772224 343545 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 38 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
[pid=1013146/tid=1013157] ppid=1013143 vsize=19108176 memory=1257636 CPUtime=0 cores=5,7
/proc/1013146/task/1013157/stat : 1013157 (Finalizer) S 1013143 1013146 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192820485 19566772224 343545 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
[pid=1013146/tid=1013164] ppid=1013143 vsize=19108176 memory=1374180 CPUtime=0.01 cores=5,7
/proc/1013146/task/1013164/stat : 1013164 (Common-Cleaner) S 1013143 1013146 1008215 0 -1 1077936192 3330 0 0 0 0 1 0 0 20 0 20 0 192820486 19566772224 343545 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
[pid=1013146/tid=1013166] ppid=1013143 vsize=19108176 memory=11600 CPUtime=0 cores=5,7
/proc/1013146/task/1013166/stat : 1013166 (Timer-0) S 1013143 1013146 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192820550 19566772224 343545 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
Current children cumulated CPU time: 3461.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1374180 KiB

[startup+3402.3 s]
/proc/loadavg: 4.46 4.52 4.43 6/319 1015083
/proc/meminfo: memFree=113574548/131655788 swapFree=131071996/131071996
[pid=1013146] ppid=1013143 vsize=19108176 memory=1649152 CPUtime=3527.04 cores=5,7
/proc/1013146/stat : 1013146 (java) S 1013143 1013146 1008215 0 -1 1077936128 574372 0 0 0 352059 645 0 0 20 0 20 0 192820482 19566772224 412288 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
/proc/1013146/statm: 4777044 412288 5940 1 0 424366 0
[pid=1013146/tid=1013148] ppid=1013143 vsize=19108176 memory=1257636 CPUtime=3290.36 cores=5,7
/proc/1013146/task/1013148/stat : 1013148 (java) R 1013143 1013146 1008215 0 -1 4194368 230611 0 0 0 328715 321 0 0 20 0 20 0 192820483 19566772224 412288 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 46 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
[pid=1013146/tid=1013157] ppid=1013143 vsize=19108176 memory=45716 CPUtime=0 cores=5,7
/proc/1013146/task/1013157/stat : 1013157 (Finalizer) S 1013143 1013146 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192820485 19566772224 412288 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
[pid=1013146/tid=1013164] ppid=1013143 vsize=19108176 memory=1508676 CPUtime=0.01 cores=5,7
/proc/1013146/task/1013164/stat : 1013164 (Common-Cleaner) S 1013143 1013146 1008215 0 -1 1077936192 3381 0 0 0 0 1 0 0 20 0 20 0 192820486 19566772224 412288 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
[pid=1013146/tid=1013166] ppid=1013143 vsize=19108176 memory=1649152 CPUtime=0 cores=5,7
/proc/1013146/task/1013166/stat : 1013166 (Timer-0) S 1013143 1013146 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192820550 19566772224 412288 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
Current children cumulated CPU time: 3527.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1649152 KiB

[startup+3462.3 s]
/proc/loadavg: 3.91 4.38 4.39 5/294 1015128
/proc/meminfo: memFree=117114664/131655788 swapFree=131071996/131071996
[pid=1013146] ppid=1013143 vsize=19108176 memory=2066092 CPUtime=3595.14 cores=5,7
/proc/1013146/stat : 1013146 (java) S 1013143 1013146 1008215 0 -1 1077936128 586837 0 0 0 358826 688 0 0 20 0 20 0 192820482 19566772224 516523 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
/proc/1013146/statm: 4777044 516523 5940 1 0 528766 0
[pid=1013146/tid=1013148] ppid=1013143 vsize=19108176 memory=1257636 CPUtime=3347.6 cores=5,7
/proc/1013146/task/1013148/stat : 1013148 (java) R 1013143 1013146 1008215 0 -1 4194368 233626 0 0 0 334407 353 0 0 20 0 20 0 192820483 19566772224 516523 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 46 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
[pid=1013146/tid=1013157] ppid=1013143 vsize=19108176 memory=45716 CPUtime=0 cores=5,7
/proc/1013146/task/1013157/stat : 1013157 (Finalizer) S 1013143 1013146 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192820485 19566772224 516523 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
[pid=1013146/tid=1013164] ppid=1013143 vsize=19108176 memory=25208 CPUtime=0.01 cores=5,7
/proc/1013146/task/1013164/stat : 1013164 (Common-Cleaner) S 1013143 1013146 1008215 0 -1 1077936192 3430 0 0 0 0 1 0 0 20 0 20 0 192820486 19566772224 516523 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
[pid=1013146/tid=1013166] ppid=1013143 vsize=19108176 memory=1674736 CPUtime=0 cores=5,7
/proc/1013146/task/1013166/stat : 1013166 (Timer-0) S 1013143 1013146 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192820550 19566772224 516523 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
Current children cumulated CPU time: 3595.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2066092 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3467 s]*
/proc/loadavg: 3.92 4.37 4.38 5/294 1015128
/proc/meminfo: memFree=116654264/131655788 swapFree=131071996/131071996
[pid=1013146] ppid=1013143 vsize=19108176 memory=2525740 CPUtime=3600.07 cores=5,7
/proc/1013146/stat : 1013146 (java) S 1013143 1013146 1008215 0 -1 1077936128 587369 0 0 0 359311 696 0 0 20 0 20 0 192820482 19566772224 631435 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
/proc/1013146/statm: 4777044 631435 5940 1 0 645694 0
[pid=1013146/tid=1013148] ppid=1013143 vsize=19108176 memory=-7524773334942509410 CPUtime=3352.08 cores=5,7
/proc/1013146/task/1013148/stat : 1013148 (java) R 1013143 1013146 1008215 0 -1 4194368 233853 0 0 0 334848 360 0 0 20 0 20 0 192820483 19566772224 631435 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 46 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
[pid=1013146/tid=1013157] ppid=1013143 vsize=19108176 memory=-9187040390474529477 CPUtime=0 cores=5,7
/proc/1013146/task/1013157/stat : 1013157 (Finalizer) S 1013143 1013146 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192820485 19566772224 631435 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
[pid=1013146/tid=1013164] ppid=1013143 vsize=19108176 memory=3400 CPUtime=0.01 cores=5,7
/proc/1013146/task/1013164/stat : 1013164 (Common-Cleaner) S 1013143 1013146 1008215 0 -1 1077936192 3430 0 0 0 0 1 0 0 20 0 20 0 192820486 19566772224 631435 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
[pid=1013146/tid=1013166] ppid=1013143 vsize=19108176 memory=5422656 CPUtime=0 cores=5,7
/proc/1013146/task/1013166/stat : 1013166 (Timer-0) S 1013143 1013146 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192820550 19566772224 631435 134679101440 94624137416704 94624137420400 140729620271136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94624137428216 94624137429008 94624150061056 140729620276211 140729620276319 140729620276319 140729620283336 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2525740 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.26 s, system=6.98467 s

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

[startup+3467.12 s]*
/proc/loadavg: 3.92 4.37 4.38 4/276 1015131
/proc/meminfo: memFree=119088632/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): 3467.13
CPU time (s): 3600.25
CPU user time (s): 3593.26
CPU system time (s): 6.98467
CPU usage (%): 103.839
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 5505568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.26
system time used= 6.98467
maximum resident set size= 5505568
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 590158
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 138618
involuntary context switches= 10759


# summary of solver processes directly reported to runsolver:
#   pid: 1013146
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3593.26
#   total CPU system time (s): 6.98467

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.0809 second user time and 37.6179 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-19 18:30:53
IDJOB=4450231
IDBENCH=160415
IDSOLVER=3052
FILE ID=nodeC008/4450231-1721406641
RUNJOBID= nodeC008-1721399517-1008281
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-l100-r099-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-4450231-1721406641/watcher-4450231-1721406641 -o /tmp/evaluation-result-4450231-1721406641/solver-4450231-1721406641 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721399517-1008281 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4450231-1721406641.opb

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

MD5SUM BENCH= 4aca60576f41ce0be442f97c9c36c82a
RANDOM SEED=1186800185

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		: 3491.958
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		: 3505.438
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.483
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.266
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		: 3586.048
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		: 3491.972
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		: 1197.387
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.245
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:        114600524 kB
MemAvailable:   116962996 kB
Buffers:          562984 kB
Cached:          2625380 kB
SwapCached:            0 kB
Active:          1080256 kB
Inactive:       15353444 kB
Active(anon):       1492 kB
Inactive(anon): 13289412 kB
Active(file):    1078764 kB
Inactive(file):  2064032 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1416 kB
Writeback:             0 kB
AnonPages:      13245092 kB
Mapped:           126740 kB
Shmem:             45896 kB
KReclaimable:     119412 kB
Slab:             225112 kB
SReclaimable:     119412 kB
SUnreclaim:       105700 kB
KernelStack:        4844 kB
PageTables:        36336 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   15236948 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            60096 kB
HardwareCorrupted:     0 kB
AnonHugePages:  12898304 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:28:40