Trace number 4541730

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.15 3599.51

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
equalities/array_diag/normalized-31array_diag_less.opb
MD5SUMd4d2180c253b956721820605fdb244a0
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.749639
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4929
Total number of constraints4930
Number of constraints which are clauses2883
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2047
Minimum length of a constraint2
Maximum length of a constraint124
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 2305843009213693952
Number of bits of the biggest number in a constraint 62
Biggest sum of numbers in a constraint 9223372036854775807
Number of bits of the biggest sum of numbers63
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB25.v20250606
0.10/0.10	c java.runtime.name	OpenJDK Runtime Environment
0.10/0.10	c java.vm.name		OpenJDK 64-Bit Server VM
0.10/0.10	c java.vm.version	22.0.1+8-16
0.10/0.10	c java.vm.vendor	Oracle Corporation
0.10/0.10	c sun.arch.data.model	64
0.10/0.10	c java.version		22.0.1
0.10/0.10	c os.name		Linux
0.10/0.10	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.10/0.10	c os.arch		amd64
0.10/0.11	c Free memory 		2104792832
0.10/0.11	c Max memory 		16282288128
0.10/0.11	c Total memory 		2113929216
0.10/0.11	c Number of processors 	2
0.10/0.15	c Pseudo Boolean Optimization by upper bound
0.10/0.15	c --- Begin Solver configuration ---
0.10/0.15	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.10/0.15	c Learn all clauses as in MiniSAT
0.10/0.15	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.15	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.15	c Expensive reason simplification
0.10/0.15	c Glucose 2.1 dynamic restart strategy
0.10/0.15	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.10/0.15	c timeout=2147483s
0.10/0.15	c DB Simplification allowed=false
0.10/0.15	c Listener: none
0.10/0.15	c --- End Solver configuration ---
0.10/0.15	c solving HOME/instance-4541730-1753210180.opb
0.10/0.15	c reading problem ... 
0.10/0.15	c  no objective function found
0.27/0.27	c ... done. Wall clock time 0.111s.
0.27/0.27	c declared #vars     4929
0.27/0.27	c #constraints  6976
0.27/0.27	c constraints type 
0.27/0.27	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2294
0.27/0.27	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3721
0.27/0.27	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 961
0.27/0.27	c 6976 constraints processed.
2.03/1.22	c cleaning 2492 clauses out of 5000 with flag 38665/5000
3.62/2.48	c cleaning 4251 clauses out of 8509 with flag 122312/11001
6.12/4.90	c cleaning 5621 clauses out of 11258 with flag 190490/18001
10.18/8.99	c cleaning 6814 clauses out of 13637 with flag 279839/26001
13.99/12.78	c cleaning 7907 clauses out of 15823 with flag 349882/35001
18.67/17.29	c cleaning 8949 clauses out of 17915 with flag 430742/45000
23.71/22.23	c cleaning 9979 clauses out of 19967 with flag 537474/56001
29.70/28.23	c cleaning 10992 clauses out of 21987 with flag 716166/68000
35.43/33.99	c cleaning 11997 clauses out of 23995 with flag 906680/81000
43.47/41.90	c cleaning 12996 clauses out of 25999 with flag 1248582/95001
50.82/49.23	c cleaning 13992 clauses out of 28002 with flag 1448116/110000
58.97/57.39	c cleaning 14996 clauses out of 30011 with flag 1655718/126001
69.84/68.18	c cleaning 16001 clauses out of 32015 with flag 1925238/143001
83.22/81.34	c cleaning 17004 clauses out of 34014 with flag 2223566/161001
94.03/92.10	c cleaning 18003 clauses out of 36009 with flag 2800205/180000
107.55/105.63	c cleaning 18963 clauses out of 38006 with flag 4027264/200000
118.16/116.20	c cleaning 20018 clauses out of 40043 with flag 4812208/221000
128.88/126.90	c cleaning 21006 clauses out of 42026 with flag 5225762/243001
141.50/139.59	c cleaning 22008 clauses out of 44019 with flag 5940644/266000
158.56/156.30	c cleaning 22965 clauses out of 46011 with flag 7904126/290000
174.11/171.83	c cleaning 23993 clauses out of 48046 with flag 9901867/315000
188.34/186.01	c cleaning 24997 clauses out of 50054 with flag 11512966/341001
203.72/201.32	c cleaning 26004 clauses out of 52056 with flag 13196481/368000
218.57/216.11	c cleaning 27019 clauses out of 54052 with flag 14600694/396000
233.54/231.15	c cleaning 28007 clauses out of 56034 with flag 15316915/425001
249.11/246.67	c cleaning 29003 clauses out of 58026 with flag 16074512/455000
265.68/263.26	c cleaning 30005 clauses out of 60023 with flag 16892175/486000
284.51/282.02	c cleaning 31002 clauses out of 62019 with flag 18052151/518001
304.76/302.01	c cleaning 32001 clauses out of 64017 with flag 19577326/551001
326.96/324.26	c cleaning 32994 clauses out of 66015 with flag 21466623/585000
350.01/347.38	c cleaning 34005 clauses out of 68021 with flag 22692723/620000
370.88/368.16	c cleaning 34992 clauses out of 70018 with flag 24249439/656002
395.52/392.84	c cleaning 35990 clauses out of 72025 with flag 25898867/693001
421.24/418.48	c cleaning 37014 clauses out of 74035 with flag 27987647/731001
446.89/444.12	c cleaning 38002 clauses out of 76021 with flag 29435455/770001
468.83/466.18	c cleaning 38997 clauses out of 78019 with flag 30559019/810001
489.70/487.00	c cleaning 40001 clauses out of 80023 with flag 31748764/851002
512.64/509.93	c cleaning 40996 clauses out of 82021 with flag 32969703/893001
535.70/533.04	c cleaning 42005 clauses out of 84024 with flag 34184838/936000
560.26/557.53	c cleaning 42996 clauses out of 86019 with flag 35442540/980000
587.99/585.34	c cleaning 43998 clauses out of 88024 with flag 36793760/1025001
616.74/614.15	c cleaning 44999 clauses out of 90025 with flag 38055246/1071000
649.08/646.47	c cleaning 45997 clauses out of 92026 with flag 39383656/1118000
680.71/677.79	c cleaning 46999 clauses out of 94029 with flag 40690786/1166000
716.43/713.55	c cleaning 47976 clauses out of 96030 with flag 43643951/1215000
753.04/750.16	c cleaning 49015 clauses out of 98054 with flag 45986559/1265000
797.01/794.22	c cleaning 49989 clauses out of 100040 with flag 49530448/1316001
841.29/838.43	c cleaning 51007 clauses out of 102050 with flag 53318506/1368000
891.62/888.75	c cleaning 52004 clauses out of 104044 with flag 57166313/1421001
944.71/941.93	c cleaning 52996 clauses out of 106039 with flag 60767690/1475000
990.82/988.02	c cleaning 54013 clauses out of 108044 with flag 63764230/1530001
1041.31/1038.63	c cleaning 55009 clauses out of 110031 with flag 66952989/1586001
1120.50/1118.04	c cleaning 55997 clauses out of 112022 with flag 68936604/1643001
1167.28/1164.83	c cleaning 56996 clauses out of 114024 with flag 71077822/1701000
1225.31/1222.89	c cleaning 58005 clauses out of 116029 with flag 72798446/1760001
1281.29/1278.95	c cleaning 58992 clauses out of 118023 with flag 74474400/1820000
1336.45/1334.06	c cleaning 60011 clauses out of 120033 with flag 76154964/1881002
1393.33/1391.06	c cleaning 61001 clauses out of 122021 with flag 77760181/1943001
1455.43/1452.99	c cleaning 61999 clauses out of 124020 with flag 79703914/2006001
1513.44/1511.07	c cleaning 63002 clauses out of 126020 with flag 81694113/2070000
1579.31/1576.92	c cleaning 63995 clauses out of 128018 with flag 83755927/2135000
1635.09/1632.83	c cleaning 64999 clauses out of 130023 with flag 87064633/2201000
1695.92/1693.71	c cleaning 65995 clauses out of 132025 with flag 90935345/2268001
1753.71/1751.52	c cleaning 66994 clauses out of 134030 with flag 94005036/2336001
1816.88/1814.89	c cleaning 68007 clauses out of 136037 with flag 97347523/2405002
1873.69/1871.62	c cleaning 68951 clauses out of 138028 with flag 100924700/2475000
1929.37/1927.48	c cleaning 70025 clauses out of 140078 with flag 103418249/2546001
1997.86/1995.97	c cleaning 70971 clauses out of 142052 with flag 107406056/2618000
2076.95/2075.00	c cleaning 72017 clauses out of 144082 with flag 111566323/2691001
2156.58/2154.36	c cleaning 73027 clauses out of 146064 with flag 115640025/2765000
2226.12/2224.08	c cleaning 73993 clauses out of 148038 with flag 119329027/2840001
2306.93/2304.92	c cleaning 75005 clauses out of 150044 with flag 122966785/2916000
2386.41/2384.45	c cleaning 75986 clauses out of 152040 with flag 127028573/2993001
2463.14/2461.31	c cleaning 76996 clauses out of 154053 with flag 131209189/3071000
2534.56/2532.82	c cleaning 78009 clauses out of 156059 with flag 134225661/3150002
2627.06/2625.51	c cleaning 78995 clauses out of 158048 with flag 137296888/3230000
2705.89/2704.52	c cleaning 80022 clauses out of 160054 with flag 140018985/3311001
2788.16/2786.83	c cleaning 81004 clauses out of 162032 with flag 143974806/3393001
2875.74/2874.66	c cleaning 81975 clauses out of 164027 with flag 147890952/3476000
2963.75/2962.71	c cleaning 82995 clauses out of 166052 with flag 152169002/3560000
3040.06/3039.07	c cleaning 84008 clauses out of 168060 with flag 154688989/3645003
3117.29/3116.49	c cleaning 85007 clauses out of 170049 with flag 158152001/3731000
3212.50/3211.76	c cleaning 85999 clauses out of 172042 with flag 161825950/3818000
3317.46/3316.77	c cleaning 86995 clauses out of 174043 with flag 166675198/3906000
3413.17/3412.29	c cleaning 87992 clauses out of 176048 with flag 170868183/3995000
3506.35/3505.52	c cleaning 88965 clauses out of 178057 with flag 175244238/4085001
3600.00/3599.41	c starts		: 18486
3600.00/3599.42	c timeout
3600.00/3599.42	c conflicts		: 4163682
3600.00/3599.42	c decisions		: 5866568
3600.00/3599.42	c propagations		: 3370123125
3600.00/3599.42	c inspects		: 34730656832
3600.00/3599.42	c shortcuts		: 0
3600.00/3599.42	c learnt literals	: 0
3600.00/3599.42	c learnt binary clauses	: 1531
3600.00/3599.42	c learnt ternary clauses	: 2099
3600.00/3599.42	c learnt constraints	: 4163682
3600.00/3599.42	c ignored constraints	: 0
3600.00/3599.42	c root simplifications	: 0
3600.00/3599.42	c removed literals (reason simplification)	: 450099068
3600.00/3599.42	c reason swapping (by a shorter reason)	: 0
3600.00/3599.42	c Calls to reduceDB	: 86
3600.00/3599.42	c Number of update (reduction) of LBD	: 847583
3600.00/3599.42	c Imported unit clauses	: 0
3600.00/3599.42	c No decision after first conflict	: false
3600.00/3599.42	c number of reductions to clauses (during analyze)	: 0
3600.00/3599.42	c number of learned constraints concerned by reduction	: 0
3600.00/3599.42	c number of learning phase by resolution	: 0
3600.00/3599.42	c number of learning phase by cutting planes	: 0
3600.00/3599.42	c number of rounding to 1 operations	: 0
3600.00/3599.42	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3599.42	c number of reductions of the coefficients by power 2 	: 0
3600.00/3599.42	c number of right shift for reduction by power 2 	: 0
3600.00/3599.42	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3599.42	c number of ending skipping 	: 0
3600.00/3599.42	c number of internal skipping 	: 0
3600.00/3599.42	c number of derivation steps 	: 0
3600.00/3599.42	c number of skipped derivation steps 	: 0
3600.00/3599.42	c number of remaining unassigned 	: 0
3600.00/3599.42	c number of remaining assigned 	: 0
3600.00/3599.42	c number of falsified literals weakened from reason	: 0
3600.00/3599.42	c number of falsified literals weakened from conflict	: 0
3600.00/3599.42	c time for arithmetic operations	: 0
3600.00/3599.42	c minimum degree of deleted constraints	: null
3600.00/3599.42	c maximum degree of deleted constraints	: null
3600.00/3599.42	c number of deleted constraints	: 0
3600.00/3599.43	c speed (assignments/second)	: 936365.3583592144
3600.00/3599.43	c non guided choices	: 70
3600.00/3599.48	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 166242
3600.00/3599.48	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 1531
3600.00/3599.48	s UNKNOWN
3600.00/3599.48	c Total wall clock time (in seconds): 3599.327

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=157232, runsolver pid=157213

[startup+0.10006 s]*
/proc/loadavg: 1.07 1.55 2.46 12/331 157294
/proc/meminfo: memFree=90289236/131249988 swapFree=33010160/33010684
[pid=157232] ppid=157213 vsize=18930384 memory=52896 CPUtime=0.1 cores=5,7
/proc/157232/stat : 157232 (java) S 157213 157232 157157 0 -1 4194304 6386 0 136 0 8 2 0 0 20 0 18 0 236695601 19384713216 13224 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
/proc/157232/statm: 4732596 13224 5281 1 0 547514 0
[pid=157232/tid=157261] ppid=157213 vsize=18930384 memory=4026532124 CPUtime=0.06 cores=5,7
/proc/157232/task/157261/stat : 157261 (java) R 157213 157232 157157 0 -1 4194368 4910 0 121 0 5 1 0 0 20 0 18 0 236695604 19384713216 13224 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
[pid=157232/tid=157278] ppid=157213 vsize=18930384 memory=17146 CPUtime=0 cores=5,7
/proc/157232/task/157278/stat : 157278 (Finalizer) S 157213 157232 157157 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 236695606 19384713216 13224 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
[pid=157232/tid=157293] ppid=157213 vsize=18930384 memory=54087446168546 CPUtime=0 cores=5,7
/proc/157232/task/157293/stat : 157293 (Common-Cleaner) S 157213 157232 157157 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 236695606 19384713216 13224 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 52896 KiB

[startup+0.205896 s]*
/proc/loadavg: 1.07 1.55 2.46 12/331 157294
/proc/meminfo: memFree=90249412/131249988 swapFree=33010160/33010684
[pid=157232] ppid=157213 vsize=18930384 memory=61740 CPUtime=0.27 cores=5,7
/proc/157232/stat : 157232 (java) S 157213 157232 157157 0 -1 4194304 6970 0 136 0 25 2 0 0 20 0 18 0 236695601 19384713216 15435 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
/proc/157232/statm: 4732596 15435 5377 1 0 547924 0
[pid=157232/tid=157261] ppid=157213 vsize=18930384 memory=4026990876 CPUtime=0.15 cores=5,7
/proc/157232/task/157261/stat : 157261 (java) R 157213 157232 157157 0 -1 4194368 5224 0 121 0 14 1 0 0 20 0 18 0 236695604 19384713216 15435 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
[pid=157232/tid=157278] ppid=157213 vsize=18930384 memory=17146 CPUtime=0 cores=5,7
/proc/157232/task/157278/stat : 157278 (Finalizer) S 157213 157232 157157 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 236695606 19384713216 15435 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
[pid=157232/tid=157293] ppid=157213 vsize=18930384 memory=54087446168546 CPUtime=0 cores=5,7
/proc/157232/task/157293/stat : 157293 (Common-Cleaner) S 157213 157232 157157 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 236695606 19384713216 15435 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61740 KiB

[startup+0.305899 s]*
/proc/loadavg: 1.07 1.55 2.46 11/335 157298
/proc/meminfo: memFree=90216332/131249988 swapFree=33010160/33010684
[pid=157232] ppid=157213 vsize=18996948 memory=80572 CPUtime=0.47 cores=5,7
/proc/157232/stat : 157232 (java) S 157213 157232 157157 0 -1 4194304 8543 0 136 0 44 3 0 0 20 0 19 0 236695601 19452874752 20143 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
/proc/157232/statm: 4749237 20143 5377 1 0 549255 0
[pid=157232/tid=157261] ppid=157213 vsize=18996948 memory=-8889094549291180732 CPUtime=0.23 cores=5,7
/proc/157232/task/157261/stat : 157261 (java) R 157213 157232 157157 0 -1 4194368 5274 0 121 0 21 2 0 0 20 0 19 0 236695604 19452874752 20143 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
[pid=157232/tid=157278] ppid=157213 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/157232/task/157278/stat : 157278 (Finalizer) S 157213 157232 157157 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 236695606 19452874752 20143 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
[pid=157232/tid=157293] ppid=157213 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/157232/task/157293/stat : 157293 (Common-Cleaner) S 157213 157232 157157 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 236695606 19452874752 20143 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
[pid=157232/tid=157298] ppid=157213 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/157232/task/157298/stat : 157298 (Timer-0) S 157213 157232 157157 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 236695629 19452874752 20143 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 80572 KiB

[startup+0.700214 s]
/proc/loadavg: 1.07 1.55 2.46 9/335 157298
/proc/meminfo: memFree=90195792/131249988 swapFree=33010160/33010684
[pid=157232] ppid=157213 vsize=18996948 memory=99356 CPUtime=1.23 cores=5,7
/proc/157232/stat : 157232 (java) S 157213 157232 157157 0 -1 4194304 14112 0 136 0 119 4 0 0 20 0 19 0 236695601 19452874752 24839 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
/proc/157232/statm: 4749237 24839 5377 1 0 552347 0
[pid=157232/tid=157261] ppid=157213 vsize=18996948 memory=27136 CPUtime=0.61 cores=5,7
/proc/157232/task/157261/stat : 157261 (java) R 157213 157232 157157 0 -1 4194368 5279 0 121 0 59 2 0 0 20 0 19 0 236695604 19452874752 24839 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
[pid=157232/tid=157278] ppid=157213 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/157232/task/157278/stat : 157278 (Finalizer) S 157213 157232 157157 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 236695606 19452874752 24839 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
[pid=157232/tid=157293] ppid=157213 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/157232/task/157293/stat : 157293 (Common-Cleaner) S 157213 157232 157157 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 236695606 19452874752 24839 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
[pid=157232/tid=157298] ppid=157213 vsize=18996948 memory=4760 CPUtime=0 cores=5,7
/proc/157232/task/157298/stat : 157298 (Timer-0) S 157213 157232 157157 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 236695629 19452874752 24839 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 99356 KiB

[startup+1.50025 s]
/proc/loadavg: 1.07 1.55 2.46 6/335 157298
/proc/meminfo: memFree=90164108/131249988 swapFree=33010160/33010684
[pid=157232] ppid=157213 vsize=18996948 memory=120152 CPUtime=2.57 cores=5,7
/proc/157232/stat : 157232 (java) S 157213 157232 157157 0 -1 4194304 22298 0 136 0 252 5 0 0 20 0 19 0 236695601 19452874752 30038 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
/proc/157232/statm: 4749237 30038 5377 1 0 553747 0
[pid=157232/tid=157261] ppid=157213 vsize=18996948 memory=0 CPUtime=1.4 cores=5,7
/proc/157232/task/157261/stat : 157261 (java) R 157213 157232 157157 0 -1 4194368 6267 0 121 0 138 2 0 0 20 0 19 0 236695604 19452874752 30038 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
[pid=157232/tid=157278] ppid=157213 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/157232/task/157278/stat : 157278 (Finalizer) S 157213 157232 157157 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 236695606 19452874752 30038 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
[pid=157232/tid=157293] ppid=157213 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/157232/task/157293/stat : 157293 (Common-Cleaner) S 157213 157232 157157 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 236695606 19452874752 30038 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
[pid=157232/tid=157298] ppid=157213 vsize=18996948 memory=4760 CPUtime=0 cores=5,7
/proc/157232/task/157298/stat : 157298 (Timer-0) S 157213 157232 157157 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 236695629 19452874752 30038 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
Current children cumulated CPU time: 2.57 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 120152 KiB

[startup+3.10571 s]
/proc/loadavg: 1.30 1.59 2.47 6/335 157298
/proc/meminfo: memFree=90001308/131249988 swapFree=33010160/33010684
[pid=157232] ppid=157213 vsize=18996948 memory=151016 CPUtime=4.32 cores=5,7
/proc/157232/stat : 157232 (java) S 157213 157232 157157 0 -1 4194304 23026 0 136 0 426 6 0 0 20 0 19 0 236695601 19452874752 37754 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
/proc/157232/statm: 4749237 37754 5377 1 0 553754 0
[pid=157232/tid=157261] ppid=157213 vsize=18996948 memory=10752 CPUtime=3 cores=5,7
/proc/157232/task/157261/stat : 157261 (java) R 157213 157232 157157 0 -1 4194368 6650 0 121 0 297 3 0 0 20 0 19 0 236695604 19452874752 37754 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
[pid=157232/tid=157278] ppid=157213 vsize=18996948 memory=-8961152143329108668 CPUtime=0 cores=5,7
/proc/157232/task/157278/stat : 157278 (Finalizer) S 157213 157232 157157 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 236695606 19452874752 37754 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
[pid=157232/tid=157293] ppid=157213 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/157232/task/157293/stat : 157293 (Common-Cleaner) S 157213 157232 157157 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 236695606 19452874752 37754 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
[pid=157232/tid=157298] ppid=157213 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/157232/task/157298/stat : 157298 (Timer-0) S 157213 157232 157157 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 236695629 19452874752 37754 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
Current children cumulated CPU time: 4.32 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 151016 KiB

[startup+6.30015 s]
/proc/loadavg: 1.30 1.59 2.47 5/338 157301
/proc/meminfo: memFree=89821508/131249988 swapFree=33010160/33010684
[pid=157232] ppid=157213 vsize=19063512 memory=174608 CPUtime=7.52 cores=5,7
/proc/157232/stat : 157232 (java) S 157213 157232 157157 0 -1 4194304 24220 0 136 0 745 7 0 0 20 0 20 0 236695601 19521036288 43652 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
/proc/157232/statm: 4765878 43652 5409 1 0 554060 0
[pid=157232/tid=157261] ppid=157213 vsize=19063512 memory=0 CPUtime=6.18 cores=5,7
/proc/157232/task/157261/stat : 157261 (java) R 157213 157232 157157 0 -1 4194368 6690 0 121 0 614 4 0 0 20 0 20 0 236695604 19521036288 43652 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
[pid=157232/tid=157278] ppid=157213 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/157232/task/157278/stat : 157278 (Finalizer) S 157213 157232 157157 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 236695606 19521036288 43652 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
[pid=157232/tid=157293] ppid=157213 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/157232/task/157293/stat : 157293 (Common-Cleaner) S 157213 157232 157157 0 -1 4194368 36 0 0 0 0 0 0 0 20 0 20 0 236695606 19521036288 43652 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
[pid=157232/tid=157298] ppid=157213 vsize=19063512 memory=120152 CPUtime=0 cores=5,7
/proc/157232/task/157298/stat : 157298 (Timer-0) S 157213 157232 157157 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236695629 19521036288 43652 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
Current children cumulated CPU time: 7.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 174608 KiB

[startup+12.7001 s]
/proc/loadavg: 1.52 1.63 2.48 5/339 157302
/proc/meminfo: memFree=89724544/131249988 swapFree=33010160/33010684
[pid=157232] ppid=157213 vsize=19063512 memory=201416 CPUtime=13.99 cores=5,7
/proc/157232/stat : 157232 (java) S 157213 157232 157157 0 -1 4194304 28737 0 136 0 1391 8 0 0 20 0 20 0 236695601 19521036288 50354 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
/proc/157232/statm: 4765878 50354 5409 1 0 554076 0
[pid=157232/tid=157261] ppid=157213 vsize=19063512 memory=120152 CPUtime=12.54 cores=5,7
/proc/157232/task/157261/stat : 157261 (java) R 157213 157232 157157 0 -1 4194368 7736 0 121 0 1250 4 0 0 20 0 20 0 236695604 19521036288 50354 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
[pid=157232/tid=157278] ppid=157213 vsize=19063512 memory=201416 CPUtime=0 cores=5,7
/proc/157232/task/157278/stat : 157278 (Finalizer) S 157213 157232 157157 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 236695606 19521036288 50354 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
[pid=157232/tid=157293] ppid=157213 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/157232/task/157293/stat : 157293 (Common-Cleaner) S 157213 157232 157157 0 -1 4194368 36 0 0 0 0 0 0 0 20 0 20 0 236695606 19521036288 50354 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
[pid=157232/tid=157298] ppid=157213 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/157232/task/157298/stat : 157298 (Timer-0) S 157213 157232 157157 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236695629 19521036288 50354 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
Current children cumulated CPU time: 13.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 201416 KiB

[startup+25.5002 s]
/proc/loadavg: 2.07 1.75 2.50 5/339 157302
/proc/meminfo: memFree=89390572/131249988 swapFree=33010160/33010684
[pid=157232] ppid=157213 vsize=19063512 memory=333044 CPUtime=27.01 cores=5,7
/proc/157232/stat : 157232 (java) S 157213 157232 157157 0 -1 4194304 32143 0 136 0 2690 11 0 0 20 0 20 0 236695601 19521036288 83261 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
/proc/157232/statm: 4765878 83261 5441 1 0 554078 0
[pid=157232/tid=157261] ppid=157213 vsize=19063512 memory=0 CPUtime=25.18 cores=5,7
/proc/157232/task/157261/stat : 157261 (java) R 157213 157232 157157 0 -1 4194368 8678 0 121 0 2514 4 0 0 20 0 20 0 236695604 19521036288 83261 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
[pid=157232/tid=157278] ppid=157213 vsize=19063512 memory=201416 CPUtime=0 cores=5,7
/proc/157232/task/157278/stat : 157278 (Finalizer) S 157213 157232 157157 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 236695606 19521036288 83261 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
[pid=157232/tid=157293] ppid=157213 vsize=19063512 memory=33 CPUtime=0 cores=5,7
/proc/157232/task/157293/stat : 157293 (Common-Cleaner) S 157213 157232 157157 0 -1 4194368 36 0 0 0 0 0 0 0 20 0 20 0 236695606 19521036288 83261 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
[pid=157232/tid=157298] ppid=157213 vsize=19063512 memory=-8961152143329108668 CPUtime=0 cores=5,7
/proc/157232/task/157298/stat : 157298 (Timer-0) S 157213 157232 157157 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236695629 19521036288 83261 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
Current children cumulated CPU time: 27.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 333044 KiB

[startup+51.1057 s]
/proc/loadavg: 2.79 1.95 2.55 5/340 157304
/proc/meminfo: memFree=88588416/131249988 swapFree=33010160/33010684
[pid=157232] ppid=157213 vsize=19063512 memory=507600 CPUtime=52.72 cores=5,7
/proc/157232/stat : 157232 (java) S 157213 157232 157157 0 -1 4194304 34352 0 136 0 5258 14 0 0 20 0 20 0 236695601 19521036288 126900 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
/proc/157232/statm: 4765878 126900 5441 1 0 554078 0
[pid=157232/tid=157261] ppid=157213 vsize=19063512 memory=429564 CPUtime=50.56 cores=5,7
/proc/157232/task/157261/stat : 157261 (java) R 157213 157232 157157 0 -1 4194368 9322 0 121 0 5052 4 0 0 20 0 20 0 236695604 19521036288 126900 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
[pid=157232/tid=157278] ppid=157213 vsize=19063512 memory=429564 CPUtime=0 cores=5,7

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

/proc/157232/task/157278/stat : 157278 (Finalizer) S 157213 157232 157157 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 236695606 19521036288 636168 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
[pid=157232/tid=157293] ppid=157213 vsize=19063512 memory=27136 CPUtime=0 cores=5,7
/proc/157232/task/157293/stat : 157293 (Common-Cleaner) S 157213 157232 157157 0 -1 4194368 1541 0 0 0 0 0 0 0 20 0 20 0 236695606 19521036288 636168 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
[pid=157232/tid=157298] ppid=157213 vsize=19063512 memory=16508 CPUtime=0 cores=5,7
/proc/157232/task/157298/stat : 157298 (Timer-0) S 157213 157232 157157 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236695629 19521036288 636168 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
Current children cumulated CPU time: 3223.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2544672 KiB

[startup+3282.3 s]
/proc/loadavg: 4.71 4.37 4.15 5/340 157468
/proc/meminfo: memFree=78740288/131249988 swapFree=33010160/33010684
[pid=157232] ppid=157213 vsize=19063512 memory=2544672 CPUtime=3282.95 cores=5,7
/proc/157232/stat : 157232 (java) S 157213 157232 157157 0 -1 4194304 103739 0 136 0 328186 109 0 0 20 0 20 0 236695601 19521036288 636168 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
/proc/157232/statm: 4765878 636168 5441 1 0 650701 0
[pid=157232/tid=157261] ppid=157213 vsize=19063512 memory=2544672 CPUtime=3267.6 cores=5,7
/proc/157232/task/157261/stat : 157261 (java) R 157213 157232 157157 0 -1 4194368 44420 0 121 0 326743 17 0 0 20 0 20 0 236695604 19521036288 636168 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
[pid=157232/tid=157278] ppid=157213 vsize=19063512 memory=16508 CPUtime=0 cores=5,7
/proc/157232/task/157278/stat : 157278 (Finalizer) S 157213 157232 157157 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 236695606 19521036288 636168 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
[pid=157232/tid=157293] ppid=157213 vsize=19063512 memory=2544672 CPUtime=0 cores=5,7
/proc/157232/task/157293/stat : 157293 (Common-Cleaner) S 157213 157232 157157 0 -1 4194368 1541 0 0 0 0 0 0 0 20 0 20 0 236695606 19521036288 636168 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
[pid=157232/tid=157298] ppid=157213 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/157232/task/157298/stat : 157298 (Timer-0) S 157213 157232 157157 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236695629 19521036288 636168 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
Current children cumulated CPU time: 3282.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2544672 KiB

[startup+3342.3 s]
/proc/loadavg: 4.26 4.30 4.14 5/339 157470
/proc/meminfo: memFree=78670652/131249988 swapFree=33010160/33010684
[pid=157232] ppid=157213 vsize=19063512 memory=2546768 CPUtime=3343 cores=5,7
/proc/157232/stat : 157232 (java) S 157213 157232 157157 0 -1 4194304 106067 0 136 0 334190 110 0 0 20 0 20 0 236695601 19521036288 636692 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
/proc/157232/statm: 4765878 636692 5441 1 0 650701 0
[pid=157232/tid=157261] ppid=157213 vsize=19063512 memory=2544672 CPUtime=3327.26 cores=5,7
/proc/157232/task/157261/stat : 157261 (java) R 157213 157232 157157 0 -1 4194368 45608 0 121 0 332709 17 0 0 20 0 20 0 236695604 19521036288 636692 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
[pid=157232/tid=157278] ppid=157213 vsize=19063512 memory=2544672 CPUtime=0 cores=5,7
/proc/157232/task/157278/stat : 157278 (Finalizer) S 157213 157232 157157 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 236695606 19521036288 636692 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
[pid=157232/tid=157293] ppid=157213 vsize=19063512 memory=2546768 CPUtime=0 cores=5,7
/proc/157232/task/157293/stat : 157293 (Common-Cleaner) S 157213 157232 157157 0 -1 4194368 1644 0 0 0 0 0 0 0 20 0 20 0 236695606 19521036288 636692 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
[pid=157232/tid=157298] ppid=157213 vsize=19063512 memory=2546768 CPUtime=0 cores=5,7
/proc/157232/task/157298/stat : 157298 (Timer-0) S 157213 157232 157157 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236695629 19521036288 636692 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
Current children cumulated CPU time: 3343 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2546768 KiB

[startup+3402.3 s]
/proc/loadavg: 4.19 4.27 4.14 5/338 157472
/proc/meminfo: memFree=78662844/131249988 swapFree=33010160/33010684
[pid=157232] ppid=157213 vsize=19063512 memory=2546768 CPUtime=3402.83 cores=5,7
/proc/157232/stat : 157232 (java) S 157213 157232 157157 0 -1 4194304 106565 0 136 0 340173 110 0 0 20 0 20 0 236695601 19521036288 636692 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
/proc/157232/statm: 4765878 636692 5441 1 0 650701 0
[pid=157232/tid=157261] ppid=157213 vsize=19063512 memory=16508 CPUtime=3387.07 cores=5,7
/proc/157232/task/157261/stat : 157261 (java) R 157213 157232 157157 0 -1 4194368 46056 0 121 0 338690 17 0 0 20 0 20 0 236695604 19521036288 636692 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
[pid=157232/tid=157278] ppid=157213 vsize=19063512 memory=16508 CPUtime=0 cores=5,7
/proc/157232/task/157278/stat : 157278 (Finalizer) S 157213 157232 157157 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 236695606 19521036288 636692 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
[pid=157232/tid=157293] ppid=157213 vsize=19063512 memory=2546768 CPUtime=0 cores=5,7
/proc/157232/task/157293/stat : 157293 (Common-Cleaner) S 157213 157232 157157 0 -1 4194368 1645 0 0 0 0 0 0 0 20 0 20 0 236695606 19521036288 636692 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
[pid=157232/tid=157298] ppid=157213 vsize=19063512 memory=2546768 CPUtime=0 cores=5,7
/proc/157232/task/157298/stat : 157298 (Timer-0) S 157213 157232 157157 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236695629 19521036288 636692 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
Current children cumulated CPU time: 3402.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2546768 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.23 4.14 5/338 157474
/proc/meminfo: memFree=78530832/131249988 swapFree=33010160/33010684
[pid=157232] ppid=157213 vsize=19063512 memory=2678292 CPUtime=3463.16 cores=5,7
/proc/157232/stat : 157232 (java) S 157213 157232 157157 0 -1 4194304 112192 0 136 0 346201 115 0 0 20 0 20 0 236695601 19521036288 669573 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
/proc/157232/statm: 4765878 669573 5441 1 0 792762 0
[pid=157232/tid=157261] ppid=157213 vsize=19063512 memory=27136 CPUtime=3446.78 cores=5,7
/proc/157232/task/157261/stat : 157261 (java) R 157213 157232 157157 0 -1 4194368 48427 0 121 0 344658 20 0 0 20 0 20 0 236695604 19521036288 669573 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
[pid=157232/tid=157278] ppid=157213 vsize=19063512 memory=2655764 CPUtime=0 cores=5,7
/proc/157232/task/157278/stat : 157278 (Finalizer) S 157213 157232 157157 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 236695606 19521036288 669573 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
[pid=157232/tid=157293] ppid=157213 vsize=19063512 memory=27136 CPUtime=0 cores=5,7
/proc/157232/task/157293/stat : 157293 (Common-Cleaner) S 157213 157232 157157 0 -1 4194368 1662 0 0 0 0 0 0 0 20 0 20 0 236695606 19521036288 669573 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
[pid=157232/tid=157298] ppid=157213 vsize=19063512 memory=2647572 CPUtime=0 cores=5,7
/proc/157232/task/157298/stat : 157298 (Timer-0) S 157213 157232 157157 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236695629 19521036288 669573 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
Current children cumulated CPU time: 3463.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2678292 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.20 4.13 5/338 157476
/proc/meminfo: memFree=78479672/131249988 swapFree=33010160/33010684
[pid=157232] ppid=157213 vsize=19063512 memory=2729504 CPUtime=3523.11 cores=5,7
/proc/157232/stat : 157232 (java) S 157213 157232 157157 0 -1 4194304 112998 0 136 0 352194 117 0 0 20 0 20 0 236695601 19521036288 682376 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
/proc/157232/statm: 4765878 682376 5441 1 0 792764 0
[pid=157232/tid=157261] ppid=157213 vsize=19063512 memory=2629140 CPUtime=3506.52 cores=5,7
/proc/157232/task/157261/stat : 157261 (java) R 157213 157232 157157 0 -1 4194368 49154 0 121 0 350632 20 0 0 20 0 20 0 236695604 19521036288 682376 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
[pid=157232/tid=157278] ppid=157213 vsize=19063512 memory=2546768 CPUtime=0 cores=5,7
/proc/157232/task/157278/stat : 157278 (Finalizer) S 157213 157232 157157 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 236695606 19521036288 682376 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
[pid=157232/tid=157293] ppid=157213 vsize=19063512 memory=-8961152143329108668 CPUtime=0 cores=5,7
/proc/157232/task/157293/stat : 157293 (Common-Cleaner) S 157213 157232 157157 0 -1 4194368 1662 0 0 0 0 0 0 0 20 0 20 0 236695606 19521036288 682376 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
[pid=157232/tid=157298] ppid=157213 vsize=19063512 memory=2729504 CPUtime=0 cores=5,7
/proc/157232/task/157298/stat : 157298 (Timer-0) S 157213 157232 157157 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236695629 19521036288 682376 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
Current children cumulated CPU time: 3523.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2729504 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.18 4.13 5/338 157478
/proc/meminfo: memFree=78239808/131249988 swapFree=33010160/33010684
[pid=157232] ppid=157213 vsize=19063512 memory=2960932 CPUtime=3582.95 cores=5,7
/proc/157232/stat : 157232 (java) S 157213 157232 157157 0 -1 4194304 114330 0 136 0 358172 123 0 0 20 0 20 0 236695601 19521036288 740233 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
/proc/157232/statm: 4765878 740233 5441 1 0 792764 0
[pid=157232/tid=157261] ppid=157213 vsize=19063512 memory=4760 CPUtime=3566.35 cores=5,7
/proc/157232/task/157261/stat : 157261 (java) R 157213 157232 157157 0 -1 4194368 50291 0 121 0 356609 26 0 0 20 0 20 0 236695604 19521036288 740233 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
[pid=157232/tid=157278] ppid=157213 vsize=19063512 memory=2936356 CPUtime=0 cores=5,7
/proc/157232/task/157278/stat : 157278 (Finalizer) S 157213 157232 157157 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 236695606 19521036288 740233 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
[pid=157232/tid=157293] ppid=157213 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/157232/task/157293/stat : 157293 (Common-Cleaner) S 157213 157232 157157 0 -1 4194368 1794 0 0 0 0 0 0 0 20 0 20 0 236695606 19521036288 740233 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
[pid=157232/tid=157298] ppid=157213 vsize=19063512 memory=-8961152143329108668 CPUtime=0 cores=5,7
/proc/157232/task/157298/stat : 157298 (Timer-0) S 157213 157232 157157 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236695629 19521036288 740233 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
Current children cumulated CPU time: 3582.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2960932 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3599.4 s]
/proc/loadavg: 4.06 4.17 4.12 5/337 157544
/proc/meminfo: memFree=81066212/131249988 swapFree=33010160/33010684
[pid=157232] ppid=157213 vsize=19063512 memory=3010084 CPUtime=3600 cores=5,7
/proc/157232/stat : 157232 (java) S 157213 157232 157157 0 -1 4194304 114578 0 136 0 359876 124 0 0 20 0 20 0 236695601 19521036288 752521 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
/proc/157232/statm: 4765878 752521 5441 1 0 792764 0
[pid=157232/tid=157261] ppid=157213 vsize=19063512 memory=21872 CPUtime=3583.4 cores=5,7
/proc/157232/task/157261/stat : 157261 (java) R 157213 157232 157157 0 -1 4194368 50537 0 121 0 358313 27 0 0 20 0 20 0 236695604 19521036288 752521 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
[pid=157232/tid=157278] ppid=157213 vsize=19063512 memory=27136 CPUtime=0 cores=5,7
/proc/157232/task/157278/stat : 157278 (Finalizer) S 157213 157232 157157 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 236695606 19521036288 752521 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
[pid=157232/tid=157293] ppid=157213 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/157232/task/157293/stat : 157293 (Common-Cleaner) S 157213 157232 157157 0 -1 4194368 1794 0 0 0 0 0 0 0 20 0 20 0 236695606 19521036288 752521 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
[pid=157232/tid=157298] ppid=157213 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/157232/task/157298/stat : 157298 (Timer-0) S 157213 157232 157157 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236695629 19521036288 752521 18446744073709551615 94265093083136 94265093086832 140731320596256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94265093094648 94265093095440 94265106055168 140731320605055 140731320605156 140731320605156 140731320610760 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3010084 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.89 s, system=1.26035 s

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

[startup+3599.51 s]*
/proc/loadavg: 4.06 4.17 4.12 5/319 157547
/proc/meminfo: memFree=83949268/131249988 swapFree=33010160/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3599.51
CPU time (s): 3600.15
CPU user time (s): 3598.89
CPU system time (s): 1.26035
CPU usage (%): 100.018
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 3010084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.89
system time used= 1.26035
maximum resident set size= 3019272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 117203
page faults= 136
swaps= 0
block input operations= 0
block output operations= 3000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 106983
involuntary context switches= 3381


# summary of solver processes directly reported to runsolver:
#   pid: 157232
#   total CPU time (s): 3600.15
#   total CPU user time (s): 3598.89
#   total CPU system time (s): 1.26035

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.14577 second user time and 17.7771 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-07-22 20:49:40
IDJOB=4541730
IDBENCH=163363
IDSOLVER=3363
FILE ID=nodeC020/4541730-1753210180
RUNJOBID= nodeC020-1753210180-157170
SLURM_JOB_ID= 9687784
Free space on /tmp= 432892 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/equalities/array_diag/normalized-31array_diag_less.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4541730-1753210180/watcher-4541730-1753210180 -o /tmp/evaluation-result-4541730-1753210180/solver-4541730-1753210180 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1753210180-157170 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4541730-1753210180.opb

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

MD5SUM BENCH= d4d2180c253b956721820605fdb244a0
RANDOM SEED=1287267562

nodeC020 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		: 3600.485
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.79
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		: 3600.357
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.79
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.140
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.79
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		: 3600.043
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.79
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.994
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.79
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		: 3571.381
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.79
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.875
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.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        90381792 kB
MemAvailable:   129602060 kB
Buffers:            2128 kB
Cached:         39977504 kB
SwapCached:            4 kB
Active:           936088 kB
Inactive:       39123308 kB
Active(anon):      81472 kB
Inactive(anon):    24536 kB
Active(file):     854616 kB
Inactive(file): 39098772 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3052 kB
Writeback:             4 kB
AnonPages:         82904 kB
Mapped:           108300 kB
Shmem:             26244 kB
KReclaimable:     212240 kB
Slab:             308096 kB
SReclaimable:     212240 kB
SUnreclaim:        95856 kB
KernelStack:        4036 kB
PageTables:         2776 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     361784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     24576 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432812 MiB
End job on nodeC020 at 2025-07-22 21:49:40