Trace number 4541809

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06? (TO) 3600.35 3564.84

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
equalities/array_comm/arraycomm_teq/normalized-20arraycomm_teq_less.opb
MD5SUM68f7bc0686d678a8453a91094299b359
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.634066
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2480
Total number of constraints3681
Number of constraints which are clauses2400
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1281
Minimum length of a constraint2
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.19	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.08/0.19	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.19	c See www.sat4j.org for details.
0.08/0.21	c version PB25.v20250606
0.08/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.08/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.08/0.23	c java.vm.version	22.0.1+8-16
0.08/0.23	c java.vm.vendor	Oracle Corporation
0.08/0.23	c sun.arch.data.model	64
0.08/0.23	c java.version		22.0.1
0.08/0.23	c os.name		Linux
0.08/0.23	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.08/0.23	c os.arch		amd64
0.28/0.24	c Free memory 		2104792832
0.28/0.24	c Max memory 		16282288128
0.28/0.24	c Total memory 		2113929216
0.28/0.25	c Number of processors 	2
0.46/0.36	c Pseudo Boolean Optimization by upper bound
0.46/0.36	c --- Begin Solver configuration ---
0.46/0.36	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.46/0.36	c Learn all clauses as in MiniSAT
0.46/0.36	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.46/0.36	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.46/0.36	c Expensive reason simplification
0.46/0.36	c Glucose 2.1 dynamic restart strategy
0.46/0.36	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.46/0.36	c timeout=2147483s
0.46/0.36	c DB Simplification allowed=false
0.46/0.36	c Listener: none
0.46/0.36	c --- End Solver configuration ---
0.46/0.36	c solving HOME/instance-4541809-1753210643.opb
0.46/0.36	c reading problem ... 
0.46/0.36	c using VERIPB proof format
0.46/0.37	c  no objective function found
0.95/0.62	c ... done. Wall clock time 0.247s.
0.95/0.62	c declared #vars     2480
0.95/0.62	c #constraints  4961
0.95/0.62	c constraints type 
0.95/0.62	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2640
0.95/0.62	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1521
0.95/0.62	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 800
0.95/0.62	c 4961 constraints processed.
4.47/2.42	c cleaning 2499 clauses out of 5001 with flag 24395/5001
7.93/4.99	c cleaning 4248 clauses out of 8501 with flag 64123/11000
11.38/7.76	c cleaning 5622 clauses out of 11254 with flag 135421/18001
15.89/11.67	c cleaning 6810 clauses out of 13632 with flag 202541/26001
20.02/15.32	c cleaning 7906 clauses out of 15822 with flag 297861/35001
24.49/19.73	c cleaning 8951 clauses out of 17916 with flag 497116/45001
30.52/25.79	c cleaning 9978 clauses out of 19965 with flag 779426/56001
36.92/32.14	c cleaning 10990 clauses out of 21986 with flag 1080942/68000
44.74/39.87	c cleaning 11993 clauses out of 23997 with flag 1382748/81001
54.30/49.21	c cleaning 12994 clauses out of 26004 with flag 1652331/95001
63.99/58.71	c cleaning 13998 clauses out of 28009 with flag 1939144/110000
73.52/68.02	c cleaning 14998 clauses out of 30011 with flag 2279987/126000
82.90/77.29	c cleaning 16002 clauses out of 32014 with flag 2562236/143001
93.18/87.22	c cleaning 16996 clauses out of 34011 with flag 2781777/161000
103.71/97.65	c cleaning 18002 clauses out of 36016 with flag 3062366/180001
115.12/108.94	c cleaning 18996 clauses out of 38013 with flag 3404898/200000
128.94/122.45	c cleaning 20002 clauses out of 40018 with flag 3733163/221001
141.54/134.93	c cleaning 21004 clauses out of 42015 with flag 4084643/243000
154.40/147.72	c cleaning 21998 clauses out of 44011 with flag 4443179/266000
170.27/163.27	c cleaning 23003 clauses out of 46013 with flag 4887225/290000
187.39/180.02	c cleaning 23998 clauses out of 48010 with flag 5364367/315000
203.97/196.56	c cleaning 24997 clauses out of 50012 with flag 5806299/341000
223.17/215.22	c cleaning 25994 clauses out of 52015 with flag 6387452/368000
240.14/232.17	c cleaning 27006 clauses out of 54022 with flag 6966909/396001
260.59/252.32	c cleaning 27999 clauses out of 56015 with flag 7707843/425000
281.92/273.28	c cleaning 29002 clauses out of 58017 with flag 8393691/455001
304.80/295.91	c cleaning 30000 clauses out of 60015 with flag 9166148/486001
328.19/319.06	c cleaning 31000 clauses out of 62014 with flag 9929427/518000
351.23/341.84	c cleaning 32001 clauses out of 64015 with flag 10559678/551001
376.45/366.81	c cleaning 32999 clauses out of 66014 with flag 11161015/585001
401.48/391.75	c cleaning 33998 clauses out of 68015 with flag 11819245/620001
429.26/419.26	c cleaning 35002 clauses out of 70016 with flag 12596203/656000
456.95/446.57	c cleaning 36003 clauses out of 72015 with flag 13436779/693001
485.52/474.76	c cleaning 36998 clauses out of 74012 with flag 14365814/731001
516.05/504.83	c cleaning 37997 clauses out of 76013 with flag 15224408/770000
552.02/539.94	c cleaning 39000 clauses out of 78016 with flag 16227479/810000
587.65/575.19	c cleaning 40002 clauses out of 80017 with flag 17346708/851001
627.04/614.36	c cleaning 40994 clauses out of 82015 with flag 18516033/893001
667.98/654.98	c cleaning 42003 clauses out of 84020 with flag 19746287/936000
706.26/692.82	c cleaning 43003 clauses out of 86018 with flag 20965069/980001
748.60/734.70	c cleaning 43996 clauses out of 88015 with flag 22121247/1025001
793.74/779.58	c cleaning 45000 clauses out of 90018 with flag 23165161/1071000
836.39/821.83	c cleaning 45998 clauses out of 92019 with flag 24286363/1118001
886.65/871.70	c cleaning 46999 clauses out of 94020 with flag 25610191/1166000
933.95/918.85	c cleaning 48002 clauses out of 96021 with flag 26880893/1215000
983.95/968.48	c cleaning 49003 clauses out of 98019 with flag 28197677/1265000
1032.57/1016.63	c cleaning 49999 clauses out of 100017 with flag 29581236/1316001
1081.96/1065.45	c cleaning 51006 clauses out of 102017 with flag 31056971/1368000
1130.60/1113.71	c cleaning 52000 clauses out of 104013 with flag 32379214/1421002
1178.65/1161.32	c cleaning 52996 clauses out of 106012 with flag 33615682/1475001
1231.52/1213.65	c cleaning 54000 clauses out of 108015 with flag 34921280/1530000
1286.54/1268.08	c cleaning 54996 clauses out of 110016 with flag 36191656/1586001
1342.42/1322.80	c cleaning 56006 clauses out of 112020 with flag 37450674/1643001
1402.78/1382.55	c cleaning 56998 clauses out of 114013 with flag 38782928/1701000
1465.49/1444.71	c cleaning 57995 clauses out of 116015 with flag 40190267/1760000
1521.11/1500.12	c cleaning 59001 clauses out of 118021 with flag 41576052/1820001
1577.02/1555.76	c cleaning 59999 clauses out of 120020 with flag 43095468/1881001
1643.56/1621.93	c cleaning 61001 clauses out of 122020 with flag 45128499/1943000
1711.42/1689.44	c cleaning 61999 clauses out of 124019 with flag 47078303/2006000
1785.37/1763.05	c cleaning 63002 clauses out of 126020 with flag 49159326/2070000
1861.68/1838.44	c cleaning 63996 clauses out of 128018 with flag 51366966/2135000
1930.91/1907.36	c cleaning 64999 clauses out of 130023 with flag 53389478/2201001
2002.94/1978.50	c cleaning 66001 clauses out of 132024 with flag 55254490/2268001
2086.70/2061.76	c cleaning 67000 clauses out of 134022 with flag 57317204/2336000
2171.67/2146.11	c cleaning 67996 clauses out of 136022 with flag 59658858/2405000
2228.01/2202.26	c cleaning 69007 clauses out of 138027 with flag 61615952/2475001
2292.06/2265.70	c cleaning 70002 clauses out of 140020 with flag 63453609/2546001
2360.10/2333.23	c cleaning 71002 clauses out of 142018 with flag 65333173/2618001
2429.27/2401.81	c cleaning 71996 clauses out of 144016 with flag 67394875/2691001
2501.42/2473.40	c cleaning 72996 clauses out of 146020 with flag 69231404/2765001
2582.41/2553.83	c cleaning 74001 clauses out of 148023 with flag 70977482/2840000
2660.24/2631.03	c cleaning 75002 clauses out of 150022 with flag 73026807/2916000
2735.76/2706.06	c cleaning 75997 clauses out of 152020 with flag 75026839/2993000
2815.98/2784.62	c cleaning 77000 clauses out of 154024 with flag 76988117/3071001
2897.13/2865.34	c cleaning 78004 clauses out of 156023 with flag 78963096/3150000
2980.65/2948.34	c cleaning 78996 clauses out of 158019 with flag 80880901/3230000
3065.52/3032.77	c cleaning 80002 clauses out of 160024 with flag 83159773/3311001
3152.51/3119.24	c cleaning 81002 clauses out of 162021 with flag 85470888/3393000
3238.25/3204.40	c cleaning 81997 clauses out of 164020 with flag 88027279/3476001
3316.06/3282.00	c cleaning 83000 clauses out of 166023 with flag 90765068/3560001
3425.90/3391.25	c cleaning 84002 clauses out of 168022 with flag 93445062/3645000
3539.79/3504.78	c cleaning 84999 clauses out of 170021 with flag 96085701/3731001
3600.05/3564.62	c starts		: 804
3600.05/3564.63	c conflicts		: 3786802
3600.05/3564.63	c decisions		: 3839606
3600.05/3564.63	c propagations		: 2823191635
3600.05/3564.63	c inspects		: 26457434208
3600.05/3564.63	c shortcuts		: 0
3600.05/3564.63	c learnt literals	: 0
3600.05/3564.63	c learnt binary clauses	: 313
3600.05/3564.63	c learnt ternary clauses	: 376
3600.05/3564.63	c learnt constraints	: 3786802
3600.05/3564.63	c ignored constraints	: 0
3600.05/3564.63	c root simplifications	: 0
3600.05/3564.64	c removed literals (reason simplification)	: 758465723
3600.05/3564.64	c reason swapping (by a shorter reason)	: 0
3600.05/3564.64	c Calls to reduceDB	: 82
3600.05/3564.64	c Number of update (reduction) of LBD	: 51960
3600.05/3564.64	c Imported unit clauses	: 0
3600.05/3564.64	c No decision after first conflict	: false
3600.05/3564.64	c number of reductions to clauses (during analyze)	: 0
3600.05/3564.64	c number of learned constraints concerned by reduction	: 0
3600.05/3564.64	c number of learning phase by resolution	: 0
3600.05/3564.64	c number of learning phase by cutting planes	: 0
3600.05/3564.64	c number of rounding to 1 operations	: 0
3600.05/3564.64	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3564.64	c number of reductions of the coefficients by power 2 	: 0
3600.05/3564.64	c number of right shift for reduction by power 2 	: 0
3600.05/3564.64	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3564.64	c number of ending skipping 	: 0
3600.05/3564.64	c number of internal skipping 	: 0
3600.05/3564.64	c number of derivation steps 	: 0
3600.05/3564.64	c number of skipped derivation steps 	: 0
3600.05/3564.64	c number of remaining unassigned 	: 0
3600.05/3564.64	c number of remaining assigned 	: 0
3600.05/3564.64	c number of falsified literals weakened from reason	: 0
3600.05/3564.64	c number of falsified literals weakened from conflict	: 0
3600.05/3564.64	c time for arithmetic operations	: 0
3600.05/3564.64	c minimum degree of deleted constraints	: null
3600.05/3564.64	c maximum degree of deleted constraints	: null
3600.05/3564.64	c number of deleted constraints	: 0
3600.05/3564.64	c timeout
3600.05/3564.64	c speed (assignments/second)	: 792140.2004205942
3600.05/3564.64	c non guided choices	: 39
3600.20/3564.76	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 140510
3600.20/3564.76	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 313
3600.20/3564.77	s UNKNOWN
3600.20/3564.77	c Total wall clock time (in seconds): 3564.409

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=160135, runsolver pid=160126

[startup+0.100123 s]*
/proc/loadavg: 1.15 1.32 2.36 6/319 160211
/proc/meminfo: memFree=40526400/131382112 swapFree=33009904/33010684
[pid=160135] ppid=160126 vsize=18930344 memory=45564 CPUtime=0.08 cores=0,2
/proc/160135/stat : 160135 (java) S 160126 160135 160073 0 -1 4194304 5443 0 0 0 5 3 0 0 20 0 18 0 236743214 19384672256 11391 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
/proc/160135/statm: 4732586 11391 4917 1 0 546712 0
[pid=160135/tid=160146] ppid=160126 vsize=18930344 memory=4026532124 CPUtime=0.06 cores=0,2
/proc/160135/task/160146/stat : 160146 (java) R 160126 160135 160073 0 -1 4194368 4559 0 0 0 4 2 0 0 20 0 18 0 236743217 19384672256 11391 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
[pid=160135/tid=160185] ppid=160126 vsize=18930384 memory=1593 CPUtime=0 cores=0,2
/proc/160135/task/160185/stat : 160185 (Finalizer) S 160126 160135 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 236743222 19384713216 11391 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
[pid=160135/tid=160208] ppid=160126 vsize=18930384 memory=60693105869820 CPUtime=0 cores=0,2
/proc/160135/task/160208/stat : 160208 (Common-Cleaner) S 160126 160135 160073 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 236743223 19384713216 11391 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 18930344 KiB
Current children cumulated memory: 45564 KiB

[startup+0.218707 s]*
/proc/loadavg: 1.15 1.32 2.36 9/320 160212
/proc/meminfo: memFree=40518128/131382112 swapFree=33009904/33010684
[pid=160135] ppid=160126 vsize=18930384 memory=51956 CPUtime=0.28 cores=0,2
/proc/160135/stat : 160135 (java) S 160126 160135 160073 0 -1 4194304 6139 0 0 0 24 4 0 0 20 0 18 0 236743214 19384713216 12989 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
/proc/160135/statm: 4732596 12989 5365 1 0 547253 0
[pid=160135/tid=160146] ppid=160126 vsize=18930384 memory=4026990876 CPUtime=0.18 cores=0,2
/proc/160135/task/160146/stat : 160146 (java) R 160126 160135 160073 0 -1 4194368 4977 0 0 0 15 3 0 0 20 0 18 0 236743217 19384713216 12989 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
[pid=160135/tid=160185] ppid=160126 vsize=18930384 memory=1593 CPUtime=0 cores=0,2
/proc/160135/task/160185/stat : 160185 (Finalizer) S 160126 160135 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 236743222 19384713216 12989 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
[pid=160135/tid=160208] ppid=160126 vsize=18930384 memory=60693105869820 CPUtime=0 cores=0,2
/proc/160135/task/160208/stat : 160208 (Common-Cleaner) S 160126 160135 160073 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 236743223 19384713216 12989 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51956 KiB

[startup+0.319231 s]*
/proc/loadavg: 1.15 1.32 2.36 12/320 160212
/proc/meminfo: memFree=40507932/131382112 swapFree=33009904/33010684
[pid=160135] ppid=160126 vsize=18930384 memory=58552 CPUtime=0.46 cores=0,2
/proc/160135/stat : 160135 (java) S 160126 160135 160073 0 -1 4194304 6741 0 0 0 41 5 0 0 20 0 18 0 236743214 19384713216 14638 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
/proc/160135/statm: 4732596 14638 5365 1 0 547761 0
[pid=160135/tid=160146] ppid=160126 vsize=18930384 memory=-8600583827722379964 CPUtime=0.28 cores=0,2
/proc/160135/task/160146/stat : 160146 (java) R 160126 160135 160073 0 -1 4194368 5196 0 0 0 25 3 0 0 20 0 18 0 236743217 19384713216 14638 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
[pid=160135/tid=160185] ppid=160126 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/160135/task/160185/stat : 160185 (Finalizer) S 160126 160135 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 236743222 19384713216 14638 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
[pid=160135/tid=160208] ppid=160126 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/160135/task/160208/stat : 160208 (Common-Cleaner) S 160126 160135 160073 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 236743223 19384713216 14638 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58552 KiB

[startup+0.700392 s]
/proc/loadavg: 1.15 1.32 2.36 14/320 160212
/proc/meminfo: memFree=40499740/131382112 swapFree=33009904/33010684
[pid=160135] ppid=160126 vsize=18996948 memory=74796 CPUtime=1.12 cores=0,2
/proc/160135/stat : 160135 (java) S 160126 160135 160073 0 -1 4194304 8688 0 0 0 105 7 0 0 20 0 19 0 236743214 19452874752 18699 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
/proc/160135/statm: 4749237 18699 5429 1 0 549351 0
[pid=160135/tid=160146] ppid=160126 vsize=18996948 memory=27136 CPUtime=0.57 cores=0,2
/proc/160135/task/160146/stat : 160146 (java) R 160126 160135 160073 0 -1 4194368 5381 0 0 0 53 4 0 0 20 0 19 0 236743217 19452874752 18699 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
[pid=160135/tid=160185] ppid=160126 vsize=18996948 memory=11264 CPUtime=0 cores=0,2
/proc/160135/task/160185/stat : 160185 (Finalizer) S 160126 160135 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 236743222 19452874752 18699 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
[pid=160135/tid=160208] ppid=160126 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/160135/task/160208/stat : 160208 (Common-Cleaner) S 160126 160135 160073 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 236743223 19452874752 18699 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 74796 KiB

[startup+1.50033 s]
/proc/loadavg: 1.15 1.32 2.36 11/324 160216
/proc/meminfo: memFree=40378084/131382112 swapFree=33009904/33010684
[pid=160135] ppid=160126 vsize=18996948 memory=141216 CPUtime=2.7 cores=0,2
/proc/160135/stat : 160135 (java) S 160126 160135 160073 0 -1 4194304 17210 0 0 0 257 13 0 0 20 0 19 0 236743214 19452874752 35304 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
/proc/160135/statm: 4749237 35304 5429 1 0 551831 0
[pid=160135/tid=160146] ppid=160126 vsize=18996948 memory=3200 CPUtime=1.27 cores=0,2
/proc/160135/task/160146/stat : 160146 (java) R 160126 160135 160073 0 -1 4194368 5860 0 0 0 120 7 0 0 20 0 19 0 236743217 19452874752 35304 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
[pid=160135/tid=160185] ppid=160126 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/160135/task/160185/stat : 160185 (Finalizer) S 160126 160135 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 236743222 19452874752 35304 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
[pid=160135/tid=160208] ppid=160126 vsize=18996948 memory=11264 CPUtime=0 cores=0,2
/proc/160135/task/160208/stat : 160208 (Common-Cleaner) S 160126 160135 160073 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 236743223 19452874752 35304 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
[pid=160135/tid=160213] ppid=160126 vsize=18996948 memory=14720 CPUtime=0 cores=0,2
/proc/160135/task/160213/stat : 160213 (Timer-0) S 160126 160135 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 236743278 19452874752 35304 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
Current children cumulated CPU time: 2.7 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 141216 KiB

[startup+3.10578 s]
/proc/loadavg: 1.78 1.44 2.39 9/328 160220
/proc/meminfo: memFree=40010076/131382112 swapFree=33009904/33010684
[pid=160135] ppid=160126 vsize=19063512 memory=183560 CPUtime=5.83 cores=0,2
/proc/160135/stat : 160135 (java) S 160126 160135 160073 0 -1 4194304 22697 0 0 0 567 16 0 0 20 0 20 0 236743214 19521036288 45890 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
/proc/160135/statm: 4765878 45890 5461 1 0 553606 0
[pid=160135/tid=160146] ppid=160126 vsize=19063512 memory=14720 CPUtime=2.8 cores=0,2
/proc/160135/task/160146/stat : 160146 (java) R 160126 160135 160073 0 -1 4194368 6917 0 0 0 272 8 0 0 20 0 20 0 236743217 19521036288 45890 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
[pid=160135/tid=160185] ppid=160126 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/160135/task/160185/stat : 160185 (Finalizer) S 160126 160135 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236743222 19521036288 45890 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
[pid=160135/tid=160208] ppid=160126 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/160135/task/160208/stat : 160208 (Common-Cleaner) S 160126 160135 160073 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 236743223 19521036288 45890 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
[pid=160135/tid=160213] ppid=160126 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/160135/task/160213/stat : 160213 (Timer-0) S 160126 160135 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236743278 19521036288 45890 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
Current children cumulated CPU time: 5.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 183560 KiB

[startup+6.30037 s]
/proc/loadavg: 1.78 1.44 2.39 6/328 160220
/proc/meminfo: memFree=39665216/131382112 swapFree=33009904/33010684
[pid=160135] ppid=160126 vsize=19063512 memory=252140 CPUtime=9.97 cores=0,2
/proc/160135/stat : 160135 (java) S 160126 160135 160073 0 -1 4194304 23958 0 0 0 977 20 0 0 20 0 20 0 236743214 19521036288 63035 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
/proc/160135/statm: 4765878 63035 5461 1 0 554267 0
[pid=160135/tid=160146] ppid=160126 vsize=19063512 memory=0 CPUtime=5.91 cores=0,2
/proc/160135/task/160146/stat : 160146 (java) R 160126 160135 160073 0 -1 4194368 6958 0 0 0 581 10 0 0 20 0 20 0 236743217 19521036288 63035 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
[pid=160135/tid=160185] ppid=160126 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/160135/task/160185/stat : 160185 (Finalizer) S 160126 160135 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236743222 19521036288 63035 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
[pid=160135/tid=160208] ppid=160126 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/160135/task/160208/stat : 160208 (Common-Cleaner) S 160126 160135 160073 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 236743223 19521036288 63035 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
[pid=160135/tid=160213] ppid=160126 vsize=19063512 memory=149612 CPUtime=0 cores=0,2
/proc/160135/task/160213/stat : 160213 (Timer-0) S 160126 160135 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236743278 19521036288 63035 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
Current children cumulated CPU time: 9.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 252140 KiB

[startup+12.7004 s]
/proc/loadavg: 2.19 1.54 2.42 6/328 160220
/proc/meminfo: memFree=38449068/131382112 swapFree=33009904/33010684
[pid=160135] ppid=160126 vsize=19063512 memory=389524 CPUtime=17.1 cores=0,2
/proc/160135/stat : 160135 (java) S 160126 160135 160073 0 -1 4194304 33079 0 0 0 1683 27 0 0 20 0 20 0 236743214 19521036288 97381 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
/proc/160135/statm: 4765878 97381 5461 1 0 554825 0
[pid=160135/tid=160146] ppid=160126 vsize=19063512 memory=149612 CPUtime=12.1 cores=0,2
/proc/160135/task/160146/stat : 160146 (java) R 160126 160135 160073 0 -1 4194368 7989 0 0 0 1196 14 0 0 20 0 20 0 236743217 19521036288 97381 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
[pid=160135/tid=160185] ppid=160126 vsize=19063512 memory=375164 CPUtime=0 cores=0,2
/proc/160135/task/160185/stat : 160185 (Finalizer) S 160126 160135 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236743222 19521036288 97381 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
[pid=160135/tid=160208] ppid=160126 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/160135/task/160208/stat : 160208 (Common-Cleaner) S 160126 160135 160073 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 236743223 19521036288 97381 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
[pid=160135/tid=160213] ppid=160126 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/160135/task/160213/stat : 160213 (Timer-0) S 160126 160135 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236743278 19521036288 97381 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
Current children cumulated CPU time: 17.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 389524 KiB

[startup+25.5004 s]
/proc/loadavg: 2.47 1.63 2.43 7/328 160220
/proc/meminfo: memFree=36434284/131382112 swapFree=33009904/33010684
[pid=160135] ppid=160126 vsize=19063512 memory=964896 CPUtime=30.32 cores=0,2
/proc/160135/stat : 160135 (java) S 160126 160135 160073 0 -1 4194304 38730 0 0 0 2989 43 0 0 20 0 20 0 236743214 19521036288 241224 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
/proc/160135/statm: 4765878 241224 5461 1 0 740725 0
[pid=160135/tid=160146] ppid=160126 vsize=19063512 memory=375164 CPUtime=24.34 cores=0,2
/proc/160135/task/160146/stat : 160146 (java) R 160126 160135 160073 0 -1 4194368 9044 0 0 0 2409 25 0 0 20 0 20 0 236743217 19521036288 241224 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
[pid=160135/tid=160185] ppid=160126 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/160135/task/160185/stat : 160185 (Finalizer) S 160126 160135 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236743222 19521036288 241224 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
[pid=160135/tid=160208] ppid=160126 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/160135/task/160208/stat : 160208 (Common-Cleaner) S 160126 160135 160073 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 236743223 19521036288 241224 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
[pid=160135/tid=160213] ppid=160126 vsize=19063512 memory=948508 CPUtime=0 cores=0,2
/proc/160135/task/160213/stat : 160213 (Timer-0) S 160126 160135 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236743278 19521036288 241224 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
Current children cumulated CPU time: 30.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 964896 KiB

[startup+51.1134 s]
/proc/loadavg: 3.13 1.85 2.49 6/327 160220
/proc/meminfo: memFree=32907192/131382112 swapFree=33009904/33010684
[pid=160135] ppid=160126 vsize=19063512 memory=1385008 CPUtime=56.3 cores=0,2
/proc/160135/stat : 160135 (java) S 160126 160135 160073 0 -1 4194304 41291 0 0 0 5568 62 0 0 20 0 20 0 236743214 19521036288 346252 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
/proc/160135/statm: 4765878 346252 5493 1 0 740742 0
[pid=160135/tid=160146] ppid=160126 vsize=19063512 memory=1360404 CPUtime=49.29 cores=0,2
/proc/160135/task/160146/stat : 160146 (java) R 160126 160135 160073 0 -1 4194368 9770 0 0 0 4891 38 0 0 20 0 20 0 236743217 19521036288 346252 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
[pid=160135/tid=160185] ppid=160126 vsize=19063512 memory=389524 CPUtime=0 cores=0,2
/proc/160135/task/160185/stat : 160185 (Finalizer) S 160126 160135 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236743222 19521036288 346252 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
[pid=160135/tid=160208] ppid=160126 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/160135/task/160208/stat : 160208 (Common-Cleaner) S 160126 160135 160073 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 236743223 19521036288 346252 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0

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

/proc/160135/task/160185/stat : 160185 (Finalizer) S 160126 160135 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236743222 19521036288 2127643 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
[pid=160135/tid=160208] ppid=160126 vsize=19063512 memory=8510572 CPUtime=0 cores=0,2
/proc/160135/task/160208/stat : 160208 (Common-Cleaner) S 160126 160135 160073 0 -1 4194368 2716 0 0 0 0 0 0 0 20 0 20 0 236743223 19521036288 2127643 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
[pid=160135/tid=160213] ppid=160126 vsize=19063512 memory=8510572 CPUtime=0 cores=0,2
/proc/160135/task/160213/stat : 160213 (Timer-0) S 160126 160135 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236743278 19521036288 2127643 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
Current children cumulated CPU time: 3195.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8510572 KiB

[startup+3222.3 s]
/proc/loadavg: 4.19 4.19 4.12 6/327 160388
/proc/meminfo: memFree=3523628/131382112 swapFree=33009904/33010684
[pid=160135] ppid=160126 vsize=19063512 memory=8510572 CPUtime=3256.18 cores=0,2
/proc/160135/stat : 160135 (java) S 160126 160135 160073 0 -1 4194304 1923206 0 0 0 323954 1664 0 0 20 0 20 0 236743214 19521036288 2127643 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
/proc/160135/statm: 4765878 2127643 5493 1 0 2164601 0
[pid=160135/tid=160146] ppid=160126 vsize=19063512 memory=8503900 CPUtime=3175.47 cores=0,2
/proc/160135/task/160146/stat : 160146 (java) R 160126 160135 160073 0 -1 4194368 725321 0 0 0 316309 1238 0 0 20 0 20 0 236743217 19521036288 2127643 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
[pid=160135/tid=160185] ppid=160126 vsize=19063512 memory=8510572 CPUtime=0 cores=0,2
/proc/160135/task/160185/stat : 160185 (Finalizer) S 160126 160135 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236743222 19521036288 2127643 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
[pid=160135/tid=160208] ppid=160126 vsize=19063512 memory=8510572 CPUtime=0 cores=0,2
/proc/160135/task/160208/stat : 160208 (Common-Cleaner) S 160126 160135 160073 0 -1 4194368 2805 0 0 0 0 0 0 0 20 0 20 0 236743223 19521036288 2127643 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
[pid=160135/tid=160213] ppid=160126 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/160135/task/160213/stat : 160213 (Timer-0) S 160126 160135 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236743278 19521036288 2127643 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
Current children cumulated CPU time: 3256.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8510572 KiB

[startup+3282.3 s]
/proc/loadavg: 4.19 4.19 4.12 6/327 160390
/proc/meminfo: memFree=3169672/131382112 swapFree=33009904/33010684
[pid=160135] ppid=160126 vsize=19063512 memory=8510572 CPUtime=3316.46 cores=0,2
/proc/160135/stat : 160135 (java) S 160126 160135 160073 0 -1 4194304 2001575 0 0 0 329955 1691 0 0 20 0 20 0 236743214 19521036288 2127643 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
/proc/160135/statm: 4765878 2127643 5493 1 0 2164601 0
[pid=160135/tid=160146] ppid=160126 vsize=19063512 memory=8510572 CPUtime=3234.83 cores=0,2
/proc/160135/task/160146/stat : 160146 (java) R 160126 160135 160073 0 -1 4194368 754157 0 0 0 322225 1258 0 0 20 0 20 0 236743217 19521036288 2127643 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
[pid=160135/tid=160185] ppid=160126 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/160135/task/160185/stat : 160185 (Finalizer) S 160126 160135 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236743222 19521036288 2127643 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
[pid=160135/tid=160208] ppid=160126 vsize=19063512 memory=139722601338593 CPUtime=0 cores=0,2
/proc/160135/task/160208/stat : 160208 (Common-Cleaner) S 160126 160135 160073 0 -1 4194368 2882 0 0 0 0 0 0 0 20 0 20 0 236743223 19521036288 2127643 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
[pid=160135/tid=160213] ppid=160126 vsize=19063512 memory=8510572 CPUtime=0 cores=0,2
/proc/160135/task/160213/stat : 160213 (Timer-0) S 160126 160135 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236743278 19521036288 2127643 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
Current children cumulated CPU time: 3316.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8510572 KiB

[startup+3342.3 s]
/proc/loadavg: 4.24 4.20 4.13 6/326 160392
/proc/meminfo: memFree=3819588/131382112 swapFree=33009904/33010684
[pid=160135] ppid=160126 vsize=19063512 memory=8510572 CPUtime=3376.78 cores=0,2
/proc/160135/stat : 160135 (java) S 160126 160135 160073 0 -1 4194304 2038168 0 0 0 335961 1717 0 0 20 0 20 0 236743214 19521036288 2127643 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
/proc/160135/statm: 4765878 2127643 5493 1 0 2164601 0
[pid=160135/tid=160146] ppid=160126 vsize=19063512 memory=14720 CPUtime=3294.12 cores=0,2
/proc/160135/task/160146/stat : 160146 (java) R 160126 160135 160073 0 -1 4194368 756844 0 0 0 328134 1278 0 0 20 0 20 0 236743217 19521036288 2127643 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
[pid=160135/tid=160185] ppid=160126 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/160135/task/160185/stat : 160185 (Finalizer) S 160126 160135 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236743222 19521036288 2127643 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
[pid=160135/tid=160208] ppid=160126 vsize=19063512 memory=27136 CPUtime=0 cores=0,2
/proc/160135/task/160208/stat : 160208 (Common-Cleaner) S 160126 160135 160073 0 -1 4194368 3005 0 0 0 0 0 0 0 20 0 20 0 236743223 19521036288 2127643 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
[pid=160135/tid=160213] ppid=160126 vsize=19063512 memory=27136 CPUtime=0 cores=0,2
/proc/160135/task/160213/stat : 160213 (Timer-0) S 160126 160135 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236743278 19521036288 2127643 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
Current children cumulated CPU time: 3376.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8510572 KiB

[startup+3402.3 s]
/proc/loadavg: 4.92 4.40 4.20 6/326 160394
/proc/meminfo: memFree=5492604/131382112 swapFree=33009904/33010684
[pid=160135] ppid=160126 vsize=19063512 memory=8510572 CPUtime=3436.97 cores=0,2
/proc/160135/stat : 160135 (java) S 160126 160135 160073 0 -1 4194304 2041279 0 0 0 341962 1735 0 0 20 0 20 0 236743214 19521036288 2127643 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
/proc/160135/statm: 4765878 2127643 5493 1 0 2164601 0
[pid=160135/tid=160146] ppid=160126 vsize=19063512 memory=8510572 CPUtime=3353.47 cores=0,2
/proc/160135/task/160146/stat : 160146 (java) R 160126 160135 160073 0 -1 4194368 758702 0 0 0 334055 1292 0 0 20 0 20 0 236743217 19521036288 2127643 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
[pid=160135/tid=160185] ppid=160126 vsize=19063512 memory=8510572 CPUtime=0 cores=0,2
/proc/160135/task/160185/stat : 160185 (Finalizer) S 160126 160135 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236743222 19521036288 2127643 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
[pid=160135/tid=160208] ppid=160126 vsize=19063512 memory=8510572 CPUtime=0 cores=0,2
/proc/160135/task/160208/stat : 160208 (Common-Cleaner) S 160126 160135 160073 0 -1 4194368 3127 0 0 0 0 0 0 0 20 0 20 0 236743223 19521036288 2127643 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
[pid=160135/tid=160213] ppid=160126 vsize=19063512 memory=8510572 CPUtime=0 cores=0,2
/proc/160135/task/160213/stat : 160213 (Timer-0) S 160126 160135 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236743278 19521036288 2127643 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
Current children cumulated CPU time: 3436.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8510572 KiB

[startup+3462.3 s]
/proc/loadavg: 5.99 4.79 4.35 6/326 160396
/proc/meminfo: memFree=5129180/131382112 swapFree=33009904/33010684
[pid=160135] ppid=160126 vsize=19063512 memory=8510572 CPUtime=3497.14 cores=0,2
/proc/160135/stat : 160135 (java) S 160126 160135 160073 0 -1 4194304 2043819 0 0 0 347958 1756 0 0 20 0 20 0 236743214 19521036288 2127643 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
/proc/160135/statm: 4765878 2127643 5493 1 0 2164601 0
[pid=160135/tid=160146] ppid=160126 vsize=19063512 memory=8510572 CPUtime=3412.97 cores=0,2
/proc/160135/task/160146/stat : 160146 (java) R 160126 160135 160073 0 -1 4194368 761144 0 0 0 339987 1310 0 0 20 0 20 0 236743217 19521036288 2127643 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
[pid=160135/tid=160185] ppid=160126 vsize=19063512 memory=8510572 CPUtime=0 cores=0,2
/proc/160135/task/160185/stat : 160185 (Finalizer) S 160126 160135 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236743222 19521036288 2127643 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
[pid=160135/tid=160208] ppid=160126 vsize=19063512 memory=-8744699015798235836 CPUtime=0 cores=0,2
/proc/160135/task/160208/stat : 160208 (Common-Cleaner) S 160126 160135 160073 0 -1 4194368 3127 0 0 0 0 0 0 0 20 0 20 0 236743223 19521036288 2127643 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
[pid=160135/tid=160213] ppid=160126 vsize=19063512 memory=8510572 CPUtime=0 cores=0,2
/proc/160135/task/160213/stat : 160213 (Timer-0) S 160126 160135 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236743278 19521036288 2127643 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
Current children cumulated CPU time: 3497.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8510572 KiB

[startup+3522.3 s]
/proc/loadavg: 5.16 4.80 4.38 6/327 160405
/proc/meminfo: memFree=6160140/131382112 swapFree=33009904/33010684
[pid=160135] ppid=160126 vsize=19063512 memory=8510572 CPUtime=3557.46 cores=0,2
/proc/160135/stat : 160135 (java) S 160126 160135 160073 0 -1 4194304 2048989 0 0 0 353967 1779 0 0 20 0 20 0 236743214 19521036288 2127643 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
/proc/160135/statm: 4765878 2127643 5493 1 0 2164601 0
[pid=160135/tid=160146] ppid=160126 vsize=19063512 memory=5632 CPUtime=3472.31 cores=0,2
/proc/160135/task/160146/stat : 160146 (java) R 160126 160135 160073 0 -1 4194368 763924 0 0 0 345902 1329 0 0 20 0 20 0 236743217 19521036288 2127643 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
[pid=160135/tid=160185] ppid=160126 vsize=19063512 memory=8510572 CPUtime=0 cores=0,2
/proc/160135/task/160185/stat : 160185 (Finalizer) S 160126 160135 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236743222 19521036288 2127643 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
[pid=160135/tid=160208] ppid=160126 vsize=19063512 memory=8510572 CPUtime=0 cores=0,2
/proc/160135/task/160208/stat : 160208 (Common-Cleaner) S 160126 160135 160073 0 -1 4194368 3212 0 0 0 0 0 0 0 20 0 20 0 236743223 19521036288 2127643 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
[pid=160135/tid=160213] ppid=160126 vsize=19063512 memory=8510572 CPUtime=0 cores=0,2
/proc/160135/task/160213/stat : 160213 (Timer-0) S 160126 160135 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236743278 19521036288 2127643 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
Current children cumulated CPU time: 3557.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8510572 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3564.6 s]
/proc/loadavg: 4.66 4.72 4.37 6/326 160407
/proc/meminfo: memFree=5923084/131382112 swapFree=33009904/33010684
[pid=160135] ppid=160126 vsize=19063512 memory=8510572 CPUtime=3600.05 cores=0,2
/proc/160135/stat : 160135 (java) S 160126 160135 160073 0 -1 4194304 2050123 0 0 0 358211 1794 0 0 20 0 20 0 236743214 19521036288 2127643 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
/proc/160135/statm: 4765878 2127643 5493 1 0 2164601 0
[pid=160135/tid=160146] ppid=160126 vsize=19063512 memory=4352 CPUtime=3514.08 cores=0,2
/proc/160135/task/160146/stat : 160146 (java) R 160126 160135 160073 0 -1 4194368 764852 0 0 0 350066 1342 0 0 20 0 20 0 236743217 19521036288 2127643 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
[pid=160135/tid=160185] ppid=160126 vsize=19063512 memory=1792 CPUtime=0 cores=0,2
/proc/160135/task/160185/stat : 160185 (Finalizer) S 160126 160135 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236743222 19521036288 2127643 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
[pid=160135/tid=160208] ppid=160126 vsize=19063512 memory=1920 CPUtime=0 cores=0,2
/proc/160135/task/160208/stat : 160208 (Common-Cleaner) S 160126 160135 160073 0 -1 4194368 3266 0 0 0 0 0 0 0 20 0 20 0 236743223 19521036288 2127643 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
[pid=160135/tid=160213] ppid=160126 vsize=19063512 memory=5888 CPUtime=0 cores=0,2
/proc/160135/task/160213/stat : 160213 (Timer-0) S 160126 160135 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236743278 19521036288 2127643 18446744073709551615 94187147390976 94187147394672 140726121664080 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94187147402488 94187147403280 94187159977984 140726121666900 140726121667044 140726121667044 140726121672648 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8510572 KiB

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

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

# cumulated CPU time of all completed processes:  user=3582.34 s, system=18.013 s

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

[startup+3564.8 s]*
/proc/loadavg: 4.66 4.72 4.37 5/308 160410
/proc/meminfo: memFree=9861036/131382112 swapFree=33009904/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): 3564.84
CPU time (s): 3600.35
CPU user time (s): 3582.34
CPU system time (s): 18.013
CPU usage (%): 100.996
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 8511212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3582.34
system time used= 18.013
maximum resident set size= 8511340
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2052587
page faults= 0
swaps= 0
block input operations= 0
block output operations= 17624024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 115721
involuntary context switches= 12736


# summary of solver processes directly reported to runsolver:
#   pid: 160135
#   total CPU time (s): 3600.35
#   total CPU user time (s): 3582.34
#   total CPU system time (s): 18.013

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.949 second user time and 37.2584 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-07-22 20:57:23
IDJOB=4541809
IDBENCH=163468
IDSOLVER=3364
FILE ID=nodeC001/4541809-1753210643
RUNJOBID= nodeC001-1753210643-160084
SLURM_JOB_ID= 9687785
Free space on /tmp= 432672 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/equalities/array_comm/arraycomm_teq/normalized-20arraycomm_teq_less.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4541809-1753210643/watcher-4541809-1753210643 -o /tmp/evaluation-result-4541809-1753210643/solver-4541809-1753210643 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1753210643-160084 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4541809-1753210643 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4541809-1753210643.opb

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

MD5SUM BENCH= 68f7bc0686d678a8453a91094299b359
RANDOM SEED=1121280537

nodeC001 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.799
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.49
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.161
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.49
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.163
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.49
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.147
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.49
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.156
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.49
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.165
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.49
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.196
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.49
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.157
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        40599684 kB
MemAvailable:   129686820 kB
Buffers:            1668 kB
Cached:         87654884 kB
SwapCached:          132 kB
Active:           954656 kB
Inactive:       86769136 kB
Active(anon):      65660 kB
Inactive(anon):    27560 kB
Active(file):     888996 kB
Inactive(file): 86741576 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3596 kB
Writeback:             0 kB
AnonPages:         70596 kB
Mapped:           108064 kB
Shmem:             25976 kB
KReclaimable:    2517692 kB
Slab:            2648352 kB
SReclaimable:    2517692 kB
SUnreclaim:       130660 kB
KernelStack:        3856 kB
PageTables:         2848 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     349780 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149272 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 399488 MiB
End job on nodeC001 at 2025-07-22 21:56:48