Trace number 4541574

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.26 3601.05

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
inequalities/OPB/ineq6/normalized-20array_ineq6.opb
MD5SUM3fc1fa6fafd20a9b1fe100c4dc12e1ea
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 benchmark72.4891
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2520
Total number of constraints3361
Number of constraints which are clauses2460
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints881
Minimum length of a constraint1
Maximum length of a constraint80
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 549755813888
Number of bits of the biggest number in a constraint 40
Biggest sum of numbers in a constraint 2199023255551
Number of bits of the biggest sum of numbers41
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.20	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.08/0.20	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.20	c See www.sat4j.org for details.
0.08/0.22	c version PB25.v20250606
0.25/0.25	c java.runtime.name	OpenJDK Runtime Environment
0.25/0.25	c java.vm.name		OpenJDK 64-Bit Server VM
0.25/0.25	c java.vm.version	22.0.1+8-16
0.25/0.25	c java.vm.vendor	Oracle Corporation
0.25/0.25	c sun.arch.data.model	64
0.25/0.25	c java.version		22.0.1
0.25/0.25	c os.name		Linux
0.25/0.25	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.25/0.25	c os.arch		amd64
0.25/0.26	c Free memory 		2104792832
0.25/0.26	c Max memory 		16282288128
0.25/0.26	c Total memory 		2113929216
0.25/0.27	c Number of processors 	2
0.41/0.37	c Pseudo Boolean Optimization by upper bound
0.41/0.37	c --- Begin Solver configuration ---
0.41/0.37	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.41/0.37	c Learn all clauses as in MiniSAT
0.41/0.37	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.41/0.37	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.41/0.37	c Expensive reason simplification
0.41/0.37	c Glucose 2.1 dynamic restart strategy
0.41/0.37	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.41/0.37	c timeout=2147483s
0.41/0.37	c DB Simplification allowed=false
0.41/0.37	c Listener: none
0.41/0.37	c --- End Solver configuration ---
0.41/0.38	c solving HOME/instance-4541574-1753209161.opb
0.41/0.38	c reading problem ... 
0.41/0.38	c  no objective function found
0.76/0.61	c ... done. Wall clock time 0.225s.
0.76/0.61	c declared #vars     2520
0.76/0.61	c #constraints  4261
0.76/0.61	c constraints type 
0.76/0.61	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1458
0.76/0.61	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1483
0.76/0.61	c org.sat4j.specs.Constr$1 => 631
0.76/0.61	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 458
0.76/0.61	c org.sat4j.pb.constraints.pb.UnitClausePB => 231
0.76/0.61	c 4261 constraints processed.
3.57/2.12	c cleaning 2499 clauses out of 5000 with flag 24431/5000
4.54/2.93	c cleaning 4247 clauses out of 8502 with flag 60563/11001
5.96/3.91	c cleaning 5616 clauses out of 11255 with flag 137046/18001
8.13/5.55	c cleaning 6810 clauses out of 13638 with flag 219131/26000
10.03/7.48	c cleaning 7918 clauses out of 15835 with flag 288549/35007
12.26/9.53	c cleaning 8949 clauses out of 17912 with flag 372203/45002
14.68/11.81	c cleaning 9970 clauses out of 19961 with flag 478826/56000
17.48/14.67	c cleaning 10989 clauses out of 21991 with flag 595252/68000
19.39/16.51	c cleaning 11987 clauses out of 24002 with flag 711462/81000
23.09/20.23	c cleaning 13007 clauses out of 26015 with flag 882890/95000
26.55/23.69	c cleaning 14000 clauses out of 28009 with flag 1028931/110001
31.25/28.34	c cleaning 14996 clauses out of 30008 with flag 1182692/126000
36.02/33.06	c cleaning 16002 clauses out of 32012 with flag 1353066/143000
42.44/39.42	c cleaning 16999 clauses out of 34010 with flag 1541797/161000
48.32/45.32	c cleaning 18003 clauses out of 36014 with flag 1706233/180003
54.59/51.53	c cleaning 18997 clauses out of 38008 with flag 1902667/200000
61.19/58.15	c cleaning 19999 clauses out of 40014 with flag 2112339/221003
70.29/66.99	c cleaning 20996 clauses out of 42011 with flag 2345757/243000
80.85/77.59	c cleaning 21999 clauses out of 44017 with flag 2640755/266002
89.68/86.21	c cleaning 23001 clauses out of 46016 with flag 2885717/290000
101.15/97.74	c cleaning 24004 clauses out of 48017 with flag 3210746/315002
111.45/108.05	c cleaning 25003 clauses out of 50011 with flag 3522139/341000
125.64/122.23	c cleaning 26000 clauses out of 52009 with flag 3792602/368001
138.88/135.44	c cleaning 26993 clauses out of 54008 with flag 4136516/396000
151.25/147.80	c cleaning 28003 clauses out of 56016 with flag 4458569/425001
164.78/161.33	c cleaning 29001 clauses out of 58013 with flag 4818685/455001
177.57/174.17	c cleaning 29995 clauses out of 60012 with flag 5169126/486001
193.38/189.92	c cleaning 31007 clauses out of 62017 with flag 5528480/518001
210.92/207.46	c cleaning 31995 clauses out of 64010 with flag 5925087/551001
232.57/229.03	c cleaning 32998 clauses out of 66014 with flag 6419222/585000
252.62/249.14	c cleaning 34004 clauses out of 68017 with flag 6919122/620001
270.02/266.54	c cleaning 35003 clauses out of 70012 with flag 7265222/656000
292.52/289.06	c cleaning 36001 clauses out of 72009 with flag 7644086/693000
313.38/309.96	c cleaning 36999 clauses out of 74009 with flag 8055784/731001
331.18/327.70	c cleaning 37998 clauses out of 76009 with flag 8447140/770000
355.50/352.03	c cleaning 38999 clauses out of 78010 with flag 8917138/810000
384.83/381.43	c cleaning 39999 clauses out of 80011 with flag 9497452/851000
412.85/409.41	c cleaning 41000 clauses out of 82013 with flag 9969760/893001
437.30/433.98	c cleaning 42001 clauses out of 84014 with flag 10439984/936002
461.21/457.74	c cleaning 42999 clauses out of 86011 with flag 10862678/980000
491.71/488.20	c cleaning 43999 clauses out of 88013 with flag 11337449/1025001
524.84/521.42	c cleaning 44997 clauses out of 90013 with flag 11870230/1071000
560.33/556.95	c cleaning 45998 clauses out of 92016 with flag 12451528/1118000
589.37/586.05	c cleaning 47006 clauses out of 94019 with flag 12912393/1166001
629.41/626.16	c cleaning 48002 clauses out of 96013 with flag 13469363/1215001
670.61/667.37	c cleaning 49000 clauses out of 98010 with flag 14086934/1265000
710.42/707.20	c cleaning 49999 clauses out of 100010 with flag 14622656/1316000
748.26/745.09	c cleaning 51000 clauses out of 102012 with flag 15191984/1368001
808.42/805.28	c cleaning 52000 clauses out of 104012 with flag 15825568/1421001
857.55/854.33	c cleaning 53001 clauses out of 106013 with flag 16367483/1475002
903.16/900.06	c cleaning 53999 clauses out of 108011 with flag 16952999/1530001
955.71/952.69	c cleaning 54998 clauses out of 110012 with flag 17619689/1586001
1020.89/1017.94	c cleaning 55999 clauses out of 112014 with flag 18328394/1643001
1069.02/1066.10	c cleaning 56998 clauses out of 114015 with flag 18859851/1701001
1122.50/1119.67	c cleaning 58004 clauses out of 116017 with flag 19467550/1760001
1190.18/1187.11	c cleaning 58997 clauses out of 118013 with flag 20242035/1820001
1255.32/1252.45	c cleaning 60001 clauses out of 120015 with flag 20934232/1881000
1324.99/1322.37	c cleaning 61004 clauses out of 122014 with flag 21721379/1943000
1382.57/1380.04	c cleaning 61998 clauses out of 124010 with flag 22509156/2006000
1445.95/1443.42	c cleaning 62999 clauses out of 126012 with flag 23303264/2070001
1511.30/1508.99	c cleaning 64004 clauses out of 128013 with flag 23967515/2135001
1592.42/1590.21	c cleaning 65001 clauses out of 130009 with flag 24730995/2201001
1674.20/1672.09	c cleaning 66001 clauses out of 132009 with flag 25497354/2268002
1756.60/1754.64	c cleaning 66994 clauses out of 134006 with flag 26256327/2336000
1841.23/1839.30	c cleaning 68000 clauses out of 136013 with flag 26987766/2405001
1919.05/1917.30	c cleaning 68998 clauses out of 138013 with flag 27663685/2475001
2023.18/2021.63	c cleaning 69997 clauses out of 140014 with flag 28462495/2546000
2112.12/2110.78	c cleaning 71000 clauses out of 142018 with flag 29189935/2618001
2207.90/2206.68	c cleaning 72001 clauses out of 144018 with flag 30013352/2691001
2325.35/2324.08	c cleaning 73001 clauses out of 146017 with flag 30919659/2765001
2438.20/2437.13	c cleaning 74002 clauses out of 148015 with flag 31724539/2840000
2566.97/2566.14	c cleaning 74997 clauses out of 150014 with flag 32786151/2916001
2685.78/2685.23	c cleaning 76006 clauses out of 152017 with flag 33793817/2993001
2793.91/2793.30	c cleaning 77001 clauses out of 154011 with flag 34818403/3071001
2907.59/2907.22	c cleaning 78000 clauses out of 156011 with flag 35744273/3150002
3039.24/3039.10	c cleaning 79000 clauses out of 158010 with flag 36669123/3230001
3167.34/3167.42	c cleaning 80001 clauses out of 160010 with flag 37678087/3311001
3303.83/3304.18	c cleaning 80996 clauses out of 162009 with flag 38559378/3393001
3445.79/3446.47	c cleaning 82003 clauses out of 164012 with flag 39452261/3476000
3599.86/3600.72	c cleaning 82994 clauses out of 166010 with flag 40453625/3560001
3600.06/3600.92	c starts		: 6996
3600.06/3600.93	c conflicts		: 3560216
3600.06/3600.93	c decisions		: 3858190
3600.06/3600.93	c propagations		: 1723490865
3600.06/3600.93	c inspects		: 38463942065
3600.06/3600.93	c shortcuts		: 0
3600.06/3600.93	c learnt literals	: 3
3600.06/3600.93	c learnt binary clauses	: 605
3600.06/3600.93	c learnt ternary clauses	: 625
3600.06/3600.93	c learnt constraints	: 3560213
3600.06/3600.93	c ignored constraints	: 0
3600.06/3600.93	c root simplifications	: 0
3600.06/3600.93	c removed literals (reason simplification)	: 484118241
3600.06/3600.93	c reason swapping (by a shorter reason)	: 0
3600.06/3600.93	c Calls to reduceDB	: 80
3600.06/3600.93	c Number of update (reduction) of LBD	: 377912
3600.06/3600.94	c timeout
3600.06/3600.94	c Imported unit clauses	: 0
3600.06/3600.94	c No decision after first conflict	: false
3600.06/3600.94	c number of reductions to clauses (during analyze)	: 0
3600.06/3600.95	c number of learned constraints concerned by reduction	: 0
3600.06/3600.95	c number of learning phase by resolution	: 0
3600.06/3600.95	c number of learning phase by cutting planes	: 0
3600.06/3600.95	c number of rounding to 1 operations	: 0
3600.06/3600.95	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3600.95	c number of reductions of the coefficients by power 2 	: 0
3600.06/3600.95	c number of right shift for reduction by power 2 	: 0
3600.06/3600.95	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3600.95	c number of ending skipping 	: 0
3600.06/3600.95	c number of internal skipping 	: 0
3600.06/3600.95	c number of derivation steps 	: 0
3600.06/3600.95	c number of skipped derivation steps 	: 0
3600.06/3600.95	c number of remaining unassigned 	: 0
3600.06/3600.95	c number of remaining assigned 	: 0
3600.06/3600.95	c number of falsified literals weakened from reason	: 0
3600.06/3600.95	c number of falsified literals weakened from conflict	: 0
3600.06/3600.95	c time for arithmetic operations	: 0
3600.06/3600.95	c minimum degree of deleted constraints	: null
3600.06/3600.96	c maximum degree of deleted constraints	: null
3600.06/3600.96	c number of deleted constraints	: 0
3600.06/3600.96	c speed (assignments/second)	: 478702.38469210814
3600.06/3600.97	c non guided choices	: 22
3600.23/3601.02	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 82626
3600.23/3601.02	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 605
3600.23/3601.02	s UNKNOWN
3600.23/3601.02	c Total wall clock time (in seconds): 3600.645

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: 63794 MiB (62486 MiB free)
  memory of node 1: 64507 MiB (63603 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4541574-1753209161/watcher-4541574-1753209161 -o /tmp/evaluation-result-4541574-1753209161/solver-4541574-1753209161 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1753209161-195950 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4541574-1753209161.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 VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=196000, runsolver pid=195991

[startup+0.100067 s]*
/proc/loadavg: 1.38 2.64 4.67 15/317 196073
/proc/meminfo: memFree=129041556/131382112 swapFree=33010416/33010684
[pid=196000] ppid=195991 vsize=18930344 memory=45620 CPUtime=0.08 cores=4,6
/proc/196000/stat : 196000 (java) S 195991 196000 195934 0 -1 4194304 5478 0 1 0 5 3 0 0 20 0 18 0 236595787 19384672256 11405 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
/proc/196000/statm: 4732586 11405 4930 1 0 546712 0
[pid=196000/tid=196011] ppid=195991 vsize=18930344 memory=4026532124 CPUtime=0.06 cores=4,6
/proc/196000/task/196011/stat : 196011 (java) R 195991 196000 195934 0 -1 4194368 4591 0 1 0 4 2 0 0 20 0 18 0 236595790 19384672256 11405 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
[pid=196000/tid=196044] ppid=195991 vsize=18930344 memory=1707 CPUtime=0 cores=4,6
/proc/196000/task/196044/stat : 196044 (Finalizer) S 195991 196000 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 236595796 19384672256 11405 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
[pid=196000/tid=196058] ppid=195991 vsize=18930344 memory=56295059358712 CPUtime=0 cores=4,6
/proc/196000/task/196058/stat : 196058 (Common-Cleaner) S 195991 196000 195934 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 236595797 19384672256 11405 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 18930344 KiB
Current children cumulated memory: 45620 KiB

[startup+0.214302 s]*
/proc/loadavg: 1.38 2.64 4.67 6/321 196077
/proc/meminfo: memFree=129021308/131382112 swapFree=33010416/33010684
[pid=196000] ppid=195991 vsize=18930384 memory=51632 CPUtime=0.25 cores=4,6
/proc/196000/stat : 196000 (java) S 195991 196000 195934 0 -1 4194304 6144 0 1 0 21 4 0 0 20 0 18 0 236595787 19384713216 12908 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
/proc/196000/statm: 4732596 12908 5314 1 0 547212 0
[pid=196000/tid=196011] ppid=195991 vsize=18930384 memory=4026990876 CPUtime=0.15 cores=4,6
/proc/196000/task/196011/stat : 196011 (java) R 195991 196000 195934 0 -1 4194368 4985 0 1 0 13 2 0 0 20 0 18 0 236595790 19384713216 12908 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
[pid=196000/tid=196044] ppid=195991 vsize=18930384 memory=1707 CPUtime=0 cores=4,6
/proc/196000/task/196044/stat : 196044 (Finalizer) S 195991 196000 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 236595796 19384713216 12908 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
[pid=196000/tid=196058] ppid=195991 vsize=18930384 memory=56295059358712 CPUtime=0 cores=4,6
/proc/196000/task/196058/stat : 196058 (Common-Cleaner) S 195991 196000 195934 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 236595797 19384713216 12908 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51632 KiB

[startup+0.314808 s]*
/proc/loadavg: 1.83 2.71 4.68 11/321 196077
/proc/meminfo: memFree=128991580/131382112 swapFree=33010416/33010684
[pid=196000] ppid=195991 vsize=18930384 memory=57884 CPUtime=0.41 cores=4,6
/proc/196000/stat : 196000 (java) S 195991 196000 195934 0 -1 4194304 6672 0 1 0 36 5 0 0 20 0 18 0 236595787 19384713216 14471 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
/proc/196000/statm: 4732596 14471 5314 1 0 547680 0
[pid=196000/tid=196011] ppid=195991 vsize=18930384 memory=-8958892655456854716 CPUtime=0.24 cores=4,6
/proc/196000/task/196011/stat : 196011 (java) R 195991 196000 195934 0 -1 4194368 5151 0 1 0 21 3 0 0 20 0 18 0 236595790 19384713216 14471 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
[pid=196000/tid=196044] ppid=195991 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/196000/task/196044/stat : 196044 (Finalizer) S 195991 196000 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 236595796 19384713216 14471 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
[pid=196000/tid=196058] ppid=195991 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/196000/task/196058/stat : 196058 (Common-Cleaner) S 195991 196000 195934 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 236595797 19384713216 14471 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57884 KiB

[startup+0.700367 s]
/proc/loadavg: 1.83 2.71 4.68 13/321 196077
/proc/meminfo: memFree=128978032/131382112 swapFree=33010416/33010684
[pid=196000] ppid=195991 vsize=18996948 memory=70760 CPUtime=1.11 cores=4,6
/proc/196000/stat : 196000 (java) S 195991 196000 195934 0 -1 4194304 7249 0 1 0 104 7 0 0 20 0 19 0 236595787 19452874752 17690 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
/proc/196000/statm: 4749237 17690 5442 1 0 548275 0
[pid=196000/tid=196011] ppid=195991 vsize=18996948 memory=27392 CPUtime=0.57 cores=4,6
/proc/196000/task/196011/stat : 196011 (java) R 195991 196000 195934 0 -1 4194368 5366 0 1 0 53 4 0 0 20 0 19 0 236595790 19452874752 17690 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
[pid=196000/tid=196044] ppid=195991 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/196000/task/196044/stat : 196044 (Finalizer) S 195991 196000 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 236595796 19452874752 17690 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
[pid=196000/tid=196058] ppid=195991 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/196000/task/196058/stat : 196058 (Common-Cleaner) S 195991 196000 195934 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 236595797 19452874752 17690 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 70760 KiB

[startup+1.50027 s]
/proc/loadavg: 1.83 2.71 4.68 10/325 196081
/proc/meminfo: memFree=128897576/131382112 swapFree=33010416/33010684
[pid=196000] ppid=195991 vsize=18996948 memory=89988 CPUtime=2.68 cores=4,6
/proc/196000/stat : 196000 (java) S 195991 196000 195934 0 -1 4194304 15930 0 1 0 258 10 0 0 20 0 19 0 236595787 19452874752 22497 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
/proc/196000/statm: 4749237 22497 5442 1 0 551419 0
[pid=196000/tid=196011] ppid=195991 vsize=18996948 memory=3200 CPUtime=1.34 cores=4,6
/proc/196000/task/196011/stat : 196011 (java) R 195991 196000 195934 0 -1 4194368 5606 0 1 0 129 5 0 0 20 0 19 0 236595790 19452874752 22497 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
[pid=196000/tid=196044] ppid=195991 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/196000/task/196044/stat : 196044 (Finalizer) S 195991 196000 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 236595796 19452874752 22497 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
[pid=196000/tid=196058] ppid=195991 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/196000/task/196058/stat : 196058 (Common-Cleaner) S 195991 196000 195934 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 236595797 19452874752 22497 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
[pid=196000/tid=196078] ppid=195991 vsize=18996948 memory=16688 CPUtime=0 cores=4,6
/proc/196000/task/196078/stat : 196078 (Timer-0) S 195991 196000 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 236595849 19452874752 22497 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
Current children cumulated CPU time: 2.68 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 89988 KiB

[startup+3.11689 s]
/proc/loadavg: 1.83 2.71 4.68 8/325 196081
/proc/meminfo: memFree=128803224/131382112 swapFree=33010416/33010684
[pid=196000] ppid=195991 vsize=18996948 memory=102332 CPUtime=4.93 cores=4,6
/proc/196000/stat : 196000 (java) S 195991 196000 195934 0 -1 4194304 19119 0 1 0 482 11 0 0 20 0 19 0 236595787 19452874752 25583 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
/proc/196000/statm: 4749237 25583 5442 1 0 551692 0
[pid=196000/tid=196011] ppid=195991 vsize=18996948 memory=16688 CPUtime=2.92 cores=4,6
/proc/196000/task/196011/stat : 196011 (java) R 195991 196000 195934 0 -1 4194368 6667 0 1 0 287 5 0 0 20 0 19 0 236595790 19452874752 25583 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
[pid=196000/tid=196044] ppid=195991 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/196000/task/196044/stat : 196044 (Finalizer) S 195991 196000 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 236595796 19452874752 25583 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
[pid=196000/tid=196058] ppid=195991 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/196000/task/196058/stat : 196058 (Common-Cleaner) S 195991 196000 195934 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 236595797 19452874752 25583 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
[pid=196000/tid=196078] ppid=195991 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/196000/task/196078/stat : 196078 (Timer-0) S 195991 196000 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 236595849 19452874752 25583 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
Current children cumulated CPU time: 4.93 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 102332 KiB

[startup+6.30034 s]
/proc/loadavg: 2.01 2.73 4.68 6/325 196081
/proc/meminfo: memFree=128666644/131382112 swapFree=33010416/33010684
[pid=196000] ppid=195991 vsize=18996948 memory=128608 CPUtime=8.92 cores=4,6
/proc/196000/stat : 196000 (java) S 195991 196000 195934 0 -1 4194304 28985 0 1 0 878 14 0 0 20 0 19 0 236595787 19452874752 32152 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
/proc/196000/statm: 4749237 32152 5442 1 0 553833 0
[pid=196000/tid=196011] ppid=195991 vsize=18996948 memory=0 CPUtime=6.09 cores=4,6
/proc/196000/task/196011/stat : 196011 (java) R 195991 196000 195934 0 -1 4194368 7333 0 1 0 603 6 0 0 20 0 19 0 236595790 19452874752 32152 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
[pid=196000/tid=196044] ppid=195991 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/196000/task/196044/stat : 196044 (Finalizer) S 195991 196000 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 236595796 19452874752 32152 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
[pid=196000/tid=196058] ppid=195991 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/196000/task/196058/stat : 196058 (Common-Cleaner) S 195991 196000 195934 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 236595797 19452874752 32152 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
[pid=196000/tid=196078] ppid=195991 vsize=18996948 memory=89988 CPUtime=0 cores=4,6
/proc/196000/task/196078/stat : 196078 (Timer-0) S 195991 196000 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 236595849 19452874752 32152 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
Current children cumulated CPU time: 8.92 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 128608 KiB

[startup+12.7004 s]
/proc/loadavg: 2.17 2.75 4.67 6/329 196086
/proc/meminfo: memFree=128510608/131382112 swapFree=33010416/33010684
[pid=196000] ppid=195991 vsize=19063512 memory=182416 CPUtime=15.58 cores=4,6
/proc/196000/stat : 196000 (java) S 195991 196000 195934 0 -1 4194304 33563 0 1 0 1542 16 0 0 20 0 20 0 236595787 19521036288 45604 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
/proc/196000/statm: 4765878 45604 5474 1 0 554122 0
[pid=196000/tid=196011] ppid=195991 vsize=19063512 memory=89988 CPUtime=12.4 cores=4,6
/proc/196000/task/196011/stat : 196011 (java) R 195991 196000 195934 0 -1 4194368 8029 0 1 0 1233 7 0 0 20 0 20 0 236595790 19521036288 45604 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
[pid=196000/tid=196044] ppid=195991 vsize=19063512 memory=182416 CPUtime=0 cores=4,6
/proc/196000/task/196044/stat : 196044 (Finalizer) S 195991 196000 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236595796 19521036288 45604 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
[pid=196000/tid=196058] ppid=195991 vsize=19063512 memory=16688 CPUtime=0 cores=4,6
/proc/196000/task/196058/stat : 196058 (Common-Cleaner) S 195991 196000 195934 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 20 0 236595797 19521036288 45604 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
[pid=196000/tid=196078] ppid=195991 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/196000/task/196078/stat : 196078 (Timer-0) S 195991 196000 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236595849 19521036288 45604 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
Current children cumulated CPU time: 15.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 182416 KiB

[startup+25.5004 s]
/proc/loadavg: 2.53 2.81 4.67 6/329 196086
/proc/meminfo: memFree=128323324/131382112 swapFree=33010416/33010684
[pid=196000] ppid=195991 vsize=19063512 memory=221736 CPUtime=28.44 cores=4,6
/proc/196000/stat : 196000 (java) S 195991 196000 195934 0 -1 4194304 34728 0 1 0 2826 18 0 0 20 0 20 0 236595787 19521036288 55434 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
/proc/196000/statm: 4765878 55434 5506 1 0 554122 0
[pid=196000/tid=196011] ppid=195991 vsize=19063512 memory=182416 CPUtime=25.11 cores=4,6
/proc/196000/task/196011/stat : 196011 (java) R 195991 196000 195934 0 -1 4194368 8453 0 1 0 2504 7 0 0 20 0 20 0 236595790 19521036288 55434 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
[pid=196000/tid=196044] ppid=195991 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/196000/task/196044/stat : 196044 (Finalizer) S 195991 196000 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236595796 19521036288 55434 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
[pid=196000/tid=196058] ppid=195991 vsize=19063512 memory=16688 CPUtime=0 cores=4,6
/proc/196000/task/196058/stat : 196058 (Common-Cleaner) S 195991 196000 195934 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 20 0 236595797 19521036288 55434 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
[pid=196000/tid=196078] ppid=195991 vsize=19063512 memory=221736 CPUtime=0 cores=4,6
/proc/196000/task/196078/stat : 196078 (Timer-0) S 195991 196000 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236595849 19521036288 55434 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
Current children cumulated CPU time: 28.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 221736 KiB

[startup+51.113 s]
/proc/loadavg: 3.11 2.93 4.65 6/329 196086
/proc/meminfo: memFree=127797840/131382112 swapFree=33010416/33010684
[pid=196000] ppid=195991 vsize=19063512 memory=340864 CPUtime=54.2 cores=4,6
/proc/196000/stat : 196000 (java) S 195991 196000 195934 0 -1 4194304 35711 0 1 0 5397 23 0 0 20 0 20 0 236595787 19521036288 85216 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
/proc/196000/statm: 4765878 85216 5506 1 0 554122 0
[pid=196000/tid=196011] ppid=195991 vsize=19063512 memory=275192 CPUtime=50.37 cores=4,6
/proc/196000/task/196011/stat : 196011 (java) R 195991 196000 195934 0 -1 4194368 8556 0 1 0 5030 7 0 0 20 0 20 0 236595790 19521036288 85216 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
[pid=196000/tid=196044] ppid=195991 vsize=19063512 memory=182416 CPUtime=0 cores=4,6
/proc/196000/task/196044/stat : 196044 (Finalizer) S 195991 196000 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236595796 19521036288 85216 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
[pid=196000/tid=196058] ppid=195991 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/196000/task/196058/stat : 196058 (Common-Cleaner) S 195991 196000 195934 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 20 0 236595797 19521036288 85216 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
[pid=196000/tid=196078] ppid=195991 vsize=19063512 memory=275192 CPUtime=0 cores=4,6

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

/proc/meminfo: memFree=117276596/131382112 swapFree=33010416/33010684
[pid=196000] ppid=195991 vsize=19063512 memory=1789968 CPUtime=3282.06 cores=4,6
/proc/196000/stat : 196000 (java) S 195991 196000 195934 0 -1 4194304 78424 0 1 0 328009 197 0 0 20 0 20 0 236595787 19521036288 447492 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
/proc/196000/statm: 4765878 447492 5506 1 0 555363 0
[pid=196000/tid=196011] ppid=195991 vsize=19063512 memory=1789968 CPUtime=3267.45 cores=4,6
/proc/196000/task/196011/stat : 196011 (java) R 195991 196000 195934 0 -1 4194368 27706 0 1 0 326731 14 0 0 20 0 20 0 236595790 19521036288 447492 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
[pid=196000/tid=196044] ppid=195991 vsize=19063512 memory=1789968 CPUtime=0 cores=4,6
/proc/196000/task/196044/stat : 196044 (Finalizer) S 195991 196000 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236595796 19521036288 447492 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
[pid=196000/tid=196058] ppid=195991 vsize=19063512 memory=-9103007843532710588 CPUtime=0 cores=4,6
/proc/196000/task/196058/stat : 196058 (Common-Cleaner) S 195991 196000 195934 0 -1 4194368 860 0 0 0 0 0 0 0 20 0 20 0 236595797 19521036288 447492 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
[pid=196000/tid=196078] ppid=195991 vsize=19063512 memory=1789968 CPUtime=0 cores=4,6
/proc/196000/task/196078/stat : 196078 (Timer-0) S 195991 196000 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236595849 19521036288 447492 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
Current children cumulated CPU time: 3282.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1789968 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.12 4.10 6/325 196252
/proc/meminfo: memFree=117268308/131382112 swapFree=33010416/33010684
[pid=196000] ppid=195991 vsize=19063512 memory=1789968 CPUtime=3341.92 cores=4,6
/proc/196000/stat : 196000 (java) S 195991 196000 195934 0 -1 4194304 79003 0 1 0 333992 200 0 0 20 0 20 0 236595787 19521036288 447492 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
/proc/196000/statm: 4765878 447492 5506 1 0 555363 0
[pid=196000/tid=196011] ppid=195991 vsize=19063512 memory=1789968 CPUtime=3327.27 cores=4,6
/proc/196000/task/196011/stat : 196011 (java) R 195991 196000 195934 0 -1 4194368 28244 0 1 0 332713 14 0 0 20 0 20 0 236595790 19521036288 447492 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
[pid=196000/tid=196044] ppid=195991 vsize=19063512 memory=1789968 CPUtime=0 cores=4,6
/proc/196000/task/196044/stat : 196044 (Finalizer) S 195991 196000 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236595796 19521036288 447492 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
[pid=196000/tid=196058] ppid=195991 vsize=19063512 memory=16688 CPUtime=0 cores=4,6
/proc/196000/task/196058/stat : 196058 (Common-Cleaner) S 195991 196000 195934 0 -1 4194368 860 0 0 0 0 0 0 0 20 0 20 0 236595797 19521036288 447492 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
[pid=196000/tid=196078] ppid=195991 vsize=19063512 memory=1789968 CPUtime=0 cores=4,6
/proc/196000/task/196078/stat : 196078 (Timer-0) S 195991 196000 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236595849 19521036288 447492 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
Current children cumulated CPU time: 3341.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1789968 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.11 4.10 6/325 196254
/proc/meminfo: memFree=117063308/131382112 swapFree=33010416/33010684
[pid=196000] ppid=195991 vsize=19063512 memory=1789968 CPUtime=3401.78 cores=4,6
/proc/196000/stat : 196000 (java) S 195991 196000 195934 0 -1 4194304 79106 0 1 0 339975 203 0 0 20 0 20 0 236595787 19521036288 447492 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
/proc/196000/statm: 4765878 447492 5506 1 0 555363 0
[pid=196000/tid=196011] ppid=195991 vsize=19063512 memory=1789968 CPUtime=3387.08 cores=4,6
/proc/196000/task/196011/stat : 196011 (java) R 195991 196000 195934 0 -1 4194368 28305 0 1 0 338694 14 0 0 20 0 20 0 236595790 19521036288 447492 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
[pid=196000/tid=196044] ppid=195991 vsize=19063512 memory=1789968 CPUtime=0 cores=4,6
/proc/196000/task/196044/stat : 196044 (Finalizer) S 195991 196000 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236595796 19521036288 447492 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
[pid=196000/tid=196058] ppid=195991 vsize=19063512 memory=1789968 CPUtime=0 cores=4,6
/proc/196000/task/196058/stat : 196058 (Common-Cleaner) S 195991 196000 195934 0 -1 4194368 895 0 0 0 0 0 0 0 20 0 20 0 236595797 19521036288 447492 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
[pid=196000/tid=196078] ppid=195991 vsize=19063512 memory=1789968 CPUtime=0 cores=4,6
/proc/196000/task/196078/stat : 196078 (Timer-0) S 195991 196000 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236595849 19521036288 447492 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
Current children cumulated CPU time: 3401.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1789968 KiB

[startup+3462.3 s]
/proc/loadavg: 4.16 4.12 4.10 6/325 196256
/proc/meminfo: memFree=117016044/131382112 swapFree=33010416/33010684
[pid=196000] ppid=195991 vsize=19063512 memory=1789968 CPUtime=3461.76 cores=4,6
/proc/196000/stat : 196000 (java) S 195991 196000 195934 0 -1 4194304 79440 0 1 0 345970 206 0 0 20 0 20 0 236595787 19521036288 447492 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
/proc/196000/statm: 4765878 447492 5506 1 0 555364 0
[pid=196000/tid=196011] ppid=195991 vsize=19063512 memory=1789968 CPUtime=3446.81 cores=4,6
/proc/196000/task/196011/stat : 196011 (java) R 195991 196000 195934 0 -1 4194368 28428 0 1 0 344667 14 0 0 20 0 20 0 236595790 19521036288 447492 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
[pid=196000/tid=196044] ppid=195991 vsize=19063512 memory=2432 CPUtime=0 cores=4,6
/proc/196000/task/196044/stat : 196044 (Finalizer) S 195991 196000 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236595796 19521036288 447492 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
[pid=196000/tid=196058] ppid=195991 vsize=19063512 memory=16688 CPUtime=0 cores=4,6
/proc/196000/task/196058/stat : 196058 (Common-Cleaner) S 195991 196000 195934 0 -1 4194368 895 0 0 0 0 0 0 0 20 0 20 0 236595797 19521036288 447492 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
[pid=196000/tid=196078] ppid=195991 vsize=19063512 memory=1789968 CPUtime=0 cores=4,6
/proc/196000/task/196078/stat : 196078 (Timer-0) S 195991 196000 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236595849 19521036288 447492 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
Current children cumulated CPU time: 3461.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1789968 KiB

[startup+3522.3 s]
/proc/loadavg: 4.60 4.23 4.13 6/325 196258
/proc/meminfo: memFree=116966296/131382112 swapFree=33010416/33010684
[pid=196000] ppid=195991 vsize=19063512 memory=1789968 CPUtime=3521.63 cores=4,6
/proc/196000/stat : 196000 (java) S 195991 196000 195934 0 -1 4194304 79973 0 1 0 351955 208 0 0 20 0 20 0 236595787 19521036288 447492 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
/proc/196000/statm: 4765878 447492 5506 1 0 555364 0
[pid=196000/tid=196011] ppid=195991 vsize=19063512 memory=1789968 CPUtime=3506.65 cores=4,6
/proc/196000/task/196011/stat : 196011 (java) R 195991 196000 195934 0 -1 4194368 28937 0 1 0 350651 14 0 0 20 0 20 0 236595790 19521036288 447492 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
[pid=196000/tid=196044] ppid=195991 vsize=19063512 memory=1789968 CPUtime=0 cores=4,6
/proc/196000/task/196044/stat : 196044 (Finalizer) S 195991 196000 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236595796 19521036288 447492 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
[pid=196000/tid=196058] ppid=195991 vsize=19063512 memory=16688 CPUtime=0 cores=4,6
/proc/196000/task/196058/stat : 196058 (Common-Cleaner) S 195991 196000 195934 0 -1 4194368 895 0 0 0 0 0 0 0 20 0 20 0 236595797 19521036288 447492 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
[pid=196000/tid=196078] ppid=195991 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/196000/task/196078/stat : 196078 (Timer-0) S 195991 196000 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236595849 19521036288 447492 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
Current children cumulated CPU time: 3521.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1789968 KiB

[startup+3582.3 s]
/proc/loadavg: 5.40 4.54 4.25 6/325 196260
/proc/meminfo: memFree=116848332/131382112 swapFree=33010416/33010684
[pid=196000] ppid=195991 vsize=19063512 memory=1789968 CPUtime=3581.51 cores=4,6
/proc/196000/stat : 196000 (java) S 195991 196000 195934 0 -1 4194304 80385 0 1 0 357941 210 0 0 20 0 20 0 236595787 19521036288 447492 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
/proc/196000/statm: 4765878 447492 5506 1 0 555364 0
[pid=196000/tid=196011] ppid=195991 vsize=19063512 memory=10752 CPUtime=3566.48 cores=4,6
/proc/196000/task/196011/stat : 196011 (java) R 195991 196000 195934 0 -1 4194368 29309 0 1 0 356634 14 0 0 20 0 20 0 236595790 19521036288 447492 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
[pid=196000/tid=196044] ppid=195991 vsize=19063512 memory=27392 CPUtime=0 cores=4,6
/proc/196000/task/196044/stat : 196044 (Finalizer) S 195991 196000 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236595796 19521036288 447492 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
[pid=196000/tid=196058] ppid=195991 vsize=19063512 memory=1789968 CPUtime=0 cores=4,6
/proc/196000/task/196058/stat : 196058 (Common-Cleaner) S 195991 196000 195934 0 -1 4194368 929 0 0 0 0 0 0 0 20 0 20 0 236595797 19521036288 447492 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
[pid=196000/tid=196078] ppid=195991 vsize=19063512 memory=16688 CPUtime=0 cores=4,6
/proc/196000/task/196078/stat : 196078 (Timer-0) S 195991 196000 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236595849 19521036288 447492 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
Current children cumulated CPU time: 3581.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1789968 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3600.9 s]
/proc/loadavg: 5.53 4.61 4.28 5/324 196460
/proc/meminfo: memFree=126634244/131382112 swapFree=33010416/33010684
[pid=196000] ppid=195991 vsize=19063512 memory=1789968 CPUtime=3600.06 cores=4,6
/proc/196000/stat : 196000 (java) S 195991 196000 195934 0 -1 4194304 80686 0 1 0 359795 211 0 0 20 0 20 0 236595787 19521036288 447492 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
/proc/196000/statm: 4765878 447492 5506 1 0 555364 0
[pid=196000/tid=196011] ppid=195991 vsize=19063512 memory=10752 CPUtime=3585.02 cores=4,6
/proc/196000/task/196011/stat : 196011 (java) R 195991 196000 195934 0 -1 4194368 29608 0 1 0 358488 14 0 0 20 0 20 0 236595790 19521036288 447492 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
[pid=196000/tid=196044] ppid=195991 vsize=19063512 memory=16688 CPUtime=0 cores=4,6
/proc/196000/task/196044/stat : 196044 (Finalizer) S 195991 196000 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236595796 19521036288 447492 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
[pid=196000/tid=196058] ppid=195991 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/196000/task/196058/stat : 196058 (Common-Cleaner) S 195991 196000 195934 0 -1 4194368 929 0 0 0 0 0 0 0 20 0 20 0 236595797 19521036288 447492 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
[pid=196000/tid=196078] ppid=195991 vsize=19063512 memory=1789968 CPUtime=0 cores=4,6
/proc/196000/task/196078/stat : 196078 (Timer-0) S 195991 196000 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236595849 19521036288 447492 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1789968 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.13 s, system=2.13411 s

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

[startup+3601 s]*
/proc/loadavg: 5.53 4.61 4.28 5/325 196463
/proc/meminfo: memFree=126613764/131382112 swapFree=33010416/33010684
[pid=196000] ppid=195991 vsize=19263204 memory=1790736 CPUtime=3600.23 cores=4,6
/proc/196000/stat : 196000 (java) S 195991 196000 195934 0 -1 4194304 82189 0 1 0 359811 212 0 0 20 0 21 0 236595787 19725520896 447684 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
/proc/196000/statm: 4815801 447684 5538 1 0 556286 0
[pid=196000/tid=196011] ppid=195991 vsize=19263204 memory=-8672356622428578492 CPUtime=3585.03 cores=4,6
/proc/196000/task/196011/stat : 196011 (java) S 195991 196000 195934 0 -1 4194368 29699 0 1 0 358489 14 0 0 20 0 21 0 236595790 19725520896 447684 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
[pid=196000/tid=196044] ppid=195991 vsize=19263204 memory=4916 CPUtime=0 cores=4,6
/proc/196000/task/196044/stat : 196044 (Finalizer) S 195991 196000 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 236595796 19725520896 447684 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
[pid=196000/tid=196058] ppid=195991 vsize=19263204 memory=4916 CPUtime=0 cores=4,6
/proc/196000/task/196058/stat : 196058 (Common-Cleaner) S 195991 196000 195934 0 -1 4194368 929 0 0 0 0 0 0 0 20 0 21 0 236595797 19725520896 447684 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
[pid=196000/tid=196463] ppid=195991 vsize=19263204 memory=-9103007843532710588 CPUtime=0.06 cores=4,6
/proc/196000/task/196463/stat : 196463 (Thread-0) S 195991 196000 195934 0 -1 4194368 306 0 0 0 6 0 0 0 20 0 21 0 236955878 19725520896 447684 18446744073709551615 94446883983360 94446883987056 140726914106176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94446883994872 94446883995664 94446884728832 140726914107775 140726914107876 140726914107876 140726914113480 0
Current children cumulated CPU time: 3600.23 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 1790736 KiB

Child status: 143

Real time (s): 3601.05
CPU time (s): 3600.26
CPU user time (s): 3598.13
CPU system time (s): 2.13411
CPU usage (%): 99.978
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 1790736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.13
system time used= 2.13411
maximum resident set size= 1790992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82324
page faults= 1
swaps= 0
block input operations= 0
block output operations= 2888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 105029
involuntary context switches= 3904


# summary of solver processes directly reported to runsolver:
#   pid: 196000
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3598.13
#   total CPU system time (s): 2.13411

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.1468 second user time and 35.3811 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-07-22 20:32:41
IDJOB=4541574
IDBENCH=163188
IDSOLVER=3363
FILE ID=nodeC012/4541574-1753209161
RUNJOBID= nodeC012-1753209161-195950
SLURM_JOB_ID= 9687769
Free space on /tmp= 432928 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/inequalities/OPB/ineq6/normalized-20array_ineq6.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4541574-1753209161/watcher-4541574-1753209161 -o /tmp/evaluation-result-4541574-1753209161/solver-4541574-1753209161 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1753209161-195950 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4541574-1753209161.opb

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

MD5SUM BENCH= 3fc1fa6fafd20a9b1fe100c4dc12e1ea
RANDOM SEED=1944425501

nodeC012 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	: 0xb00001f
cpu MHz		: 1197.910
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.39
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	: 0xb00001f
cpu MHz		: 1197.137
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.39
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	: 0xb00001f
cpu MHz		: 1197.158
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.39
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	: 0xb00001f
cpu MHz		: 1197.171
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.39
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	: 0xb00001f
cpu MHz		: 1197.656
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.39
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	: 0xb00001f
cpu MHz		: 1197.113
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.39
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	: 0xb00001f
cpu MHz		: 1197.155
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.39
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	: 0xb00001f
cpu MHz		: 1197.122
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        129096824 kB
MemAvailable:   129864772 kB
Buffers:            2136 kB
Cached:          1533912 kB
SwapCached:           12 kB
Active:          1274212 kB
Inactive:         330360 kB
Active(anon):      89976 kB
Inactive(anon):     4688 kB
Active(file):    1184236 kB
Inactive(file):   325672 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1308 kB
Writeback:             0 kB
AnonPages:         71616 kB
Mapped:           107524 kB
Shmem:             26140 kB
KReclaimable:     194948 kB
Slab:             286804 kB
SReclaimable:     194948 kB
SUnreclaim:        91856 kB
KernelStack:        3900 kB
PageTables:         2728 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     348624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149304 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      187208 kB
DirectMap2M:     8103936 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432920 MiB
End job on nodeC012 at 2025-07-22 21:32:42