Trace number 4517155

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 VeriPB 2025-06-06? (TO) 3600.17 3608.91

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/
equalities/array_diag/normalized-13array_diag_greater.opb
MD5SUM4323600963088835cdc761a0340acac9
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.012655
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables897
Total number of constraints898
Number of constraints which are clauses507
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints391
Minimum length of a constraint2
Maximum length of a constraint52
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 33554432
Number of bits of the biggest number in a constraint 26
Biggest sum of numbers in a constraint 134217727
Number of bits of the biggest sum of numbers27
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/0.13	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.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4517155-1751243239.opb
0.12/0.13	c reading problem ... 
0.12/0.14	c using VERIPB proof format
0.12/0.14	c  no objective function found
0.12/0.20	c ... done. Wall clock time 0.062s.
0.12/0.20	c declared #vars     897
0.12/0.20	c #constraints  1288
0.12/0.20	c constraints type 
0.12/0.20	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 494
0.12/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 625
0.12/0.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 169
0.12/0.20	c 1288 constraints processed.
2.25/1.25	c cleaning 2498 clauses out of 5001 with flag 26812/5001
4.74/2.50	c cleaning 4247 clauses out of 8502 with flag 61161/11000
6.33/3.88	c cleaning 5620 clauses out of 11255 with flag 108718/18000
8.37/5.64	c cleaning 6815 clauses out of 13636 with flag 172581/26001
10.92/7.93	c cleaning 7909 clauses out of 15820 with flag 269873/35000
13.31/10.30	c cleaning 8951 clauses out of 17911 with flag 365640/45000
16.35/13.20	c cleaning 9976 clauses out of 19960 with flag 489753/56000
19.42/16.23	c cleaning 10987 clauses out of 21984 with flag 634485/68000
22.81/19.65	c cleaning 11996 clauses out of 23997 with flag 825767/81000
26.82/23.65	c cleaning 12997 clauses out of 26002 with flag 1021929/95001
30.59/27.46	c cleaning 13995 clauses out of 28004 with flag 1219133/110000
34.97/31.83	c cleaning 14998 clauses out of 30010 with flag 1503291/126001
39.01/35.95	c cleaning 16000 clauses out of 32013 with flag 1723489/143002
42.95/39.81	c cleaning 16998 clauses out of 34012 with flag 1916462/161001
48.54/45.42	c cleaning 18000 clauses out of 36013 with flag 2283211/180000
54.04/50.96	c cleaning 19003 clauses out of 38013 with flag 2590591/200000
60.53/57.43	c cleaning 20000 clauses out of 40011 with flag 2956002/221001
67.13/64.06	c cleaning 20998 clauses out of 42010 with flag 3303489/243000
73.52/70.56	c cleaning 22000 clauses out of 44013 with flag 3662280/266001
80.57/77.54	c cleaning 22996 clauses out of 46013 with flag 4145374/290001
87.55/84.58	c cleaning 24001 clauses out of 48017 with flag 4504502/315001
95.64/92.69	c cleaning 25001 clauses out of 50015 with flag 4950897/341000
104.05/101.17	c cleaning 26002 clauses out of 52015 with flag 5476451/368001
114.72/111.85	c cleaning 26998 clauses out of 54013 with flag 6041653/396001
124.81/121.94	c cleaning 28001 clauses out of 56014 with flag 6562430/425000
136.50/133.76	c cleaning 29000 clauses out of 58013 with flag 7243934/455000
149.40/146.62	c cleaning 30004 clauses out of 60014 with flag 7910552/486001
162.02/159.31	c cleaning 30999 clauses out of 62010 with flag 8611815/518001
175.61/172.93	c cleaning 31999 clauses out of 64011 with flag 9436524/551001
189.89/187.26	c cleaning 32998 clauses out of 66011 with flag 10215601/585000
205.44/203.31	c cleaning 34002 clauses out of 68013 with flag 10941220/620000
222.66/220.61	c cleaning 35000 clauses out of 70011 with flag 11792189/656000
237.75/235.79	c cleaning 35997 clauses out of 72011 with flag 12436557/693000
251.86/249.80	c cleaning 37001 clauses out of 74015 with flag 13024861/731001
267.79/265.85	c cleaning 37997 clauses out of 76014 with flag 13785712/770001
284.82/282.99	c cleaning 39005 clauses out of 78016 with flag 14757464/810000
303.52/301.64	c cleaning 40005 clauses out of 80012 with flag 15727908/851001
322.55/320.72	c cleaning 41002 clauses out of 82007 with flag 16529909/893001
345.91/344.13	c cleaning 41996 clauses out of 84004 with flag 17562491/936000
367.50/365.78	c cleaning 43000 clauses out of 86009 with flag 18453100/980001
390.44/388.75	c cleaning 43996 clauses out of 88009 with flag 19331791/1025001
411.28/409.50	c cleaning 44998 clauses out of 90013 with flag 20213941/1071001
442.04/440.35	c cleaning 46003 clauses out of 92015 with flag 21294969/1118001
470.77/469.14	c cleaning 47000 clauses out of 94011 with flag 22289019/1166000
504.87/503.47	c cleaning 48001 clauses out of 96012 with flag 23357413/1215001
529.07/527.61	c cleaning 48999 clauses out of 98011 with flag 24245875/1265001
559.62/558.29	c cleaning 50000 clauses out of 100011 with flag 25371742/1316000
587.12/585.73	c cleaning 51001 clauses out of 102012 with flag 26261985/1368001
617.21/615.81	c cleaning 51995 clauses out of 104010 with flag 27305674/1421000
659.27/658.08	c cleaning 52999 clauses out of 106015 with flag 28440252/1475000
702.07/700.99	c cleaning 54007 clauses out of 108017 with flag 29738845/1530001
737.65/736.52	c cleaning 54999 clauses out of 110010 with flag 30978881/1586001
776.16/775.14	c cleaning 56002 clauses out of 112011 with flag 32257299/1643001
806.26/805.36	c cleaning 57001 clauses out of 114009 with flag 33388699/1701001
845.54/844.69	c cleaning 57993 clauses out of 116008 with flag 34484707/1760001
896.35/895.54	c cleaning 59002 clauses out of 118015 with flag 35913786/1820001
944.36/943.68	c cleaning 59999 clauses out of 120012 with flag 37323690/1881000
993.27/993.22	c cleaning 61000 clauses out of 122013 with flag 38732008/1943000
1043.58/1043.64	c cleaning 61998 clauses out of 124013 with flag 40101845/2006000
1096.86/1097.05	c cleaning 63001 clauses out of 126015 with flag 41682905/2070000
1161.56/1161.98	c cleaning 63999 clauses out of 128015 with flag 43056429/2135001
1216.25/1216.75	c cleaning 65004 clauses out of 130016 with flag 44540184/2201001
1265.50/1266.19	c cleaning 66001 clauses out of 132011 with flag 46043270/2268000
1342.15/1342.93	c cleaning 66995 clauses out of 134010 with flag 47945663/2336000
1409.55/1410.58	c cleaning 67999 clauses out of 136015 with flag 49603320/2405000
1490.66/1492.09	c cleaning 69007 clauses out of 138017 with flag 51309214/2475001
1555.32/1556.94	c cleaning 69996 clauses out of 140010 with flag 52842376/2546001
1625.14/1627.04	c cleaning 71000 clauses out of 142013 with flag 54239038/2618000
1703.01/1705.16	c cleaning 72001 clauses out of 144014 with flag 55605484/2691001
1805.84/1808.36	c cleaning 72999 clauses out of 146012 with flag 57315851/2765000
1906.13/1909.51	c cleaning 73999 clauses out of 148014 with flag 59025346/2840001
2022.02/2025.85	c cleaning 75001 clauses out of 150015 with flag 60927778/2916001
2123.53/2127.57	c cleaning 76001 clauses out of 152014 with flag 62772315/2993001
2230.54/2234.95	c cleaning 76995 clauses out of 154012 with flag 64392199/3071000
2329.83/2334.52	c cleaning 78001 clauses out of 156018 with flag 66093407/3150001
2426.95/2432.08	c cleaning 79008 clauses out of 158017 with flag 68423244/3230001
2511.68/2517.01	c cleaning 79995 clauses out of 160008 with flag 70491883/3311000
2624.20/2629.97	c cleaning 81000 clauses out of 162013 with flag 72494051/3393000
2743.51/2749.62	c cleaning 81995 clauses out of 164014 with flag 74504806/3476001
2872.80/2879.37	c cleaning 83004 clauses out of 166019 with flag 76791531/3560001
2993.96/3000.85	c cleaning 83998 clauses out of 168014 with flag 79153832/3645000
3116.55/3123.81	c cleaning 85001 clauses out of 170016 with flag 81408663/3731000
3213.57/3221.19	c cleaning 86003 clauses out of 172016 with flag 83297806/3818001
3338.62/3346.58	c cleaning 86999 clauses out of 174013 with flag 85252668/3906001
3417.94/3426.15	c cleaning 88005 clauses out of 176014 with flag 87002979/3995001
3569.35/3578.05	c cleaning 89000 clauses out of 178008 with flag 89139029/4085000
3600.03/3608.82	c timeout
3600.03/3608.82	c starts		: 1826
3600.03/3608.83	c conflicts		: 4106077
3600.03/3608.83	c decisions		: 4165906
3600.03/3608.83	c propagations		: 1229038395
3600.03/3608.83	c inspects		: 38713191085
3600.03/3608.83	c shortcuts		: 0
3600.03/3608.83	c learnt literals	: 0
3600.03/3608.83	c learnt binary clauses	: 174
3600.03/3608.83	c learnt ternary clauses	: 325
3600.03/3608.83	c learnt constraints	: 4106077
3600.03/3608.83	c ignored constraints	: 0
3600.03/3608.83	c root simplifications	: 0
3600.03/3608.83	c removed literals (reason simplification)	: 304802746
3600.03/3608.83	c reason swapping (by a shorter reason)	: 0
3600.03/3608.83	c Calls to reduceDB	: 86
3600.03/3608.83	c Number of update (reduction) of LBD	: 77594
3600.03/3608.83	c Imported unit clauses	: 0
3600.03/3608.83	c No decision after first conflict	: false
3600.03/3608.83	c number of reductions to clauses (during analyze)	: 0
3600.03/3608.83	c number of learned constraints concerned by reduction	: 0
3600.03/3608.83	c number of learning phase by resolution	: 0
3600.03/3608.83	c number of learning phase by cutting planes	: 0
3600.03/3608.83	c number of rounding to 1 operations	: 0
3600.03/3608.83	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3608.83	c number of reductions of the coefficients by power 2 	: 0
3600.03/3608.83	c number of right shift for reduction by power 2 	: 0
3600.03/3608.83	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3608.83	c number of ending skipping 	: 0
3600.03/3608.83	c number of internal skipping 	: 0
3600.03/3608.83	c number of derivation steps 	: 0
3600.03/3608.83	c number of skipped derivation steps 	: 0
3600.03/3608.83	c number of remaining unassigned 	: 0
3600.03/3608.83	c number of remaining assigned 	: 0
3600.03/3608.83	c number of falsified literals weakened from reason	: 0
3600.03/3608.83	c number of falsified literals weakened from conflict	: 0
3600.03/3608.83	c time for arithmetic operations	: 0
3600.03/3608.83	c minimum degree of deleted constraints	: null
3600.03/3608.83	c maximum degree of deleted constraints	: null
3600.03/3608.83	c number of deleted constraints	: 0
3600.03/3608.83	c speed (assignments/second)	: 340583.57269042917
3600.03/3608.83	c non guided choices	: 25
3600.03/3608.88	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 109911
3600.03/3608.88	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 174
3600.03/3608.88	s UNKNOWN
3600.03/3608.88	c Total wall clock time (in seconds): 3608.751

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4517155-1751243239/watcher-4517155-1751243239 -o /tmp/evaluation-result-4517155-1751243239/solver-4517155-1751243239 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751243212-33906 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4517155-1751243239 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4517155-1751243239.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=34290, runsolver pid=34287
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 1.93 1.51 2.49 7/340 34308
/proc/meminfo: memFree=126998520/131249996 swapFree=33010684/33010684
[pid=34290] ppid=34287 vsize=18930384 memory=57748 CPUtime=0.12 cores=4,6
/proc/34290/stat : 34290 (java) S 34287 34290 33895 0 -1 4194304 6565 0 0 0 10 2 0 0 20 0 18 0 40001761 19384713216 14437 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
/proc/34290/statm: 4732596 14437 5327 1 0 547604 0
[pid=34290/tid=34292] ppid=34287 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/34290/task/34292/stat : 34292 (java) R 34287 34290 33895 0 -1 4194368 5066 0 0 0 6 1 0 0 20 0 18 0 40001763 19384713216 14437 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
[pid=34290/tid=34301] ppid=34287 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/34290/task/34301/stat : 34301 (Finalizer) S 34287 34290 33895 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 40001765 19384713216 14437 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
[pid=34290/tid=34308] ppid=34287 vsize=18930384 memory=58485492679666 CPUtime=0 cores=4,6
/proc/34290/task/34308/stat : 34308 (Common-Cleaner) S 34287 34290 33895 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 40001765 19384713216 14437 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57748 KiB

[startup+0.205896 s]*
/proc/loadavg: 1.93 1.51 2.49 7/340 34308
/proc/meminfo: memFree=126984216/131249996 swapFree=33010684/33010684
[pid=34290] ppid=34287 vsize=18931412 memory=64768 CPUtime=0.31 cores=4,6
/proc/34290/stat : 34290 (java) S 34287 34290 33895 0 -1 4194304 7185 0 0 0 29 2 0 0 20 0 19 0 40001761 19385765888 16192 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
/proc/34290/statm: 4732853 16192 5455 1 0 548307 0
[pid=34290/tid=34292] ppid=34287 vsize=18931412 memory=4026597660 CPUtime=0.16 cores=4,6
/proc/34290/task/34292/stat : 34292 (java) S 34287 34290 33895 0 -1 4194368 5325 0 0 0 15 1 0 0 20 0 19 0 40001763 19385765888 16192 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
[pid=34290/tid=34301] ppid=34287 vsize=18931412 memory=16099 CPUtime=0 cores=4,6
/proc/34290/task/34301/stat : 34301 (Finalizer) S 34287 34290 33895 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 40001765 19385765888 16192 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
[pid=34290/tid=34308] ppid=34287 vsize=18931412 memory=57385981051877 CPUtime=0 cores=4,6
/proc/34290/task/34308/stat : 34308 (Common-Cleaner) S 34287 34290 33895 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 40001765 19385765888 16192 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
[pid=34290/tid=34309] ppid=34287 vsize=18931412 memory=0 CPUtime=0 cores=4,6
/proc/34290/task/34309/stat : 34309 (java) R 34287 34290 33895 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 19 0 40001782 19385765888 16192 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 2147221247 0 16800975 0 0 0 -1 6 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18931412 KiB
Current children cumulated memory: 64768 KiB

[startup+0.305894 s]*
/proc/loadavg: 1.93 1.51 2.49 7/341 34309
/proc/meminfo: memFree=126958036/131249996 swapFree=33010684/33010684
[pid=34290] ppid=34287 vsize=18996948 memory=74548 CPUtime=0.49 cores=4,6
/proc/34290/stat : 34290 (java) S 34287 34290 33895 0 -1 4194304 8616 0 0 0 47 2 0 0 20 0 19 0 40001761 19452874752 18637 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
/proc/34290/statm: 4749237 18637 5455 1 0 549129 0
[pid=34290/tid=34292] ppid=34287 vsize=18996948 memory=-6000919476951345260 CPUtime=0.24 cores=4,6
/proc/34290/task/34292/stat : 34292 (java) R 34287 34290 33895 0 -1 4194368 5372 0 0 0 23 1 0 0 20 0 19 0 40001763 19452874752 18637 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
[pid=34290/tid=34301] ppid=34287 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/34290/task/34301/stat : 34301 (Finalizer) S 34287 34290 33895 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 40001765 19452874752 18637 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
[pid=34290/tid=34308] ppid=34287 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/34290/task/34308/stat : 34308 (Common-Cleaner) S 34287 34290 33895 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 40001765 19452874752 18637 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
[pid=34290/tid=34309] ppid=34287 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/34290/task/34309/stat : 34309 (Timer-0) S 34287 34290 33895 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 40001782 19452874752 18637 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 74548 KiB

[startup+0.700236 s]
/proc/loadavg: 1.93 1.51 2.49 8/341 34309
/proc/meminfo: memFree=126898804/131249996 swapFree=33010684/33010684
[pid=34290] ppid=34287 vsize=18996948 memory=146332 CPUtime=1.26 cores=4,6
/proc/34290/stat : 34290 (java) S 34287 34290 33895 0 -1 4194304 14999 0 0 0 121 5 0 0 20 0 19 0 40001761 19452874752 36583 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
/proc/34290/statm: 4749237 36583 5455 1 0 552619 0
[pid=34290/tid=34292] ppid=34287 vsize=18996948 memory=17536 CPUtime=0.62 cores=4,6
/proc/34290/task/34292/stat : 34292 (java) R 34287 34290 33895 0 -1 4194368 5405 0 0 0 59 3 0 0 20 0 19 0 40001763 19452874752 36583 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
[pid=34290/tid=34301] ppid=34287 vsize=18996948 memory=10880 CPUtime=0 cores=4,6
/proc/34290/task/34301/stat : 34301 (Finalizer) S 34287 34290 33895 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 40001765 19452874752 36583 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
[pid=34290/tid=34308] ppid=34287 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/34290/task/34308/stat : 34308 (Common-Cleaner) S 34287 34290 33895 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 40001765 19452874752 36583 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
[pid=34290/tid=34309] ppid=34287 vsize=18996948 memory=4752 CPUtime=0 cores=4,6
/proc/34290/task/34309/stat : 34309 (Timer-0) S 34287 34290 33895 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 40001782 19452874752 36583 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 146332 KiB

[startup+1.50024 s]
/proc/loadavg: 1.93 1.51 2.49 6/342 34310
/proc/meminfo: memFree=126828924/131249996 swapFree=33010684/33010684
[pid=34290] ppid=34287 vsize=19063512 memory=174384 CPUtime=2.84 cores=4,6
/proc/34290/stat : 34290 (java) S 34287 34290 33895 0 -1 4194304 23063 0 0 0 277 7 0 0 20 0 20 0 40001761 19521036288 43596 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
/proc/34290/statm: 4765878 43596 5487 1 0 553497 0
[pid=34290/tid=34292] ppid=34287 vsize=19063512 memory=0 CPUtime=1.38 cores=4,6
/proc/34290/task/34292/stat : 34292 (java) R 34287 34290 33895 0 -1 4194368 6450 0 0 0 134 4 0 0 20 0 20 0 40001763 19521036288 43596 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
[pid=34290/tid=34301] ppid=34287 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/34290/task/34301/stat : 34301 (Finalizer) S 34287 34290 33895 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40001765 19521036288 43596 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
[pid=34290/tid=34308] ppid=34287 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/34290/task/34308/stat : 34308 (Common-Cleaner) S 34287 34290 33895 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 40001765 19521036288 43596 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
[pid=34290/tid=34309] ppid=34287 vsize=19063512 memory=4752 CPUtime=0 cores=4,6
/proc/34290/task/34309/stat : 34309 (Timer-0) S 34287 34290 33895 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40001782 19521036288 43596 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 174384 KiB

[startup+3.10532 s]
/proc/loadavg: 2.10 1.56 2.50 6/342 34310
/proc/meminfo: memFree=126479908/131249996 swapFree=33010684/33010684
[pid=34290] ppid=34287 vsize=19063512 memory=220216 CPUtime=5.61 cores=4,6
/proc/34290/stat : 34290 (java) S 34287 34290 33895 0 -1 4194304 26050 0 0 0 551 10 0 0 20 0 20 0 40001761 19521036288 55054 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
/proc/34290/statm: 4765878 55054 5487 1 0 553813 0
[pid=34290/tid=34292] ppid=34287 vsize=19063512 memory=10880 CPUtime=2.95 cores=4,6
/proc/34290/task/34292/stat : 34292 (java) R 34287 34290 33895 0 -1 4194368 6955 0 0 0 289 6 0 0 20 0 20 0 40001763 19521036288 55054 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
[pid=34290/tid=34301] ppid=34287 vsize=19063512 memory=-6000919476951345260 CPUtime=0 cores=4,6
/proc/34290/task/34301/stat : 34301 (Finalizer) S 34287 34290 33895 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40001765 19521036288 55054 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
[pid=34290/tid=34308] ppid=34287 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/34290/task/34308/stat : 34308 (Common-Cleaner) S 34287 34290 33895 0 -1 4194368 30 0 0 0 0 0 0 0 20 0 20 0 40001765 19521036288 55054 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
[pid=34290/tid=34309] ppid=34287 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/34290/task/34309/stat : 34309 (Timer-0) S 34287 34290 33895 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40001782 19521036288 55054 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
Current children cumulated CPU time: 5.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 220216 KiB

[startup+6.30017 s]
/proc/loadavg: 2.10 1.56 2.50 5/342 34310
/proc/meminfo: memFree=125861012/131249996 swapFree=33010684/33010684
[pid=34290] ppid=34287 vsize=19063512 memory=413116 CPUtime=9.3 cores=4,6
/proc/34290/stat : 34290 (java) S 34287 34290 33895 0 -1 4194304 31567 0 0 0 914 16 0 0 20 0 20 0 40001761 19521036288 103279 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
/proc/34290/statm: 4765878 103279 5487 1 0 555600 0
[pid=34290/tid=34292] ppid=34287 vsize=19063512 memory=0 CPUtime=6.13 cores=4,6
/proc/34290/task/34292/stat : 34292 (java) R 34287 34290 33895 0 -1 4194368 7161 0 0 0 603 10 0 0 20 0 20 0 40001763 19521036288 103279 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
[pid=34290/tid=34301] ppid=34287 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/34290/task/34301/stat : 34301 (Finalizer) S 34287 34290 33895 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40001765 19521036288 103279 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
[pid=34290/tid=34308] ppid=34287 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/34290/task/34308/stat : 34308 (Common-Cleaner) S 34287 34290 33895 0 -1 4194368 30 0 0 0 0 0 0 0 20 0 20 0 40001765 19521036288 103279 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
[pid=34290/tid=34309] ppid=34287 vsize=19063512 memory=174768 CPUtime=0 cores=4,6
/proc/34290/task/34309/stat : 34309 (Timer-0) S 34287 34290 33895 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40001782 19521036288 103279 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
Current children cumulated CPU time: 9.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 413116 KiB

[startup+12.7002 s]
/proc/loadavg: 2.25 1.60 2.51 6/342 34310
/proc/meminfo: memFree=124666892/131249996 swapFree=33010684/33010684
[pid=34290] ppid=34287 vsize=19063512 memory=846088 CPUtime=15.85 cores=4,6
/proc/34290/stat : 34290 (java) S 34287 34290 33895 0 -1 4194304 36580 0 0 0 1557 28 0 0 20 0 20 0 40001761 19521036288 211522 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
/proc/34290/statm: 4765878 211522 5487 1 0 555600 0
[pid=34290/tid=34292] ppid=34287 vsize=19063512 memory=174768 CPUtime=12.51 cores=4,6
/proc/34290/task/34292/stat : 34292 (java) R 34287 34290 33895 0 -1 4194368 8723 0 0 0 1229 22 0 0 20 0 20 0 40001763 19521036288 211522 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
[pid=34290/tid=34301] ppid=34287 vsize=19063512 memory=712968 CPUtime=0 cores=4,6
/proc/34290/task/34301/stat : 34301 (Finalizer) S 34287 34290 33895 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40001765 19521036288 211522 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
[pid=34290/tid=34308] ppid=34287 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/34290/task/34308/stat : 34308 (Common-Cleaner) S 34287 34290 33895 0 -1 4194368 30 0 0 0 0 0 0 0 20 0 20 0 40001765 19521036288 211522 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
[pid=34290/tid=34309] ppid=34287 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/34290/task/34309/stat : 34309 (Timer-0) S 34287 34290 33895 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40001782 19521036288 211522 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
Current children cumulated CPU time: 15.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 846088 KiB

[startup+25.5002 s]
/proc/loadavg: 2.71 1.73 2.54 6/320 34340
/proc/meminfo: memFree=124019320/131249996 swapFree=33010684/33010684
[pid=34290] ppid=34287 vsize=19063512 memory=1323472 CPUtime=28.7 cores=4,6
/proc/34290/stat : 34290 (java) S 34287 34290 33895 0 -1 4194304 43093 0 0 0 2826 44 0 0 20 0 20 0 40001761 19521036288 330868 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
/proc/34290/statm: 4765878 330868 5487 1 0 555600 0
[pid=34290/tid=34292] ppid=34287 vsize=19063512 memory=712968 CPUtime=25.23 cores=4,6
/proc/34290/task/34292/stat : 34292 (java) R 34287 34290 33895 0 -1 4194368 10262 0 0 0 2487 36 0 0 20 0 20 0 40001763 19521036288 330868 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
[pid=34290/tid=34301] ppid=34287 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/34290/task/34301/stat : 34301 (Finalizer) S 34287 34290 33895 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40001765 19521036288 330868 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
[pid=34290/tid=34308] ppid=34287 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/34290/task/34308/stat : 34308 (Common-Cleaner) S 34287 34290 33895 0 -1 4194368 30 0 0 0 0 0 0 0 20 0 20 0 40001765 19521036288 330868 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
[pid=34290/tid=34309] ppid=34287 vsize=19063512 memory=1005900 CPUtime=0 cores=4,6
/proc/34290/task/34309/stat : 34309 (Timer-0) S 34287 34290 33895 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40001782 19521036288 330868 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
Current children cumulated CPU time: 28.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1323472 KiB

[startup+51.1059 s]
/proc/loadavg: 3.21 1.93 2.58 5/344 34447
/proc/meminfo: memFree=122421760/131249996 swapFree=33010684/33010684
[pid=34290] ppid=34287 vsize=19063512 memory=1327568 CPUtime=54.24 cores=4,6
/proc/34290/stat : 34290 (java) S 34287 34290 33895 0 -1 4194304 46262 0 0 0 5366 58 0 0 20 0 20 0 40001761 19521036288 331892 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0

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

/proc/34290/task/34301/stat : 34301 (Finalizer) S 34287 34290 33895 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40001765 19521036288 541975 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
[pid=34290/tid=34308] ppid=34287 vsize=19063512 memory=1792 CPUtime=0 cores=4,6
/proc/34290/task/34308/stat : 34308 (Common-Cleaner) S 34287 34290 33895 0 -1 4194368 1465 0 0 0 0 0 0 0 20 0 20 0 40001765 19521036288 541975 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
[pid=34290/tid=34309] ppid=34287 vsize=19063512 memory=2167900 CPUtime=0 cores=4,6
/proc/34290/task/34309/stat : 34309 (Timer-0) S 34287 34290 33895 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40001782 19521036288 541975 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
Current children cumulated CPU time: 3214.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2167900 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.14 4.09 5/343 34634
/proc/meminfo: memFree=106324832/131249996 swapFree=33010684/33010684
[pid=34290] ppid=34287 vsize=19063512 memory=2170040 CPUtime=3274.58 cores=4,6
/proc/34290/stat : 34290 (java) S 34287 34290 33895 0 -1 4194304 96944 0 0 0 326742 716 0 0 20 0 20 0 40001761 19521036288 542510 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
/proc/34290/statm: 4765878 542510 5519 1 0 556963 0
[pid=34290/tid=34292] ppid=34287 vsize=19063512 memory=2170040 CPUtime=3261.96 cores=4,6
/proc/34290/task/34292/stat : 34292 (java) R 34287 34290 33895 0 -1 4194368 37967 0 0 0 325588 608 0 0 20 0 20 0 40001763 19521036288 542510 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
[pid=34290/tid=34301] ppid=34287 vsize=19063512 memory=2170040 CPUtime=0 cores=4,6
/proc/34290/task/34301/stat : 34301 (Finalizer) S 34287 34290 33895 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40001765 19521036288 542510 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
[pid=34290/tid=34308] ppid=34287 vsize=19063512 memory=2170040 CPUtime=0 cores=4,6
/proc/34290/task/34308/stat : 34308 (Common-Cleaner) S 34287 34290 33895 0 -1 4194368 1551 0 0 0 0 0 0 0 20 0 20 0 40001765 19521036288 542510 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
[pid=34290/tid=34309] ppid=34287 vsize=19063512 memory=2170040 CPUtime=0 cores=4,6
/proc/34290/task/34309/stat : 34309 (Timer-0) S 34287 34290 33895 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40001782 19521036288 542510 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
Current children cumulated CPU time: 3274.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2170040 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.14 4.09 5/342 34636
/proc/meminfo: memFree=106188612/131249996 swapFree=33010684/33010684
[pid=34290] ppid=34287 vsize=19063512 memory=2170040 CPUtime=3334.44 cores=4,6
/proc/34290/stat : 34290 (java) S 34287 34290 33895 0 -1 4194304 97684 0 0 0 332717 727 0 0 20 0 20 0 40001761 19521036288 542510 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
/proc/34290/statm: 4765878 542510 5519 1 0 556963 0
[pid=34290/tid=34292] ppid=34287 vsize=19063512 memory=2170040 CPUtime=3321.71 cores=4,6
/proc/34290/task/34292/stat : 34292 (java) R 34287 34290 33895 0 -1 4194368 38499 0 0 0 331553 618 0 0 20 0 20 0 40001763 19521036288 542510 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
[pid=34290/tid=34301] ppid=34287 vsize=19063512 memory=2170040 CPUtime=0 cores=4,6
/proc/34290/task/34301/stat : 34301 (Finalizer) S 34287 34290 33895 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40001765 19521036288 542510 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
[pid=34290/tid=34308] ppid=34287 vsize=19063512 memory=6888 CPUtime=0 cores=4,6
/proc/34290/task/34308/stat : 34308 (Common-Cleaner) S 34287 34290 33895 0 -1 4194368 1594 0 0 0 0 0 0 0 20 0 20 0 40001765 19521036288 542510 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
[pid=34290/tid=34309] ppid=34287 vsize=19063512 memory=14156 CPUtime=0 cores=4,6
/proc/34290/task/34309/stat : 34309 (Timer-0) S 34287 34290 33895 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40001782 19521036288 542510 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
Current children cumulated CPU time: 3334.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2170040 KiB

[startup+3402.3 s]
/proc/loadavg: 4.20 4.16 4.10 5/345 34646
/proc/meminfo: memFree=106023200/131249996 swapFree=33010684/33010684
[pid=34290] ppid=34287 vsize=19063512 memory=2170040 CPUtime=3394.2 cores=4,6
/proc/34290/stat : 34290 (java) S 34287 34290 33895 0 -1 4194304 97822 0 0 0 338680 740 0 0 20 0 20 0 40001761 19521036288 542510 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
/proc/34290/statm: 4765878 542510 5519 1 0 556963 0
[pid=34290/tid=34292] ppid=34287 vsize=19063512 memory=2170040 CPUtime=3381.4 cores=4,6
/proc/34290/task/34292/stat : 34292 (java) R 34287 34290 33895 0 -1 4194368 38581 0 0 0 337510 630 0 0 20 0 20 0 40001763 19521036288 542510 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
[pid=34290/tid=34301] ppid=34287 vsize=19063512 memory=14156 CPUtime=0 cores=4,6
/proc/34290/task/34301/stat : 34301 (Finalizer) S 34287 34290 33895 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40001765 19521036288 542510 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
[pid=34290/tid=34308] ppid=34287 vsize=19063512 memory=2170040 CPUtime=0 cores=4,6
/proc/34290/task/34308/stat : 34308 (Common-Cleaner) S 34287 34290 33895 0 -1 4194368 1595 0 0 0 0 0 0 0 20 0 20 0 40001765 19521036288 542510 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
[pid=34290/tid=34309] ppid=34287 vsize=19063512 memory=2170040 CPUtime=0 cores=4,6
/proc/34290/task/34309/stat : 34309 (Timer-0) S 34287 34290 33895 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40001782 19521036288 542510 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
Current children cumulated CPU time: 3394.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2170040 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.14 4.09 5/346 34651
/proc/meminfo: memFree=105901780/131249996 swapFree=33010684/33010684
[pid=34290] ppid=34287 vsize=19063512 memory=2170040 CPUtime=3454.04 cores=4,6
/proc/34290/stat : 34290 (java) S 34287 34290 33895 0 -1 4194304 97866 0 0 0 344653 751 0 0 20 0 20 0 40001761 19521036288 542510 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
/proc/34290/statm: 4765878 542510 5519 1 0 556963 0
[pid=34290/tid=34292] ppid=34287 vsize=19063512 memory=2170040 CPUtime=3441.03 cores=4,6
/proc/34290/task/34292/stat : 34292 (java) R 34287 34290 33895 0 -1 4194368 38588 0 0 0 343463 640 0 0 20 0 20 0 40001763 19521036288 542510 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
[pid=34290/tid=34301] ppid=34287 vsize=19063512 memory=2170040 CPUtime=0 cores=4,6
/proc/34290/task/34301/stat : 34301 (Finalizer) S 34287 34290 33895 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40001765 19521036288 542510 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
[pid=34290/tid=34308] ppid=34287 vsize=19063512 memory=19840 CPUtime=0 cores=4,6
/proc/34290/task/34308/stat : 34308 (Common-Cleaner) S 34287 34290 33895 0 -1 4194368 1595 0 0 0 0 0 0 0 20 0 20 0 40001765 19521036288 542510 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
[pid=34290/tid=34309] ppid=34287 vsize=19063512 memory=6452091056149259324 CPUtime=0 cores=4,6
/proc/34290/task/34309/stat : 34309 (Timer-0) S 34287 34290 33895 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40001782 19521036288 542510 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
Current children cumulated CPU time: 3454.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2170040 KiB

[startup+3522.3 s]
/proc/loadavg: 4.29 4.18 4.11 5/346 34653
/proc/meminfo: memFree=105780432/131249996 swapFree=33010684/33010684
[pid=34290] ppid=34287 vsize=19063512 memory=2170040 CPUtime=3513.82 cores=4,6
/proc/34290/stat : 34290 (java) S 34287 34290 33895 0 -1 4194304 98731 0 0 0 350622 760 0 0 20 0 20 0 40001761 19521036288 542510 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
/proc/34290/statm: 4765878 542510 5519 1 0 556963 0
[pid=34290/tid=34292] ppid=34287 vsize=19063512 memory=2170040 CPUtime=3500.79 cores=4,6
/proc/34290/task/34292/stat : 34292 (java) R 34287 34290 33895 0 -1 4194368 39412 0 0 0 349431 648 0 0 20 0 20 0 40001763 19521036288 542510 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
[pid=34290/tid=34301] ppid=34287 vsize=19063512 memory=2170040 CPUtime=0 cores=4,6
/proc/34290/task/34301/stat : 34301 (Finalizer) S 34287 34290 33895 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40001765 19521036288 542510 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
[pid=34290/tid=34308] ppid=34287 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/34290/task/34308/stat : 34308 (Common-Cleaner) S 34287 34290 33895 0 -1 4194368 1595 0 0 0 0 0 0 0 20 0 20 0 40001765 19521036288 542510 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
[pid=34290/tid=34309] ppid=34287 vsize=19063512 memory=14156 CPUtime=0 cores=4,6
/proc/34290/task/34309/stat : 34309 (Timer-0) S 34287 34290 33895 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40001782 19521036288 542510 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
Current children cumulated CPU time: 3513.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2170040 KiB

[startup+3582.3 s]
/proc/loadavg: 4.46 4.25 4.13 5/346 34655
/proc/meminfo: memFree=105662752/131249996 swapFree=33010684/33010684
[pid=34290] ppid=34287 vsize=19063512 memory=2170040 CPUtime=3573.64 cores=4,6
/proc/34290/stat : 34290 (java) S 34287 34290 33895 0 -1 4194304 99658 0 0 0 356596 768 0 0 20 0 20 0 40001761 19521036288 542510 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
/proc/34290/statm: 4765878 542510 5519 1 0 556963 0
[pid=34290/tid=34292] ppid=34287 vsize=19063512 memory=2170040 CPUtime=3560.46 cores=4,6
/proc/34290/task/34292/stat : 34292 (java) R 34287 34290 33895 0 -1 4194368 40009 0 0 0 355391 655 0 0 20 0 20 0 40001763 19521036288 542510 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
[pid=34290/tid=34301] ppid=34287 vsize=19063512 memory=14156 CPUtime=0 cores=4,6
/proc/34290/task/34301/stat : 34301 (Finalizer) S 34287 34290 33895 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40001765 19521036288 542510 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
[pid=34290/tid=34308] ppid=34287 vsize=19063512 memory=14156 CPUtime=0 cores=4,6
/proc/34290/task/34308/stat : 34308 (Common-Cleaner) S 34287 34290 33895 0 -1 4194368 1674 0 0 0 0 0 0 0 20 0 20 0 40001765 19521036288 542510 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
[pid=34290/tid=34309] ppid=34287 vsize=19063512 memory=14156 CPUtime=0 cores=4,6
/proc/34290/task/34309/stat : 34309 (Timer-0) S 34287 34290 33895 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40001782 19521036288 542510 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
Current children cumulated CPU time: 3573.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2170040 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.8 s]
/proc/loadavg: 4.71 4.33 4.16 4/321 34690
/proc/meminfo: memFree=112100408/131249996 swapFree=33010684/33010684
[pid=34290] ppid=34287 vsize=19063512 memory=2170040 CPUtime=3600.03 cores=4,6
/proc/34290/stat : 34290 (java) S 34287 34290 33895 0 -1 4194304 100402 0 0 0 359227 776 0 0 20 0 20 0 40001761 19521036288 542510 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
/proc/34290/statm: 4765878 542510 5519 1 0 556963 0
[pid=34290/tid=34292] ppid=34287 vsize=19063512 memory=4252 CPUtime=3586.76 cores=4,6
/proc/34290/task/34292/stat : 34292 (java) R 34287 34290 33895 0 -1 4194368 40432 0 0 0 358014 662 0 0 20 0 20 0 40001763 19521036288 542510 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
[pid=34290/tid=34301] ppid=34287 vsize=19063512 memory=-6000919476951345260 CPUtime=0 cores=4,6
/proc/34290/task/34301/stat : 34301 (Finalizer) S 34287 34290 33895 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40001765 19521036288 542510 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
[pid=34290/tid=34308] ppid=34287 vsize=19063512 memory=245635481903 CPUtime=0 cores=4,6
/proc/34290/task/34308/stat : 34308 (Common-Cleaner) S 34287 34290 33895 0 -1 4194368 1738 0 0 0 0 0 0 0 20 0 20 0 40001765 19521036288 542510 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
[pid=34290/tid=34309] ppid=34287 vsize=19063512 memory=2170040 CPUtime=0 cores=4,6
/proc/34290/task/34309/stat : 34309 (Timer-0) S 34287 34290 33895 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40001782 19521036288 542510 18446744073709551615 94101859717120 94101859720816 140733236600080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94101859728632 94101859729424 94101864439808 140733236607280 140733236607462 140733236607462 140733236613064 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2170040 KiB

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

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

# cumulated CPU time of all completed processes:  user=3592.39 s, system=7.77682 s

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

[startup+3608.91 s]*
/proc/loadavg: 4.58 4.31 4.16 4/303 34693
/proc/meminfo: memFree=114004028/131249996 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3608.91
CPU time (s): 3600.17
CPU user time (s): 3592.39
CPU system time (s): 7.77682
CPU usage (%): 99.7578
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2170040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.39
system time used= 7.77682
maximum resident set size= 2171064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 102991
page faults= 0
swaps= 0
block input operations= 0
block output operations= 6640976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109484
involuntary context switches= 7891


# summary of solver processes directly reported to runsolver:
#   pid: 34290
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3592.39
#   total CPU system time (s): 7.77682

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.80377 second user time and 17.9409 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-06-30 02:27:19
IDJOB=4517155
IDBENCH=176020
IDSOLVER=3364
FILE ID=nodeC023/4517155-1751243239
RUNJOBID= nodeC023-1751243212-33906
SLURM_JOB_ID= 9587740
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/equalities/array_diag/normalized-13array_diag_greater.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4517155-1751243239/watcher-4517155-1751243239 -o /tmp/evaluation-result-4517155-1751243239/solver-4517155-1751243239 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751243212-33906 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4517155-1751243239 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4517155-1751243239.opb

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

MD5SUM BENCH= 4323600963088835cdc761a0340acac9
RANDOM SEED=1287208413

nodeC023 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.432
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.78
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.884
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.78
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		: 3501.265
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.78
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.704
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.78
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.864
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.78
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		: 3586.022
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.78
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		: 3330.217
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.883
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        127034496 kB
MemAvailable:   128994712 kB
Buffers:            3280 kB
Cached:          2763584 kB
SwapCached:            0 kB
Active:          1160496 kB
Inactive:        2458464 kB
Active(anon):     870232 kB
Inactive(anon):        0 kB
Active(file):     290264 kB
Inactive(file):  2458464 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             64904 kB
Writeback:             0 kB
AnonPages:        855628 kB
Mapped:           122904 kB
Shmem:             18064 kB
KReclaimable:     101452 kB
Slab:             190920 kB
SReclaimable:     101452 kB
SUnreclaim:        89468 kB
KernelStack:        5248 kB
PageTables:         5328 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7072560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151416 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    641024 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:      197332 kB
DirectMap2M:     9011200 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC023 at 2025-06-30 03:27:28