Trace number 4492444

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 Resolution 2025-06-06? (TO) 3600.23 3586.81

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB05/aloul/
FPGA_SAT05/normalized-chnl30_40_pb.cnf.cr.opb
MD5SUM4c607ff4034d7cc205c992c215b1e577
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.012557
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2400
Total number of constraints140
Number of constraints which are clauses80
Number of constraints which are cardinality constraints (but not clauses)60
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint40
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 41
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.23	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.04/0.23	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.23	c See www.sat4j.org for details.
0.04/0.24	c version PB25.v20250606
0.04/0.25	c java.runtime.name	OpenJDK Runtime Environment
0.04/0.25	c java.vm.name		OpenJDK 64-Bit Server VM
0.04/0.25	c java.vm.version	22.0.1+8-16
0.04/0.25	c java.vm.vendor	Oracle Corporation
0.04/0.25	c sun.arch.data.model	64
0.04/0.25	c java.version		22.0.1
0.04/0.25	c os.name		Linux
0.04/0.25	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.04/0.25	c os.arch		amd64
0.04/0.25	c Free memory 		2104792832
0.04/0.25	c Max memory 		16282288128
0.04/0.25	c Total memory 		2113929216
0.04/0.25	c Number of processors 	2
0.04/0.29	c Pseudo Boolean Optimization by upper bound
0.04/0.29	c --- Begin Solver configuration ---
0.04/0.29	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.04/0.29	c Learn all clauses as in MiniSAT
0.04/0.29	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.04/0.29	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.04/0.29	c Expensive reason simplification
0.04/0.29	c Glucose 2.1 dynamic restart strategy
0.04/0.29	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.04/0.29	c timeout=2147483s
0.04/0.29	c DB Simplification allowed=false
0.04/0.29	c Listener: none
0.04/0.29	c --- End Solver configuration ---
0.04/0.29	c solving HOME/instance-4492444-1751146546.opb
0.04/0.29	c reading problem ... 
0.04/0.29	c  no objective function found
0.20/0.35	c ... done. Wall clock time 0.054s.
0.20/0.35	c declared #vars     2400
0.20/0.35	c #constraints  140
0.20/0.35	c constraints type 
0.20/0.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 60
0.20/0.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 80
0.20/0.35	c 140 constraints processed.
1.65/1.27	c cleaning 2491 clauses out of 5002 with flag 34410/5002
2.75/2.13	c cleaning 4026 clauses out of 8510 with flag 83342/11001
4.39/3.60	c cleaning 5741 clauses out of 11484 with flag 177734/18001
7.03/6.01	c cleaning 6872 clauses out of 13743 with flag 283082/26001
8.92/7.98	c cleaning 7933 clauses out of 15871 with flag 401777/35001
12.03/10.96	c cleaning 8971 clauses out of 17942 with flag 528888/45005
16.59/15.41	c cleaning 9982 clauses out of 19967 with flag 610347/56001
21.73/20.54	c cleaning 10993 clauses out of 21985 with flag 694868/68001
27.62/26.39	c cleaning 11973 clauses out of 23993 with flag 794290/81002
33.52/32.15	c cleaning 12984 clauses out of 26018 with flag 885467/95000
42.59/41.13	c cleaning 14009 clauses out of 28034 with flag 984225/110000
50.35/48.85	c cleaning 15007 clauses out of 30025 with flag 1096907/126000
58.01/56.34	c cleaning 16004 clauses out of 32019 with flag 1236221/143001
66.97/65.29	c cleaning 16997 clauses out of 34014 with flag 1399674/161000
79.67/77.55	c cleaning 18003 clauses out of 36017 with flag 1607704/180000
90.41/88.20	c cleaning 18999 clauses out of 38014 with flag 1781984/200000
105.52/103.22	c cleaning 20003 clauses out of 40018 with flag 1941713/221003
118.82/116.45	c cleaning 21004 clauses out of 42012 with flag 2121350/243000
134.24/131.74	c cleaning 22000 clauses out of 44012 with flag 2293329/266004
159.35/156.79	c cleaning 22997 clauses out of 46008 with flag 2486747/290000
184.63/181.53	c cleaning 24001 clauses out of 48011 with flag 2674319/315000
208.77/205.51	c cleaning 24994 clauses out of 50012 with flag 2892741/341002
233.80/230.47	c cleaning 25988 clauses out of 52016 with flag 3113669/368000
265.35/261.87	c cleaning 27003 clauses out of 54028 with flag 3365043/396000
300.25/296.65	c cleaning 28009 clauses out of 56026 with flag 3597598/425001
329.28/325.55	c cleaning 29003 clauses out of 58016 with flag 3826891/455000
358.94/354.09	c cleaning 29997 clauses out of 60013 with flag 4108092/486000
385.90/380.91	c cleaning 31003 clauses out of 62019 with flag 4362308/518003
417.60/412.47	c cleaning 32001 clauses out of 64013 with flag 4660973/551000
454.65/449.49	c cleaning 32996 clauses out of 66012 with flag 4997316/585000
496.83/491.47	c cleaning 34003 clauses out of 68017 with flag 5334667/620001
540.35/534.95	c cleaning 34998 clauses out of 70013 with flag 5697977/656000
588.95/583.47	c cleaning 36000 clauses out of 72015 with flag 6060655/693000
648.55/642.23	c cleaning 37004 clauses out of 74015 with flag 6463924/731000
706.30/699.87	c cleaning 37994 clauses out of 76013 with flag 6899918/770002
760.03/753.51	c cleaning 39000 clauses out of 78017 with flag 7297812/810000
821.23/814.56	c cleaning 40002 clauses out of 80018 with flag 7721858/851001
881.85/875.17	c cleaning 41001 clauses out of 82015 with flag 8156040/893000
940.14/933.23	c cleaning 42002 clauses out of 84018 with flag 8569812/936004
1006.65/999.64	c cleaning 42999 clauses out of 86013 with flag 8949352/980001
1080.85/1073.71	c cleaning 44001 clauses out of 88013 with flag 9335840/1025000
1156.83/1148.77	c cleaning 44989 clauses out of 90012 with flag 9725379/1071000
1237.73/1229.60	c cleaning 46004 clauses out of 92023 with flag 10081399/1118000
1332.75/1324.54	c cleaning 47000 clauses out of 94020 with flag 10487674/1166001
1423.86/1415.57	c cleaning 48000 clauses out of 96022 with flag 10889620/1215003
1513.62/1505.17	c cleaning 49001 clauses out of 98019 with flag 11287851/1265000
1606.92/1598.31	c cleaning 49975 clauses out of 100020 with flag 11751347/1316002
1700.95/1692.23	c cleaning 51015 clauses out of 102044 with flag 12223563/1368001
1797.19/1788.36	c cleaning 52010 clauses out of 104030 with flag 12693355/1421002
1896.83/1886.50	c cleaning 52996 clauses out of 106018 with flag 13150372/1475000
2011.45/2001.29	c cleaning 54002 clauses out of 108022 with flag 13588693/1530000
2100.67/2090.26	c cleaning 55004 clauses out of 110021 with flag 14096242/1586001
2175.63/2164.96	c cleaning 56003 clauses out of 112017 with flag 14663676/1643001
2276.63/2265.96	c cleaning 56992 clauses out of 114013 with flag 15282771/1701000
2375.06/2364.13	c cleaning 58005 clauses out of 116023 with flag 15926802/1760002
2473.34/2462.29	c cleaning 58999 clauses out of 118016 with flag 16615576/1820000
2578.40/2567.12	c cleaning 59998 clauses out of 120017 with flag 17329266/1881000
2688.76/2677.38	c cleaning 61001 clauses out of 122020 with flag 18024930/1943001
2792.52/2781.11	c cleaning 62004 clauses out of 124021 with flag 18651852/2006003
2921.37/2909.94	c cleaning 62998 clauses out of 126016 with flag 19216618/2070002
3027.06/3014.10	c cleaning 64002 clauses out of 128019 with flag 19838651/2135003
3153.39/3140.50	c cleaning 65000 clauses out of 130015 with flag 20478294/2201001
3285.54/3272.42	c cleaning 65997 clauses out of 132014 with flag 21126811/2268000
3405.43/3392.35	c cleaning 67003 clauses out of 134017 with flag 21827911/2336000
3528.91/3515.61	c cleaning 67999 clauses out of 136014 with flag 22507644/2405000
3600.09/3586.71	c starts		: 684
3600.09/3586.71	c timeout
3600.09/3586.71	c conflicts		: 2451115
3600.09/3586.71	c decisions		: 3290262
3600.09/3586.71	c propagations		: 70138632
3600.09/3586.71	c inspects		: 11642313479
3600.09/3586.71	c shortcuts		: 0
3600.09/3586.71	c learnt literals	: 0
3600.09/3586.71	c learnt binary clauses	: 0
3600.09/3586.71	c learnt ternary clauses	: 0
3600.09/3586.72	c learnt constraints	: 2451115
3600.09/3586.72	c ignored constraints	: 0
3600.09/3586.72	c root simplifications	: 0
3600.09/3586.72	c removed literals (reason simplification)	: 60613010
3600.09/3586.72	c reason swapping (by a shorter reason)	: 0
3600.09/3586.72	c Calls to reduceDB	: 65
3600.09/3586.72	c Number of update (reduction) of LBD	: 1523308
3600.09/3586.72	c Imported unit clauses	: 0
3600.09/3586.72	c No decision after first conflict	: false
3600.09/3586.72	c number of reductions to clauses (during analyze)	: 0
3600.09/3586.72	c number of learned constraints concerned by reduction	: 0
3600.09/3586.72	c number of learning phase by resolution	: 0
3600.09/3586.72	c number of learning phase by cutting planes	: 0
3600.09/3586.72	c number of rounding to 1 operations	: 0
3600.09/3586.72	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3586.72	c number of reductions of the coefficients by power 2 	: 0
3600.09/3586.72	c number of right shift for reduction by power 2 	: 0
3600.09/3586.72	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3586.72	c number of ending skipping 	: 0
3600.09/3586.72	c number of internal skipping 	: 0
3600.09/3586.72	c number of derivation steps 	: 0
3600.09/3586.72	c number of skipped derivation steps 	: 0
3600.09/3586.72	c number of remaining unassigned 	: 0
3600.09/3586.72	c number of remaining assigned 	: 0
3600.09/3586.72	c number of falsified literals weakened from reason	: 0
3600.09/3586.72	c number of falsified literals weakened from conflict	: 0
3600.09/3586.72	c time for arithmetic operations	: 0
3600.09/3586.72	c minimum degree of deleted constraints	: null
3600.09/3586.72	c maximum degree of deleted constraints	: null
3600.09/3586.72	c number of deleted constraints	: 0
3600.09/3586.72	c speed (assignments/second)	: 19557.009208201725
3600.09/3586.72	c non guided choices	: 1689
3600.09/3586.77	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 114130
3600.09/3586.77	s UNKNOWN
3600.09/3586.77	c Total wall clock time (in seconds): 3586.477

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: 63665 MiB (63056 MiB free)
  memory of node 1: 64507 MiB (64038 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4492444-1751146546/watcher-4492444-1751146546 -o /tmp/evaluation-result-4492444-1751146546/solver-4492444-1751146546 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751146546-14289 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4492444-1751146546.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=14342, runsolver pid=14334

[startup+0.100057 s]*
/proc/loadavg: 0.88 2.09 2.74 2/271 14359
/proc/meminfo: memFree=130144236/131249996 swapFree=33010684/33010684
[pid=14342] ppid=14334 vsize=16932400 memory=18812 CPUtime=0 cores=0,2
/proc/14342/stat : 14342 (java) S 14334 14342 14279 0 -1 4194304 1472 0 155 0 0 0 0 0 20 0 5 0 30332423 17338777600 4703 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 0 0 16784588 0 0 0 17 2 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
/proc/14342/statm: 4233100 4703 3008 1 0 537033 0
[pid=14342/tid=14356] ppid=14334 vsize=16932400 memory=4026532124 CPUtime=0 cores=0,2
/proc/14342/task/14356/stat : 14356 (java) R 14334 14342 14279 0 -1 4194368 974 0 73 0 0 0 0 0 20 0 5 0 30332430 17338777600 4767 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16784588 0 0 0 -1 0 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
[pid=14342/tid=14366] ppid=14334 vsize=16932400 memory=16880 CPUtime=0 cores=0,2
/proc/14342/task/14366/stat : 14366 (java) R 14334 14342 14279 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 5 0 30332433 17338777600 4767 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16784588 0 0 0 -1 0 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 16932400 KiB
Current children cumulated memory: 18812 KiB

[startup+0.205826 s]*
/proc/loadavg: 0.88 2.09 2.74 6/335 14423
/proc/meminfo: memFree=130081744/131249996 swapFree=33010684/33010684
[pid=14342] ppid=14334 vsize=18930384 memory=48864 CPUtime=0.04 cores=0,2
/proc/14342/stat : 14342 (java) S 14334 14342 14279 0 -1 4194304 5510 0 403 0 3 1 0 0 20 0 18 0 30332423 19384713216 12216 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
/proc/14342/statm: 4732596 12216 5011 1 0 546922 0
[pid=14342/tid=14356] ppid=14334 vsize=18930384 memory=3472328132922704156 CPUtime=0.03 cores=0,2
/proc/14342/task/14356/stat : 14356 (java) R 14334 14342 14279 0 -1 4194368 4416 0 295 0 2 1 0 0 20 0 18 0 30332430 19384713216 12216 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
[pid=14342/tid=14392] ppid=14334 vsize=18930384 memory=16880 CPUtime=0 cores=0,2
/proc/14342/task/14392/stat : 14392 (Finalizer) S 14334 14342 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30332441 19384713216 12216 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
[pid=14342/tid=14423] ppid=14334 vsize=18930384 memory=59585004307431 CPUtime=0 cores=0,2
/proc/14342/task/14423/stat : 14423 (Common-Cleaner) S 14334 14342 14279 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30332442 19384713216 12216 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48864 KiB

[startup+0.305823 s]*
/proc/loadavg: 0.88 2.09 2.74 12/335 14423
/proc/meminfo: memFree=130059256/131249996 swapFree=33010684/33010684
[pid=14342] ppid=14334 vsize=18930384 memory=60448 CPUtime=0.2 cores=0,2
/proc/14342/stat : 14342 (java) S 14334 14342 14279 0 -1 4194304 6576 0 403 0 18 2 0 0 20 0 18 0 30332423 19384713216 15112 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
/proc/14342/statm: 4732596 15112 5331 1 0 547830 0
[pid=14342/tid=14356] ppid=14334 vsize=18930384 memory=-6000919481330133102 CPUtime=0.11 cores=0,2
/proc/14342/task/14356/stat : 14356 (java) S 14334 14342 14279 0 -1 4194368 5074 0 295 0 10 1 0 0 20 0 18 0 30332430 19384713216 15112 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
[pid=14342/tid=14392] ppid=14334 vsize=18930384 memory=-4421386500509427558 CPUtime=0 cores=0,2
/proc/14342/task/14392/stat : 14392 (Finalizer) S 14334 14342 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30332441 19384713216 15112 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
[pid=14342/tid=14423] ppid=14334 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/14342/task/14423/stat : 14423 (Common-Cleaner) S 14334 14342 14279 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30332442 19384713216 15112 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 60448 KiB

[startup+0.700223 s]
/proc/loadavg: 0.88 2.09 2.74 6/299 14431
/proc/meminfo: memFree=130069948/131249996 swapFree=33010684/33010684
[pid=14342] ppid=14334 vsize=18996948 memory=77624 CPUtime=0.96 cores=0,2
/proc/14342/stat : 14342 (java) S 14334 14342 14279 0 -1 4194304 10803 0 403 0 92 4 0 0 20 0 19 0 30332423 19452874752 19406 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
/proc/14342/statm: 4749237 19406 5331 1 0 550305 0
[pid=14342/tid=14356] ppid=14334 vsize=18996948 memory=17408 CPUtime=0.48 cores=0,2
/proc/14342/task/14356/stat : 14356 (java) R 14334 14342 14279 0 -1 4194368 5208 0 295 0 46 2 0 0 20 0 19 0 30332430 19452874752 19406 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
[pid=14342/tid=14392] ppid=14334 vsize=18996948 memory=5632 CPUtime=0 cores=0,2
/proc/14342/task/14392/stat : 14392 (Finalizer) S 14334 14342 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30332441 19452874752 19406 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
[pid=14342/tid=14423] ppid=14334 vsize=18996948 memory=2372 CPUtime=0 cores=0,2
/proc/14342/task/14423/stat : 14423 (Common-Cleaner) S 14334 14342 14279 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 30332442 19452874752 19406 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
[pid=14342/tid=14426] ppid=14334 vsize=18996948 memory=4380 CPUtime=0 cores=0,2
/proc/14342/task/14426/stat : 14426 (Timer-0) S 14334 14342 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30332459 19452874752 19406 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
Current children cumulated CPU time: 0.96 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 77624 KiB

[startup+1.50018 s]
/proc/loadavg: 0.88 2.09 2.74 3/295 14447
/proc/meminfo: memFree=130056612/131249996 swapFree=33010684/33010684
[pid=14342] ppid=14334 vsize=18996948 memory=92256 CPUtime=1.97 cores=0,2
/proc/14342/stat : 14342 (java) S 14334 14342 14279 0 -1 4194304 12488 0 403 0 192 5 0 0 20 0 19 0 30332423 19452874752 23064 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
/proc/14342/statm: 4749237 23064 5331 1 0 550331 0
[pid=14342/tid=14356] ppid=14334 vsize=18996948 memory=4380 CPUtime=1.27 cores=0,2
/proc/14342/task/14356/stat : 14356 (java) R 14334 14342 14279 0 -1 4194368 6252 0 295 0 124 3 0 0 20 0 19 0 30332430 19452874752 23064 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
[pid=14342/tid=14392] ppid=14334 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/14342/task/14392/stat : 14392 (Finalizer) S 14334 14342 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30332441 19452874752 23064 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
[pid=14342/tid=14423] ppid=14334 vsize=18996948 memory=3212 CPUtime=0 cores=0,2
/proc/14342/task/14423/stat : 14423 (Common-Cleaner) S 14334 14342 14279 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 30332442 19452874752 23064 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
[pid=14342/tid=14426] ppid=14334 vsize=18996948 memory=2244 CPUtime=0 cores=0,2
/proc/14342/task/14426/stat : 14426 (Timer-0) S 14334 14342 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30332459 19452874752 23064 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
Current children cumulated CPU time: 1.97 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 92256 KiB

[startup+3.10561 s]
/proc/loadavg: 1.13 2.12 2.74 4/317 14567
/proc/meminfo: memFree=129911484/131249996 swapFree=33010684/33010684
[pid=14342] ppid=14334 vsize=18996948 memory=157984 CPUtime=3.85 cores=0,2
/proc/14342/stat : 14342 (java) S 14334 14342 14279 0 -1 4194304 16075 0 403 0 376 9 0 0 20 0 19 0 30332423 19452874752 39496 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
/proc/14342/statm: 4749237 39496 5331 1 0 550832 0
[pid=14342/tid=14356] ppid=14334 vsize=18996948 memory=0 CPUtime=2.85 cores=0,2
/proc/14342/task/14356/stat : 14356 (java) R 14334 14342 14279 0 -1 4194368 6495 0 295 0 280 5 0 0 20 0 19 0 30332430 19452874752 39496 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
[pid=14342/tid=14392] ppid=14334 vsize=18996948 memory=-6000919489920067694 CPUtime=0 cores=0,2
/proc/14342/task/14392/stat : 14392 (Finalizer) S 14334 14342 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30332441 19452874752 39496 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
[pid=14342/tid=14423] ppid=14334 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/14342/task/14423/stat : 14423 (Common-Cleaner) S 14334 14342 14279 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 30332442 19452874752 39496 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
[pid=14342/tid=14426] ppid=14334 vsize=18996948 memory=3212 CPUtime=0 cores=0,2
/proc/14342/task/14426/stat : 14426 (Timer-0) S 14334 14342 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30332459 19452874752 39496 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
Current children cumulated CPU time: 3.85 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 157984 KiB

[startup+6.30019 s]
/proc/loadavg: 1.13 2.12 2.74 5/341 14624
/proc/meminfo: memFree=129516928/131249996 swapFree=33010684/33010684
[pid=14342] ppid=14334 vsize=19063512 memory=297616 CPUtime=7.32 cores=0,2
/proc/14342/stat : 14342 (java) S 14334 14342 14279 0 -1 4194304 17876 0 408 0 719 13 0 0 20 0 20 0 30332423 19521036288 74404 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
/proc/14342/statm: 4765878 74404 5395 1 0 551300 0
[pid=14342/tid=14356] ppid=14334 vsize=19063512 memory=0 CPUtime=5.91 cores=0,2
/proc/14342/task/14356/stat : 14356 (java) R 14334 14342 14279 0 -1 4194368 6570 0 295 0 585 6 0 0 20 0 20 0 30332430 19521036288 74404 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
[pid=14342/tid=14392] ppid=14334 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/14342/task/14392/stat : 14392 (Finalizer) S 14334 14342 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30332441 19521036288 74404 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
[pid=14342/tid=14423] ppid=14334 vsize=19063512 memory=14384 CPUtime=0 cores=0,2
/proc/14342/task/14423/stat : 14423 (Common-Cleaner) S 14334 14342 14279 0 -1 4194368 40 0 0 0 0 0 0 0 20 0 20 0 30332442 19521036288 74404 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
[pid=14342/tid=14426] ppid=14334 vsize=19063512 memory=14384 CPUtime=0 cores=0,2
/proc/14342/task/14426/stat : 14426 (Timer-0) S 14334 14342 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30332459 19521036288 74404 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
Current children cumulated CPU time: 7.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 297616 KiB

[startup+12.7002 s]
/proc/loadavg: 1.57 2.18 2.76 5/342 14690
/proc/meminfo: memFree=129215756/131249996 swapFree=33010684/33010684
[pid=14342] ppid=14334 vsize=19063512 memory=461820 CPUtime=13.83 cores=0,2
/proc/14342/stat : 14342 (java) S 14334 14342 14279 0 -1 4194304 18882 0 408 0 1365 18 0 0 20 0 20 0 30332423 19521036288 115455 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
/proc/14342/statm: 4765878 115455 5395 1 0 551300 0
[pid=14342/tid=14356] ppid=14334 vsize=19063512 memory=0 CPUtime=12.13 cores=0,2
/proc/14342/task/14356/stat : 14356 (java) R 14334 14342 14279 0 -1 4194368 7181 0 295 0 1205 8 0 0 20 0 20 0 30332430 19521036288 115455 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
[pid=14342/tid=14392] ppid=14334 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/14342/task/14392/stat : 14392 (Finalizer) S 14334 14342 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30332441 19521036288 115455 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
[pid=14342/tid=14423] ppid=14334 vsize=19063512 memory=91680 CPUtime=0 cores=0,2
/proc/14342/task/14423/stat : 14423 (Common-Cleaner) S 14334 14342 14279 0 -1 4194368 40 0 0 0 0 0 0 0 20 0 20 0 30332442 19521036288 115455 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
[pid=14342/tid=14426] ppid=14334 vsize=19063512 memory=-6000919489920067694 CPUtime=0 cores=0,2
/proc/14342/task/14426/stat : 14426 (Timer-0) S 14334 14342 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30332459 19521036288 115455 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
Current children cumulated CPU time: 13.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 461820 KiB

[startup+25.5002 s]
/proc/loadavg: 2.02 2.26 2.78 5/342 14690
/proc/meminfo: memFree=128363224/131249996 swapFree=33010684/33010684
[pid=14342] ppid=14334 vsize=19063512 memory=852508 CPUtime=26.82 cores=0,2
/proc/14342/stat : 14342 (java) S 14334 14342 14279 0 -1 4194304 22015 0 408 0 2656 26 0 0 20 0 20 0 30332423 19521036288 213127 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
/proc/14342/statm: 4765878 213127 5395 1 0 657818 0
[pid=14342/tid=14356] ppid=14334 vsize=19063512 memory=0 CPUtime=24.64 cores=0,2
/proc/14342/task/14356/stat : 14356 (java) R 14334 14342 14279 0 -1 4194368 8243 0 295 0 2454 10 0 0 20 0 20 0 30332430 19521036288 213127 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
[pid=14342/tid=14392] ppid=14334 vsize=19063512 memory=1817 CPUtime=0 cores=0,2
/proc/14342/task/14392/stat : 14392 (Finalizer) S 14334 14342 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30332441 19521036288 213127 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
[pid=14342/tid=14423] ppid=14334 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/14342/task/14423/stat : 14423 (Common-Cleaner) S 14334 14342 14279 0 -1 4194368 40 0 0 0 0 0 0 0 20 0 20 0 30332442 19521036288 213127 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
[pid=14342/tid=14426] ppid=14334 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/14342/task/14426/stat : 14426 (Timer-0) S 14334 14342 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30332459 19521036288 213127 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
Current children cumulated CPU time: 26.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 852508 KiB

[startup+51.1057 s]
/proc/loadavg: 2.70 2.40 2.81 5/342 14691
/proc/meminfo: memFree=126988572/131249996 swapFree=33010684/33010684
[pid=14342] ppid=14334 vsize=19063512 memory=1235872 CPUtime=52.73 cores=0,2
/proc/14342/stat : 14342 (java) S 14334 14342 14279 0 -1 4194304 25956 0 408 0 5240 33 0 0 20 0 20 0 30332423 19521036288 308968 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
/proc/14342/statm: 4765878 308968 5427 1 0 657819 0
[pid=14342/tid=14356] ppid=14334 vsize=19063512 memory=1817 CPUtime=49.86 cores=0,2
/proc/14342/task/14356/stat : 14356 (java) R 14334 14342 14279 0 -1 4194368 8883 0 295 0 4976 10 0 0 20 0 20 0 30332430 19521036288 308968 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
[pid=14342/tid=14392] ppid=14334 vsize=19063512 memory=2760 CPUtime=0 cores=0,2
/proc/14342/task/14392/stat : 14392 (Finalizer) S 14334 14342 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30332441 19521036288 308968 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
[pid=14342/tid=14423] ppid=14334 vsize=19063512 memory=-6000919489920067694 CPUtime=0 cores=0,2
/proc/14342/task/14423/stat : 14423 (Common-Cleaner) S 14334 14342 14279 0 -1 4194368 40 0 0 0 0 0 0 0 20 0 20 0 30332442 19521036288 308968 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
[pid=14342/tid=14426] ppid=14334 vsize=19063512 memory=5632 CPUtime=0 cores=0,2

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

/proc/meminfo: memFree=97864184/131249996 swapFree=33010684/33010684
[pid=14342] ppid=14334 vsize=19063512 memory=7050092 CPUtime=3295.41 cores=0,2
/proc/14342/stat : 14342 (java) S 14334 14342 14279 0 -1 4194304 166717 0 408 0 329296 245 0 0 20 0 20 0 30332423 19521036288 1762523 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
/proc/14342/statm: 4765878 1762523 5427 1 0 2301454 0
[pid=14342/tid=14356] ppid=14334 vsize=19063512 memory=7050092 CPUtime=3257.69 cores=0,2
/proc/14342/task/14356/stat : 14356 (java) R 14334 14342 14279 0 -1 4194368 86530 0 295 0 325709 60 0 0 20 0 20 0 30332430 19521036288 1762523 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
[pid=14342/tid=14392] ppid=14334 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/14342/task/14392/stat : 14392 (Finalizer) S 14334 14342 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30332441 19521036288 1762523 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
[pid=14342/tid=14423] ppid=14334 vsize=19063512 memory=7050092 CPUtime=0 cores=0,2
/proc/14342/task/14423/stat : 14423 (Common-Cleaner) S 14334 14342 14279 0 -1 4194368 1171 0 0 0 0 0 0 0 20 0 20 0 30332442 19521036288 1762523 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
[pid=14342/tid=14426] ppid=14334 vsize=19063512 memory=7050092 CPUtime=0 cores=0,2
/proc/14342/task/14426/stat : 14426 (Timer-0) S 14334 14342 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30332459 19521036288 1762523 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
Current children cumulated CPU time: 3295.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7050092 KiB

[startup+3342.3 s]
/proc/loadavg: 4.18 4.19 4.13 5/340 15024
/proc/meminfo: memFree=97634908/131249996 swapFree=33010684/33010684
[pid=14342] ppid=14334 vsize=19063512 memory=7050092 CPUtime=3355.55 cores=0,2
/proc/14342/stat : 14342 (java) S 14334 14342 14279 0 -1 4194304 169071 0 408 0 335308 247 0 0 20 0 20 0 30332423 19521036288 1762523 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
/proc/14342/statm: 4765878 1762523 5427 1 0 2301454 0
[pid=14342/tid=14356] ppid=14334 vsize=19063512 memory=17408 CPUtime=3317.25 cores=0,2
/proc/14342/task/14356/stat : 14356 (java) R 14334 14342 14279 0 -1 4194368 87643 0 295 0 331665 60 0 0 20 0 20 0 30332430 19521036288 1762523 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
[pid=14342/tid=14392] ppid=14334 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/14342/task/14392/stat : 14392 (Finalizer) S 14334 14342 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30332441 19521036288 1762523 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
[pid=14342/tid=14423] ppid=14334 vsize=19063512 memory=9216 CPUtime=0 cores=0,2
/proc/14342/task/14423/stat : 14423 (Common-Cleaner) S 14334 14342 14279 0 -1 4194368 1222 0 0 0 0 0 0 0 20 0 20 0 30332442 19521036288 1762523 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
[pid=14342/tid=14426] ppid=14334 vsize=19063512 memory=7050092 CPUtime=0 cores=0,2
/proc/14342/task/14426/stat : 14426 (Timer-0) S 14334 14342 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30332459 19521036288 1762523 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
Current children cumulated CPU time: 3355.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7050092 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.17 4.12 5/340 15026
/proc/meminfo: memFree=97560932/131249996 swapFree=33010684/33010684
[pid=14342] ppid=14334 vsize=19063512 memory=7050092 CPUtime=3415.61 cores=0,2
/proc/14342/stat : 14342 (java) S 14334 14342 14279 0 -1 4194304 173038 0 408 0 341312 249 0 0 20 0 20 0 30332423 19521036288 1762523 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
/proc/14342/statm: 4765878 1762523 5427 1 0 2301454 0
[pid=14342/tid=14356] ppid=14334 vsize=19063512 memory=0 CPUtime=3376.87 cores=0,2
/proc/14342/task/14356/stat : 14356 (java) R 14334 14342 14279 0 -1 4194368 90223 0 295 0 337627 60 0 0 20 0 20 0 30332430 19521036288 1762523 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
[pid=14342/tid=14392] ppid=14334 vsize=19063512 memory=9216 CPUtime=0 cores=0,2
/proc/14342/task/14392/stat : 14392 (Finalizer) S 14334 14342 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30332441 19521036288 1762523 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
[pid=14342/tid=14423] ppid=14334 vsize=19063512 memory=7050092 CPUtime=0 cores=0,2
/proc/14342/task/14423/stat : 14423 (Common-Cleaner) S 14334 14342 14279 0 -1 4194368 1222 0 0 0 0 0 0 0 20 0 20 0 30332442 19521036288 1762523 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
[pid=14342/tid=14426] ppid=14334 vsize=19063512 memory=7050092 CPUtime=0 cores=0,2
/proc/14342/task/14426/stat : 14426 (Timer-0) S 14334 14342 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30332459 19521036288 1762523 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
Current children cumulated CPU time: 3415.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7050092 KiB

[startup+3462.3 s]
/proc/loadavg: 4.17 4.17 4.12 5/339 15028
/proc/meminfo: memFree=96950088/131249996 swapFree=33010684/33010684
[pid=14342] ppid=14334 vsize=19063512 memory=7050092 CPUtime=3475.44 cores=0,2
/proc/14342/stat : 14342 (java) S 14334 14342 14279 0 -1 4194304 175313 0 408 0 347293 251 0 0 20 0 20 0 30332423 19521036288 1762523 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
/proc/14342/statm: 4765878 1762523 5427 1 0 2301454 0
[pid=14342/tid=14356] ppid=14334 vsize=19063512 memory=0 CPUtime=3436.68 cores=0,2
/proc/14342/task/14356/stat : 14356 (java) R 14334 14342 14279 0 -1 4194368 92403 0 295 0 343608 60 0 0 20 0 20 0 30332430 19521036288 1762523 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
[pid=14342/tid=14392] ppid=14334 vsize=19063512 memory=9216 CPUtime=0 cores=0,2
/proc/14342/task/14392/stat : 14392 (Finalizer) S 14334 14342 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30332441 19521036288 1762523 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
[pid=14342/tid=14423] ppid=14334 vsize=19063512 memory=7050092 CPUtime=0 cores=0,2
/proc/14342/task/14423/stat : 14423 (Common-Cleaner) S 14334 14342 14279 0 -1 4194368 1225 0 0 0 0 0 0 0 20 0 20 0 30332442 19521036288 1762523 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
[pid=14342/tid=14426] ppid=14334 vsize=19063512 memory=14384 CPUtime=0 cores=0,2
/proc/14342/task/14426/stat : 14426 (Timer-0) S 14334 14342 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30332459 19521036288 1762523 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
Current children cumulated CPU time: 3475.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7050092 KiB

[startup+3522.3 s]
/proc/loadavg: 4.26 4.18 4.12 5/339 15030
/proc/meminfo: memFree=96644412/131249996 swapFree=33010684/33010684
[pid=14342] ppid=14334 vsize=19063512 memory=7050092 CPUtime=3535.59 cores=0,2
/proc/14342/stat : 14342 (java) S 14334 14342 14279 0 -1 4194304 178392 0 408 0 353306 253 0 0 20 0 20 0 30332423 19521036288 1762523 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
/proc/14342/statm: 4765878 1762523 5427 1 0 2301454 0
[pid=14342/tid=14356] ppid=14334 vsize=19063512 memory=7050092 CPUtime=3496.2 cores=0,2
/proc/14342/task/14356/stat : 14356 (java) R 14334 14342 14279 0 -1 4194368 93984 0 295 0 349559 61 0 0 20 0 20 0 30332430 19521036288 1762523 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
[pid=14342/tid=14392] ppid=14334 vsize=19063512 memory=7050092 CPUtime=0 cores=0,2
/proc/14342/task/14392/stat : 14392 (Finalizer) S 14334 14342 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30332441 19521036288 1762523 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
[pid=14342/tid=14423] ppid=14334 vsize=19063512 memory=14384 CPUtime=0 cores=0,2
/proc/14342/task/14423/stat : 14423 (Common-Cleaner) S 14334 14342 14279 0 -1 4194368 1273 0 0 0 0 0 0 0 20 0 20 0 30332442 19521036288 1762523 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
[pid=14342/tid=14426] ppid=14334 vsize=19063512 memory=4380 CPUtime=0 cores=0,2
/proc/14342/task/14426/stat : 14426 (Timer-0) S 14334 14342 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30332459 19521036288 1762523 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
Current children cumulated CPU time: 3535.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7050092 KiB

[startup+3582.3 s]
/proc/loadavg: 4.30 4.20 4.13 5/317 15137
/proc/meminfo: memFree=115785800/131249996 swapFree=33010684/33010684
[pid=14342] ppid=14334 vsize=19063512 memory=7050092 CPUtime=3595.7 cores=0,2
/proc/14342/stat : 14342 (java) S 14334 14342 14279 0 -1 4194304 182298 0 408 0 359314 256 0 0 20 0 20 0 30332423 19521036288 1762523 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
/proc/14342/statm: 4765878 1762523 5427 1 0 2301454 0
[pid=14342/tid=14356] ppid=14334 vsize=19063512 memory=2432 CPUtime=3555.79 cores=0,2
/proc/14342/task/14356/stat : 14356 (java) R 14334 14342 14279 0 -1 4194368 96105 0 295 0 355518 61 0 0 20 0 20 0 30332430 19521036288 1762523 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
[pid=14342/tid=14392] ppid=14334 vsize=19063512 memory=7050092 CPUtime=0 cores=0,2
/proc/14342/task/14392/stat : 14392 (Finalizer) S 14334 14342 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30332441 19521036288 1762523 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
[pid=14342/tid=14423] ppid=14334 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/14342/task/14423/stat : 14423 (Common-Cleaner) S 14334 14342 14279 0 -1 4194368 1333 0 0 0 0 0 0 0 20 0 20 0 30332442 19521036288 1762523 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
[pid=14342/tid=14426] ppid=14334 vsize=19063512 memory=-6000919489920067694 CPUtime=0 cores=0,2
/proc/14342/task/14426/stat : 14426 (Timer-0) S 14334 14342 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30332459 19521036288 1762523 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
Current children cumulated CPU time: 3595.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7050092 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3586.7 s]
/proc/loadavg: 4.44 4.23 4.14 5/339 15166
/proc/meminfo: memFree=115542688/131249996 swapFree=33010684/33010684
[pid=14342] ppid=14334 vsize=19063512 memory=7050092 CPUtime=3600.09 cores=0,2
/proc/14342/stat : 14342 (java) S 14334 14342 14279 0 -1 4194304 182362 0 408 0 359753 256 0 0 20 0 20 0 30332423 19521036288 1762523 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
/proc/14342/statm: 4765878 1762523 5427 1 0 2301454 0
[pid=14342/tid=14356] ppid=14334 vsize=19063512 memory=4380 CPUtime=3560.18 cores=0,2
/proc/14342/task/14356/stat : 14356 (java) R 14334 14342 14279 0 -1 4194368 96169 0 295 0 355957 61 0 0 20 0 20 0 30332430 19521036288 1762523 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
[pid=14342/tid=14392] ppid=14334 vsize=19063512 memory=12288 CPUtime=0 cores=0,2
/proc/14342/task/14392/stat : 14392 (Finalizer) S 14334 14342 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30332441 19521036288 1762523 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
[pid=14342/tid=14423] ppid=14334 vsize=19063512 memory=7050092 CPUtime=0 cores=0,2
/proc/14342/task/14423/stat : 14423 (Common-Cleaner) S 14334 14342 14279 0 -1 4194368 1333 0 0 0 0 0 0 0 20 0 20 0 30332442 19521036288 1762523 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
[pid=14342/tid=14426] ppid=14334 vsize=19063512 memory=7050092 CPUtime=0 cores=0,2
/proc/14342/task/14426/stat : 14426 (Timer-0) S 14334 14342 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30332459 19521036288 1762523 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7050092 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.64 s, system=2.58811 s

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

[startup+3586.7 s]
/proc/loadavg: 4.44 4.23 4.14 5/339 15166
/proc/meminfo: memFree=115542688/131249996 swapFree=33010684/33010684
[pid=14342] ppid=14334 vsize=19063512 memory=7050092 CPUtime=3600.09 cores=0,2
/proc/14342/stat : 14342 (java) S 14334 14342 14279 0 -1 4194304 182362 0 408 0 359753 256 0 0 20 0 20 0 30332423 19521036288 1762523 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
/proc/14342/statm: 4765878 1762523 5427 1 0 2301454 0
[pid=14342/tid=14356] ppid=14334 vsize=19063512 memory=4380 CPUtime=3560.18 cores=0,2
/proc/14342/task/14356/stat : 14356 (java) R 14334 14342 14279 0 -1 4194368 96169 0 295 0 355957 61 0 0 20 0 20 0 30332430 19521036288 1762523 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
[pid=14342/tid=14392] ppid=14334 vsize=19063512 memory=12288 CPUtime=0 cores=0,2
/proc/14342/task/14392/stat : 14392 (Finalizer) S 14334 14342 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30332441 19521036288 1762523 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
[pid=14342/tid=14423] ppid=14334 vsize=19063512 memory=7050092 CPUtime=0 cores=0,2
/proc/14342/task/14423/stat : 14423 (Common-Cleaner) S 14334 14342 14279 0 -1 4194368 1333 0 0 0 0 0 0 0 20 0 20 0 30332442 19521036288 1762523 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
[pid=14342/tid=14426] ppid=14334 vsize=19063512 memory=7050092 CPUtime=0 cores=0,2
/proc/14342/task/14426/stat : 14426 (Timer-0) S 14334 14342 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30332459 19521036288 1762523 18446744073709551615 94632581476352 94632581480048 140731496807312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94632581487864 94632581488656 94632590532608 140731496814977 140731496815078 140731496815078 140731496820680 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7050092 KiB

Child status: 143

Real time (s): 3586.81
CPU time (s): 3600.23
CPU user time (s): 3597.64
CPU system time (s): 2.58811
CPU usage (%): 100.374
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 7050092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.64
system time used= 2.58811
maximum resident set size= 7051116
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 184060
page faults= 408
swaps= 0
block input operations= 28536
block output operations= 14696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109566
involuntary context switches= 10250


# summary of solver processes directly reported to runsolver:
#   pid: 14342
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3597.64
#   total CPU system time (s): 2.58811

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.4258 second user time and 17.0177 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-06-28 23:35:47
IDJOB=4492444
IDBENCH=147795
IDSOLVER=3363
FILE ID=nodeC022/4492444-1751146546
RUNJOBID= nodeC022-1751146546-14289
SLURM_JOB_ID= 9587461
Free space on /tmp= 433064 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl30_40_pb.cnf.cr.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4492444-1751146546/watcher-4492444-1751146546 -o /tmp/evaluation-result-4492444-1751146546/solver-4492444-1751146546 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751146546-14289 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4492444-1751146546.opb

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

MD5SUM BENCH= 4c607ff4034d7cc205c992c215b1e577
RANDOM SEED=1158374803

nodeC022 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.715
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.44
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		: 1974.425
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.44
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.841
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.44
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		: 1912.144
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.44
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.44
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		: 2240.823
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.541
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.44
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		: 2188.245
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        130144992 kB
MemAvailable:   129749584 kB
Buffers:            3280 kB
Cached:           374308 kB
SwapCached:            0 kB
Active:           280088 kB
Inactive:         160668 kB
Active(anon):      81228 kB
Inactive(anon):        0 kB
Active(file):     198860 kB
Inactive(file):   160668 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1420 kB
Writeback:             8 kB
AnonPages:         66316 kB
Mapped:           102004 kB
Shmem:             18060 kB
KReclaimable:      84616 kB
Slab:             167212 kB
SReclaimable:      84616 kB
SUnreclaim:        82596 kB
KernelStack:        4032 kB
PageTables:         2776 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     331292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC022 at 2025-06-29 00:35:34