Trace number 4517154

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.22 3605.21

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.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/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.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4517154-1751242997.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  no objective function found
0.13/0.19	c ... done. Wall clock time 0.059s.
0.13/0.19	c declared #vars     897
0.13/0.19	c #constraints  1288
0.13/0.19	c constraints type 
0.13/0.19	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 494
0.13/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 625
0.13/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 169
0.13/0.19	c 1288 constraints processed.
1.55/0.97	c cleaning 2498 clauses out of 5001 with flag 26812/5001
2.58/1.89	c cleaning 4247 clauses out of 8502 with flag 61161/11000
4.06/3.17	c cleaning 5620 clauses out of 11255 with flag 108718/18000
5.94/4.85	c cleaning 6815 clauses out of 13636 with flag 172581/26001
8.44/7.13	c cleaning 7909 clauses out of 15820 with flag 269873/35000
10.74/9.45	c cleaning 8951 clauses out of 17911 with flag 365640/45000
13.63/12.20	c cleaning 9976 clauses out of 19960 with flag 489753/56000
16.43/15.01	c cleaning 10987 clauses out of 21984 with flag 634485/68000
19.52/18.18	c cleaning 11996 clauses out of 23997 with flag 825767/81000
23.21/21.86	c cleaning 12997 clauses out of 26002 with flag 1021929/95001
26.93/25.58	c cleaning 13995 clauses out of 28004 with flag 1219133/110000
31.21/29.81	c cleaning 14998 clauses out of 30010 with flag 1503291/126001
35.03/33.65	c cleaning 16000 clauses out of 32013 with flag 1723489/143002
38.64/37.28	c cleaning 16998 clauses out of 34012 with flag 1916462/161001
44.26/42.89	c cleaning 18000 clauses out of 36013 with flag 2283211/180000
49.75/48.38	c cleaning 19003 clauses out of 38013 with flag 2590591/200000
56.24/54.86	c cleaning 20000 clauses out of 40011 with flag 2956002/221001
62.86/61.43	c cleaning 20998 clauses out of 42010 with flag 3303489/243000
69.24/67.83	c cleaning 22000 clauses out of 44013 with flag 3662280/266001
76.31/74.86	c cleaning 22996 clauses out of 46013 with flag 4145374/290001
83.29/81.85	c cleaning 24001 clauses out of 48017 with flag 4504502/315001
91.37/89.95	c cleaning 25001 clauses out of 50015 with flag 4950897/341000
99.89/98.42	c cleaning 26002 clauses out of 52015 with flag 5476451/368001
110.76/109.38	c cleaning 26998 clauses out of 54013 with flag 6041653/396001
121.08/119.68	c cleaning 28001 clauses out of 56014 with flag 6562430/425000
133.26/131.82	c cleaning 29000 clauses out of 58013 with flag 7243934/455000
146.48/145.02	c cleaning 30004 clauses out of 60014 with flag 7910552/486001
159.14/157.74	c cleaning 30999 clauses out of 62010 with flag 8611815/518001
173.01/171.62	c cleaning 31999 clauses out of 64011 with flag 9436524/551001
187.61/186.25	c cleaning 32998 clauses out of 66011 with flag 10215601/585000
203.32/201.93	c cleaning 34002 clauses out of 68013 with flag 10941220/620000
220.69/219.39	c cleaning 35000 clauses out of 70011 with flag 11792189/656000
236.08/234.74	c cleaning 35997 clauses out of 72011 with flag 12436557/693000
249.85/248.52	c cleaning 37001 clauses out of 74015 with flag 13024861/731001
265.94/264.63	c cleaning 37997 clauses out of 76014 with flag 13785712/770001
282.99/281.72	c cleaning 39005 clauses out of 78016 with flag 14757464/810000
301.78/300.59	c cleaning 40005 clauses out of 80012 with flag 15727908/851001
320.35/319.14	c cleaning 41002 clauses out of 82007 with flag 16529909/893001
342.64/341.47	c cleaning 41996 clauses out of 84004 with flag 17562491/936000
363.18/362.01	c cleaning 43000 clauses out of 86009 with flag 18453100/980001
384.97/383.80	c cleaning 43996 clauses out of 88009 with flag 19331791/1025001
404.73/403.65	c cleaning 44998 clauses out of 90013 with flag 20213941/1071001
434.34/433.25	c cleaning 46003 clauses out of 92015 with flag 21294969/1118001
461.77/460.73	c cleaning 47000 clauses out of 94011 with flag 22289019/1166000
494.50/493.51	c cleaning 48001 clauses out of 96012 with flag 23357413/1215001
517.39/516.44	c cleaning 48999 clauses out of 98011 with flag 24245875/1265001
546.73/545.90	c cleaning 50000 clauses out of 100011 with flag 25371742/1316000
572.96/572.08	c cleaning 51001 clauses out of 102012 with flag 26261985/1368001
601.90/601.09	c cleaning 51995 clauses out of 104010 with flag 27305674/1421000
642.60/641.84	c cleaning 52999 clauses out of 106015 with flag 28440252/1475000
684.27/683.32	c cleaning 54007 clauses out of 108017 with flag 29738845/1530001
718.60/717.79	c cleaning 54999 clauses out of 110010 with flag 30978881/1586001
756.12/755.33	c cleaning 56002 clauses out of 112011 with flag 32257299/1643001
785.59/784.82	c cleaning 57001 clauses out of 114009 with flag 33388699/1701001
824.10/823.42	c cleaning 57993 clauses out of 116008 with flag 34484707/1760001
873.70/873.16	c cleaning 59002 clauses out of 118015 with flag 35913786/1820001
921.67/921.17	c cleaning 59999 clauses out of 120012 with flag 37323690/1881000
969.57/969.12	c cleaning 61000 clauses out of 122013 with flag 38732008/1943000
1019.05/1018.71	c cleaning 61998 clauses out of 124013 with flag 40101845/2006000
1071.24/1071.10	c cleaning 63001 clauses out of 126015 with flag 41682905/2070000
1134.96/1134.86	c cleaning 63999 clauses out of 128015 with flag 43056429/2135001
1188.35/1188.37	c cleaning 65004 clauses out of 130016 with flag 44540184/2201001
1236.94/1237.03	c cleaning 66001 clauses out of 132011 with flag 46043270/2268000
1313.18/1313.46	c cleaning 66995 clauses out of 134010 with flag 47945663/2336000
1379.48/1379.86	c cleaning 67999 clauses out of 136015 with flag 49603320/2405000
1459.20/1459.72	c cleaning 69007 clauses out of 138017 with flag 51309214/2475001
1521.96/1522.65	c cleaning 69996 clauses out of 140010 with flag 52842376/2546001
1589.41/1590.22	c cleaning 71000 clauses out of 142013 with flag 54239038/2618000
1665.05/1666.02	c cleaning 72001 clauses out of 144014 with flag 55605484/2691001
1764.62/1765.75	c cleaning 72999 clauses out of 146012 with flag 57315851/2765000
1861.71/1863.08	c cleaning 73999 clauses out of 148014 with flag 59025346/2840001
1973.86/1975.45	c cleaning 75001 clauses out of 150015 with flag 60927778/2916001
2072.35/2074.16	c cleaning 76001 clauses out of 152014 with flag 62772315/2993001
2175.92/2177.90	c cleaning 76995 clauses out of 154012 with flag 64392199/3071000
2272.18/2274.40	c cleaning 78001 clauses out of 156018 with flag 66093407/3150001
2369.27/2371.65	c cleaning 79008 clauses out of 158017 with flag 68423244/3230001
2451.59/2454.17	c cleaning 79995 clauses out of 160008 with flag 70491883/3311000
2562.24/2565.01	c cleaning 81000 clauses out of 162013 with flag 72494051/3393000
2678.27/2681.23	c cleaning 81995 clauses out of 164014 with flag 74504806/3476001
2803.68/2806.99	c cleaning 83004 clauses out of 166019 with flag 76791531/3560001
2921.47/2925.09	c cleaning 83998 clauses out of 168014 with flag 79153832/3645000
3040.15/3044.08	c cleaning 85001 clauses out of 170016 with flag 81408663/3731000
3134.19/3138.37	c cleaning 86003 clauses out of 172016 with flag 83297806/3818001
3254.90/3259.20	c cleaning 86999 clauses out of 174013 with flag 85252668/3906001
3332.43/3336.97	c cleaning 88005 clauses out of 176014 with flag 87002979/3995001
3479.52/3484.30	c cleaning 89000 clauses out of 178008 with flag 89139029/4085000
3600.07/3605.12	c timeout
3600.07/3605.13	c starts		: 1826
3600.07/3605.13	c conflicts		: 4159613
3600.07/3605.13	c decisions		: 4219517
3600.07/3605.13	c propagations		: 1245710625
3600.07/3605.13	c inspects		: 39639951489
3600.07/3605.13	c shortcuts		: 0
3600.07/3605.13	c learnt literals	: 0
3600.07/3605.13	c learnt binary clauses	: 174
3600.07/3605.13	c learnt ternary clauses	: 326
3600.07/3605.13	c learnt constraints	: 4159613
3600.07/3605.13	c ignored constraints	: 0
3600.07/3605.13	c root simplifications	: 0
3600.07/3605.13	c removed literals (reason simplification)	: 308988669
3600.07/3605.13	c reason swapping (by a shorter reason)	: 0
3600.07/3605.13	c Calls to reduceDB	: 86
3600.07/3605.13	c Number of update (reduction) of LBD	: 78141
3600.07/3605.13	c Imported unit clauses	: 0
3600.07/3605.13	c No decision after first conflict	: false
3600.07/3605.14	c number of reductions to clauses (during analyze)	: 0
3600.07/3605.14	c number of learned constraints concerned by reduction	: 0
3600.07/3605.14	c number of learning phase by resolution	: 0
3600.07/3605.14	c number of learning phase by cutting planes	: 0
3600.07/3605.14	c number of rounding to 1 operations	: 0
3600.07/3605.14	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3605.14	c number of reductions of the coefficients by power 2 	: 0
3600.07/3605.14	c number of right shift for reduction by power 2 	: 0
3600.07/3605.14	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3605.14	c number of ending skipping 	: 0
3600.07/3605.14	c number of internal skipping 	: 0
3600.07/3605.14	c number of derivation steps 	: 0
3600.07/3605.14	c number of skipped derivation steps 	: 0
3600.07/3605.14	c number of remaining unassigned 	: 0
3600.07/3605.14	c number of remaining assigned 	: 0
3600.07/3605.14	c number of falsified literals weakened from reason	: 0
3600.07/3605.14	c number of falsified literals weakened from conflict	: 0
3600.07/3605.14	c time for arithmetic operations	: 0
3600.07/3605.14	c minimum degree of deleted constraints	: null
3600.07/3605.14	c maximum degree of deleted constraints	: null
3600.07/3605.14	c number of deleted constraints	: 0
3600.07/3605.14	c speed (assignments/second)	: 345555.9736539743
3600.07/3605.14	c non guided choices	: 25
3600.07/3605.19	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 163447
3600.07/3605.19	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 174
3600.07/3605.20	s UNKNOWN
3600.07/3605.20	c Total wall clock time (in seconds): 3605.068

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4517154-1751242997/watcher-4517154-1751242997 -o /tmp/evaluation-result-4517154-1751242997/solver-4517154-1751242997 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751242972-32478 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4517154-1751242997.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing 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=32855, runsolver pid=32852
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 2.11 1.32 1.80 6/340 32873
/proc/meminfo: memFree=129636672/131249996 swapFree=33010684/33010684
[pid=32855] ppid=32852 vsize=18930384 memory=57748 CPUtime=0.13 cores=1,3
/proc/32855/stat : 32855 (java) S 32852 32855 32466 0 -1 4194304 6577 0 0 0 11 2 0 0 20 0 18 0 39978317 19384713216 14437 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
/proc/32855/statm: 4732596 14437 5335 1 0 547620 0
[pid=32855/tid=32857] ppid=32852 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/32855/task/32857/stat : 32857 (java) R 32852 32855 32466 0 -1 4194368 5066 0 0 0 6 1 0 0 20 0 18 0 39978319 19384713216 14437 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
[pid=32855/tid=32866] ppid=32852 vsize=18930384 memory=241407623509 CPUtime=0 cores=1,3
/proc/32855/task/32866/stat : 32866 (Finalizer) S 32852 32855 32466 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39978321 19384713216 14437 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
[pid=32855/tid=32873] ppid=32852 vsize=18930384 memory=61784027576291 CPUtime=0 cores=1,3
/proc/32855/task/32873/stat : 32873 (Common-Cleaner) S 32852 32855 32466 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 39978321 19384713216 14437 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57748 KiB

[startup+0.205823 s]*
/proc/loadavg: 2.11 1.32 1.80 8/341 32874
/proc/meminfo: memFree=129632640/131249996 swapFree=33010684/33010684
[pid=32855] ppid=32852 vsize=18996948 memory=64604 CPUtime=0.33 cores=1,3
/proc/32855/stat : 32855 (java) S 32852 32855 32466 0 -1 4194304 7174 0 0 0 30 3 0 0 20 0 19 0 39978317 19452874752 16151 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
/proc/32855/statm: 4749237 16151 5431 1 0 548323 0
[pid=32855/tid=32857] ppid=32852 vsize=18996948 memory=4026597660 CPUtime=0.17 cores=1,3
/proc/32855/task/32857/stat : 32857 (java) R 32852 32855 32466 0 -1 4194368 5309 0 0 0 15 2 0 0 20 0 19 0 39978319 19452874752 16151 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
[pid=32855/tid=32866] ppid=32852 vsize=18996948 memory=13937 CPUtime=0 cores=1,3
/proc/32855/task/32866/stat : 32866 (Finalizer) S 32852 32855 32466 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39978321 19452874752 16151 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
[pid=32855/tid=32873] ppid=32852 vsize=18996948 memory=60684515935208 CPUtime=0 cores=1,3
/proc/32855/task/32873/stat : 32873 (Common-Cleaner) S 32852 32855 32466 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 39978321 19452874752 16151 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
[pid=32855/tid=32874] ppid=32852 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/32855/task/32874/stat : 32874 (java) R 32852 32855 32466 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 39978337 19452874752 16151 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 64604 KiB

[startup+0.305756 s]*
/proc/loadavg: 2.11 1.32 1.80 7/341 32874
/proc/meminfo: memFree=129628860/131249996 swapFree=33010684/33010684
[pid=32855] ppid=32852 vsize=18996948 memory=69016 CPUtime=0.52 cores=1,3
/proc/32855/stat : 32855 (java) S 32852 32855 32466 0 -1 4194304 9394 0 0 0 49 3 0 0 20 0 19 0 39978317 19452874752 17254 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
/proc/32855/statm: 4749237 17254 5431 1 0 549338 0
[pid=32855/tid=32857] ppid=32852 vsize=18996948 memory=-6000919498476120684 CPUtime=0.26 cores=1,3
/proc/32855/task/32857/stat : 32857 (java) R 32852 32855 32466 0 -1 4194368 5323 0 0 0 24 2 0 0 20 0 19 0 39978319 19452874752 17254 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
[pid=32855/tid=32866] ppid=32852 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/32855/task/32866/stat : 32866 (Finalizer) S 32852 32855 32466 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39978321 19452874752 17254 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
[pid=32855/tid=32873] ppid=32852 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/32855/task/32873/stat : 32873 (Common-Cleaner) S 32852 32855 32466 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 39978321 19452874752 17254 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
[pid=32855/tid=32874] ppid=32852 vsize=18997440 memory=0 CPUtime=0 cores=1,3
/proc/32855/task/32874/stat : 32874 (Timer-0) S 32852 32855 32466 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39978337 19453378560 17254 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 69016 KiB

[startup+0.700227 s]
/proc/loadavg: 2.11 1.32 1.80 6/341 32874
/proc/meminfo: memFree=129616952/131249996 swapFree=33010684/33010684
[pid=32855] ppid=32852 vsize=18996948 memory=83732 CPUtime=1.27 cores=1,3
/proc/32855/stat : 32855 (java) S 32852 32855 32466 0 -1 4194304 13419 0 0 0 123 4 0 0 20 0 19 0 39978317 19452874752 20933 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
/proc/32855/statm: 4749237 20933 5463 1 0 551887 0
[pid=32855/tid=32857] ppid=32852 vsize=18996948 memory=17408 CPUtime=0.63 cores=1,3
/proc/32855/task/32857/stat : 32857 (java) R 32852 32855 32466 0 -1 4194368 5331 0 0 0 61 2 0 0 20 0 19 0 39978319 19452874752 20933 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
[pid=32855/tid=32866] ppid=32852 vsize=18996948 memory=11136 CPUtime=0 cores=1,3
/proc/32855/task/32866/stat : 32866 (Finalizer) S 32852 32855 32466 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39978321 19452874752 20933 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
[pid=32855/tid=32873] ppid=32852 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/32855/task/32873/stat : 32873 (Common-Cleaner) S 32852 32855 32466 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 39978321 19452874752 20933 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
[pid=32855/tid=32874] ppid=32852 vsize=18996948 memory=4496 CPUtime=0 cores=1,3
/proc/32855/task/32874/stat : 32874 (Timer-0) S 32852 32855 32466 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39978337 19452874752 20933 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 83732 KiB

[startup+1.5002 s]
/proc/loadavg: 2.11 1.32 1.80 5/341 32874
/proc/meminfo: memFree=129603744/131249996 swapFree=33010684/33010684
[pid=32855] ppid=32852 vsize=18996948 memory=93624 CPUtime=2.27 cores=1,3
/proc/32855/stat : 32855 (java) S 32852 32855 32466 0 -1 4194304 15597 0 0 0 223 4 0 0 20 0 19 0 39978317 19452874752 23406 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
/proc/32855/statm: 4749237 23406 5463 1 0 552246 0
[pid=32855/tid=32857] ppid=32852 vsize=18996948 memory=0 CPUtime=1.42 cores=1,3
/proc/32855/task/32857/stat : 32857 (java) R 32852 32855 32466 0 -1 4194368 5458 0 0 0 140 2 0 0 20 0 19 0 39978319 19452874752 23406 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
[pid=32855/tid=32866] ppid=32852 vsize=18996948 memory=11136 CPUtime=0 cores=1,3
/proc/32855/task/32866/stat : 32866 (Finalizer) S 32852 32855 32466 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39978321 19452874752 23406 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
[pid=32855/tid=32873] ppid=32852 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/32855/task/32873/stat : 32873 (Common-Cleaner) S 32852 32855 32466 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 39978321 19452874752 23406 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
[pid=32855/tid=32874] ppid=32852 vsize=18996948 memory=4496 CPUtime=0 cores=1,3
/proc/32855/task/32874/stat : 32874 (Timer-0) S 32852 32855 32466 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39978337 19452874752 23406 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
Current children cumulated CPU time: 2.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 93624 KiB

[startup+3.10555 s]
/proc/loadavg: 2.26 1.37 1.81 5/341 32874
/proc/meminfo: memFree=129570640/131249996 swapFree=33010684/33010684
[pid=32855] ppid=32852 vsize=18996948 memory=111740 CPUtime=4.06 cores=1,3
/proc/32855/stat : 32855 (java) S 32852 32855 32466 0 -1 4194304 21915 0 0 0 401 5 0 0 20 0 19 0 39978317 19452874752 27935 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
/proc/32855/statm: 4749237 27935 5463 1 0 553150 0
[pid=32855/tid=32857] ppid=32852 vsize=18996948 memory=11136 CPUtime=3.02 cores=1,3
/proc/32855/task/32857/stat : 32857 (java) R 32852 32855 32466 0 -1 4194368 5881 0 0 0 299 3 0 0 20 0 19 0 39978319 19452874752 27935 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
[pid=32855/tid=32866] ppid=32852 vsize=18996948 memory=-6000919498476120684 CPUtime=0 cores=1,3
/proc/32855/task/32866/stat : 32866 (Finalizer) S 32852 32855 32466 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39978321 19452874752 27935 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
[pid=32855/tid=32873] ppid=32852 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/32855/task/32873/stat : 32873 (Common-Cleaner) S 32852 32855 32466 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 39978321 19452874752 27935 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
[pid=32855/tid=32874] ppid=32852 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/32855/task/32874/stat : 32874 (Timer-0) S 32852 32855 32466 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39978337 19452874752 27935 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
Current children cumulated CPU time: 4.06 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 111740 KiB

[startup+6.30015 s]
/proc/loadavg: 2.26 1.37 1.81 5/341 32874
/proc/meminfo: memFree=129495432/131249996 swapFree=33010684/33010684
[pid=32855] ppid=32852 vsize=18996948 memory=135480 CPUtime=7.64 cores=1,3
/proc/32855/stat : 32855 (java) S 32852 32855 32466 0 -1 4194304 24615 0 0 0 758 6 0 0 20 0 19 0 39978317 19452874752 33870 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
/proc/32855/statm: 4749237 33870 5463 1 0 553905 0
[pid=32855/tid=32857] ppid=32852 vsize=18996948 memory=0 CPUtime=6.21 cores=1,3
/proc/32855/task/32857/stat : 32857 (java) R 32852 32855 32466 0 -1 4194368 6072 0 0 0 618 3 0 0 20 0 19 0 39978319 19452874752 33870 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
[pid=32855/tid=32866] ppid=32852 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/32855/task/32866/stat : 32866 (Finalizer) S 32852 32855 32466 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39978321 19452874752 33870 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
[pid=32855/tid=32873] ppid=32852 vsize=18996948 memory=11136 CPUtime=0 cores=1,3
/proc/32855/task/32873/stat : 32873 (Common-Cleaner) S 32852 32855 32466 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 39978321 19452874752 33870 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
[pid=32855/tid=32874] ppid=32852 vsize=18996948 memory=14572 CPUtime=0 cores=1,3
/proc/32855/task/32874/stat : 32874 (Timer-0) S 32852 32855 32466 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39978337 19452874752 33870 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
Current children cumulated CPU time: 7.64 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 135480 KiB

[startup+12.7002 s]
/proc/loadavg: 2.53 1.45 1.83 5/342 32875
/proc/meminfo: memFree=129434248/131249996 swapFree=33010684/33010684
[pid=32855] ppid=32852 vsize=18996948 memory=162432 CPUtime=14.13 cores=1,3
/proc/32855/stat : 32855 (java) S 32852 32855 32466 0 -1 4194304 29154 0 0 0 1405 8 0 0 20 0 19 0 39978317 19452874752 40608 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
/proc/32855/statm: 4749237 40608 5463 1 0 553905 0
[pid=32855/tid=32857] ppid=32852 vsize=18996948 memory=11136 CPUtime=12.59 cores=1,3
/proc/32855/task/32857/stat : 32857 (java) R 32852 32855 32466 0 -1 4194368 7329 0 0 0 1255 4 0 0 20 0 19 0 39978319 19452874752 40608 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
[pid=32855/tid=32866] ppid=32852 vsize=18996948 memory=156288 CPUtime=0 cores=1,3
/proc/32855/task/32866/stat : 32866 (Finalizer) S 32852 32855 32466 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39978321 19452874752 40608 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
[pid=32855/tid=32873] ppid=32852 vsize=18996948 memory=-6000919498476120684 CPUtime=0 cores=1,3
/proc/32855/task/32873/stat : 32873 (Common-Cleaner) S 32852 32855 32466 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 39978321 19452874752 40608 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
[pid=32855/tid=32874] ppid=32852 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/32855/task/32874/stat : 32874 (Timer-0) S 32852 32855 32466 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39978337 19452874752 40608 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
Current children cumulated CPU time: 14.13 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 162432 KiB

[startup+25.5002 s]
/proc/loadavg: 2.90 1.57 1.87 5/341 33006
/proc/meminfo: memFree=129562972/131249996 swapFree=33010684/33010684
[pid=32855] ppid=32852 vsize=19063512 memory=183432 CPUtime=26.93 cores=1,3
/proc/32855/stat : 32855 (java) S 32852 32855 32466 0 -1 4194304 32803 0 0 0 2684 9 0 0 20 0 20 0 39978317 19521036288 45858 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
/proc/32855/statm: 4765878 45858 5463 1 0 554210 0
[pid=32855/tid=32857] ppid=32852 vsize=19063512 memory=156288 CPUtime=25.33 cores=1,3
/proc/32855/task/32857/stat : 32857 (java) R 32852 32855 32466 0 -1 4194368 7929 0 0 0 2529 4 0 0 20 0 20 0 39978319 19521036288 45858 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
[pid=32855/tid=32866] ppid=32852 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/32855/task/32866/stat : 32866 (Finalizer) S 32852 32855 32466 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39978321 19521036288 45858 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
[pid=32855/tid=32873] ppid=32852 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/32855/task/32873/stat : 32873 (Common-Cleaner) S 32852 32855 32466 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 39978321 19521036288 45858 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
[pid=32855/tid=32874] ppid=32852 vsize=19063512 memory=11136 CPUtime=0 cores=1,3
/proc/32855/task/32874/stat : 32874 (Timer-0) S 32852 32855 32466 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39978337 19521036288 45858 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
Current children cumulated CPU time: 26.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 183432 KiB

[startup+51.1058 s]
/proc/loadavg: 3.35 1.78 1.93 5/343 33009
/proc/meminfo: memFree=129080912/131249996 swapFree=33010684/33010684
[pid=32855] ppid=32852 vsize=19063512 memory=224752 CPUtime=52.55 cores=1,3
/proc/32855/stat : 32855 (java) S 32852 32855 32466 0 -1 4194304 33502 0 0 0 5245 10 0 0 20 0 20 0 39978317 19521036288 56188 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
/proc/32855/statm: 4765878 56188 5495 1 0 554210 0

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

/proc/meminfo: memFree=122999536/131249996 swapFree=33010684/33010684
[pid=32855] ppid=32852 vsize=19063512 memory=1664064 CPUtime=3277.95 cores=1,3
/proc/32855/stat : 32855 (java) S 32852 32855 32466 0 -1 4194304 65429 0 0 0 327696 99 0 0 20 0 20 0 39978317 19521036288 416016 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
/proc/32855/statm: 4765878 416016 5527 1 0 556040 0
[pid=32855/tid=32857] ppid=32852 vsize=19063512 memory=7150664657694400020 CPUtime=3272.17 cores=1,3
/proc/32855/task/32857/stat : 32857 (java) R 32852 32855 32466 0 -1 4194368 22631 0 0 0 327210 7 0 0 20 0 20 0 39978319 19521036288 416016 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
[pid=32855/tid=32866] ppid=32852 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/32855/task/32866/stat : 32866 (Finalizer) S 32852 32855 32466 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39978321 19521036288 416016 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
[pid=32855/tid=32873] ppid=32852 vsize=19063512 memory=17408 CPUtime=0 cores=1,3
/proc/32855/task/32873/stat : 32873 (Common-Cleaner) S 32852 32855 32466 0 -1 4194368 632 0 0 0 0 0 0 0 20 0 20 0 39978321 19521036288 416016 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
[pid=32855/tid=32874] ppid=32852 vsize=19063512 memory=-6000919498476120684 CPUtime=0 cores=1,3
/proc/32855/task/32874/stat : 32874 (Timer-0) S 32852 32855 32466 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39978337 19521036288 416016 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
Current children cumulated CPU time: 3277.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1664064 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.09 4.03 5/340 33188
/proc/meminfo: memFree=122991448/131249996 swapFree=33010684/33010684
[pid=32855] ppid=32852 vsize=19063512 memory=1664064 CPUtime=3337.82 cores=1,3
/proc/32855/stat : 32855 (java) S 32852 32855 32466 0 -1 4194304 65527 0 0 0 333682 100 0 0 20 0 20 0 39978317 19521036288 416016 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
/proc/32855/statm: 4765878 416016 5527 1 0 556040 0
[pid=32855/tid=32857] ppid=32852 vsize=19063512 memory=1664064 CPUtime=3332.02 cores=1,3
/proc/32855/task/32857/stat : 32857 (java) R 32852 32855 32466 0 -1 4194368 22696 0 0 0 333195 7 0 0 20 0 20 0 39978319 19521036288 416016 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
[pid=32855/tid=32866] ppid=32852 vsize=19063512 memory=14572 CPUtime=0 cores=1,3
/proc/32855/task/32866/stat : 32866 (Finalizer) S 32852 32855 32466 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39978321 19521036288 416016 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
[pid=32855/tid=32873] ppid=32852 vsize=19063512 memory=1664064 CPUtime=0 cores=1,3
/proc/32855/task/32873/stat : 32873 (Common-Cleaner) S 32852 32855 32466 0 -1 4194368 639 0 0 0 0 0 0 0 20 0 20 0 39978321 19521036288 416016 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
[pid=32855/tid=32874] ppid=32852 vsize=19063512 memory=1664064 CPUtime=0 cores=1,3
/proc/32855/task/32874/stat : 32874 (Timer-0) S 32852 32855 32466 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39978337 19521036288 416016 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
Current children cumulated CPU time: 3337.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1664064 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.09 4.03 5/341 33192
/proc/meminfo: memFree=122974060/131249996 swapFree=33010684/33010684
[pid=32855] ppid=32852 vsize=19063512 memory=1664064 CPUtime=3397.69 cores=1,3
/proc/32855/stat : 32855 (java) S 32852 32855 32466 0 -1 4194304 65565 0 0 0 339667 102 0 0 20 0 20 0 39978317 19521036288 416016 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
/proc/32855/statm: 4765878 416016 5527 1 0 556040 0
[pid=32855/tid=32857] ppid=32852 vsize=19063512 memory=1664064 CPUtime=3391.87 cores=1,3
/proc/32855/task/32857/stat : 32857 (java) R 32852 32855 32466 0 -1 4194368 22716 0 0 0 339180 7 0 0 20 0 20 0 39978319 19521036288 416016 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
[pid=32855/tid=32866] ppid=32852 vsize=19063512 memory=1664064 CPUtime=0 cores=1,3
/proc/32855/task/32866/stat : 32866 (Finalizer) S 32852 32855 32466 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39978321 19521036288 416016 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
[pid=32855/tid=32873] ppid=32852 vsize=19063512 memory=1664064 CPUtime=0 cores=1,3
/proc/32855/task/32873/stat : 32873 (Common-Cleaner) S 32852 32855 32466 0 -1 4194368 639 0 0 0 0 0 0 0 20 0 20 0 39978321 19521036288 416016 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
[pid=32855/tid=32874] ppid=32852 vsize=19063512 memory=-6000919498476120684 CPUtime=0 cores=1,3
/proc/32855/task/32874/stat : 32874 (Timer-0) S 32852 32855 32466 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39978337 19521036288 416016 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
Current children cumulated CPU time: 3397.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1664064 KiB

[startup+3462.3 s]
/proc/loadavg: 4.23 4.12 4.05 5/341 33196
/proc/meminfo: memFree=122973464/131249996 swapFree=33010684/33010684
[pid=32855] ppid=32852 vsize=19063512 memory=1664064 CPUtime=3457.57 cores=1,3
/proc/32855/stat : 32855 (java) S 32852 32855 32466 0 -1 4194304 65611 0 0 0 345654 103 0 0 20 0 20 0 39978317 19521036288 416016 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
/proc/32855/statm: 4765878 416016 5527 1 0 556040 0
[pid=32855/tid=32857] ppid=32852 vsize=19063512 memory=1664064 CPUtime=3451.72 cores=1,3
/proc/32855/task/32857/stat : 32857 (java) R 32852 32855 32466 0 -1 4194368 22736 0 0 0 345165 7 0 0 20 0 20 0 39978319 19521036288 416016 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
[pid=32855/tid=32866] ppid=32852 vsize=19063512 memory=1664064 CPUtime=0 cores=1,3
/proc/32855/task/32866/stat : 32866 (Finalizer) S 32852 32855 32466 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39978321 19521036288 416016 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
[pid=32855/tid=32873] ppid=32852 vsize=19063512 memory=1664064 CPUtime=0 cores=1,3
/proc/32855/task/32873/stat : 32873 (Common-Cleaner) S 32852 32855 32466 0 -1 4194368 639 0 0 0 0 0 0 0 20 0 20 0 39978321 19521036288 416016 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
[pid=32855/tid=32874] ppid=32852 vsize=19063512 memory=-6000919498476120684 CPUtime=0 cores=1,3
/proc/32855/task/32874/stat : 32874 (Timer-0) S 32852 32855 32466 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39978337 19521036288 416016 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
Current children cumulated CPU time: 3457.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1664064 KiB

[startup+3522.3 s]
/proc/loadavg: 4.34 4.18 4.07 5/341 33198
/proc/meminfo: memFree=122815808/131249996 swapFree=33010684/33010684
[pid=32855] ppid=32852 vsize=19063512 memory=1664064 CPUtime=3517.44 cores=1,3
/proc/32855/stat : 32855 (java) S 32852 32855 32466 0 -1 4194304 65958 0 0 0 351640 104 0 0 20 0 20 0 39978317 19521036288 416016 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
/proc/32855/statm: 4765878 416016 5527 1 0 556040 0
[pid=32855/tid=32857] ppid=32852 vsize=19063512 memory=1664064 CPUtime=3511.57 cores=1,3
/proc/32855/task/32857/stat : 32857 (java) R 32852 32855 32466 0 -1 4194368 23058 0 0 0 351150 7 0 0 20 0 20 0 39978319 19521036288 416016 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
[pid=32855/tid=32866] ppid=32852 vsize=19063512 memory=1664064 CPUtime=0 cores=1,3
/proc/32855/task/32866/stat : 32866 (Finalizer) S 32852 32855 32466 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39978321 19521036288 416016 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
[pid=32855/tid=32873] ppid=32852 vsize=19063512 memory=17408 CPUtime=0 cores=1,3
/proc/32855/task/32873/stat : 32873 (Common-Cleaner) S 32852 32855 32466 0 -1 4194368 639 0 0 0 0 0 0 0 20 0 20 0 39978321 19521036288 416016 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
[pid=32855/tid=32874] ppid=32852 vsize=19063512 memory=4496 CPUtime=0 cores=1,3
/proc/32855/task/32874/stat : 32874 (Timer-0) S 32852 32855 32466 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39978337 19521036288 416016 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
Current children cumulated CPU time: 3517.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1664064 KiB

[startup+3582.3 s]
/proc/loadavg: 4.17 4.16 4.07 5/341 33200
/proc/meminfo: memFree=122815672/131249996 swapFree=33010684/33010684
[pid=32855] ppid=32852 vsize=19063512 memory=1664064 CPUtime=3577.31 cores=1,3
/proc/32855/stat : 32855 (java) S 32852 32855 32466 0 -1 4194304 66449 0 0 0 357626 105 0 0 20 0 20 0 39978317 19521036288 416016 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
/proc/32855/statm: 4765878 416016 5527 1 0 556041 0
[pid=32855/tid=32857] ppid=32852 vsize=19063512 memory=1664064 CPUtime=3571.42 cores=1,3
/proc/32855/task/32857/stat : 32857 (java) R 32852 32855 32466 0 -1 4194368 23478 0 0 0 357135 7 0 0 20 0 20 0 39978319 19521036288 416016 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
[pid=32855/tid=32866] ppid=32852 vsize=19063512 memory=1664064 CPUtime=0 cores=1,3
/proc/32855/task/32866/stat : 32866 (Finalizer) S 32852 32855 32466 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39978321 19521036288 416016 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
[pid=32855/tid=32873] ppid=32852 vsize=19063512 memory=1664064 CPUtime=0 cores=1,3
/proc/32855/task/32873/stat : 32873 (Common-Cleaner) S 32852 32855 32466 0 -1 4194368 656 0 0 0 0 0 0 0 20 0 20 0 39978321 19521036288 416016 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
[pid=32855/tid=32874] ppid=32852 vsize=19063512 memory=1792 CPUtime=0 cores=1,3
/proc/32855/task/32874/stat : 32874 (Timer-0) S 32852 32855 32466 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39978337 19521036288 416016 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
Current children cumulated CPU time: 3577.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1664064 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3605.11 s]
/proc/loadavg: 4.10 4.15 4.07 4/316 33236
/proc/meminfo: memFree=124672804/131249996 swapFree=33010684/33010684
[pid=32855] ppid=32852 vsize=19063512 memory=1664064 CPUtime=3600.07 cores=1,3
/proc/32855/stat : 32855 (java) S 32852 32855 32466 0 -1 4194304 66473 0 0 0 359901 106 0 0 20 0 20 0 39978317 19521036288 416016 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
/proc/32855/statm: 4765878 416016 5527 1 0 556041 0
[pid=32855/tid=32857] ppid=32852 vsize=19063512 memory=1792 CPUtime=3594.17 cores=1,3
/proc/32855/task/32857/stat : 32857 (java) R 32852 32855 32466 0 -1 4194368 23492 0 0 0 359410 7 0 0 20 0 20 0 39978319 19521036288 416016 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
[pid=32855/tid=32866] ppid=32852 vsize=19063512 memory=17408 CPUtime=0 cores=1,3
/proc/32855/task/32866/stat : 32866 (Finalizer) S 32852 32855 32466 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39978321 19521036288 416016 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
[pid=32855/tid=32873] ppid=32852 vsize=19063512 memory=-6000919498476120684 CPUtime=0 cores=1,3
/proc/32855/task/32873/stat : 32873 (Common-Cleaner) S 32852 32855 32466 0 -1 4194368 656 0 0 0 0 0 0 0 20 0 20 0 39978321 19521036288 416016 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
[pid=32855/tid=32874] ppid=32852 vsize=19063512 memory=11136 CPUtime=0 cores=1,3
/proc/32855/task/32874/stat : 32874 (Timer-0) S 32852 32855 32466 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39978337 19521036288 416016 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1664064 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.15 s, system=1.07093 s

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

[startup+3605.11 s]
/proc/loadavg: 4.10 4.15 4.07 4/316 33236
/proc/meminfo: memFree=124672804/131249996 swapFree=33010684/33010684
[pid=32855] ppid=32852 vsize=19063512 memory=1664064 CPUtime=3600.07 cores=1,3
/proc/32855/stat : 32855 (java) S 32852 32855 32466 0 -1 4194304 66473 0 0 0 359901 106 0 0 20 0 20 0 39978317 19521036288 416016 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
/proc/32855/statm: 4765878 416016 5527 1 0 556041 0
[pid=32855/tid=32857] ppid=32852 vsize=19063512 memory=1792 CPUtime=3594.17 cores=1,3
/proc/32855/task/32857/stat : 32857 (java) R 32852 32855 32466 0 -1 4194368 23492 0 0 0 359410 7 0 0 20 0 20 0 39978319 19521036288 416016 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
[pid=32855/tid=32866] ppid=32852 vsize=19063512 memory=17408 CPUtime=0 cores=1,3
/proc/32855/task/32866/stat : 32866 (Finalizer) S 32852 32855 32466 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39978321 19521036288 416016 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
[pid=32855/tid=32873] ppid=32852 vsize=19063512 memory=-6000919498476120684 CPUtime=0 cores=1,3
/proc/32855/task/32873/stat : 32873 (Common-Cleaner) S 32852 32855 32466 0 -1 4194368 656 0 0 0 0 0 0 0 20 0 20 0 39978321 19521036288 416016 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
[pid=32855/tid=32874] ppid=32852 vsize=19063512 memory=11136 CPUtime=0 cores=1,3
/proc/32855/task/32874/stat : 32874 (Timer-0) S 32852 32855 32466 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39978337 19521036288 416016 18446744073709551615 94154571698176 94154571701872 140737343010320 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94154571709688 94154571710480 94154604085248 140737343019393 140737343019494 140737343019494 140737343025096 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1664064 KiB

Child status: 143

Real time (s): 3605.21
CPU time (s): 3600.22
CPU user time (s): 3599.15
CPU system time (s): 1.07093
CPU usage (%): 99.8617
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 1664064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.15
system time used= 1.07093
maximum resident set size= 1664960
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68264
page faults= 0
swaps= 0
block input operations= 0
block output operations= 9400
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 103169
involuntary context switches= 2188


# summary of solver processes directly reported to runsolver:
#   pid: 32855
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3599.15
#   total CPU system time (s): 1.07093

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.81747 second user time and 16.9397 second system time

The end

Launcher Data

Begin job on nodeC032 at 2025-06-30 02:23:17
IDJOB=4517154
IDBENCH=176020
IDSOLVER=3363
FILE ID=nodeC032/4517154-1751242997
RUNJOBID= nodeC032-1751242972-32478
SLURM_JOB_ID= 9587739
Free space on /tmp= 432068 MiB

SOLVER NAME= Sat4j Resolution 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 -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4517154-1751242997/watcher-4517154-1751242997 -o /tmp/evaluation-result-4517154-1751242997/solver-4517154-1751242997 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751242972-32478 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4517154-1751242997.opb

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

MD5SUM BENCH= 4323600963088835cdc761a0340acac9
RANDOM SEED=1003861608

nodeC032 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.841
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.69
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.598
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.69
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		: 3600.796
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.69
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		: 3463.699
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.69
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.837
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.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129664840 kB
MemAvailable:   129367440 kB
Buffers:            3280 kB
Cached:           512088 kB
SwapCached:            0 kB
Active:           731256 kB
Inactive:         258884 kB
Active(anon):     492852 kB
Inactive(anon):        0 kB
Active(file):     238404 kB
Inactive(file):   258884 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4388 kB
Writeback:            12 kB
AnonPages:        477920 kB
Mapped:           122360 kB
Shmem:             18068 kB
KReclaimable:      89104 kB
Slab:             173924 kB
SReclaimable:      89104 kB
SUnreclaim:        84820 kB
KernelStack:        5280 kB
PageTables:         4500 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7062956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151416 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    284672 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:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432068 MiB
End job on nodeC032 at 2025-06-30 03:23:22