Trace number 4452721

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.13 3592.29

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
sumineq/sumineq_pyr_5/normalized-sumineqArity5pyramidP045.opb
MD5SUM9f172948e58fb5a8063ac37667d22320
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.073153
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5405
Total number of constraints1082
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)47
Number of constraints which are nor clauses,nor cardinality constraints1035
Minimum length of a constraint5
Maximum length of a constraint15
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 5
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 20
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	 - never skip resolution steps
0.13/0.15	 - Auto-division on coefficients is disabled
0.13/0.15	 - No postprocessing
0.13/0.15	 - Conflict is considered as is when resolving
0.13/0.15	 - Use constraints as they come during conflict analysis
0.13/0.15	 - Weaken first using unassigned literals
0.13/0.15	 - Bump strategy: ALWAYS_ONE
0.13/0.15	 - Bumper: EFFECTIVE
0.13/0.15	--- Begin Solver configuration ---
0.13/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.15	Learn all clauses as in MiniSAT
0.13/0.15	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	No reason simplification
0.13/0.15	Dynamic restart strategy considering the size of the coefficients
0.13/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.15	timeout=2147483s
0.13/0.15	DB Simplification allowed=false
0.13/0.15	Listener: none
0.13/0.15	--- End Solver configuration ---
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Use constraints as they come during conflict analysis
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: EFFECTIVE
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Dynamic restart strategy considering the size of the coefficients
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4452721-1721449857.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  no objective function found
0.33/0.26	c ... done. Wall clock time 0.112s.
0.33/0.27	c declared #vars     5405
0.33/0.27	c #constraints  1082
0.33/0.27	c constraints type 
0.33/0.27	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1082
0.33/0.27	c 1082 constraints processed.
6.15/4.09	c cleaning 2498 clauses out of 5001 with flag 0/5001
8.86/6.16	c cleaning 4224 clauses out of 8502 with flag 0/11000
10.54/7.41	c cleaning 5588 clauses out of 11279 with flag 0/18001
15.95/12.81	c cleaning 6795 clauses out of 13691 with flag 0/26001
32.93/29.88	c cleaning 7897 clauses out of 15895 with flag 0/35000
52.85/49.65	c cleaning 8958 clauses out of 17999 with flag 0/45001
85.85/82.47	c cleaning 10011 clauses out of 20041 with flag 0/56001
130.84/127.37	c cleaning 11008 clauses out of 22030 with flag 0/68001
200.55/196.81	c cleaning 12001 clauses out of 24022 with flag 0/81001
223.23/219.45	c cleaning 12999 clauses out of 26020 with flag 0/95000
362.65/359.12	c cleaning 14000 clauses out of 28021 with flag 0/110000
373.45/369.79	c cleaning 14997 clauses out of 30022 with flag 0/126001
424.24/420.23	c cleaning 15997 clauses out of 32024 with flag 0/143000
491.54/487.27	c cleaning 17000 clauses out of 34027 with flag 0/161000
528.49/523.78	c cleaning 18000 clauses out of 36027 with flag 0/180000
585.69/580.45	c cleaning 19003 clauses out of 38028 with flag 0/200001
678.04/672.39	c cleaning 19995 clauses out of 40024 with flag 0/221000
813.15/807.60	c cleaning 21002 clauses out of 42030 with flag 0/243001
1057.90/1051.96	c cleaning 21999 clauses out of 44028 with flag 0/266001
1098.97/1092.73	c cleaning 23005 clauses out of 46029 with flag 0/290001
1326.66/1321.27	c cleaning 23999 clauses out of 48024 with flag 0/315001
1458.10/1452.62	c cleaning 24997 clauses out of 50024 with flag 0/341000
1590.27/1584.59	c cleaning 25999 clauses out of 52027 with flag 0/368000
1796.62/1789.90	c cleaning 27005 clauses out of 54030 with flag 0/396002
1949.43/1941.93	c cleaning 28000 clauses out of 56023 with flag 0/425000
3026.28/3019.50	c cleaning 28997 clauses out of 58023 with flag 0/455000
3173.45/3166.19	c cleaning 29999 clauses out of 60026 with flag 0/486000
3540.14/3532.48	c cleaning 31000 clauses out of 62028 with flag 0/518001
3600.01/3592.22	c starts		: 5
3600.01/3592.22	c conflicts		: 529314
3600.01/3592.22	c decisions		: 855659
3600.01/3592.22	c propagations		: 3115413
3600.01/3592.22	c inspects		: 1862977232
3600.01/3592.22	c shortcuts		: 0
3600.01/3592.22	c learnt literals	: 0
3600.01/3592.22	c learnt binary clauses	: 0
3600.01/3592.22	c learnt ternary clauses	: 0
3600.01/3592.22	c learnt constraints	: 529314
3600.01/3592.22	c ignored constraints	: 0
3600.01/3592.22	c root simplifications	: 0
3600.01/3592.22	c removed literals (reason simplification)	: 0
3600.01/3592.22	c reason swapping (by a shorter reason)	: 0
3600.01/3592.22	c Calls to reduceDB	: 28
3600.01/3592.22	c Number of update (reduction) of LBD	: 229056
3600.01/3592.22	c Imported unit clauses	: 0
3600.01/3592.22	c No decision after first conflict	: false
3600.01/3592.22	c number of reductions to clauses (during analyze)	: 0
3600.01/3592.22	c number of learned constraints concerned by reduction	: 0
3600.01/3592.22	c number of learning phase by resolution	: 0
3600.01/3592.22	c number of learning phase by cutting planes	: 0
3600.01/3592.22	c number of rounding to 1 operations	: 0
3600.01/3592.22	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3592.22	c number of reductions of the coefficients by power 2 	: 0
3600.01/3592.22	c number of right shift for reduction by power 2 	: 0
3600.01/3592.22	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3592.22	c number of ending skipping 	: 0
3600.01/3592.22	c number of internal skipping 	: 0
3600.01/3592.22	c number of derivation steps 	: 1982869
3600.01/3592.22	c number of skipped derivation steps 	: 0
3600.01/3592.22	c number of remaining unassigned 	: 543727
3600.01/3592.22	c number of remaining assigned 	: 91383700
3600.01/3592.22	c number of falsified literals weakened from reason	: 0
3600.01/3592.22	c number of falsified literals weakened from conflict	: 0
3600.01/3592.22	c time for arithmetic operations	: 4625667140
3600.01/3592.22	c timeout
3600.01/3592.23	c minimum degree of deleted constraints	: 1
3600.01/3592.23	c maximum degree of deleted constraints	: 263031589589540072810926870171992791007888007630277842197989170061730862031118069053271819311191145894870252508480
3600.01/3592.23	c number of deleted constraints	: 486973
3600.01/3592.23	c speed (assignments/second)	: 867.3292944995784
3600.01/3592.23	c non guided choices	: 2455
3600.01/3592.26	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 104
3600.01/3592.26	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 42237
3600.01/3592.27	s UNKNOWN
3600.01/3592.27	c Total wall clock time (in seconds): 3592.119

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452721-1721449857/watcher-4452721-1721449857 -o /tmp/evaluation-result-4452721-1721449857/solver-4452721-1721449857 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721442671-1060303 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4452721-1721449857.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=1065422, runsolver pid=1065419

[startup+0.10353 s]*
/proc/loadavg: 4.26 4.30 4.25 6/334 1065440
/proc/meminfo: memFree=116327924/131524600 swapFree=131071216/131071996
[pid=1065422] ppid=1065419 vsize=18975048 memory=62856 CPUtime=0.13 cores=1,3
/proc/1065422/stat : 1065422 (java) S 1065419 1065422 1060291 0 -1 1077936128 7249 0 0 0 12 1 0 0 20 0 18 0 197148078 19430449152 15714 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
/proc/1065422/statm: 4743762 15714 5547 1 0 549374 0
[pid=1065422/tid=1065424] ppid=1065419 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/1065422/task/1065424/stat : 1065424 (java) R 1065419 1065422 1060291 0 -1 1078198336 5764 0 0 0 7 1 0 0 20 0 18 0 197148079 19430449152 15714 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
[pid=1065422/tid=1065433] ppid=1065419 vsize=18975048 memory=228556276070 CPUtime=0 cores=1,3
/proc/1065422/task/1065433/stat : 1065433 (Finalizer) S 1065419 1065422 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 197148081 19430449152 15714 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
[pid=1065422/tid=1065440] ppid=1065419 vsize=18975048 memory=15819997462990744 CPUtime=0 cores=1,3
/proc/1065422/task/1065440/stat : 1065440 (Common-Cleaner) S 1065419 1065422 1060291 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 197148082 19430449152 15714 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62856 KiB

[startup+0.206066 s]*
/proc/loadavg: 4.26 4.30 4.25 7/334 1065440
/proc/meminfo: memFree=116303192/131524600 swapFree=131071216/131071996
[pid=1065422] ppid=1065419 vsize=18975048 memory=88660 CPUtime=0.33 cores=1,3
/proc/1065422/stat : 1065422 (java) S 1065419 1065422 1060291 0 -1 1077936128 7804 0 0 0 31 2 0 0 20 0 18 0 197148078 19430449152 22165 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
/proc/1065422/statm: 4743762 22165 5872 1 0 549719 0
[pid=1065422/tid=1065424] ppid=1065419 vsize=18975048 memory=6876556183782621315 CPUtime=0.17 cores=1,3
/proc/1065422/task/1065424/stat : 1065424 (java) R 1065419 1065422 1060291 0 -1 1077936192 6033 0 0 0 16 1 0 0 20 0 18 0 197148079 19430449152 22165 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
[pid=1065422/tid=1065433] ppid=1065419 vsize=18975048 memory=1905144 CPUtime=0 cores=1,3
/proc/1065422/task/1065433/stat : 1065433 (Finalizer) S 1065419 1065422 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 197148081 19430449152 22165 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
[pid=1065422/tid=1065440] ppid=1065419 vsize=18975048 memory=15538522484377282 CPUtime=0 cores=1,3
/proc/1065422/task/1065440/stat : 1065440 (Common-Cleaner) S 1065419 1065422 1060291 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 197148082 19430449152 22165 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 88660 KiB

[startup+0.313474 s]*
/proc/loadavg: 4.26 4.30 4.25 7/335 1065441
/proc/meminfo: memFree=116255484/131524600 swapFree=131071216/131071996
[pid=1065422] ppid=1065419 vsize=19041612 memory=135928 CPUtime=0.54 cores=1,3
/proc/1065422/stat : 1065422 (java) S 1065419 1065422 1060291 0 -1 1077936128 9435 0 0 0 51 3 0 0 20 0 19 0 197148078 19498610688 33982 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
/proc/1065422/statm: 4760403 33982 5872 1 0 551017 0
[pid=1065422/tid=1065424] ppid=1065419 vsize=19041612 memory=-7451308366020504163 CPUtime=0.26 cores=1,3
/proc/1065422/task/1065424/stat : 1065424 (java) R 1065419 1065422 1060291 0 -1 4194368 6098 0 0 0 24 2 0 0 20 0 19 0 197148079 19498610688 33982 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
[pid=1065422/tid=1065433] ppid=1065419 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1065422/task/1065433/stat : 1065433 (Finalizer) S 1065419 1065422 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 197148081 19498610688 33982 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
[pid=1065422/tid=1065440] ppid=1065419 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1065422/task/1065440/stat : 1065440 (Common-Cleaner) S 1065419 1065422 1060291 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 197148082 19498610688 33982 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
[pid=1065422/tid=1065441] ppid=1065419 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1065422/task/1065441/stat : 1065441 (Timer-0) S 1065419 1065422 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 197148106 19498610688 33982 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 135928 KiB

[startup+0.700476 s]
/proc/loadavg: 4.26 4.30 4.25 7/336 1065442
/proc/meminfo: memFree=116223116/131524600 swapFree=131071216/131071996
[pid=1065422] ppid=1065419 vsize=19108176 memory=177964 CPUtime=1.28 cores=1,3
/proc/1065422/stat : 1065422 (java) S 1065419 1065422 1060291 0 -1 1077936128 14639 0 0 0 124 4 0 0 20 0 20 0 197148078 19566772224 44491 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
/proc/1065422/statm: 4777044 44491 5888 1 0 554333 0
[pid=1065422/tid=1065424] ppid=1065419 vsize=19108176 memory=13124 CPUtime=0.61 cores=1,3
/proc/1065422/task/1065424/stat : 1065424 (java) R 1065419 1065422 1060291 0 -1 4194368 6208 0 0 0 59 2 0 0 20 0 20 0 197148079 19566772224 44491 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
[pid=1065422/tid=1065433] ppid=1065419 vsize=19108176 memory=13124 CPUtime=0 cores=1,3
/proc/1065422/task/1065433/stat : 1065433 (Finalizer) S 1065419 1065422 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197148081 19566772224 44491 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
[pid=1065422/tid=1065440] ppid=1065419 vsize=19108176 memory=117636 CPUtime=0 cores=1,3
/proc/1065422/task/1065440/stat : 1065440 (Common-Cleaner) S 1065419 1065422 1060291 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 197148082 19566772224 44491 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
[pid=1065422/tid=1065441] ppid=1065419 vsize=19108176 memory=100 CPUtime=0 cores=1,3
/proc/1065422/task/1065441/stat : 1065441 (Timer-0) S 1065419 1065422 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197148106 19566772224 44491 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 177964 KiB

[startup+1.50047 s]
/proc/loadavg: 4.26 4.30 4.25 7/336 1065442
/proc/meminfo: memFree=116201256/131524600 swapFree=131071216/131071996
[pid=1065422] ppid=1065419 vsize=19108176 memory=290716 CPUtime=2.86 cores=1,3
/proc/1065422/stat : 1065422 (java) S 1065419 1065422 1060291 0 -1 1077936128 20065 0 0 0 279 7 0 0 20 0 20 0 197148078 19566772224 72679 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
/proc/1065422/statm: 4777044 72679 5904 1 0 554624 0
[pid=1065422/tid=1065424] ppid=1065419 vsize=19108176 memory=13124 CPUtime=1.37 cores=1,3
/proc/1065422/task/1065424/stat : 1065424 (java) R 1065419 1065422 1060291 0 -1 4194368 6522 0 0 0 133 4 0 0 20 0 20 0 197148079 19566772224 72679 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
[pid=1065422/tid=1065433] ppid=1065419 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1065422/task/1065433/stat : 1065433 (Finalizer) S 1065419 1065422 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197148081 19566772224 72679 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
[pid=1065422/tid=1065440] ppid=1065419 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1065422/task/1065440/stat : 1065440 (Common-Cleaner) S 1065419 1065422 1060291 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 197148082 19566772224 72679 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
[pid=1065422/tid=1065441] ppid=1065419 vsize=19108176 memory=65 CPUtime=0 cores=1,3
/proc/1065422/task/1065441/stat : 1065441 (Timer-0) S 1065419 1065422 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197148106 19566772224 72679 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 290716 KiB

[startup+3.10649 s]
/proc/loadavg: 4.26 4.30 4.25 5/336 1065442
/proc/meminfo: memFree=115273680/131524600 swapFree=131071216/131071996
[pid=1065422] ppid=1065419 vsize=19108176 memory=1169140 CPUtime=5.13 cores=1,3
/proc/1065422/stat : 1065422 (java) S 1065419 1065422 1060291 0 -1 1077936128 23080 0 0 0 488 25 0 0 20 0 20 0 197148078 19566772224 292285 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
/proc/1065422/statm: 4777044 292285 5904 1 0 700826 0
[pid=1065422/tid=1065424] ppid=1065419 vsize=19108176 memory=0 CPUtime=2.95 cores=1,3
/proc/1065422/task/1065424/stat : 1065424 (java) R 1065419 1065422 1060291 0 -1 4194368 7418 0 0 0 273 22 0 0 20 0 20 0 197148079 19566772224 292285 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
[pid=1065422/tid=1065433] ppid=1065419 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1065422/task/1065433/stat : 1065433 (Finalizer) S 1065419 1065422 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197148081 19566772224 292285 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
[pid=1065422/tid=1065440] ppid=1065419 vsize=19108176 memory=440428 CPUtime=0 cores=1,3
/proc/1065422/task/1065440/stat : 1065440 (Common-Cleaner) S 1065419 1065422 1060291 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 197148082 19566772224 292285 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
[pid=1065422/tid=1065441] ppid=1065419 vsize=19108176 memory=13124 CPUtime=0 cores=1,3
/proc/1065422/task/1065441/stat : 1065441 (Timer-0) S 1065419 1065422 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197148106 19566772224 292285 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
Current children cumulated CPU time: 5.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1169140 KiB

[startup+6.30048 s]
/proc/loadavg: 4.24 4.29 4.25 7/336 1065510
/proc/meminfo: memFree=116452500/131524600 swapFree=131071216/131071996
[pid=1065422] ppid=1065419 vsize=19108176 memory=1505876 CPUtime=9.25 cores=1,3
/proc/1065422/stat : 1065422 (java) S 1065419 1065422 1060291 0 -1 1077936128 28380 0 0 0 892 33 0 0 20 0 20 0 197148078 19566772224 376469 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
/proc/1065422/statm: 4777044 376469 5904 1 0 703007 0
[pid=1065422/tid=1065424] ppid=1065419 vsize=19108176 memory=13124 CPUtime=6.08 cores=1,3
/proc/1065422/task/1065424/stat : 1065424 (java) R 1065419 1065422 1060291 0 -1 4194368 8440 0 0 0 580 28 0 0 20 0 20 0 197148079 19566772224 376469 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
[pid=1065422/tid=1065433] ppid=1065419 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1065422/task/1065433/stat : 1065433 (Finalizer) S 1065419 1065422 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197148081 19566772224 376469 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
[pid=1065422/tid=1065440] ppid=1065419 vsize=19108176 memory=8326441112149131691 CPUtime=0 cores=1,3
/proc/1065422/task/1065440/stat : 1065440 (Common-Cleaner) S 1065419 1065422 1060291 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 20 0 197148082 19566772224 376469 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
[pid=1065422/tid=1065441] ppid=1065419 vsize=19108176 memory=14364 CPUtime=0 cores=1,3
/proc/1065422/task/1065441/stat : 1065441 (Timer-0) S 1065419 1065422 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197148106 19566772224 376469 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
Current children cumulated CPU time: 9.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1505876 KiB

[startup+12.7005 s]
/proc/loadavg: 4.22 4.29 4.24 5/335 1065512
/proc/meminfo: memFree=114203040/131524600 swapFree=131071216/131071996
[pid=1065422] ppid=1065419 vsize=19108176 memory=1692424 CPUtime=15.85 cores=1,3
/proc/1065422/stat : 1065422 (java) S 1065419 1065422 1060291 0 -1 1077936128 29415 0 0 0 1548 37 0 0 20 0 20 0 197148078 19566772224 423106 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
/proc/1065422/statm: 4777044 423106 5904 1 0 703024 0
[pid=1065422/tid=1065424] ppid=1065419 vsize=19108176 memory=0 CPUtime=12.31 cores=1,3
/proc/1065422/task/1065424/stat : 1065424 (java) R 1065419 1065422 1060291 0 -1 4194368 8907 0 0 0 1200 31 0 0 20 0 20 0 197148079 19566772224 423106 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
[pid=1065422/tid=1065433] ppid=1065419 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1065422/task/1065433/stat : 1065433 (Finalizer) S 1065419 1065422 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197148081 19566772224 423106 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
[pid=1065422/tid=1065440] ppid=1065419 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1065422/task/1065440/stat : 1065440 (Common-Cleaner) S 1065419 1065422 1060291 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 20 0 197148082 19566772224 423106 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
[pid=1065422/tid=1065441] ppid=1065419 vsize=19108176 memory=5628 CPUtime=0 cores=1,3
/proc/1065422/task/1065441/stat : 1065441 (Timer-0) S 1065419 1065422 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197148106 19566772224 423106 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
Current children cumulated CPU time: 15.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1692424 KiB

[startup+25.5005 s]
/proc/loadavg: 4.25 4.29 4.25 5/335 1065513
/proc/meminfo: memFree=114104088/131524600 swapFree=131071216/131071996
[pid=1065422] ppid=1065419 vsize=19108176 memory=1708912 CPUtime=28.62 cores=1,3
/proc/1065422/stat : 1065422 (java) S 1065419 1065422 1060291 0 -1 1077936128 32575 0 0 0 2824 38 0 0 20 0 20 0 197148078 19566772224 427228 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
/proc/1065422/statm: 4777044 427228 5904 1 0 703024 0
[pid=1065422/tid=1065424] ppid=1065419 vsize=19108176 memory=1692424 CPUtime=24.86 cores=1,3
/proc/1065422/task/1065424/stat : 1065424 (java) R 1065419 1065422 1060291 0 -1 4194368 10426 0 0 0 2455 31 0 0 20 0 20 0 197148079 19566772224 427228 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
[pid=1065422/tid=1065433] ppid=1065419 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1065422/task/1065433/stat : 1065433 (Finalizer) S 1065419 1065422 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197148081 19566772224 427228 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
[pid=1065422/tid=1065440] ppid=1065419 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1065422/task/1065440/stat : 1065440 (Common-Cleaner) S 1065419 1065422 1060291 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 20 0 197148082 19566772224 427228 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
[pid=1065422/tid=1065441] ppid=1065419 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1065422/task/1065441/stat : 1065441 (Timer-0) S 1065419 1065422 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197148106 19566772224 427228 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
Current children cumulated CPU time: 28.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1708912 KiB

[startup+51.1059 s]
/proc/loadavg: 4.22 4.28 4.24 6/335 1065518
/proc/meminfo: memFree=114033524/131524600 swapFree=131071216/131071996
[pid=1065422] ppid=1065419 vsize=19108176 memory=1743972 CPUtime=54.38 cores=1,3
/proc/1065422/stat : 1065422 (java) S 1065419 1065422 1060291 0 -1 1077936128 40245 0 0 0 5398 40 0 0 20 0 20 0 197148078 19566772224 435993 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
/proc/1065422/statm: 4777044 435993 5920 1 0 703024 0
[pid=1065422/tid=1065424] ppid=1065419 vsize=19108176 memory=1737760 CPUtime=50.04 cores=1,3
/proc/1065422/task/1065424/stat : 1065424 (java) R 1065419 1065422 1060291 0 -1 4194368 13196 0 0 0 4972 32 0 0 20 0 20 0 197148079 19566772224 435993 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0

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

/proc/meminfo: memFree=110135484/131524600 swapFree=131071216/131071996
[pid=1065422] ppid=1065419 vsize=19108176 memory=2760252 CPUtime=3229.85 cores=1,3
/proc/1065422/stat : 1065422 (java) S 1065419 1065422 1060291 0 -1 1077936128 229270 0 0 0 322790 195 0 0 20 0 20 0 197148078 19566772224 690063 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
/proc/1065422/statm: 4777044 690063 5922 1 0 703235 0
[pid=1065422/tid=1065424] ppid=1065419 vsize=19108176 memory=-7451308366020504163 CPUtime=3182.7 cores=1,3
/proc/1065422/task/1065424/stat : 1065424 (java) R 1065419 1065422 1060291 0 -1 4194368 114110 0 0 0 318221 49 0 0 20 0 20 0 197148079 19566772224 690063 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 21 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
[pid=1065422/tid=1065433] ppid=1065419 vsize=19108176 memory=50644 CPUtime=0 cores=1,3
/proc/1065422/task/1065433/stat : 1065433 (Finalizer) S 1065419 1065422 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197148081 19566772224 690063 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
[pid=1065422/tid=1065440] ppid=1065419 vsize=19108176 memory=2760252 CPUtime=0 cores=1,3
/proc/1065422/task/1065440/stat : 1065440 (Common-Cleaner) S 1065419 1065422 1060291 0 -1 1077936192 4588 0 0 0 0 0 0 0 20 0 20 0 197148082 19566772224 690063 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
[pid=1065422/tid=1065441] ppid=1065419 vsize=19108176 memory=40432 CPUtime=0 cores=1,3
/proc/1065422/task/1065441/stat : 1065441 (Timer-0) S 1065419 1065422 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197148106 19566772224 690063 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
Current children cumulated CPU time: 3229.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2760252 KiB

[startup+3282.3 s]
/proc/loadavg: 4.20 4.26 4.22 6/333 1067129
/proc/meminfo: memFree=110113548/131524600 swapFree=131071216/131071996
[pid=1065422] ppid=1065419 vsize=19108176 memory=2760256 CPUtime=3290.02 cores=1,3
/proc/1065422/stat : 1065422 (java) S 1065419 1065422 1060291 0 -1 1077936128 233134 0 0 0 328804 198 0 0 20 0 20 0 197148078 19566772224 690064 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
/proc/1065422/statm: 4777044 690064 5922 1 0 703235 0
[pid=1065422/tid=1065424] ppid=1065419 vsize=19108176 memory=2760252 CPUtime=3242 cores=1,3
/proc/1065422/task/1065424/stat : 1065424 (java) R 1065419 1065422 1060291 0 -1 4194368 116421 0 0 0 324151 49 0 0 20 0 20 0 197148079 19566772224 690064 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 21 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
[pid=1065422/tid=1065433] ppid=1065419 vsize=19108176 memory=14364 CPUtime=0 cores=1,3
/proc/1065422/task/1065433/stat : 1065433 (Finalizer) S 1065419 1065422 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197148081 19566772224 690064 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
[pid=1065422/tid=1065440] ppid=1065419 vsize=19108176 memory=2760252 CPUtime=0 cores=1,3
/proc/1065422/task/1065440/stat : 1065440 (Common-Cleaner) S 1065419 1065422 1060291 0 -1 1077936192 4682 0 0 0 0 0 0 0 20 0 20 0 197148082 19566772224 690064 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
[pid=1065422/tid=1065441] ppid=1065419 vsize=19108176 memory=2760252 CPUtime=0 cores=1,3
/proc/1065422/task/1065441/stat : 1065441 (Timer-0) S 1065419 1065422 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197148106 19566772224 690064 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
Current children cumulated CPU time: 3290.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2760256 KiB

[startup+3342.3 s]
/proc/loadavg: 4.47 4.31 4.24 6/333 1067139
/proc/meminfo: memFree=110086696/131524600 swapFree=131071216/131071996
[pid=1065422] ppid=1065419 vsize=19108176 memory=2760256 CPUtime=3350.05 cores=1,3
/proc/1065422/stat : 1065422 (java) S 1065419 1065422 1060291 0 -1 1077936128 237043 0 0 0 334804 201 0 0 20 0 20 0 197148078 19566772224 690064 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
/proc/1065422/statm: 4777044 690064 5922 1 0 703235 0
[pid=1065422/tid=1065424] ppid=1065419 vsize=19108176 memory=19760 CPUtime=3301.41 cores=1,3
/proc/1065422/task/1065424/stat : 1065424 (java) R 1065419 1065422 1060291 0 -1 4194368 118498 0 0 0 330091 50 0 0 20 0 20 0 197148079 19566772224 690064 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 21 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
[pid=1065422/tid=1065433] ppid=1065419 vsize=19108176 memory=5628 CPUtime=0 cores=1,3
/proc/1065422/task/1065433/stat : 1065433 (Finalizer) S 1065419 1065422 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197148081 19566772224 690064 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
[pid=1065422/tid=1065440] ppid=1065419 vsize=19108176 memory=14364 CPUtime=0 cores=1,3
/proc/1065422/task/1065440/stat : 1065440 (Common-Cleaner) S 1065419 1065422 1060291 0 -1 1077936192 4778 0 0 0 0 0 0 0 20 0 20 0 197148082 19566772224 690064 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
[pid=1065422/tid=1065441] ppid=1065419 vsize=19108176 memory=2760256 CPUtime=0 cores=1,3
/proc/1065422/task/1065441/stat : 1065441 (Timer-0) S 1065419 1065422 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197148106 19566772224 690064 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
Current children cumulated CPU time: 3350.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2760256 KiB

[startup+3402.3 s]
/proc/loadavg: 4.37 4.32 4.25 6/333 1067151
/proc/meminfo: memFree=110063748/131524600 swapFree=131071216/131071996
[pid=1065422] ppid=1065419 vsize=19108176 memory=2760256 CPUtime=3410.06 cores=1,3
/proc/1065422/stat : 1065422 (java) S 1065419 1065422 1060291 0 -1 1077936128 240622 0 0 0 340804 202 0 0 20 0 20 0 197148078 19566772224 690064 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
/proc/1065422/statm: 4777044 690064 5922 1 0 703235 0
[pid=1065422/tid=1065424] ppid=1065419 vsize=19108176 memory=19760 CPUtime=3360.89 cores=1,3
/proc/1065422/task/1065424/stat : 1065424 (java) R 1065419 1065422 1060291 0 -1 4194368 120376 0 0 0 336039 50 0 0 20 0 20 0 197148079 19566772224 690064 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 21 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
[pid=1065422/tid=1065433] ppid=1065419 vsize=19108176 memory=2760256 CPUtime=0 cores=1,3
/proc/1065422/task/1065433/stat : 1065433 (Finalizer) S 1065419 1065422 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197148081 19566772224 690064 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
[pid=1065422/tid=1065440] ppid=1065419 vsize=19108176 memory=-7451308366020504163 CPUtime=0 cores=1,3
/proc/1065422/task/1065440/stat : 1065440 (Common-Cleaner) S 1065419 1065422 1060291 0 -1 1077936192 4873 0 0 0 0 0 0 0 20 0 20 0 197148082 19566772224 690064 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
[pid=1065422/tid=1065441] ppid=1065419 vsize=19108176 memory=50644 CPUtime=0 cores=1,3
/proc/1065422/task/1065441/stat : 1065441 (Timer-0) S 1065419 1065422 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197148106 19566772224 690064 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
Current children cumulated CPU time: 3410.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2760256 KiB

[startup+3462.3 s]
/proc/loadavg: 4.18 4.28 4.24 6/334 1067330
/proc/meminfo: memFree=110046612/131524600 swapFree=131071216/131071996
[pid=1065422] ppid=1065419 vsize=19108176 memory=2760256 CPUtime=3470.03 cores=1,3
/proc/1065422/stat : 1065422 (java) S 1065419 1065422 1060291 0 -1 1077936128 241773 0 0 0 346798 205 0 0 20 0 20 0 197148078 19566772224 690064 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
/proc/1065422/statm: 4777044 690064 5922 1 0 703235 0
[pid=1065422/tid=1065424] ppid=1065419 vsize=19108176 memory=19760 CPUtime=3420.39 cores=1,3
/proc/1065422/task/1065424/stat : 1065424 (java) R 1065419 1065422 1060291 0 -1 4194368 121287 0 0 0 341989 50 0 0 20 0 20 0 197148079 19566772224 690064 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 21 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
[pid=1065422/tid=1065433] ppid=1065419 vsize=19108176 memory=342533 CPUtime=0 cores=1,3
/proc/1065422/task/1065433/stat : 1065433 (Finalizer) S 1065419 1065422 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197148081 19566772224 690064 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
[pid=1065422/tid=1065440] ppid=1065419 vsize=19108176 memory=2760256 CPUtime=0 cores=1,3
/proc/1065422/task/1065440/stat : 1065440 (Common-Cleaner) S 1065419 1065422 1060291 0 -1 1077936192 4969 0 0 0 0 0 0 0 20 0 20 0 197148082 19566772224 690064 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
[pid=1065422/tid=1065441] ppid=1065419 vsize=19108176 memory=14364 CPUtime=0 cores=1,3
/proc/1065422/task/1065441/stat : 1065441 (Timer-0) S 1065419 1065422 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197148106 19566772224 690064 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
Current children cumulated CPU time: 3470.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2760256 KiB

[startup+3522.3 s]
/proc/loadavg: 4.16 4.26 4.23 6/334 1067340
/proc/meminfo: memFree=110023816/131524600 swapFree=131071216/131071996
[pid=1065422] ppid=1065419 vsize=19108176 memory=2760256 CPUtime=3530.04 cores=1,3
/proc/1065422/stat : 1065422 (java) S 1065419 1065422 1060291 0 -1 1077936128 245260 0 0 0 352797 207 0 0 20 0 20 0 197148078 19566772224 690064 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
/proc/1065422/statm: 4777044 690064 5922 1 0 703235 0
[pid=1065422/tid=1065424] ppid=1065419 vsize=19108176 memory=2760256 CPUtime=3479.9 cores=1,3
/proc/1065422/task/1065424/stat : 1065424 (java) R 1065419 1065422 1060291 0 -1 4194368 123478 0 0 0 347939 51 0 0 20 0 20 0 197148079 19566772224 690064 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 21 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
[pid=1065422/tid=1065433] ppid=1065419 vsize=19108176 memory=13124 CPUtime=0 cores=1,3
/proc/1065422/task/1065433/stat : 1065433 (Finalizer) S 1065419 1065422 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197148081 19566772224 690064 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
[pid=1065422/tid=1065440] ppid=1065419 vsize=19108176 memory=2760256 CPUtime=0 cores=1,3
/proc/1065422/task/1065440/stat : 1065440 (Common-Cleaner) S 1065419 1065422 1060291 0 -1 1077936192 5064 0 0 0 0 0 0 0 20 0 20 0 197148082 19566772224 690064 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
[pid=1065422/tid=1065441] ppid=1065419 vsize=19108176 memory=2760256 CPUtime=0 cores=1,3
/proc/1065422/task/1065441/stat : 1065441 (Timer-0) S 1065419 1065422 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197148106 19566772224 690064 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
Current children cumulated CPU time: 3530.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2760256 KiB

[startup+3582.3 s]
/proc/loadavg: 3.55 4.07 4.17 5/310 1067442
/proc/meminfo: memFree=114014496/131524600 swapFree=131071216/131071996
[pid=1065422] ppid=1065419 vsize=19108176 memory=2760256 CPUtime=3590.08 cores=1,3
/proc/1065422/stat : 1065422 (java) S 1065419 1065422 1060291 0 -1 1077936128 248911 0 0 0 358799 209 0 0 20 0 20 0 197148078 19566772224 690064 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
/proc/1065422/statm: 4777044 690064 5922 1 0 703235 0
[pid=1065422/tid=1065424] ppid=1065419 vsize=19108176 memory=2760256 CPUtime=3539.24 cores=1,3
/proc/1065422/task/1065424/stat : 1065424 (java) R 1065419 1065422 1060291 0 -1 4194368 125567 0 0 0 353873 51 0 0 20 0 20 0 197148079 19566772224 690064 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 21 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
[pid=1065422/tid=1065433] ppid=1065419 vsize=19108176 memory=13124 CPUtime=0 cores=1,3
/proc/1065422/task/1065433/stat : 1065433 (Finalizer) S 1065419 1065422 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197148081 19566772224 690064 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
[pid=1065422/tid=1065440] ppid=1065419 vsize=19108176 memory=13124 CPUtime=0 cores=1,3
/proc/1065422/task/1065440/stat : 1065440 (Common-Cleaner) S 1065419 1065422 1060291 0 -1 1077936192 5207 0 0 0 0 0 0 0 20 0 20 0 197148082 19566772224 690064 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
[pid=1065422/tid=1065441] ppid=1065419 vsize=19108176 memory=2760256 CPUtime=0 cores=1,3
/proc/1065422/task/1065441/stat : 1065441 (Timer-0) S 1065419 1065422 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197148106 19566772224 690064 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
Current children cumulated CPU time: 3590.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2760256 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3592.2 s]
/proc/loadavg: 3.46 4.03 4.16 3/282 1067480
/proc/meminfo: memFree=119125916/131524600 swapFree=131071216/131071996
[pid=1065422] ppid=1065419 vsize=19108176 memory=2760256 CPUtime=3600.01 cores=1,3
/proc/1065422/stat : 1065422 (java) S 1065419 1065422 1060291 0 -1 1077936128 248967 0 0 0 359791 210 0 0 20 0 20 0 197148078 19566772224 690064 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
/proc/1065422/statm: 4777044 690064 5922 1 0 703235 0
[pid=1065422/tid=1065424] ppid=1065419 vsize=19108176 memory=20884 CPUtime=3549.01 cores=1,3
/proc/1065422/task/1065424/stat : 1065424 (java) R 1065419 1065422 1060291 0 -1 4194368 125596 0 0 0 354850 51 0 0 20 0 20 0 197148079 19566772224 690064 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 21 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
[pid=1065422/tid=1065433] ppid=1065419 vsize=19108176 memory=29740 CPUtime=0 cores=1,3
/proc/1065422/task/1065433/stat : 1065433 (Finalizer) S 1065419 1065422 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197148081 19566772224 690064 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
[pid=1065422/tid=1065440] ppid=1065419 vsize=19108176 memory=5292 CPUtime=0 cores=1,3
/proc/1065422/task/1065440/stat : 1065440 (Common-Cleaner) S 1065419 1065422 1060291 0 -1 1077936192 5207 0 0 0 0 0 0 0 20 0 20 0 197148082 19566772224 690064 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
[pid=1065422/tid=1065441] ppid=1065419 vsize=19108176 memory=2696 CPUtime=0 cores=1,3
/proc/1065422/task/1065441/stat : 1065441 (Timer-0) S 1065419 1065422 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197148106 19566772224 690064 134679101440 94773227876352 94773227880048 140728866300880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94773227887864 94773227888656 94773255245824 140728866309107 140728866309215 140728866309215 140728866316232 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2760256 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.02 s, system=2.11421 s

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

Child status: 143

Real time (s): 3592.29
CPU time (s): 3600.13
CPU user time (s): 3598.02
CPU system time (s): 2.11421
CPU usage (%): 100.218
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 2760256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.02
system time used= 2.11421
maximum resident set size= 2762144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 252321
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 134952
involuntary context switches= 14422


# summary of solver processes directly reported to runsolver:
#   pid: 1065422
#   total CPU time (s): 3600.13
#   total CPU user time (s): 3598.02
#   total CPU system time (s): 2.11421

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.35402 second user time and 19.1995 second system time

The end

Launcher Data

Begin job on nodeC018 at 2024-07-20 06:31:09
IDJOB=4452721
IDBENCH=165296
IDSOLVER=3052
FILE ID=nodeC018/4452721-1721449857
RUNJOBID= nodeC018-1721442671-1060303
SLURM_JOB_ID= 7545651
Free space on /tmp= 890076 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/sumineq/sumineq_pyr_5/normalized-sumineqArity5pyramidP045.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452721-1721449857/watcher-4452721-1721449857 -o /tmp/evaluation-result-4452721-1721449857/solver-4452721-1721449857 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721442671-1060303 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4452721-1721449857.opb

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

MD5SUM BENCH= 9f172948e58fb5a8063ac37667d22320
RANDOM SEED=1853151204

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        116370280 kB
MemAvailable:   120598100 kB
Buffers:          559216 kB
Cached:          4468792 kB
SwapCached:          148 kB
Active:          1128164 kB
Inactive:       13350024 kB
Active(anon):       1552 kB
Inactive(anon):  9494456 kB
Active(file):    1126612 kB
Inactive(file):  3855568 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071216 kB
Dirty:               824 kB
Writeback:             0 kB
AnonPages:       9450088 kB
Mapped:           129348 kB
Shmem:             45784 kB
KReclaimable:     170924 kB
Slab:             275696 kB
SReclaimable:     170924 kB
SUnreclaim:       104772 kB
KernelStack:        5104 kB
PageTables:        28720 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   11500152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            37568 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9125888 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:      283348 kB
DirectMap2M:    28850176 kB
DirectMap1G:    106954752 kB

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