Trace number 4514165

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 CP VeriPB 2025-06-06? (TO) 3600.22 3549.42

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
rand6reg/normalized-rand6reg-v061-n3.opb
MD5SUMee80f54d8195eff99f8f8fb25e2ddb99
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.011278
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables183
Total number of constraints61
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)61
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.10	c Free memory 		2104792832
0.12/0.10	c Max memory 		16282288128
0.12/0.10	c Total memory 		2113929216
0.12/0.10	c Number of processors 	2
0.12/0.17	c Pseudo Boolean Optimization by upper bound
0.12/0.17	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.17	c  - never skip resolution steps
0.12/0.17	c  - Auto-division on coefficients is disabled
0.12/0.17	c  - No postprocessing
0.12/0.17	c  - Conflict is considered as is when resolving
0.12/0.17	c  - Use constraints as they come during conflict analysis
0.12/0.17	c  - Weaken first using unassigned literals
0.12/0.17	c  - Bump strategy: ALWAYS_ONE
0.12/0.17	c  - Bumper: EFFECTIVE
0.12/0.17	c --- Begin Solver configuration ---
0.12/0.17	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.12/0.17	c Learn all clauses as in MiniSAT
0.12/0.17	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.17	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.17	c No reason simplification
0.12/0.17	c Dynamic restart strategy considering the size of the coefficients
0.12/0.17	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.12/0.17	c timeout=2147483s
0.12/0.17	c DB Simplification allowed=false
0.12/0.17	c Listener: none
0.12/0.17	c --- End Solver configuration ---
0.12/0.17	c solving HOME/instance-4514165-1751229164.opb
0.12/0.17	c reading problem ... 
0.12/0.17	c using VERIPB proof format
0.12/0.17	c  no objective function found
0.12/0.19	c ... done. Wall clock time 0.02s.
0.12/0.19	c declared #vars     183
0.12/0.19	c #constraints  122
0.12/0.19	c constraints type 
0.12/0.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 61
0.12/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 61
0.12/0.19	c 122 constraints processed.
6.40/3.34	c cleaning 2499 clauses out of 5001 with flag 0/5001
10.21/6.63	c cleaning 4252 clauses out of 8503 with flag 0/11002
16.09/12.01	c cleaning 5625 clauses out of 11250 with flag 0/18001
21.78/17.64	c cleaning 6813 clauses out of 13626 with flag 0/26002
28.57/24.39	c cleaning 7907 clauses out of 15813 with flag 0/35002
34.90/30.65	c cleaning 8948 clauses out of 17905 with flag 0/45001
42.79/38.02	c cleaning 9977 clauses out of 19956 with flag 0/56000
52.52/47.51	c cleaning 10990 clauses out of 21980 with flag 0/68001
62.17/57.10	c cleaning 11995 clauses out of 23991 with flag 0/81002
74.70/69.32	c cleaning 12998 clauses out of 25995 with flag 0/95001
88.93/83.33	c cleaning 13996 clauses out of 27999 with flag 0/110003
102.69/96.96	c cleaning 14993 clauses out of 30000 with flag 0/126000
125.09/118.97	c cleaning 15999 clauses out of 32007 with flag 0/143000
148.10/141.60	c cleaning 17007 clauses out of 34017 with flag 0/161009
171.89/165.18	c cleaning 18005 clauses out of 36009 with flag 0/180008
199.01/191.90	c cleaning 18990 clauses out of 37996 with flag 0/200000
226.08/218.78	c cleaning 19998 clauses out of 40006 with flag 0/221000
252.49/244.97	c cleaning 21003 clauses out of 42013 with flag 0/243005
284.57/276.72	c cleaning 22001 clauses out of 44008 with flag 0/266003
318.16/309.90	c cleaning 23004 clauses out of 46009 with flag 0/290005
353.54/344.84	c cleaning 23996 clauses out of 48000 with flag 0/315000
383.83/374.82	c cleaning 25000 clauses out of 50004 with flag 0/341000
420.61/411.10	c cleaning 26000 clauses out of 52006 with flag 0/368002
461.77/451.94	c cleaning 27000 clauses out of 54005 with flag 0/396001
505.16/494.93	c cleaning 27997 clauses out of 56004 with flag 0/425000
550.06/539.43	c cleaning 29007 clauses out of 58015 with flag 0/455008
593.70/582.69	c cleaning 29993 clauses out of 60001 with flag 0/486001
643.11/631.61	c cleaning 31002 clauses out of 62007 with flag 0/518000
702.91/690.85	c cleaning 32003 clauses out of 64009 with flag 0/551004
763.36/750.61	c cleaning 33004 clauses out of 66009 with flag 0/585007
824.26/810.98	c cleaning 33995 clauses out of 68001 with flag 0/620003
888.44/874.53	c cleaning 34999 clauses out of 70005 with flag 0/656002
963.04/948.62	c cleaning 35994 clauses out of 72005 with flag 0/693001
1040.23/1025.18	c cleaning 37000 clauses out of 74010 with flag 0/731000
1113.50/1097.68	c cleaning 38001 clauses out of 76010 with flag 0/770000
1187.48/1170.71	c cleaning 39000 clauses out of 78010 with flag 0/810001
1255.51/1237.92	c cleaning 40008 clauses out of 80016 with flag 0/851007
1317.90/1299.74	c cleaning 41000 clauses out of 82001 with flag 0/893000
1397.56/1378.11	c cleaning 41992 clauses out of 84002 with flag 0/936001
1484.05/1463.70	c cleaning 42999 clauses out of 86010 with flag 0/980001
1577.89/1556.62	c cleaning 44003 clauses out of 88012 with flag 0/1025002
1660.47/1638.60	c cleaning 44999 clauses out of 90007 with flag 0/1071000
1759.37/1736.42	c cleaning 45999 clauses out of 92010 with flag 0/1118002
1854.66/1830.50	c cleaning 47002 clauses out of 94009 with flag 0/1166000
1962.95/1937.58	c cleaning 47999 clauses out of 96007 with flag 0/1215000
2061.28/2035.32	c cleaning 49002 clauses out of 98009 with flag 0/1265001
2162.73/2135.46	c cleaning 49999 clauses out of 100006 with flag 0/1316000
2272.59/2243.60	c cleaning 50999 clauses out of 102007 with flag 0/1368000
2380.68/2350.27	c cleaning 52001 clauses out of 104010 with flag 0/1421002
2502.92/2470.87	c cleaning 52999 clauses out of 106008 with flag 0/1475001
2641.25/2607.19	c cleaning 54001 clauses out of 108011 with flag 0/1530003
2775.88/2739.57	c cleaning 54998 clauses out of 110007 with flag 0/1586000
2925.49/2886.27	c cleaning 56001 clauses out of 112009 with flag 0/1643000
3065.48/3024.25	c cleaning 57003 clauses out of 114009 with flag 0/1701001
3230.18/3186.20	c cleaning 58000 clauses out of 116008 with flag 0/1760003
3372.10/3325.72	c cleaning 58995 clauses out of 118005 with flag 0/1820000
3537.35/3487.73	c cleaning 60002 clauses out of 120010 with flag 0/1881000
3600.09/3549.31	c starts		: 3564
3600.09/3549.32	c conflicts		: 1907334
3600.09/3549.32	c decisions		: 2112424
3600.09/3549.32	c propagations		: 24192940
3600.09/3549.32	c inspects		: 5230747441
3600.09/3549.32	c shortcuts		: 0
3600.09/3549.32	c learnt literals	: 0
3600.09/3549.32	c learnt binary clauses	: 0
3600.09/3549.32	c learnt ternary clauses	: 0
3600.09/3549.32	c learnt constraints	: 1907333
3600.09/3549.32	c ignored constraints	: 0
3600.09/3549.32	c root simplifications	: 0
3600.09/3549.32	c removed literals (reason simplification)	: 0
3600.09/3549.32	c reason swapping (by a shorter reason)	: 0
3600.09/3549.32	c Calls to reduceDB	: 57
3600.09/3549.32	c Number of update (reduction) of LBD	: 1573157
3600.09/3549.32	c Imported unit clauses	: 0
3600.09/3549.32	c No decision after first conflict	: false
3600.09/3549.32	c number of reductions to clauses (during analyze)	: 0
3600.09/3549.32	c number of learned constraints concerned by reduction	: 0
3600.09/3549.32	c number of learning phase by resolution	: 0
3600.09/3549.32	c number of learning phase by cutting planes	: 0
3600.09/3549.32	c number of rounding to 1 operations	: 0
3600.09/3549.32	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3549.32	c number of reductions of the coefficients by power 2 	: 0
3600.09/3549.32	c number of right shift for reduction by power 2 	: 0
3600.09/3549.32	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3549.32	c number of ending skipping 	: 0
3600.09/3549.32	c number of internal skipping 	: 0
3600.09/3549.32	c number of derivation steps 	: 14539319
3600.09/3549.32	c number of skipped derivation steps 	: 0
3600.09/3549.32	c number of remaining unassigned 	: 8509
3600.09/3549.32	c number of remaining assigned 	: 305334185
3600.09/3549.32	c number of falsified literals weakened from reason	: 0
3600.09/3549.32	c number of falsified literals weakened from conflict	: 0
3600.09/3549.32	c time for arithmetic operations	: 5494242791
3600.09/3549.32	c minimum degree of deleted constraints	: 1
3600.09/3549.32	c maximum degree of deleted constraints	: 51592824
3600.09/3549.33	c number of deleted constraints	: 1820992
3600.09/3549.33	c speed (assignments/second)	: 6816.57937771827
3600.09/3549.33	c non guided choices	: 62
3600.09/3549.34	c timeout
3600.09/3549.37	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 2249
3600.09/3549.37	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 51
3600.09/3549.37	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 84041
3600.09/3549.37	s UNKNOWN
3600.09/3549.37	c Total wall clock time (in seconds): 3549.207

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: 63708 MiB (51625 MiB free)
  memory of node 1: 64465 MiB (61252 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4514165-1751229164/watcher-4514165-1751229164 -o /tmp/evaluation-result-4514165-1751229164/solver-4514165-1751229164 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751225628-37350 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4514165-1751229164 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4514165-1751229164.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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 FSIZE limit: 102400000 KiB
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 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=37806, runsolver pid=37803

[startup+0.100063 s]*
/proc/loadavg: 4.14 4.14 4.10 6/343 37824
/proc/meminfo: memFree=115558992/131250000 swapFree=33010684/33010684
[pid=37806] ppid=37803 vsize=18930384 memory=55364 CPUtime=0.12 cores=1,3
/proc/37806/stat : 37806 (java) S 37803 37806 37338 0 -1 4194304 6486 0 0 0 10 2 0 0 20 0 18 0 38593931 19384713216 13841 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
/proc/37806/statm: 4732596 13841 5335 1 0 547571 0
[pid=37806/tid=37808] ppid=37803 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/37806/task/37808/stat : 37808 (java) R 37803 37806 37338 0 -1 4194368 5008 0 0 0 6 1 0 0 20 0 18 0 38593933 19384713216 13841 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
[pid=37806/tid=37817] ppid=37803 vsize=18930384 memory=241407623509 CPUtime=0 cores=1,3
/proc/37806/task/37817/stat : 37817 (Finalizer) S 37803 37806 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38593935 19384713216 13841 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
[pid=37806/tid=37824] ppid=37803 vsize=18930384 memory=60684515953973 CPUtime=0 cores=1,3
/proc/37806/task/37824/stat : 37824 (Common-Cleaner) S 37803 37806 37338 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38593935 19384713216 13841 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55364 KiB

[startup+0.205922 s]*
/proc/loadavg: 4.14 4.14 4.10 5/344 37825
/proc/meminfo: memFree=115549352/131250000 swapFree=33010684/33010684
[pid=37806] ppid=37803 vsize=18996948 memory=62644 CPUtime=0.3 cores=1,3
/proc/37806/stat : 37806 (java) S 37803 37806 37338 0 -1 4194304 7217 0 0 0 27 3 0 0 20 0 19 0 38593931 19452874752 15661 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
/proc/37806/statm: 4749237 15661 5431 1 0 548350 0
[pid=37806/tid=37808] ppid=37803 vsize=18996948 memory=4026597660 CPUtime=0.17 cores=1,3
/proc/37806/task/37808/stat : 37808 (java) R 37803 37806 37338 0 -1 4194368 5425 0 0 0 15 2 0 0 20 0 19 0 38593933 19452874752 15661 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
[pid=37806/tid=37817] ppid=37803 vsize=18996948 memory=14860 CPUtime=0 cores=1,3
/proc/37806/task/37817/stat : 37817 (Finalizer) S 37803 37806 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38593935 19452874752 15661 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
[pid=37806/tid=37824] ppid=37803 vsize=18996948 memory=59585004307431 CPUtime=0 cores=1,3
/proc/37806/task/37824/stat : 37824 (Common-Cleaner) S 37803 37806 37338 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 38593935 19452874752 15661 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
[pid=37806/tid=37825] ppid=37803 vsize=18996948 memory=3904682686664671522 CPUtime=0 cores=1,3
/proc/37806/task/37825/stat : 37825 (Timer-0) S 37803 37806 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38593951 19452874752 15661 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 62644 KiB

[startup+0.305899 s]*
/proc/loadavg: 4.14 4.14 4.10 7/344 37825
/proc/meminfo: memFree=115537064/131250000 swapFree=33010684/33010684
[pid=37806] ppid=37803 vsize=18996948 memory=75648 CPUtime=0.49 cores=1,3
/proc/37806/stat : 37806 (java) S 37803 37806 37338 0 -1 4194304 7527 0 0 0 46 3 0 0 20 0 19 0 38593931 19452874752 18912 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
/proc/37806/statm: 4749237 18912 5431 1 0 548441 0
[pid=37806/tid=37808] ppid=37803 vsize=18996948 memory=-6000919494265038188 CPUtime=0.26 cores=1,3
/proc/37806/task/37808/stat : 37808 (java) R 37803 37806 37338 0 -1 4194368 5467 0 0 0 24 2 0 0 20 0 19 0 38593933 19452874752 18912 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
[pid=37806/tid=37817] ppid=37803 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/37806/task/37817/stat : 37817 (Finalizer) S 37803 37806 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38593935 19452874752 18912 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
[pid=37806/tid=37824] ppid=37803 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/37806/task/37824/stat : 37824 (Common-Cleaner) S 37803 37806 37338 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 38593935 19452874752 18912 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
[pid=37806/tid=37825] ppid=37803 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/37806/task/37825/stat : 37825 (Timer-0) S 37803 37806 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38593951 19452874752 18912 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 75648 KiB

[startup+0.70024 s]
/proc/loadavg: 4.14 4.14 4.10 6/344 37825
/proc/meminfo: memFree=115473204/131250000 swapFree=33010684/33010684
[pid=37806] ppid=37803 vsize=19063512 memory=167184 CPUtime=1.25 cores=1,3
/proc/37806/stat : 37806 (java) S 37803 37806 37338 0 -1 4194304 11901 0 0 0 119 6 0 0 20 0 20 0 38593931 19521036288 41796 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
/proc/37806/statm: 4765878 41796 5431 1 0 551826 0
[pid=37806/tid=37808] ppid=37803 vsize=19063512 memory=17536 CPUtime=0.59 cores=1,3
/proc/37806/task/37808/stat : 37808 (java) R 37803 37806 37338 0 -1 4194368 5507 0 0 0 55 4 0 0 20 0 20 0 38593933 19521036288 41796 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
[pid=37806/tid=37817] ppid=37803 vsize=19063512 memory=10624 CPUtime=0 cores=1,3
/proc/37806/task/37817/stat : 37817 (Finalizer) S 37803 37806 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38593935 19521036288 41796 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
[pid=37806/tid=37824] ppid=37803 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/37806/task/37824/stat : 37824 (Common-Cleaner) S 37803 37806 37338 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38593935 19521036288 41796 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
[pid=37806/tid=37825] ppid=37803 vsize=19063512 memory=4760 CPUtime=0 cores=1,3
/proc/37806/task/37825/stat : 37825 (Timer-0) S 37803 37806 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38593951 19521036288 41796 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 167184 KiB

[startup+1.50019 s]
/proc/loadavg: 4.14 4.14 4.10 6/345 37826
/proc/meminfo: memFree=115422940/131250000 swapFree=33010684/33010684
[pid=37806] ppid=37803 vsize=19063512 memory=240080 CPUtime=2.83 cores=1,3
/proc/37806/stat : 37806 (java) S 37803 37806 37338 0 -1 4194304 24919 0 0 0 273 10 0 0 20 0 20 0 38593931 19521036288 60020 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
/proc/37806/statm: 4765878 60020 5463 1 0 556611 0
[pid=37806/tid=37808] ppid=37803 vsize=19063512 memory=0 CPUtime=1.36 cores=1,3
/proc/37806/task/37808/stat : 37808 (java) R 37803 37806 37338 0 -1 4194368 5593 0 0 0 130 6 0 0 20 0 20 0 38593933 19521036288 60020 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
[pid=37806/tid=37817] ppid=37803 vsize=19063512 memory=10624 CPUtime=0 cores=1,3
/proc/37806/task/37817/stat : 37817 (Finalizer) S 37803 37806 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38593935 19521036288 60020 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
[pid=37806/tid=37824] ppid=37803 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/37806/task/37824/stat : 37824 (Common-Cleaner) S 37803 37806 37338 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38593935 19521036288 60020 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
[pid=37806/tid=37825] ppid=37803 vsize=19063512 memory=4760 CPUtime=0 cores=1,3
/proc/37806/task/37825/stat : 37825 (Timer-0) S 37803 37806 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38593951 19521036288 60020 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 240080 KiB

[startup+3.10576 s]
/proc/loadavg: 4.21 4.15 4.10 6/345 37826
/proc/meminfo: memFree=114837816/131250000 swapFree=33010684/33010684
[pid=37806] ppid=37803 vsize=19063512 memory=824204 CPUtime=6 cores=1,3
/proc/37806/stat : 37806 (java) S 37803 37806 37338 0 -1 4194304 29857 0 0 0 577 23 0 0 20 0 20 0 38593931 19521036288 206051 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
/proc/37806/statm: 4765878 206051 5463 1 0 663286 0
[pid=37806/tid=37808] ppid=37803 vsize=19063512 memory=10624 CPUtime=2.89 cores=1,3
/proc/37806/task/37808/stat : 37808 (java) R 37803 37806 37338 0 -1 4194368 6712 0 0 0 273 16 0 0 20 0 20 0 38593933 19521036288 206051 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
[pid=37806/tid=37817] ppid=37803 vsize=19063512 memory=-6000919494265038188 CPUtime=0 cores=1,3
/proc/37806/task/37817/stat : 37817 (Finalizer) S 37803 37806 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38593935 19521036288 206051 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
[pid=37806/tid=37824] ppid=37803 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/37806/task/37824/stat : 37824 (Common-Cleaner) S 37803 37806 37338 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38593935 19521036288 206051 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
[pid=37806/tid=37825] ppid=37803 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/37806/task/37825/stat : 37825 (Timer-0) S 37803 37806 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38593951 19521036288 206051 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
Current children cumulated CPU time: 6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 824204 KiB

[startup+6.30024 s]
/proc/loadavg: 4.21 4.15 4.10 5/345 37826
/proc/meminfo: memFree=114276860/131250000 swapFree=33010684/33010684
[pid=37806] ppid=37803 vsize=19063512 memory=1296228 CPUtime=9.91 cores=1,3
/proc/37806/stat : 37806 (java) S 37803 37806 37338 0 -1 4194304 31608 0 0 0 956 35 0 0 20 0 20 0 38593931 19521036288 324057 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
/proc/37806/statm: 4765878 324057 5463 1 0 663336 0
[pid=37806/tid=37808] ppid=37803 vsize=19063512 memory=0 CPUtime=6.01 cores=1,3
/proc/37806/task/37808/stat : 37808 (java) R 37803 37806 37338 0 -1 4194368 7748 0 0 0 575 26 0 0 20 0 20 0 38593933 19521036288 324057 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
[pid=37806/tid=37817] ppid=37803 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/37806/task/37817/stat : 37817 (Finalizer) S 37803 37806 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38593935 19521036288 324057 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
[pid=37806/tid=37824] ppid=37803 vsize=19063512 memory=10624 CPUtime=0 cores=1,3
/proc/37806/task/37824/stat : 37824 (Common-Cleaner) S 37803 37806 37338 0 -1 4194368 43 0 0 0 0 0 0 0 20 0 20 0 38593935 19521036288 324057 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
[pid=37806/tid=37825] ppid=37803 vsize=19063512 memory=289328 CPUtime=0 cores=1,3
/proc/37806/task/37825/stat : 37825 (Timer-0) S 37803 37806 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38593951 19521036288 324057 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
Current children cumulated CPU time: 9.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1296228 KiB

[startup+12.7002 s]
/proc/loadavg: 4.19 4.15 4.10 5/345 37826
/proc/meminfo: memFree=113974956/131250000 swapFree=33010684/33010684
[pid=37806] ppid=37803 vsize=19063512 memory=1593732 CPUtime=16.79 cores=1,3
/proc/37806/stat : 37806 (java) S 37803 37806 37338 0 -1 4194304 35399 0 0 0 1636 43 0 0 20 0 20 0 38593931 19521036288 398433 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
/proc/37806/statm: 4765878 398433 5463 1 0 663337 0
[pid=37806/tid=37808] ppid=37803 vsize=19063512 memory=289328 CPUtime=12.33 cores=1,3
/proc/37806/task/37808/stat : 37808 (java) R 37803 37806 37338 0 -1 4194368 8412 0 0 0 1200 33 0 0 20 0 20 0 38593933 19521036288 398433 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
[pid=37806/tid=37817] ppid=37803 vsize=19063512 memory=1593732 CPUtime=0 cores=1,3
/proc/37806/task/37817/stat : 37817 (Finalizer) S 37803 37806 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38593935 19521036288 398433 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
[pid=37806/tid=37824] ppid=37803 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/37806/task/37824/stat : 37824 (Common-Cleaner) S 37803 37806 37338 0 -1 4194368 43 0 0 0 0 0 0 0 20 0 20 0 38593935 19521036288 398433 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
[pid=37806/tid=37825] ppid=37803 vsize=19063512 memory=10624 CPUtime=0 cores=1,3
/proc/37806/task/37825/stat : 37825 (Timer-0) S 37803 37806 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38593951 19521036288 398433 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
Current children cumulated CPU time: 16.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1593732 KiB

[startup+25.5002 s]
/proc/loadavg: 4.29 4.18 4.11 6/345 37959
/proc/meminfo: memFree=118859904/131250000 swapFree=33010684/33010684
[pid=37806] ppid=37803 vsize=19063512 memory=1606152 CPUtime=29.78 cores=1,3
/proc/37806/stat : 37806 (java) S 37803 37806 37338 0 -1 4194304 43858 0 0 0 2928 50 0 0 20 0 20 0 38593931 19521036288 401538 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
/proc/37806/statm: 4765878 401538 5463 1 0 663353 0
[pid=37806/tid=37808] ppid=37803 vsize=19063512 memory=1593732 CPUtime=24.93 cores=1,3
/proc/37806/task/37808/stat : 37808 (java) R 37803 37806 37338 0 -1 4194368 11330 0 0 0 2455 38 0 0 20 0 20 0 38593933 19521036288 401538 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
[pid=37806/tid=37817] ppid=37803 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/37806/task/37817/stat : 37817 (Finalizer) S 37803 37806 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38593935 19521036288 401538 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
[pid=37806/tid=37824] ppid=37803 vsize=19063512 memory=17536 CPUtime=0 cores=1,3
/proc/37806/task/37824/stat : 37824 (Common-Cleaner) S 37803 37806 37338 0 -1 4194368 43 0 0 0 0 0 0 0 20 0 20 0 38593935 19521036288 401538 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
[pid=37806/tid=37825] ppid=37803 vsize=19063512 memory=280754362317968 CPUtime=0 cores=1,3
/proc/37806/task/37825/stat : 37825 (Timer-0) S 37803 37806 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38593951 19521036288 401538 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
Current children cumulated CPU time: 29.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1606152 KiB

[startup+51.1058 s]
/proc/loadavg: 4.59 4.26 4.14 6/346 38162
/proc/meminfo: memFree=122836108/131250000 swapFree=33010684/33010684
[pid=37806] ppid=37803 vsize=19063512 memory=1631592 CPUtime=56.19 cores=1,3
/proc/37806/stat : 37806 (java) S 37803 37806 37338 0 -1 4194304 54463 0 0 0 5559 60 0 0 20 0 20 0 38593931 19521036288 407898 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
/proc/37806/statm: 4765878 407898 5463 1 0 663356 0

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

/proc/meminfo: memFree=108646772/131250000 swapFree=33010684/33010684
[pid=37806] ppid=37803 vsize=19063512 memory=3112680 CPUtime=3267.04 cores=1,3
/proc/37806/stat : 37806 (java) S 37803 37806 37338 0 -1 4194304 142132 0 0 0 325966 738 0 0 20 0 20 0 38593931 19521036288 778170 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
/proc/37806/statm: 4765878 778170 5495 1 0 792252 0
[pid=37806/tid=37808] ppid=37803 vsize=19063512 memory=3112680 CPUtime=3153.42 cores=1,3
/proc/37806/task/37808/stat : 37808 (java) R 37803 37806 37338 0 -1 4194368 62539 0 0 0 314733 609 0 0 20 0 20 0 38593933 19521036288 778170 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
[pid=37806/tid=37817] ppid=37803 vsize=19063512 memory=3112552 CPUtime=0 cores=1,3
/proc/37806/task/37817/stat : 37817 (Finalizer) S 37803 37806 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38593935 19521036288 778170 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
[pid=37806/tid=37824] ppid=37803 vsize=19063512 memory=3112552 CPUtime=0 cores=1,3
/proc/37806/task/37824/stat : 37824 (Common-Cleaner) S 37803 37806 37338 0 -1 4194368 1932 0 0 0 0 0 0 0 20 0 20 0 38593935 19521036288 778170 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
[pid=37806/tid=37825] ppid=37803 vsize=19063512 memory=3112680 CPUtime=0 cores=1,3
/proc/37806/task/37825/stat : 37825 (Timer-0) S 37803 37806 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38593951 19521036288 778170 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
Current children cumulated CPU time: 3267.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3112680 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.16 4.17 5/344 38364
/proc/meminfo: memFree=108552564/131250000 swapFree=33010684/33010684
[pid=37806] ppid=37803 vsize=19063512 memory=3112808 CPUtime=3327.9 cores=1,3
/proc/37806/stat : 37806 (java) S 37803 37806 37338 0 -1 4194304 144046 0 0 0 332042 748 0 0 20 0 20 0 38593931 19521036288 778202 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
/proc/37806/statm: 4765878 778202 5495 1 0 792266 0
[pid=37806/tid=37808] ppid=37803 vsize=19063512 memory=3112680 CPUtime=3212.08 cores=1,3
/proc/37806/task/37808/stat : 37808 (java) R 37803 37806 37338 0 -1 4194368 63845 0 0 0 320590 618 0 0 20 0 20 0 38593933 19521036288 778202 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
[pid=37806/tid=37817] ppid=37803 vsize=19063512 memory=3112680 CPUtime=0 cores=1,3
/proc/37806/task/37817/stat : 37817 (Finalizer) S 37803 37806 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38593935 19521036288 778202 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
[pid=37806/tid=37824] ppid=37803 vsize=19063512 memory=3112680 CPUtime=0 cores=1,3
/proc/37806/task/37824/stat : 37824 (Common-Cleaner) S 37803 37806 37338 0 -1 4194368 2004 0 0 0 0 0 0 0 20 0 20 0 38593935 19521036288 778202 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
[pid=37806/tid=37825] ppid=37803 vsize=19063512 memory=3112680 CPUtime=0 cores=1,3
/proc/37806/task/37825/stat : 37825 (Timer-0) S 37803 37806 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38593951 19521036288 778202 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
Current children cumulated CPU time: 3327.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3112808 KiB

[startup+3342.3 s]
/proc/loadavg: 4.47 4.25 4.20 5/343 38366
/proc/meminfo: memFree=108475748/131250000 swapFree=33010684/33010684
[pid=37806] ppid=37803 vsize=19063512 memory=3112808 CPUtime=3388.95 cores=1,3
/proc/37806/stat : 37806 (java) S 37803 37806 37338 0 -1 4194304 144325 0 0 0 338139 756 0 0 20 0 20 0 38593931 19521036288 778202 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
/proc/37806/statm: 4765878 778202 5495 1 0 792281 0
[pid=37806/tid=37808] ppid=37803 vsize=19063512 memory=3112808 CPUtime=3270.9 cores=1,3
/proc/37806/task/37808/stat : 37808 (java) R 37803 37806 37338 0 -1 4194368 64059 0 0 0 326466 624 0 0 20 0 20 0 38593933 19521036288 778202 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
[pid=37806/tid=37817] ppid=37803 vsize=19063512 memory=7686721470264483783 CPUtime=0 cores=1,3
/proc/37806/task/37817/stat : 37817 (Finalizer) S 37803 37806 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38593935 19521036288 778202 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
[pid=37806/tid=37824] ppid=37803 vsize=19063512 memory=3112808 CPUtime=0 cores=1,3
/proc/37806/task/37824/stat : 37824 (Common-Cleaner) S 37803 37806 37338 0 -1 4194368 2004 0 0 0 0 0 0 0 20 0 20 0 38593935 19521036288 778202 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
[pid=37806/tid=37825] ppid=37803 vsize=19063512 memory=3112808 CPUtime=0 cores=1,3
/proc/37806/task/37825/stat : 37825 (Timer-0) S 37803 37806 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38593951 19521036288 778202 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
Current children cumulated CPU time: 3388.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3112808 KiB

[startup+3402.3 s]
/proc/loadavg: 4.29 4.25 4.20 5/343 38368
/proc/meminfo: memFree=108411088/131250000 swapFree=33010684/33010684
[pid=37806] ppid=37803 vsize=19063512 memory=3112808 CPUtime=3449.85 cores=1,3
/proc/37806/stat : 37806 (java) S 37803 37806 37338 0 -1 4194304 145308 0 0 0 344219 766 0 0 20 0 20 0 38593931 19521036288 778202 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
/proc/37806/statm: 4765878 778202 5495 1 0 792281 0
[pid=37806/tid=37808] ppid=37803 vsize=19063512 memory=3112808 CPUtime=3329.53 cores=1,3
/proc/37806/task/37808/stat : 37808 (java) R 37803 37806 37338 0 -1 4194368 64925 0 0 0 332321 632 0 0 20 0 20 0 38593933 19521036288 778202 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
[pid=37806/tid=37817] ppid=37803 vsize=19063512 memory=14432 CPUtime=0 cores=1,3
/proc/37806/task/37817/stat : 37817 (Finalizer) S 37803 37806 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38593935 19521036288 778202 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
[pid=37806/tid=37824] ppid=37803 vsize=19063512 memory=14432 CPUtime=0 cores=1,3
/proc/37806/task/37824/stat : 37824 (Common-Cleaner) S 37803 37806 37338 0 -1 4194368 2004 0 0 0 0 0 0 0 20 0 20 0 38593935 19521036288 778202 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
[pid=37806/tid=37825] ppid=37803 vsize=19063512 memory=3112808 CPUtime=0 cores=1,3
/proc/37806/task/37825/stat : 37825 (Timer-0) S 37803 37806 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38593951 19521036288 778202 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
Current children cumulated CPU time: 3449.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3112808 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.22 4.19 5/344 38374
/proc/meminfo: memFree=108330876/131250000 swapFree=33010684/33010684
[pid=37806] ppid=37803 vsize=19063512 memory=3112808 CPUtime=3510.91 cores=1,3
/proc/37806/stat : 37806 (java) S 37803 37806 37338 0 -1 4194304 147018 0 0 0 350316 775 0 0 20 0 20 0 38593931 19521036288 778202 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
/proc/37806/statm: 4765878 778202 5495 1 0 792281 0
[pid=37806/tid=37808] ppid=37803 vsize=19063512 memory=3112808 CPUtime=3388.34 cores=1,3
/proc/37806/task/37808/stat : 37808 (java) R 37803 37806 37338 0 -1 4194368 66148 0 0 0 338195 639 0 0 20 0 20 0 38593933 19521036288 778202 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
[pid=37806/tid=37817] ppid=37803 vsize=19063512 memory=3112808 CPUtime=0 cores=1,3
/proc/37806/task/37817/stat : 37817 (Finalizer) S 37803 37806 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38593935 19521036288 778202 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
[pid=37806/tid=37824] ppid=37803 vsize=19063512 memory=3112808 CPUtime=0 cores=1,3
/proc/37806/task/37824/stat : 37824 (Common-Cleaner) S 37803 37806 37338 0 -1 4194368 2073 0 0 0 0 0 0 0 20 0 20 0 38593935 19521036288 778202 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
[pid=37806/tid=37825] ppid=37803 vsize=19063512 memory=3112808 CPUtime=0 cores=1,3
/proc/37806/task/37825/stat : 37825 (Timer-0) S 37803 37806 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38593951 19521036288 778202 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
Current children cumulated CPU time: 3510.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3112808 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.19 4.18 5/344 38377
/proc/meminfo: memFree=108245724/131250000 swapFree=33010684/33010684
[pid=37806] ppid=37803 vsize=19063512 memory=3112936 CPUtime=3572.69 cores=1,3
/proc/37806/stat : 37806 (java) S 37803 37806 37338 0 -1 4194304 149572 0 0 0 356483 786 0 0 20 0 20 0 38593931 19521036288 778234 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
/proc/37806/statm: 4765878 778234 5495 1 0 792304 0
[pid=37806/tid=37808] ppid=37803 vsize=19063512 memory=3112936 CPUtime=3447.12 cores=1,3
/proc/37806/task/37808/stat : 37808 (java) R 37803 37806 37338 0 -1 4194368 67555 0 0 0 344064 648 0 0 20 0 20 0 38593933 19521036288 778234 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
[pid=37806/tid=37817] ppid=37803 vsize=19063512 memory=3112936 CPUtime=0 cores=1,3
/proc/37806/task/37817/stat : 37817 (Finalizer) S 37803 37806 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38593935 19521036288 778234 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
[pid=37806/tid=37824] ppid=37803 vsize=19063512 memory=3112936 CPUtime=0 cores=1,3
/proc/37806/task/37824/stat : 37824 (Common-Cleaner) S 37803 37806 37338 0 -1 4194368 2124 0 0 0 0 0 0 0 20 0 20 0 38593935 19521036288 778234 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
[pid=37806/tid=37825] ppid=37803 vsize=19063512 memory=3112936 CPUtime=0 cores=1,3
/proc/37806/task/37825/stat : 37825 (Timer-0) S 37803 37806 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38593951 19521036288 778234 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
Current children cumulated CPU time: 3572.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3112936 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3549.3 s]
/proc/loadavg: 4.11 4.18 4.18 6/343 38379
/proc/meminfo: memFree=108199576/131250000 swapFree=33010684/33010684
[pid=37806] ppid=37803 vsize=19063512 memory=3112936 CPUtime=3600.09 cores=1,3
/proc/37806/stat : 37806 (java) S 37803 37806 37338 0 -1 4194304 149613 0 0 0 359219 790 0 0 20 0 20 0 38593931 19521036288 778234 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
/proc/37806/statm: 4765878 778234 5495 1 0 792304 0
[pid=37806/tid=37808] ppid=37803 vsize=19063512 memory=3112936 CPUtime=3473.53 cores=1,3
/proc/37806/task/37808/stat : 37808 (java) R 37803 37806 37338 0 -1 4194368 67563 0 0 0 346702 651 0 0 20 0 20 0 38593933 19521036288 778234 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
[pid=37806/tid=37817] ppid=37803 vsize=19063512 memory=3112936 CPUtime=0 cores=1,3
/proc/37806/task/37817/stat : 37817 (Finalizer) S 37803 37806 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38593935 19521036288 778234 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
[pid=37806/tid=37824] ppid=37803 vsize=19063512 memory=3112936 CPUtime=0 cores=1,3
/proc/37806/task/37824/stat : 37824 (Common-Cleaner) S 37803 37806 37338 0 -1 4194368 2124 0 0 0 0 0 0 0 20 0 20 0 38593935 19521036288 778234 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
[pid=37806/tid=37825] ppid=37803 vsize=19063512 memory=3112936 CPUtime=0 cores=1,3
/proc/37806/task/37825/stat : 37825 (Timer-0) S 37803 37806 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38593951 19521036288 778234 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3112936 KiB

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

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

# cumulated CPU time of all completed processes:  user=3592.3 s, system=7.92042 s

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

[startup+3549.3 s]
/proc/loadavg: 4.11 4.18 4.18 6/343 38379
/proc/meminfo: memFree=108199576/131250000 swapFree=33010684/33010684
[pid=37806] ppid=37803 vsize=19063512 memory=3112936 CPUtime=3600.09 cores=1,3
/proc/37806/stat : 37806 (java) S 37803 37806 37338 0 -1 4194304 149613 0 0 0 359219 790 0 0 20 0 20 0 38593931 19521036288 778234 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
/proc/37806/statm: 4765878 778234 5495 1 0 792304 0
[pid=37806/tid=37808] ppid=37803 vsize=19063512 memory=3112936 CPUtime=3473.53 cores=1,3
/proc/37806/task/37808/stat : 37808 (java) R 37803 37806 37338 0 -1 4194368 67563 0 0 0 346702 651 0 0 20 0 20 0 38593933 19521036288 778234 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
[pid=37806/tid=37817] ppid=37803 vsize=19063512 memory=3112936 CPUtime=0 cores=1,3
/proc/37806/task/37817/stat : 37817 (Finalizer) S 37803 37806 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38593935 19521036288 778234 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
[pid=37806/tid=37824] ppid=37803 vsize=19063512 memory=3112936 CPUtime=0 cores=1,3
/proc/37806/task/37824/stat : 37824 (Common-Cleaner) S 37803 37806 37338 0 -1 4194368 2124 0 0 0 0 0 0 0 20 0 20 0 38593935 19521036288 778234 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
[pid=37806/tid=37825] ppid=37803 vsize=19063512 memory=3112936 CPUtime=0 cores=1,3
/proc/37806/task/37825/stat : 37825 (Timer-0) S 37803 37806 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38593951 19521036288 778234 18446744073709551615 93855249289216 93855249292912 140723861480080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93855249300728 93855249301520 93855272099840 140723861481773 140723861481958 140723861481958 140723861487560 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3112936 KiB

Child status: 143

Real time (s): 3549.42
CPU time (s): 3600.22
CPU user time (s): 3592.3
CPU system time (s): 7.92042
CPU usage (%): 101.431
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 3112936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.3
system time used= 7.92042
maximum resident set size= 3114088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 151808
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4371824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 163615
involuntary context switches= 32264


# summary of solver processes directly reported to runsolver:
#   pid: 37806
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3592.3
#   total CPU system time (s): 7.92042

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.18161 second user time and 17.7554 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-06-29 22:32:44
IDJOB=4514165
IDBENCH=162607
IDSOLVER=3362
FILE ID=nodeC016/4514165-1751229164
RUNJOBID= nodeC016-1751225628-37350
SLURM_JOB_ID= 9587681
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/rand6reg/normalized-rand6reg-v061-n3.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4514165-1751229164/watcher-4514165-1751229164 -o /tmp/evaluation-result-4514165-1751229164/solver-4514165-1751229164 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751225628-37350 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4514165-1751229164 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4514165-1751229164.opb

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

MD5SUM BENCH= ee80f54d8195eff99f8f8fb25e2ddb99
RANDOM SEED=1239233725

nodeC016 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/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		: 3599.700
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.48
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		: 3599.614
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.48
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.757
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.48
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		: 3599.435
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.48
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		: 3599.748
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.726
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.48
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		: 3602.855
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.48
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		: 3600.437
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        115587992 kB
MemAvailable:   120000516 kB
Buffers:            3280 kB
Cached:          5215676 kB
SwapCached:            0 kB
Active:         10140088 kB
Inactive:        4959620 kB
Active(anon):    9898952 kB
Inactive(anon):        0 kB
Active(file):     241136 kB
Inactive(file):  4959620 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4248 kB
Writeback:             0 kB
AnonPages:       9883524 kB
Mapped:           122748 kB
Shmem:             18072 kB
KReclaimable:     102016 kB
Slab:             189120 kB
SReclaimable:     102016 kB
SUnreclaim:        87104 kB
KernelStack:        5328 kB
PageTables:        23068 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   10488180 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151576 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9570304 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC016 at 2025-06-29 23:31:53