Trace number 4450471

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.18 3599.79

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/
SUMINEQ/normalized-sumineqArity4pyramidP0125.opb
MD5SUM0c828c266e62d79f9353be6d834d3452
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 benchmark1.63183
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables32004
Total number of constraints8002
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)127
Number of constraints which are nor clauses,nor cardinality constraints7875
Minimum length of a constraint4
Maximum length of a constraint12
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 16
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.08	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-4450471-1721421025.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  no objective function found
1.46/0.85	c ... done. Wall clock time 0.698s.
1.46/0.85	c declared #vars     32004
1.46/0.85	c #constraints  8002
1.46/0.85	c constraints type 
1.46/0.85	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 8002
1.46/0.85	c 8002 constraints processed.
5.79/3.33	c cleaning 2493 clauses out of 5000 with flag 0/5000
8.88/6.16	c cleaning 4241 clauses out of 8507 with flag 0/11000
14.26/11.36	c cleaning 5585 clauses out of 11266 with flag 0/18000
17.09/14.04	c cleaning 6830 clauses out of 13681 with flag 0/26000
20.71/17.06	c cleaning 7858 clauses out of 15851 with flag 0/35000
30.85/26.84	c cleaning 8996 clauses out of 17994 with flag 0/45001
36.17/31.87	c cleaning 9910 clauses out of 19998 with flag 0/56001
131.63/127.87	c cleaning 11026 clauses out of 22087 with flag 0/68000
237.11/234.04	c cleaning 12012 clauses out of 24061 with flag 0/81000
303.26/300.61	c cleaning 13005 clauses out of 26049 with flag 0/95000
334.72/332.38	c cleaning 14002 clauses out of 28044 with flag 0/110000
419.71/417.61	c cleaning 15004 clauses out of 30043 with flag 0/126001
481.78/479.74	c cleaning 16004 clauses out of 32039 with flag 0/143001
568.75/566.63	c cleaning 17001 clauses out of 34035 with flag 0/161001
629.12/626.91	c cleaning 17995 clauses out of 36033 with flag 0/180000
727.75/725.58	c cleaning 19000 clauses out of 38039 with flag 0/200001
811.65/809.31	c cleaning 20004 clauses out of 40039 with flag 0/221001
875.04/872.60	c cleaning 21002 clauses out of 42034 with flag 0/243000
1003.51/1001.08	c cleaning 21997 clauses out of 44032 with flag 0/266000
1102.29/1099.74	c cleaning 23000 clauses out of 46035 with flag 0/290000
1225.12/1222.91	c cleaning 24002 clauses out of 48035 with flag 0/315000
1395.27/1393.14	c cleaning 24998 clauses out of 50034 with flag 0/341001
1714.42/1712.53	c cleaning 26000 clauses out of 52035 with flag 0/368000
1944.47/1944.03	c cleaning 26997 clauses out of 54035 with flag 0/396000
2108.97/2108.49	c cleaning 28004 clauses out of 56039 with flag 0/425001
2274.39/2273.70	c cleaning 28997 clauses out of 58035 with flag 0/455001
2355.39/2354.51	c cleaning 30003 clauses out of 60037 with flag 0/486000
2503.23/2502.27	c cleaning 31000 clauses out of 62034 with flag 0/518000
3286.66/3286.10	c cleaning 31990 clauses out of 64034 with flag 0/551000
3600.04/3599.72	c starts		: 3
3600.04/3599.72	c conflicts		: 582827
3600.04/3599.72	c decisions		: 785291
3600.04/3599.72	c propagations		: 3468281
3600.04/3599.72	c inspects		: 2490829419
3600.04/3599.72	c shortcuts		: 0
3600.04/3599.72	c learnt literals	: 0
3600.04/3599.72	c learnt binary clauses	: 0
3600.04/3599.72	c learnt ternary clauses	: 0
3600.04/3599.72	c learnt constraints	: 582826
3600.04/3599.72	c ignored constraints	: 0
3600.04/3599.72	c root simplifications	: 0
3600.04/3599.72	c removed literals (reason simplification)	: 0
3600.04/3599.72	c reason swapping (by a shorter reason)	: 0
3600.04/3599.72	c Calls to reduceDB	: 29
3600.04/3599.72	c Number of update (reduction) of LBD	: 422574
3600.04/3599.72	c Imported unit clauses	: 0
3600.04/3599.72	c No decision after first conflict	: false
3600.04/3599.72	c number of reductions to clauses (during analyze)	: 0
3600.04/3599.72	c number of learned constraints concerned by reduction	: 0
3600.04/3599.72	c number of learning phase by resolution	: 0
3600.04/3599.72	c number of learning phase by cutting planes	: 0
3600.04/3599.72	c number of rounding to 1 operations	: 0
3600.04/3599.72	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3599.72	c number of reductions of the coefficients by power 2 	: 0
3600.04/3599.72	c number of right shift for reduction by power 2 	: 0
3600.04/3599.72	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3599.72	c number of ending skipping 	: 0
3600.04/3599.72	c number of internal skipping 	: 0
3600.04/3599.72	c number of derivation steps 	: 2373594
3600.04/3599.72	c number of skipped derivation steps 	: 0
3600.04/3599.72	c number of remaining unassigned 	: 300575
3600.04/3599.72	c number of remaining assigned 	: 59699899
3600.04/3599.72	c number of falsified literals weakened from reason	: 0
3600.04/3599.72	c number of falsified literals weakened from conflict	: 0
3600.04/3599.72	c time for arithmetic operations	: 4371851098
3600.04/3599.72	c minimum degree of deleted constraints	: 1
3600.04/3599.73	c maximum degree of deleted constraints	: 1168504489637824025582901606083316230826336617239901283901134490472637204820220842286080
3600.04/3599.73	c number of deleted constraints	: 518956
3600.04/3599.73	c timeout
3600.04/3599.74	c speed (assignments/second)	: 963.7133524059761
3600.04/3599.74	c non guided choices	: 2522
3600.04/3599.77	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 242
3600.04/3599.77	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 63628
3600.04/3599.77	s UNKNOWN
3600.04/3599.77	c Total wall clock time (in seconds): 3599.629

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 (59706 MiB free)
  memory of node 1: 64473 MiB (62932 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=1047008, runsolver pid=1047002

[startup+0.100555 s]*
/proc/loadavg: 3.70 4.04 4.08 11/328 1047071
/proc/meminfo: memFree=125433804/131524600 swapFree=131071216/131071996
[pid=1047008] ppid=1047002 vsize=18975048 memory=63428 CPUtime=0.13 cores=0,2
/proc/1047008/stat : 1047008 (java) S 1047002 1047008 1046930 0 -1 1077936128 7257 0 0 0 12 1 0 0 20 0 18 0 194264900 19430449152 15857 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
/proc/1047008/statm: 4743762 15857 5691 1 0 549376 0
[pid=1047008/tid=1047020] ppid=1047002 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=0,2
/proc/1047008/task/1047020/stat : 1047020 (java) R 1047002 1047008 1046930 0 -1 4194368 5779 0 0 0 8 1 0 0 20 0 18 0 194264901 19430449152 15857 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
[pid=1047008/tid=1047064] ppid=1047002 vsize=18975048 memory=228556276070 CPUtime=0 cores=0,2
/proc/1047008/task/1047064/stat : 1047064 (Finalizer) S 1047002 1047008 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 194264903 19430449152 15857 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
[pid=1047008/tid=1047071] ppid=1047002 vsize=18975048 memory=15819997462990744 CPUtime=0 cores=0,2
/proc/1047008/task/1047071/stat : 1047071 (Common-Cleaner) S 1047002 1047008 1046930 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 194264904 19430449152 15857 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63428 KiB

[startup+0.212043 s]*
/proc/loadavg: 3.70 4.04 4.08 13/330 1047073
/proc/meminfo: memFree=125263404/131524600 swapFree=131071216/131071996
[pid=1047008] ppid=1047002 vsize=19041612 memory=160708 CPUtime=0.34 cores=0,2
/proc/1047008/stat : 1047008 (java) S 1047002 1047008 1046930 0 -1 1077936128 7917 0 0 0 31 3 0 0 20 0 19 0 194264900 19498610688 40177 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
/proc/1047008/statm: 4760403 40177 5878 1 0 549988 0
[pid=1047008/tid=1047020] ppid=1047002 vsize=19041612 memory=6876556183782621315 CPUtime=0.18 cores=0,2
/proc/1047008/task/1047020/stat : 1047020 (java) R 1047002 1047008 1046930 0 -1 4194368 6072 0 0 0 16 2 0 0 20 0 19 0 194264901 19498610688 40177 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
[pid=1047008/tid=1047064] ppid=1047002 vsize=19041612 memory=1905144 CPUtime=0 cores=0,2
/proc/1047008/task/1047064/stat : 1047064 (Finalizer) S 1047002 1047008 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 194264903 19498610688 40177 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
[pid=1047008/tid=1047071] ppid=1047002 vsize=19041612 memory=15538522484377282 CPUtime=0 cores=0,2
/proc/1047008/task/1047071/stat : 1047071 (Common-Cleaner) S 1047002 1047008 1046930 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 194264904 19498610688 40177 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 160708 KiB

[startup+0.306262 s]*
/proc/loadavg: 3.70 4.04 4.08 14/332 1047075
/proc/meminfo: memFree=125160860/131524600 swapFree=131071216/131071996
[pid=1047008] ppid=1047002 vsize=19041612 memory=172812 CPUtime=0.51 cores=0,2
/proc/1047008/stat : 1047008 (java) S 1047002 1047008 1046930 0 -1 1077936128 9384 0 0 0 47 4 0 0 20 0 19 0 194264900 19498610688 43203 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
/proc/1047008/statm: 4760403 43203 5894 1 0 550982 0
[pid=1047008/tid=1047020] ppid=1047002 vsize=19041612 memory=-7307756127898528615 CPUtime=0.25 cores=0,2
/proc/1047008/task/1047020/stat : 1047020 (java) R 1047002 1047008 1046930 0 -1 4194368 6080 0 0 0 23 2 0 0 20 0 19 0 194264901 19498610688 43203 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
[pid=1047008/tid=1047064] ppid=1047002 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1047008/task/1047064/stat : 1047064 (Finalizer) S 1047002 1047008 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 194264903 19498610688 43203 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
[pid=1047008/tid=1047071] ppid=1047002 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1047008/task/1047071/stat : 1047071 (Common-Cleaner) S 1047002 1047008 1046930 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 194264904 19498610688 43203 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 172812 KiB

[startup+0.700433 s]
/proc/loadavg: 3.70 4.04 4.08 12/335 1047078
/proc/meminfo: memFree=124576572/131524600 swapFree=131071216/131071996
[pid=1047008] ppid=1047002 vsize=19041612 memory=808920 CPUtime=1.26 cores=0,2
/proc/1047008/stat : 1047008 (java) S 1047002 1047008 1046930 0 -1 1077936128 14173 0 0 0 109 17 0 0 20 0 19 0 194264900 19498610688 202230 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
/proc/1047008/statm: 4760403 202230 5894 1 0 553261 0
[pid=1047008/tid=1047020] ppid=1047002 vsize=19041612 memory=5628 CPUtime=0.61 cores=0,2
/proc/1047008/task/1047020/stat : 1047020 (java) R 1047002 1047008 1046930 0 -1 4194368 6377 0 0 0 47 14 0 0 20 0 19 0 194264901 19498610688 202230 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
[pid=1047008/tid=1047064] ppid=1047002 vsize=19041612 memory=13124 CPUtime=0 cores=0,2
/proc/1047008/task/1047064/stat : 1047064 (Finalizer) S 1047002 1047008 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 194264903 19498610688 202230 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
[pid=1047008/tid=1047071] ppid=1047002 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1047008/task/1047071/stat : 1047071 (Common-Cleaner) S 1047002 1047008 1046930 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 194264904 19498610688 202230 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 808920 KiB

[startup+1.50026 s]
/proc/loadavg: 3.70 4.04 4.08 8/314 1047097
/proc/meminfo: memFree=123978200/131524600 swapFree=131071216/131071996
[pid=1047008] ppid=1047002 vsize=19108176 memory=1619012 CPUtime=2.8 cores=0,2
/proc/1047008/stat : 1047008 (java) S 1047002 1047008 1046930 0 -1 1077936128 23069 0 0 0 246 34 0 0 20 0 20 0 194264900 19566772224 404753 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
/proc/1047008/statm: 4777044 404753 5894 1 0 1057065 0
[pid=1047008/tid=1047020] ppid=1047002 vsize=19108176 memory=13124 CPUtime=1.37 cores=0,2
/proc/1047008/task/1047020/stat : 1047020 (java) R 1047002 1047008 1046930 0 -1 4194368 6835 0 0 0 108 29 0 0 20 0 20 0 194264901 19566772224 404753 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
[pid=1047008/tid=1047064] ppid=1047002 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1047008/task/1047064/stat : 1047064 (Finalizer) S 1047002 1047008 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194264903 19566772224 404753 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
[pid=1047008/tid=1047071] ppid=1047002 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1047008/task/1047071/stat : 1047071 (Common-Cleaner) S 1047002 1047008 1046930 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194264904 19566772224 404753 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
[pid=1047008/tid=1047091] ppid=1047002 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1047008/task/1047091/stat : 1047091 (Timer-0) S 1047002 1047008 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194264986 19566772224 404753 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
Current children cumulated CPU time: 2.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1619012 KiB

[startup+3.10628 s]
/proc/loadavg: 3.70 4.04 4.08 8/336 1047148
/proc/meminfo: memFree=120595548/131524600 swapFree=131071216/131071996
[pid=1047008] ppid=1047002 vsize=19108176 memory=2187948 CPUtime=5.55 cores=0,2
/proc/1047008/stat : 1047008 (java) S 1047002 1047008 1046930 0 -1 1077936128 24236 0 0 0 509 46 0 0 20 0 20 0 194264900 19566772224 546987 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
/proc/1047008/statm: 4777044 546987 5894 1 0 1057515 0
[pid=1047008/tid=1047020] ppid=1047002 vsize=19108176 memory=0 CPUtime=2.88 cores=0,2
/proc/1047008/task/1047020/stat : 1047020 (java) R 1047002 1047008 1046930 0 -1 4194368 7087 0 0 0 250 38 0 0 20 0 20 0 194264901 19566772224 546987 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
[pid=1047008/tid=1047064] ppid=1047002 vsize=19108176 memory=14364 CPUtime=0 cores=0,2
/proc/1047008/task/1047064/stat : 1047064 (Finalizer) S 1047002 1047008 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194264903 19566772224 546987 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
[pid=1047008/tid=1047071] ppid=1047002 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1047008/task/1047071/stat : 1047071 (Common-Cleaner) S 1047002 1047008 1046930 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194264904 19566772224 546987 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
[pid=1047008/tid=1047091] ppid=1047002 vsize=19108176 memory=13124 CPUtime=0 cores=0,2
/proc/1047008/task/1047091/stat : 1047091 (Timer-0) S 1047002 1047008 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194264986 19566772224 546987 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
Current children cumulated CPU time: 5.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2187948 KiB

[startup+6.30027 s]
/proc/loadavg: 3.72 4.04 4.08 5/336 1047148
/proc/meminfo: memFree=118628460/131524600 swapFree=131071216/131071996
[pid=1047008] ppid=1047002 vsize=19108176 memory=3034620 CPUtime=9.09 cores=0,2
/proc/1047008/stat : 1047008 (java) S 1047002 1047008 1046930 0 -1 1077936128 25021 0 0 0 848 61 0 0 20 0 20 0 194264900 19566772224 758655 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
/proc/1047008/statm: 4777044 758655 5894 1 0 1057579 0
[pid=1047008/tid=1047020] ppid=1047002 vsize=19108176 memory=0 CPUtime=5.97 cores=0,2
/proc/1047008/task/1047020/stat : 1047020 (java) R 1047002 1047008 1046930 0 -1 4194368 7768 0 0 0 544 53 0 0 20 0 20 0 194264901 19566772224 758655 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
[pid=1047008/tid=1047064] ppid=1047002 vsize=19108176 memory=13124 CPUtime=0 cores=0,2
/proc/1047008/task/1047064/stat : 1047064 (Finalizer) S 1047002 1047008 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194264903 19566772224 758655 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
[pid=1047008/tid=1047071] ppid=1047002 vsize=19108176 memory=14364 CPUtime=0 cores=0,2
/proc/1047008/task/1047071/stat : 1047071 (Common-Cleaner) S 1047002 1047008 1046930 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194264904 19566772224 758655 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
[pid=1047008/tid=1047091] ppid=1047002 vsize=19108176 memory=50160 CPUtime=0 cores=0,2
/proc/1047008/task/1047091/stat : 1047091 (Timer-0) S 1047002 1047008 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194264986 19566772224 758655 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
Current children cumulated CPU time: 9.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3034620 KiB

[startup+12.7003 s]
/proc/loadavg: 3.90 4.07 4.09 5/334 1047150
/proc/meminfo: memFree=117821000/131524600 swapFree=131071216/131071996
[pid=1047008] ppid=1047002 vsize=19108176 memory=3035464 CPUtime=15.79 cores=0,2
/proc/1047008/stat : 1047008 (java) S 1047002 1047008 1046930 0 -1 1077936128 29068 0 0 0 1517 62 0 0 20 0 20 0 194264900 19566772224 758866 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
/proc/1047008/statm: 4777044 758866 5926 1 0 1057579 0
[pid=1047008/tid=1047020] ppid=1047002 vsize=19108176 memory=3035436 CPUtime=12.24 cores=0,2
/proc/1047008/task/1047020/stat : 1047020 (java) R 1047002 1047008 1046930 0 -1 4194368 9130 0 0 0 1171 53 0 0 20 0 20 0 194264901 19566772224 758866 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
[pid=1047008/tid=1047064] ppid=1047002 vsize=19108176 memory=13124 CPUtime=0 cores=0,2
/proc/1047008/task/1047064/stat : 1047064 (Finalizer) S 1047002 1047008 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194264903 19566772224 758866 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
[pid=1047008/tid=1047071] ppid=1047002 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1047008/task/1047071/stat : 1047071 (Common-Cleaner) S 1047002 1047008 1046930 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194264904 19566772224 758866 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
[pid=1047008/tid=1047091] ppid=1047002 vsize=19108176 memory=68 CPUtime=0 cores=0,2
/proc/1047008/task/1047091/stat : 1047091 (Timer-0) S 1047002 1047008 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194264986 19566772224 758866 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
Current children cumulated CPU time: 15.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3035464 KiB

[startup+25.5003 s]
/proc/loadavg: 4.07 4.10 4.10 5/334 1047218
/proc/meminfo: memFree=117443128/131524600 swapFree=131071216/131071996
[pid=1047008] ppid=1047002 vsize=19108176 memory=3047180 CPUtime=29.47 cores=0,2
/proc/1047008/stat : 1047008 (java) S 1047002 1047008 1046930 0 -1 1077936128 37892 0 0 0 2884 63 0 0 20 0 20 0 194264900 19566772224 761795 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
/proc/1047008/statm: 4777044 761795 5926 1 0 1057579 0
[pid=1047008/tid=1047020] ppid=1047002 vsize=19108176 memory=3035436 CPUtime=24.57 cores=0,2
/proc/1047008/task/1047020/stat : 1047020 (java) R 1047002 1047008 1046930 0 -1 4194368 11180 0 0 0 2404 53 0 0 20 0 20 0 194264901 19566772224 761795 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
[pid=1047008/tid=1047064] ppid=1047002 vsize=19108176 memory=3043084 CPUtime=0 cores=0,2
/proc/1047008/task/1047064/stat : 1047064 (Finalizer) S 1047002 1047008 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194264903 19566772224 761795 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
[pid=1047008/tid=1047071] ppid=1047002 vsize=19108176 memory=14364 CPUtime=0 cores=0,2
/proc/1047008/task/1047071/stat : 1047071 (Common-Cleaner) S 1047002 1047008 1046930 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 20 0 194264904 19566772224 761795 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
[pid=1047008/tid=1047091] ppid=1047002 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1047008/task/1047091/stat : 1047091 (Timer-0) S 1047002 1047008 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194264986 19566772224 761795 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
Current children cumulated CPU time: 29.47 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3047180 KiB

[startup+51.1063 s]
/proc/loadavg: 4.04 4.09 4.09 6/334 1047223
/proc/meminfo: memFree=116582868/131524600 swapFree=131071216/131071996
[pid=1047008] ppid=1047002 vsize=19108176 memory=3066136 CPUtime=55.36 cores=0,2
/proc/1047008/stat : 1047008 (java) S 1047002 1047008 1046930 0 -1 1077936128 43918 0 0 0 5470 66 0 0 20 0 20 0 194264900 19566772224 766534 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
/proc/1047008/statm: 4777044 766534 5926 1 0 1057579 0
[pid=1047008/tid=1047020] ppid=1047002 vsize=19108176 memory=3065940 CPUtime=49.63 cores=0,2
/proc/1047008/task/1047020/stat : 1047020 (java) R 1047002 1047008 1046930 0 -1 4194368 13766 0 0 0 4910 53 0 0 20 0 20 0 194264901 19566772224 766534 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
[pid=1047008/tid=1047064] ppid=1047002 vsize=19108176 memory=-7307756127898528615 CPUtime=0 cores=0,2
/proc/1047008/task/1047064/stat : 1047064 (Finalizer) S 1047002 1047008 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194264903 19566772224 766534 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
[pid=1047008/tid=1047071] ppid=1047002 vsize=19108176 memory=-7307756127898528615 CPUtime=0 cores=0,2
/proc/1047008/task/1047071/stat : 1047071 (Common-Cleaner) S 1047002 1047008 1046930 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 20 0 194264904 19566772224 766534 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0

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

/proc/meminfo: memFree=109107740/131524600 swapFree=131071216/131071996
[pid=1047008] ppid=1047002 vsize=19108176 memory=4077936 CPUtime=3282.86 cores=0,2
/proc/1047008/stat : 1047008 (java) S 1047002 1047008 1046930 0 -1 1077936128 274167 0 0 0 328005 281 0 0 20 0 20 0 194264900 19566772224 1019484 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
/proc/1047008/statm: 4777044 1019484 5926 1 0 1057626 0
[pid=1047008/tid=1047020] ppid=1047002 vsize=19108176 memory=29676 CPUtime=3247.46 cores=0,2
/proc/1047008/task/1047020/stat : 1047020 (java) R 1047002 1047008 1046930 0 -1 4194368 146062 0 0 0 324644 102 0 0 20 0 20 0 194264901 19566772224 1019484 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 31 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
[pid=1047008/tid=1047064] ppid=1047002 vsize=19108176 memory=4071792 CPUtime=0 cores=0,2
/proc/1047008/task/1047064/stat : 1047064 (Finalizer) S 1047002 1047008 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194264903 19566772224 1019484 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
[pid=1047008/tid=1047071] ppid=1047002 vsize=19108176 memory=14364 CPUtime=0 cores=0,2
/proc/1047008/task/1047071/stat : 1047071 (Common-Cleaner) S 1047002 1047008 1046930 0 -1 1077936192 4516 0 0 0 0 0 0 0 20 0 20 0 194264904 19566772224 1019484 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
[pid=1047008/tid=1047091] ppid=1047002 vsize=19108176 memory=2012 CPUtime=0 cores=0,2
/proc/1047008/task/1047091/stat : 1047091 (Timer-0) S 1047002 1047008 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194264986 19566772224 1019484 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
Current children cumulated CPU time: 3282.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4077936 KiB

[startup+3342.3 s]
/proc/loadavg: 4.26 4.26 4.19 5/332 1048773
/proc/meminfo: memFree=109094608/131524600 swapFree=131071216/131071996
[pid=1047008] ppid=1047002 vsize=19108176 memory=4090228 CPUtime=3342.7 cores=0,2
/proc/1047008/stat : 1047008 (java) S 1047002 1047008 1046930 0 -1 1077936128 278776 0 0 0 333986 284 0 0 20 0 20 0 194264900 19566772224 1022557 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
/proc/1047008/statm: 4777044 1022557 5926 1 0 1057627 0
[pid=1047008/tid=1047020] ppid=1047002 vsize=19108176 memory=4077936 CPUtime=3306.64 cores=0,2
/proc/1047008/task/1047020/stat : 1047020 (java) R 1047002 1047008 1046930 0 -1 4194368 149109 0 0 0 330561 103 0 0 20 0 20 0 194264901 19566772224 1022557 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 33 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
[pid=1047008/tid=1047064] ppid=1047002 vsize=19108176 memory=4082036 CPUtime=0 cores=0,2
/proc/1047008/task/1047064/stat : 1047064 (Finalizer) S 1047002 1047008 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194264903 19566772224 1022557 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
[pid=1047008/tid=1047071] ppid=1047002 vsize=19108176 memory=4082036 CPUtime=0 cores=0,2
/proc/1047008/task/1047071/stat : 1047071 (Common-Cleaner) S 1047002 1047008 1046930 0 -1 1077936192 4563 0 0 0 0 0 0 0 20 0 20 0 194264904 19566772224 1022557 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
[pid=1047008/tid=1047091] ppid=1047002 vsize=19108176 memory=29676 CPUtime=0 cores=0,2
/proc/1047008/task/1047091/stat : 1047091 (Timer-0) S 1047002 1047008 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194264986 19566772224 1022557 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
Current children cumulated CPU time: 3342.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4090228 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.23 4.18 5/332 1048783
/proc/meminfo: memFree=109044300/131524600 swapFree=131071216/131071996
[pid=1047008] ppid=1047002 vsize=19108176 memory=4106636 CPUtime=3402.73 cores=0,2
/proc/1047008/stat : 1047008 (java) S 1047002 1047008 1046930 0 -1 1077936128 282949 0 0 0 339986 287 0 0 20 0 20 0 194264900 19566772224 1026659 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
/proc/1047008/statm: 4777044 1026659 5926 1 0 1057627 0
[pid=1047008/tid=1047020] ppid=1047002 vsize=19108176 memory=4082036 CPUtime=3365.98 cores=0,2
/proc/1047008/task/1047020/stat : 1047020 (java) R 1047002 1047008 1046930 0 -1 4194368 151519 0 0 0 336495 103 0 0 20 0 20 0 194264901 19566772224 1026659 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 38 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
[pid=1047008/tid=1047064] ppid=1047002 vsize=19108176 memory=29676 CPUtime=0 cores=0,2
/proc/1047008/task/1047064/stat : 1047064 (Finalizer) S 1047002 1047008 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194264903 19566772224 1026659 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
[pid=1047008/tid=1047071] ppid=1047002 vsize=19108176 memory=4100492 CPUtime=0 cores=0,2
/proc/1047008/task/1047071/stat : 1047071 (Common-Cleaner) S 1047002 1047008 1046930 0 -1 1077936192 4658 0 0 0 0 0 0 0 20 0 20 0 194264904 19566772224 1026659 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
[pid=1047008/tid=1047091] ppid=1047002 vsize=19108176 memory=4106636 CPUtime=0 cores=0,2
/proc/1047008/task/1047091/stat : 1047091 (Timer-0) S 1047002 1047008 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194264986 19566772224 1026659 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
Current children cumulated CPU time: 3402.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4106636 KiB

[startup+3462.3 s]
/proc/loadavg: 4.18 4.22 4.18 5/332 1048794
/proc/meminfo: memFree=108977028/131524600 swapFree=131071216/131071996
[pid=1047008] ppid=1047002 vsize=19108176 memory=4106652 CPUtime=3462.71 cores=0,2
/proc/1047008/stat : 1047008 (java) S 1047002 1047008 1046930 0 -1 1077936128 286773 0 0 0 345981 290 0 0 20 0 20 0 194264900 19566772224 1026663 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
/proc/1047008/statm: 4777044 1026663 5926 1 0 1057627 0
[pid=1047008/tid=1047020] ppid=1047002 vsize=19108176 memory=4082036 CPUtime=3425.47 cores=0,2
/proc/1047008/task/1047020/stat : 1047020 (java) R 1047002 1047008 1046930 0 -1 4194368 153806 0 0 0 342443 104 0 0 20 0 20 0 194264901 19566772224 1026663 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 39 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
[pid=1047008/tid=1047064] ppid=1047002 vsize=19108176 memory=29676 CPUtime=0 cores=0,2
/proc/1047008/task/1047064/stat : 1047064 (Finalizer) S 1047002 1047008 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194264903 19566772224 1026663 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
[pid=1047008/tid=1047071] ppid=1047002 vsize=19108176 memory=4106652 CPUtime=0 cores=0,2
/proc/1047008/task/1047071/stat : 1047071 (Common-Cleaner) S 1047002 1047008 1046930 0 -1 1077936192 4753 0 0 0 0 0 0 0 20 0 20 0 194264904 19566772224 1026663 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
[pid=1047008/tid=1047091] ppid=1047002 vsize=19108176 memory=14364 CPUtime=0 cores=0,2
/proc/1047008/task/1047091/stat : 1047091 (Timer-0) S 1047002 1047008 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194264986 19566772224 1026663 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
Current children cumulated CPU time: 3462.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4106652 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.19 4.17 6/332 1048973
/proc/meminfo: memFree=108975356/131524600 swapFree=131071216/131071996
[pid=1047008] ppid=1047002 vsize=19108176 memory=4106652 CPUtime=3522.69 cores=0,2
/proc/1047008/stat : 1047008 (java) S 1047002 1047008 1046930 0 -1 1077936128 290088 0 0 0 351976 293 0 0 20 0 20 0 194264900 19566772224 1026663 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
/proc/1047008/statm: 4777044 1026663 5926 1 0 1057627 0
[pid=1047008/tid=1047020] ppid=1047002 vsize=19108176 memory=4106652 CPUtime=3485.04 cores=0,2
/proc/1047008/task/1047020/stat : 1047020 (java) R 1047002 1047008 1046930 0 -1 4194368 156151 0 0 0 348399 105 0 0 20 0 20 0 194264901 19566772224 1026663 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 39 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
[pid=1047008/tid=1047064] ppid=1047002 vsize=19108176 memory=100 CPUtime=0 cores=0,2
/proc/1047008/task/1047064/stat : 1047064 (Finalizer) S 1047002 1047008 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194264903 19566772224 1026663 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
[pid=1047008/tid=1047071] ppid=1047002 vsize=19108176 memory=14364 CPUtime=0 cores=0,2
/proc/1047008/task/1047071/stat : 1047071 (Common-Cleaner) S 1047002 1047008 1046930 0 -1 1077936192 4849 0 0 0 0 0 0 0 20 0 20 0 194264904 19566772224 1026663 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
[pid=1047008/tid=1047091] ppid=1047002 vsize=19108176 memory=-7307756127898528615 CPUtime=0 cores=0,2
/proc/1047008/task/1047091/stat : 1047091 (Timer-0) S 1047002 1047008 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194264986 19566772224 1026663 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
Current children cumulated CPU time: 3522.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4106652 KiB

[startup+3582.3 s]
/proc/loadavg: 4.25 4.20 4.18 6/333 1049120
/proc/meminfo: memFree=116505584/131524600 swapFree=131071216/131071996
[pid=1047008] ppid=1047002 vsize=19108176 memory=4106652 CPUtime=3582.63 cores=0,2
/proc/1047008/stat : 1047008 (java) S 1047002 1047008 1046930 0 -1 1077936128 294301 0 0 0 357966 297 0 0 20 0 20 0 194264900 19566772224 1026663 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
/proc/1047008/statm: 4777044 1026663 5926 1 0 1057627 0
[pid=1047008/tid=1047020] ppid=1047002 vsize=19108176 memory=4106652 CPUtime=3544.59 cores=0,2
/proc/1047008/task/1047020/stat : 1047020 (java) R 1047002 1047008 1046930 0 -1 4194368 158304 0 0 0 354353 106 0 0 20 0 20 0 194264901 19566772224 1026663 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 39 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
[pid=1047008/tid=1047064] ppid=1047002 vsize=19108176 memory=4106652 CPUtime=0 cores=0,2
/proc/1047008/task/1047064/stat : 1047064 (Finalizer) S 1047002 1047008 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194264903 19566772224 1026663 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
[pid=1047008/tid=1047071] ppid=1047002 vsize=19108176 memory=14364 CPUtime=0 cores=0,2
/proc/1047008/task/1047071/stat : 1047071 (Common-Cleaner) S 1047002 1047008 1046930 0 -1 1077936192 4944 0 0 0 0 0 0 0 20 0 20 0 194264904 19566772224 1026663 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
[pid=1047008/tid=1047091] ppid=1047002 vsize=19108176 memory=13124 CPUtime=0 cores=0,2
/proc/1047008/task/1047091/stat : 1047091 (Timer-0) S 1047002 1047008 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194264986 19566772224 1026663 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
Current children cumulated CPU time: 3582.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4106652 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3599.7 s]
/proc/loadavg: 4.28 4.21 4.18 5/336 1049248
/proc/meminfo: memFree=117080484/131524600 swapFree=131071216/131071996
[pid=1047008] ppid=1047002 vsize=19108176 memory=4106652 CPUtime=3600.04 cores=0,2
/proc/1047008/stat : 1047008 (java) S 1047002 1047008 1046930 0 -1 1077936128 295299 0 0 0 359706 298 0 0 20 0 20 0 194264900 19566772224 1026663 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
/proc/1047008/statm: 4777044 1026663 5926 1 0 1057627 0
[pid=1047008/tid=1047020] ppid=1047002 vsize=19108176 memory=13124 CPUtime=3561.83 cores=0,2
/proc/1047008/task/1047020/stat : 1047020 (java) R 1047002 1047008 1046930 0 -1 4194368 158599 0 0 0 356077 106 0 0 20 0 20 0 194264901 19566772224 1026663 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 39 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
[pid=1047008/tid=1047064] ppid=1047002 vsize=19108176 memory=14364 CPUtime=0 cores=0,2
/proc/1047008/task/1047064/stat : 1047064 (Finalizer) S 1047002 1047008 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194264903 19566772224 1026663 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
[pid=1047008/tid=1047071] ppid=1047002 vsize=19108176 memory=4106652 CPUtime=0 cores=0,2
/proc/1047008/task/1047071/stat : 1047071 (Common-Cleaner) S 1047002 1047008 1046930 0 -1 1077936192 4944 0 0 0 0 0 0 0 20 0 20 0 194264904 19566772224 1026663 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
[pid=1047008/tid=1047091] ppid=1047002 vsize=19108176 memory=4106652 CPUtime=0 cores=0,2
/proc/1047008/task/1047091/stat : 1047091 (Timer-0) S 1047002 1047008 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194264986 19566772224 1026663 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4106652 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.18 s, system=2.99936 s

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

[startup+3599.7 s]
/proc/loadavg: 4.28 4.21 4.18 5/336 1049248
/proc/meminfo: memFree=117080484/131524600 swapFree=131071216/131071996
[pid=1047008] ppid=1047002 vsize=19108176 memory=4106652 CPUtime=3600.04 cores=0,2
/proc/1047008/stat : 1047008 (java) S 1047002 1047008 1046930 0 -1 1077936128 295299 0 0 0 359706 298 0 0 20 0 20 0 194264900 19566772224 1026663 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
/proc/1047008/statm: 4777044 1026663 5926 1 0 1057627 0
[pid=1047008/tid=1047020] ppid=1047002 vsize=19108176 memory=13124 CPUtime=3561.83 cores=0,2
/proc/1047008/task/1047020/stat : 1047020 (java) R 1047002 1047008 1046930 0 -1 4194368 158599 0 0 0 356077 106 0 0 20 0 20 0 194264901 19566772224 1026663 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 39 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
[pid=1047008/tid=1047064] ppid=1047002 vsize=19108176 memory=14364 CPUtime=0 cores=0,2
/proc/1047008/task/1047064/stat : 1047064 (Finalizer) S 1047002 1047008 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194264903 19566772224 1026663 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
[pid=1047008/tid=1047071] ppid=1047002 vsize=19108176 memory=4106652 CPUtime=0 cores=0,2
/proc/1047008/task/1047071/stat : 1047071 (Common-Cleaner) S 1047002 1047008 1046930 0 -1 1077936192 4944 0 0 0 0 0 0 0 20 0 20 0 194264904 19566772224 1026663 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
[pid=1047008/tid=1047091] ppid=1047002 vsize=19108176 memory=4106652 CPUtime=0 cores=0,2
/proc/1047008/task/1047091/stat : 1047091 (Timer-0) S 1047002 1047008 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194264986 19566772224 1026663 134679101440 94182178013184 94182178016880 140731218166464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94182178024696 94182178025488 94182187618304 140731218170867 140731218170975 140731218170975 140731218177992 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4106652 KiB

Child status: 143

Real time (s): 3599.79
CPU time (s): 3600.18
CPU user time (s): 3597.18
CPU system time (s): 2.99936
CPU usage (%): 100.011
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 4106652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.18
system time used= 2.99936
maximum resident set size= 4108412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 298918
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 133636
involuntary context switches= 30534


# summary of solver processes directly reported to runsolver:
#   pid: 1047008
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3597.18
#   total CPU system time (s): 2.99936

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.91164 second user time and 19.1884 second system time

The end

Launcher Data

Begin job on nodeC018 at 2024-07-19 22:30:37
IDJOB=4450471
IDBENCH=160458
IDSOLVER=3052
FILE ID=nodeC018/4450471-1721421025
RUNJOBID= nodeC018-1721421037-1046940
SLURM_JOB_ID= 7545491
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/SUMINEQ/normalized-sumineqArity4pyramidP0125.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450471-1721421025/watcher-4450471-1721421025 -o /tmp/evaluation-result-4450471-1721421025/solver-4450471-1721421025 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721421037-1046940 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4450471-1721421025.opb

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

MD5SUM BENCH= 0c828c266e62d79f9353be6d834d3452
RANDOM SEED=1921584300

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		: 3656.893
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		: 3651.018
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		: 3641.421
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		: 3648.884
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		: 3614.933
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		: 3654.129
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		: 3654.994
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		: 3599.781
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:        125606176 kB
MemAvailable:   129732116 kB
Buffers:          538204 kB
Cached:          4388180 kB
SwapCached:          148 kB
Active:          1101304 kB
Inactive:        4160372 kB
Active(anon):       1456 kB
Inactive(anon):   379628 kB
Active(file):    1099848 kB
Inactive(file):  3780744 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071216 kB
Dirty:              3868 kB
Writeback:             4 kB
AnonPages:        335240 kB
Mapped:           109096 kB
Shmem:             45784 kB
KReclaimable:     170340 kB
Slab:             273968 kB
SReclaimable:     170340 kB
SUnreclaim:       103628 kB
KernelStack:        4052 kB
PageTables:        10140 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     746444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            37568 kB
HardwareCorrupted:     0 kB
AnonHugePages:    210944 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= 890076 MiB
End job on nodeC018 at 2024-07-19 23:30:37