Trace number 4544071

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06? (TO) 3600.17 3541.89

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
php-exit/normalized-phpexit_v1_06_048.opb
MD5SUM9511341aa7d4b7fef4c29d2b14b834db
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.135504
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables14118
Total number of constraints583
Number of constraints which are clauses295
Number of constraints which are cardinality constraints (but not clauses)288
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint49
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 5
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 50
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4544071-1753231563.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c using VERIPB proof format
0.13/0.14	c  no objective function found
0.32/0.24	c ... done. Wall clock time 0.103s.
0.32/0.24	c declared #vars     14118
0.32/0.24	c #constraints  583
0.32/0.24	c constraints type 
0.32/0.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 288
0.32/0.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 295
0.32/0.24	c 583 constraints processed.
3.87/2.44	c cleaning 2495 clauses out of 5000 with flag 29982/5000
7.06/5.28	c cleaning 4253 clauses out of 8505 with flag 71299/11000
10.25/8.27	c cleaning 5619 clauses out of 11254 with flag 119480/18002
14.11/12.05	c cleaning 6813 clauses out of 13633 with flag 172194/26000
17.11/15.08	c cleaning 7896 clauses out of 15823 with flag 235729/35003
21.70/19.40	c cleaning 8949 clauses out of 17927 with flag 301668/45003
27.03/24.67	c cleaning 9974 clauses out of 19975 with flag 379540/56000
33.96/31.51	c cleaning 10982 clauses out of 22001 with flag 468787/68000
39.34/36.85	c cleaning 11992 clauses out of 24019 with flag 559811/81000
44.99/42.42	c cleaning 12987 clauses out of 26027 with flag 655657/95000
52.47/49.83	c cleaning 13996 clauses out of 28040 with flag 759241/110000
62.03/59.36	c cleaning 15001 clauses out of 30044 with flag 878329/126000
72.62/69.85	c cleaning 16003 clauses out of 32045 with flag 1005291/143002
81.29/78.49	c cleaning 16990 clauses out of 34040 with flag 1128109/161000
92.74/89.74	c cleaning 17999 clauses out of 36050 with flag 1260594/180000
104.28/101.22	c cleaning 18997 clauses out of 38052 with flag 1416590/200001
112.70/109.69	c cleaning 20004 clauses out of 40055 with flag 1561626/221001
120.02/116.73	c cleaning 20924 clauses out of 42050 with flag 1717664/243000
134.49/131.16	c cleaning 22043 clauses out of 44133 with flag 1892744/266007
154.65/151.26	c cleaning 23015 clauses out of 46084 with flag 2093575/290001
167.29/163.71	c cleaning 24013 clauses out of 48068 with flag 2280035/315000
180.31/176.64	c cleaning 24999 clauses out of 50056 with flag 2457373/341001
200.63/196.74	c cleaning 25996 clauses out of 52056 with flag 2639003/368000
227.85/223.85	c cleaning 26993 clauses out of 54060 with flag 2853898/396000
258.46/254.19	c cleaning 28000 clauses out of 56067 with flag 3078791/425000
288.71/283.87	c cleaning 29001 clauses out of 58067 with flag 3309639/455000
325.33/320.32	c cleaning 29998 clauses out of 60066 with flag 3558280/486000
364.19/359.08	c cleaning 31004 clauses out of 62069 with flag 3824743/518001
403.43/398.00	c cleaning 31993 clauses out of 64065 with flag 4109014/551001
440.98/435.46	c cleaning 33003 clauses out of 66073 with flag 4376384/585002
476.80/471.07	c cleaning 33992 clauses out of 68068 with flag 4671936/620000
506.04/499.40	c cleaning 35025 clauses out of 70076 with flag 4969796/656000
537.93/531.25	c cleaning 36008 clauses out of 72051 with flag 5229216/693000
560.49/553.51	c cleaning 36966 clauses out of 74045 with flag 5510311/731002
592.72/585.61	c cleaning 37980 clauses out of 76077 with flag 5781195/770000
625.26/618.04	c cleaning 38993 clauses out of 78099 with flag 6083728/810002
664.44/656.93	c cleaning 39997 clauses out of 80104 with flag 6397147/851000
697.53/689.82	c cleaning 41041 clauses out of 82108 with flag 6708699/893001
719.71/711.36	c cleaning 41985 clauses out of 84066 with flag 7010817/936000
747.24/738.69	c cleaning 43027 clauses out of 86082 with flag 7348911/980001
766.75/758.04	c cleaning 43988 clauses out of 88054 with flag 7665327/1025000
819.46/809.81	c cleaning 44997 clauses out of 90068 with flag 7971164/1071002
856.53/846.66	c cleaning 46000 clauses out of 92071 with flag 8300635/1118002
902.94/892.87	c cleaning 46994 clauses out of 94071 with flag 8664605/1166002
956.15/945.86	c cleaning 48001 clauses out of 96075 with flag 9051672/1215000
1016.42/1005.21	c cleaning 48994 clauses out of 98074 with flag 9474189/1265000
1050.22/1038.77	c cleaning 50016 clauses out of 100081 with flag 9831126/1316001
1115.83/1103.47	c cleaning 51013 clauses out of 102069 with flag 10220280/1368005
1155.32/1141.85	c cleaning 51981 clauses out of 104051 with flag 10633424/1421000
1219.41/1205.61	c cleaning 53016 clauses out of 106071 with flag 11005250/1475001
1300.93/1286.37	c cleaning 54010 clauses out of 108056 with flag 11416048/1530002
1375.64/1360.09	c cleaning 55008 clauses out of 110044 with flag 11874483/1586000
1400.73/1383.91	c cleaning 55885 clauses out of 112036 with flag 12257730/1643000
1422.80/1405.55	c cleaning 56972 clauses out of 114153 with flag 12637815/1701002
1490.57/1472.43	c cleaning 57985 clauses out of 116179 with flag 13076517/1760000
1557.29/1538.23	c cleaning 58991 clauses out of 118196 with flag 13596943/1820002
1628.04/1607.88	c cleaning 60069 clauses out of 120203 with flag 14138829/1881000
1708.20/1687.00	c cleaning 61028 clauses out of 122134 with flag 14582055/1943000
1797.13/1775.00	c cleaning 62009 clauses out of 124108 with flag 15096105/2006002
1894.19/1869.84	c cleaning 63012 clauses out of 126099 with flag 15640038/2070002
1980.55/1955.16	c cleaning 64007 clauses out of 128087 with flag 16218193/2135002
2083.62/2056.90	c cleaning 64998 clauses out of 130079 with flag 16788378/2201001
2186.19/2158.48	c cleaning 65997 clauses out of 132080 with flag 17392716/2268000
2302.82/2274.06	c cleaning 67006 clauses out of 134083 with flag 17984927/2336000
2419.56/2388.52	c cleaning 68004 clauses out of 136078 with flag 18641473/2405001
2537.68/2505.54	c cleaning 69021 clauses out of 138075 with flag 19276643/2475002
2611.87/2578.54	c cleaning 69980 clauses out of 140053 with flag 19755353/2546001
2652.07/2617.15	c cleaning 71026 clauses out of 142072 with flag 20237782/2618000
2738.79/2702.67	c cleaning 71986 clauses out of 144046 with flag 20789204/2691000
2796.60/2759.04	c cleaning 73012 clauses out of 146061 with flag 21333855/2765001
2879.32/2840.40	c cleaning 73975 clauses out of 148049 with flag 21834086/2840001
2924.54/2883.18	c cleaning 75007 clauses out of 150075 with flag 22360764/2916002
2974.13/2930.47	c cleaning 76009 clauses out of 152067 with flag 22887540/2993001
3093.59/3047.46	c cleaning 77012 clauses out of 154057 with flag 23581570/3071000
3210.50/3161.71	c cleaning 78010 clauses out of 156048 with flag 24248576/3150003
3327.48/3275.79	c cleaning 79005 clauses out of 158036 with flag 24943419/3230001
3398.38/3345.04	c cleaning 79973 clauses out of 160031 with flag 25590289/3311001
3488.87/3432.86	c cleaning 81010 clauses out of 162057 with flag 26202873/3393000
3600.03/3541.81	c starts		: 1148
3600.03/3541.81	c timeout
3600.03/3541.82	c conflicts		: 3459442
3600.03/3541.82	c decisions		: 6479696
3600.03/3541.82	c propagations		: 66103113
3600.03/3541.82	c inspects		: 11655420142
3600.03/3541.82	c shortcuts		: 0
3600.03/3541.82	c learnt literals	: 0
3600.03/3541.82	c learnt binary clauses	: 0
3600.03/3541.82	c learnt ternary clauses	: 0
3600.03/3541.82	c learnt constraints	: 3459442
3600.03/3541.82	c ignored constraints	: 0
3600.03/3541.82	c root simplifications	: 0
3600.03/3541.82	c removed literals (reason simplification)	: 9304627
3600.03/3541.82	c reason swapping (by a shorter reason)	: 0
3600.03/3541.82	c Calls to reduceDB	: 78
3600.03/3541.82	c Number of update (reduction) of LBD	: 2318674
3600.03/3541.82	c Imported unit clauses	: 0
3600.03/3541.82	c No decision after first conflict	: false
3600.03/3541.82	c number of reductions to clauses (during analyze)	: 0
3600.03/3541.82	c number of learned constraints concerned by reduction	: 0
3600.03/3541.82	c number of learning phase by resolution	: 0
3600.03/3541.82	c number of learning phase by cutting planes	: 0
3600.03/3541.82	c number of rounding to 1 operations	: 0
3600.03/3541.82	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3541.82	c number of reductions of the coefficients by power 2 	: 0
3600.03/3541.82	c number of right shift for reduction by power 2 	: 0
3600.03/3541.82	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3541.82	c number of ending skipping 	: 0
3600.03/3541.82	c number of internal skipping 	: 0
3600.03/3541.82	c number of derivation steps 	: 0
3600.03/3541.82	c number of skipped derivation steps 	: 0
3600.03/3541.82	c number of remaining unassigned 	: 0
3600.03/3541.82	c number of remaining assigned 	: 0
3600.03/3541.82	c number of falsified literals weakened from reason	: 0
3600.03/3541.82	c number of falsified literals weakened from conflict	: 0
3600.03/3541.82	c time for arithmetic operations	: 0
3600.03/3541.82	c minimum degree of deleted constraints	: null
3600.03/3541.82	c maximum degree of deleted constraints	: null
3600.03/3541.82	c number of deleted constraints	: 0
3600.03/3541.82	c speed (assignments/second)	: 18664.94417016206
3600.03/3541.82	c non guided choices	: 1510132
3600.03/3541.87	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 147489
3600.03/3541.88	s UNKNOWN
3600.03/3541.88	c Total wall clock time (in seconds): 3541.743

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4544071-1753231563/watcher-4544071-1753231563 -o /tmp/evaluation-result-4544071-1753231563/solver-4544071-1753231563 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1753224403-179943 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4544071-1753231563 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4544071-1753231563.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 FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=181064, runsolver pid=181061
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 4.27 4.25 4.25 5/339 181082
/proc/meminfo: memFree=99300004/131250000 swapFree=33009904/33010684
[pid=181064] ppid=181061 vsize=18930384 memory=57908 CPUtime=0.13 cores=5,7
/proc/181064/stat : 181064 (java) S 181061 181064 179930 0 -1 4194304 6568 0 0 0 11 2 0 0 20 0 18 0 238835757 19384713216 14477 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
/proc/181064/statm: 4732596 14477 5372 1 0 547619 0
[pid=181064/tid=181066] ppid=181061 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/181064/task/181066/stat : 181066 (java) R 181061 181064 179930 0 -1 4194368 5069 0 0 0 6 1 0 0 20 0 18 0 238835759 19384713216 14477 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
[pid=181064/tid=181075] ppid=181061 vsize=18930384 memory=241407623509 CPUtime=0 cores=5,7
/proc/181064/task/181075/stat : 181075 (Finalizer) S 181061 181064 179930 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238835761 19384713216 14477 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
[pid=181064/tid=181082] ppid=181061 vsize=18930384 memory=60684515952020 CPUtime=0 cores=5,7
/proc/181064/task/181082/stat : 181082 (Common-Cleaner) S 181061 181064 179930 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238835761 19384713216 14477 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57908 KiB

[startup+0.20564 s]*
/proc/loadavg: 4.27 4.25 4.25 6/339 181082
/proc/meminfo: memFree=99281604/131250000 swapFree=33009904/33010684
[pid=181064] ppid=181061 vsize=18930384 memory=84824 CPUtime=0.32 cores=5,7
/proc/181064/stat : 181064 (java) S 181061 181064 179930 0 -1 4194304 7107 0 0 0 29 3 0 0 20 0 18 0 238835757 19384713216 21206 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
/proc/181064/statm: 4732596 21206 5436 1 0 547981 0
[pid=181064/tid=181066] ppid=181061 vsize=18930384 memory=4026990876 CPUtime=0.16 cores=5,7
/proc/181064/task/181066/stat : 181066 (java) R 181061 181064 179930 0 -1 4194368 5288 0 0 0 15 1 0 0 20 0 18 0 238835759 19384713216 21206 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
[pid=181064/tid=181075] ppid=181061 vsize=18930384 memory=16898 CPUtime=0 cores=5,7
/proc/181064/task/181075/stat : 181075 (Finalizer) S 181061 181064 179930 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238835761 19384713216 21206 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
[pid=181064/tid=181082] ppid=181061 vsize=18930384 memory=59585004307431 CPUtime=0 cores=5,7
/proc/181064/task/181082/stat : 181082 (Common-Cleaner) S 181061 181064 179930 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238835761 19384713216 21206 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 84824 KiB

[startup+0.30564 s]*
/proc/loadavg: 4.27 4.25 4.25 7/340 181083
/proc/meminfo: memFree=99235416/131250000 swapFree=33009904/33010684
[pid=181064] ppid=181061 vsize=18996948 memory=117976 CPUtime=0.5 cores=5,7
/proc/181064/stat : 181064 (java) S 181061 181064 179930 0 -1 4194304 8688 0 0 0 46 4 0 0 20 0 19 0 238835757 19452874752 29494 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
/proc/181064/statm: 4749237 29494 5436 1 0 549304 0
[pid=181064/tid=181066] ppid=181061 vsize=18996948 memory=-9103862181264138940 CPUtime=0.24 cores=5,7
/proc/181064/task/181066/stat : 181066 (java) R 181061 181064 179930 0 -1 4194368 5359 0 0 0 22 2 0 0 20 0 19 0 238835759 19452874752 29494 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
[pid=181064/tid=181075] ppid=181061 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/181064/task/181075/stat : 181075 (Finalizer) S 181061 181064 179930 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238835761 19452874752 29494 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
[pid=181064/tid=181082] ppid=181061 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/181064/task/181082/stat : 181082 (Common-Cleaner) S 181061 181064 179930 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 238835761 19452874752 29494 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
[pid=181064/tid=181083] ppid=181061 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/181064/task/181083/stat : 181083 (Timer-0) S 181061 181064 179930 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 238835783 19452874752 29494 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 117976 KiB

[startup+0.700218 s]
/proc/loadavg: 4.27 4.25 4.25 6/340 181083
/proc/meminfo: memFree=99209392/131250000 swapFree=33009904/33010684
[pid=181064] ppid=181061 vsize=19063512 memory=165452 CPUtime=1.26 cores=5,7
/proc/181064/stat : 181064 (java) S 181061 181064 179930 0 -1 4194304 10656 0 0 0 120 6 0 0 20 0 20 0 238835757 19521036288 41363 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
/proc/181064/statm: 4765878 41363 5468 1 0 550915 0
[pid=181064/tid=181066] ppid=181061 vsize=19063512 memory=27264 CPUtime=0.57 cores=5,7
/proc/181064/task/181066/stat : 181066 (java) R 181061 181064 179930 0 -1 4194368 5401 0 0 0 54 3 0 0 20 0 20 0 238835759 19521036288 41363 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
[pid=181064/tid=181075] ppid=181061 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/181064/task/181075/stat : 181075 (Finalizer) S 181061 181064 179930 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238835761 19521036288 41363 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
[pid=181064/tid=181082] ppid=181061 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/181064/task/181082/stat : 181082 (Common-Cleaner) S 181061 181064 179930 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238835761 19521036288 41363 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
[pid=181064/tid=181083] ppid=181061 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/181064/task/181083/stat : 181083 (Timer-0) S 181061 181064 179930 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238835783 19521036288 41363 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 165452 KiB

[startup+1.50021 s]
/proc/loadavg: 4.27 4.25 4.25 6/341 181084
/proc/meminfo: memFree=99146316/131250000 swapFree=33009904/33010684
[pid=181064] ppid=181061 vsize=19063512 memory=171932 CPUtime=2.74 cores=5,7
/proc/181064/stat : 181064 (java) S 181061 181064 179930 0 -1 4194304 14529 0 0 0 267 7 0 0 20 0 20 0 238835757 19521036288 42983 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
/proc/181064/statm: 4765878 42983 5468 1 0 551386 0
[pid=181064/tid=181066] ppid=181061 vsize=19063512 memory=10752 CPUtime=1.34 cores=5,7
/proc/181064/task/181066/stat : 181066 (java) R 181061 181064 179930 0 -1 4194368 5650 0 0 0 130 4 0 0 20 0 20 0 238835759 19521036288 42983 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
[pid=181064/tid=181075] ppid=181061 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/181064/task/181075/stat : 181075 (Finalizer) S 181061 181064 179930 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238835761 19521036288 42983 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
[pid=181064/tid=181082] ppid=181061 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/181064/task/181082/stat : 181082 (Common-Cleaner) S 181061 181064 179930 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238835761 19521036288 42983 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
[pid=181064/tid=181083] ppid=181061 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/181064/task/181083/stat : 181083 (Timer-0) S 181061 181064 179930 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238835783 19521036288 42983 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
Current children cumulated CPU time: 2.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 171932 KiB

[startup+3.10587 s]
/proc/loadavg: 4.27 4.25 4.25 5/341 181084
/proc/meminfo: memFree=99098752/131250000 swapFree=33009904/33010684
[pid=181064] ppid=181061 vsize=19063512 memory=199552 CPUtime=4.76 cores=5,7
/proc/181064/stat : 181064 (java) S 181061 181064 179930 0 -1 4194304 18721 0 0 0 467 9 0 0 20 0 20 0 238835757 19521036288 49888 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
/proc/181064/statm: 4765878 49888 5468 1 0 551492 0
[pid=181064/tid=181066] ppid=181061 vsize=19063512 memory=10752 CPUtime=2.9 cores=5,7
/proc/181064/task/181066/stat : 181066 (java) R 181061 181064 179930 0 -1 4194368 6946 0 0 0 285 5 0 0 20 0 20 0 238835759 19521036288 49888 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
[pid=181064/tid=181075] ppid=181061 vsize=19063512 memory=-9103862181264138940 CPUtime=0 cores=5,7
/proc/181064/task/181075/stat : 181075 (Finalizer) S 181061 181064 179930 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238835761 19521036288 49888 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
[pid=181064/tid=181082] ppid=181061 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/181064/task/181082/stat : 181082 (Common-Cleaner) S 181061 181064 179930 0 -1 4194368 41 0 0 0 0 0 0 0 20 0 20 0 238835761 19521036288 49888 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
[pid=181064/tid=181083] ppid=181061 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/181064/task/181083/stat : 181083 (Timer-0) S 181061 181064 179930 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238835783 19521036288 49888 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
Current children cumulated CPU time: 4.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 199552 KiB

[startup+6.30019 s]
/proc/loadavg: 4.25 4.25 4.25 6/317 181113
/proc/meminfo: memFree=106550692/131250000 swapFree=33009904/33010684
[pid=181064] ppid=181061 vsize=19063512 memory=598136 CPUtime=8.16 cores=5,7
/proc/181064/stat : 181064 (java) S 181061 181064 179930 0 -1 4194304 19475 0 0 0 797 19 0 0 20 0 20 0 238835757 19521036288 149534 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
/proc/181064/statm: 4765878 149534 5468 1 0 658025 0
[pid=181064/tid=181066] ppid=181061 vsize=19063512 memory=0 CPUtime=6.02 cores=5,7
/proc/181064/task/181066/stat : 181066 (java) R 181061 181064 179930 0 -1 4194368 7212 0 0 0 589 13 0 0 20 0 20 0 238835759 19521036288 149534 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
[pid=181064/tid=181075] ppid=181061 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/181064/task/181075/stat : 181075 (Finalizer) S 181061 181064 179930 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238835761 19521036288 149534 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
[pid=181064/tid=181082] ppid=181061 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/181064/task/181082/stat : 181082 (Common-Cleaner) S 181061 181064 179930 0 -1 4194368 41 0 0 0 0 0 0 0 20 0 20 0 238835761 19521036288 149534 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
[pid=181064/tid=181083] ppid=181061 vsize=19063512 memory=178288 CPUtime=0 cores=5,7
/proc/181064/task/181083/stat : 181083 (Timer-0) S 181061 181064 179930 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238835783 19521036288 149534 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
Current children cumulated CPU time: 8.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 598136 KiB

[startup+12.7002 s]
/proc/loadavg: 4.23 4.25 4.25 5/340 181151
/proc/meminfo: memFree=114640072/131250000 swapFree=33009904/33010684
[pid=181064] ppid=181061 vsize=19063512 memory=817780 CPUtime=14.81 cores=5,7
/proc/181064/stat : 181064 (java) S 181061 181064 179930 0 -1 4194304 20035 0 0 0 1456 25 0 0 20 0 20 0 238835757 19521036288 204445 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
/proc/181064/statm: 4765878 204445 5500 1 0 658076 0
[pid=181064/tid=181066] ppid=181061 vsize=19063512 memory=178288 CPUtime=12.32 cores=5,7
/proc/181064/task/181066/stat : 181066 (java) R 181061 181064 179930 0 -1 4194368 7482 0 0 0 1214 18 0 0 20 0 20 0 238835759 19521036288 204445 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
[pid=181064/tid=181075] ppid=181061 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/181064/task/181075/stat : 181075 (Finalizer) S 181061 181064 179930 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238835761 19521036288 204445 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
[pid=181064/tid=181082] ppid=181061 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/181064/task/181082/stat : 181082 (Common-Cleaner) S 181061 181064 179930 0 -1 4194368 41 0 0 0 0 0 0 0 20 0 20 0 238835761 19521036288 204445 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
[pid=181064/tid=181083] ppid=181061 vsize=19063512 memory=-9103862181264138940 CPUtime=0 cores=5,7
/proc/181064/task/181083/stat : 181083 (Timer-0) S 181061 181064 179930 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238835783 19521036288 204445 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
Current children cumulated CPU time: 14.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 817780 KiB

[startup+25.5002 s]
/proc/loadavg: 4.19 4.24 4.25 5/340 181152
/proc/meminfo: memFree=112892336/131250000 swapFree=33009904/33010684
[pid=181064] ppid=181061 vsize=19063512 memory=1286468 CPUtime=27.92 cores=5,7
/proc/181064/stat : 181064 (java) S 181061 181064 179930 0 -1 4194304 27902 0 0 0 2749 43 0 0 20 0 20 0 238835757 19521036288 321617 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
/proc/181064/statm: 4765878 321617 5500 1 0 659600 0
[pid=181064/tid=181066] ppid=181061 vsize=19063512 memory=10752 CPUtime=24.84 cores=5,7
/proc/181064/task/181066/stat : 181066 (java) R 181061 181064 179930 0 -1 4194368 9977 0 0 0 2452 32 0 0 20 0 20 0 238835759 19521036288 321617 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
[pid=181064/tid=181075] ppid=181061 vsize=19063512 memory=1274156 CPUtime=0 cores=5,7
/proc/181064/task/181075/stat : 181075 (Finalizer) S 181061 181064 179930 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238835761 19521036288 321617 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
[pid=181064/tid=181082] ppid=181061 vsize=19063512 memory=1274156 CPUtime=0 cores=5,7
/proc/181064/task/181082/stat : 181082 (Common-Cleaner) S 181061 181064 179930 0 -1 4194368 41 0 0 0 0 0 0 0 20 0 20 0 238835761 19521036288 321617 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
[pid=181064/tid=181083] ppid=181061 vsize=19063512 memory=-8600583823393858236 CPUtime=0 cores=5,7
/proc/181064/task/181083/stat : 181083 (Timer-0) S 181061 181064 179930 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238835783 19521036288 321617 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
Current children cumulated CPU time: 27.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1286468 KiB

[startup+51.1056 s]
/proc/loadavg: 4.32 4.26 4.26 5/342 181289
/proc/meminfo: memFree=117457068/131250000 swapFree=33009904/33010684
[pid=181064] ppid=181061 vsize=19063512 memory=1907340 CPUtime=53.77 cores=5,7
/proc/181064/stat : 181064 (java) S 181061 181064 179930 0 -1 4194304 32591 0 0 0 5308 69 0 0 20 0 20 0 238835757 19521036288 476835 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
/proc/181064/statm: 4765878 476835 5500 1 0 659603 0
[pid=181064/tid=181066] ppid=181061 vsize=19063512 memory=1907340 CPUtime=50.07 cores=5,7

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

/proc/meminfo: memFree=30387120/131250000 swapFree=33009904/33010684
[pid=181064] ppid=181061 vsize=19063512 memory=2597076 CPUtime=3211.11 cores=5,7
/proc/181064/stat : 181064 (java) S 181061 181064 179930 0 -1 4194304 133249 0 0 0 319940 1171 0 0 20 0 20 0 238835757 19521036288 649269 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
/proc/181064/statm: 4765878 649269 5532 1 0 660803 0
[pid=181064/tid=181066] ppid=181061 vsize=19063512 memory=2597076 CPUtime=3121.97 cores=5,7
/proc/181064/task/181066/stat : 181066 (java) R 181061 181064 179930 0 -1 4194368 53700 0 0 0 311157 1040 0 0 20 0 20 0 238835759 19521036288 649269 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
[pid=181064/tid=181075] ppid=181061 vsize=19063512 memory=2596820 CPUtime=0 cores=5,7
/proc/181064/task/181075/stat : 181075 (Finalizer) S 181061 181064 179930 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238835761 19521036288 649269 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
[pid=181064/tid=181082] ppid=181061 vsize=19063512 memory=2597076 CPUtime=0 cores=5,7
/proc/181064/task/181082/stat : 181082 (Common-Cleaner) S 181061 181064 179930 0 -1 4194368 1449 0 0 0 0 0 0 0 20 0 20 0 238835761 19521036288 649269 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
[pid=181064/tid=181083] ppid=181061 vsize=19063512 memory=14464 CPUtime=0 cores=5,7
/proc/181064/task/181083/stat : 181083 (Timer-0) S 181061 181064 179930 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238835783 19521036288 649269 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
Current children cumulated CPU time: 3211.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2597076 KiB

[startup+3222.3 s]
/proc/loadavg: 4.37 4.50 4.45 5/343 181482
/proc/meminfo: memFree=29269104/131250000 swapFree=33009904/33010684
[pid=181064] ppid=181061 vsize=19063512 memory=2597076 CPUtime=3272.38 cores=5,7
/proc/181064/stat : 181064 (java) S 181061 181064 179930 0 -1 4194304 136339 0 0 0 326047 1191 0 0 20 0 20 0 238835757 19521036288 649269 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
/proc/181064/statm: 4765878 649269 5532 1 0 660803 0
[pid=181064/tid=181066] ppid=181061 vsize=19063512 memory=2596820 CPUtime=3181.17 cores=5,7
/proc/181064/task/181066/stat : 181066 (java) R 181061 181064 179930 0 -1 4194368 55032 0 0 0 317059 1058 0 0 20 0 20 0 238835759 19521036288 649269 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
[pid=181064/tid=181075] ppid=181061 vsize=19063512 memory=2597076 CPUtime=0 cores=5,7
/proc/181064/task/181075/stat : 181075 (Finalizer) S 181061 181064 179930 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238835761 19521036288 649269 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
[pid=181064/tid=181082] ppid=181061 vsize=19063512 memory=5504 CPUtime=0 cores=5,7
/proc/181064/task/181082/stat : 181082 (Common-Cleaner) S 181061 181064 179930 0 -1 4194368 1471 0 0 0 0 0 0 0 20 0 20 0 238835761 19521036288 649269 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
[pid=181064/tid=181083] ppid=181061 vsize=19063512 memory=2597076 CPUtime=0 cores=5,7
/proc/181064/task/181083/stat : 181083 (Timer-0) S 181061 181064 179930 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238835783 19521036288 649269 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
Current children cumulated CPU time: 3272.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2597076 KiB

[startup+3282.3 s]
/proc/loadavg: 4.51 4.52 4.45 5/343 181484
/proc/meminfo: memFree=28158460/131250000 swapFree=33009904/33010684
[pid=181064] ppid=181061 vsize=19063512 memory=2597076 CPUtime=3334.15 cores=5,7
/proc/181064/stat : 181064 (java) S 181061 181064 179930 0 -1 4194304 140562 0 0 0 332208 1207 0 0 20 0 20 0 238835757 19521036288 649269 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
/proc/181064/statm: 4765878 649269 5532 1 0 660815 0
[pid=181064/tid=181066] ppid=181061 vsize=19063512 memory=2597076 CPUtime=3240.47 cores=5,7
/proc/181064/task/181066/stat : 181066 (java) R 181061 181064 179930 0 -1 4194368 57004 0 0 0 322975 1072 0 0 20 0 20 0 238835759 19521036288 649269 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
[pid=181064/tid=181075] ppid=181061 vsize=19063512 memory=2596820 CPUtime=0 cores=5,7
/proc/181064/task/181075/stat : 181075 (Finalizer) S 181061 181064 179930 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238835761 19521036288 649269 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
[pid=181064/tid=181082] ppid=181061 vsize=19063512 memory=14464 CPUtime=0 cores=5,7
/proc/181064/task/181082/stat : 181082 (Common-Cleaner) S 181061 181064 179930 0 -1 4194368 1581 0 0 0 0 0 0 0 20 0 20 0 238835761 19521036288 649269 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
[pid=181064/tid=181083] ppid=181061 vsize=19063512 memory=2597076 CPUtime=0 cores=5,7
/proc/181064/task/181083/stat : 181083 (Timer-0) S 181061 181064 179930 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238835783 19521036288 649269 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
Current children cumulated CPU time: 3334.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2597076 KiB

[startup+3342.3 s]
/proc/loadavg: 3.79 4.32 4.39 4/318 181520
/proc/meminfo: memFree=85706664/131250000 swapFree=33009904/33010684
[pid=181064] ppid=181061 vsize=19063512 memory=2597076 CPUtime=3395.54 cores=5,7
/proc/181064/stat : 181064 (java) S 181061 181064 179930 0 -1 4194304 140730 0 0 0 338321 1233 0 0 20 0 20 0 238835757 19521036288 649269 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
/proc/181064/statm: 4765878 649269 5532 1 0 660815 0
[pid=181064/tid=181066] ppid=181061 vsize=19063512 memory=2596820 CPUtime=3299.49 cores=5,7
/proc/181064/task/181066/stat : 181066 (java) R 181061 181064 179930 0 -1 4194368 57019 0 0 0 328853 1096 0 0 20 0 20 0 238835759 19521036288 649269 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
[pid=181064/tid=181075] ppid=181061 vsize=19063512 memory=14464 CPUtime=0 cores=5,7
/proc/181064/task/181075/stat : 181075 (Finalizer) S 181061 181064 179930 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238835761 19521036288 649269 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
[pid=181064/tid=181082] ppid=181061 vsize=19063512 memory=5276 CPUtime=0 cores=5,7
/proc/181064/task/181082/stat : 181082 (Common-Cleaner) S 181061 181064 179930 0 -1 4194368 1582 0 0 0 0 0 0 0 20 0 20 0 238835761 19521036288 649269 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
[pid=181064/tid=181083] ppid=181061 vsize=19063512 memory=14464 CPUtime=0 cores=5,7
/proc/181064/task/181083/stat : 181083 (Timer-0) S 181061 181064 179930 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238835783 19521036288 649269 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
Current children cumulated CPU time: 3395.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2597076 KiB

[startup+3402.3 s]
/proc/loadavg: 3.39 4.11 4.31 4/320 181530
/proc/meminfo: memFree=84143316/131250000 swapFree=33009904/33010684
[pid=181064] ppid=181061 vsize=19063512 memory=2597076 CPUtime=3456.72 cores=5,7
/proc/181064/stat : 181064 (java) S 181061 181064 179930 0 -1 4194304 140746 0 0 0 344419 1253 0 0 20 0 20 0 238835757 19521036288 649269 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
/proc/181064/statm: 4765878 649269 5532 1 0 660815 0
[pid=181064/tid=181066] ppid=181061 vsize=19063512 memory=2596820 CPUtime=3358.65 cores=5,7
/proc/181064/task/181066/stat : 181066 (java) R 181061 181064 179930 0 -1 4194368 57025 0 0 0 334750 1115 0 0 20 0 20 0 238835759 19521036288 649269 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
[pid=181064/tid=181075] ppid=181061 vsize=19063512 memory=5276 CPUtime=0 cores=5,7
/proc/181064/task/181075/stat : 181075 (Finalizer) S 181061 181064 179930 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238835761 19521036288 649269 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
[pid=181064/tid=181082] ppid=181061 vsize=19063512 memory=2597076 CPUtime=0 cores=5,7
/proc/181064/task/181082/stat : 181082 (Common-Cleaner) S 181061 181064 179930 0 -1 4194368 1582 0 0 0 0 0 0 0 20 0 20 0 238835761 19521036288 649269 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
[pid=181064/tid=181083] ppid=181061 vsize=19063512 memory=2597076 CPUtime=0 cores=5,7
/proc/181064/task/181083/stat : 181083 (Timer-0) S 181061 181064 179930 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238835783 19521036288 649269 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
Current children cumulated CPU time: 3456.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2597076 KiB

[startup+3462.3 s]
/proc/loadavg: 3.38 3.97 4.25 5/320 181532
/proc/meminfo: memFree=83543828/131250000 swapFree=33009904/33010684
[pid=181064] ppid=181061 vsize=19063512 memory=2601044 CPUtime=3519.36 cores=5,7
/proc/181064/stat : 181064 (java) S 181061 181064 179930 0 -1 4194304 142259 0 0 0 350658 1278 0 0 20 0 20 0 238835757 19521036288 650261 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
/proc/181064/statm: 4765878 650261 5532 1 0 660815 0
[pid=181064/tid=181066] ppid=181061 vsize=19063512 memory=2601044 CPUtime=3417.51 cores=5,7
/proc/181064/task/181066/stat : 181066 (java) R 181061 181064 179930 0 -1 4194368 58154 0 0 0 340614 1137 0 0 20 0 20 0 238835759 19521036288 650261 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
[pid=181064/tid=181075] ppid=181061 vsize=19063512 memory=2596820 CPUtime=0 cores=5,7
/proc/181064/task/181075/stat : 181075 (Finalizer) S 181061 181064 179930 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238835761 19521036288 650261 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
[pid=181064/tid=181082] ppid=181061 vsize=19063512 memory=5276 CPUtime=0 cores=5,7
/proc/181064/task/181082/stat : 181082 (Common-Cleaner) S 181061 181064 179930 0 -1 4194368 1582 0 0 0 0 0 0 0 20 0 20 0 238835761 19521036288 650261 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
[pid=181064/tid=181083] ppid=181061 vsize=19063512 memory=14464 CPUtime=0 cores=5,7
/proc/181064/task/181083/stat : 181083 (Timer-0) S 181061 181064 179930 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238835783 19521036288 650261 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
Current children cumulated CPU time: 3519.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2601044 KiB

[startup+3522.3 s]
/proc/loadavg: 3.17 3.80 4.17 3/290 181568
/proc/meminfo: memFree=98538896/131250000 swapFree=33009904/33010684
[pid=181064] ppid=181061 vsize=19063512 memory=2601556 CPUtime=3580.69 cores=5,7
/proc/181064/stat : 181064 (java) S 181061 181064 179930 0 -1 4194304 145545 0 0 0 356777 1292 0 0 20 0 20 0 238835757 19521036288 650389 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
/proc/181064/statm: 4765878 650389 5532 1 0 660815 0
[pid=181064/tid=181066] ppid=181061 vsize=19063512 memory=2596820 CPUtime=3476.8 cores=5,7
/proc/181064/task/181066/stat : 181066 (java) R 181061 181064 179930 0 -1 4194368 59299 0 0 0 346531 1149 0 0 20 0 20 0 238835759 19521036288 650389 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
[pid=181064/tid=181075] ppid=181061 vsize=19063512 memory=19584 CPUtime=0 cores=5,7
/proc/181064/task/181075/stat : 181075 (Finalizer) S 181061 181064 179930 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238835761 19521036288 650389 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
[pid=181064/tid=181082] ppid=181061 vsize=19063512 memory=2601556 CPUtime=0 cores=5,7
/proc/181064/task/181082/stat : 181082 (Common-Cleaner) S 181061 181064 179930 0 -1 4194368 1663 0 0 0 0 0 0 0 20 0 20 0 238835761 19521036288 650389 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
[pid=181064/tid=181083] ppid=181061 vsize=19063512 memory=2601556 CPUtime=0 cores=5,7
/proc/181064/task/181083/stat : 181083 (Timer-0) S 181061 181064 179930 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238835783 19521036288 650389 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
Current children cumulated CPU time: 3580.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2601556 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3541.8 s]
/proc/loadavg: 2.91 3.70 4.13 4/290 181568
/proc/meminfo: memFree=98467560/131250000 swapFree=33009904/33010684
[pid=181064] ppid=181061 vsize=19063512 memory=2601556 CPUtime=3600.03 cores=5,7
/proc/181064/stat : 181064 (java) S 181061 181064 179930 0 -1 4194304 145899 0 0 0 358705 1298 0 0 20 0 20 0 238835757 19521036288 650389 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
/proc/181064/statm: 4765878 650389 5532 1 0 660815 0
[pid=181064/tid=181066] ppid=181061 vsize=19063512 memory=2601556 CPUtime=3496.14 cores=5,7
/proc/181064/task/181066/stat : 181066 (java) R 181061 181064 179930 0 -1 4194368 59634 0 0 0 348459 1155 0 0 20 0 20 0 238835759 19521036288 650389 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
[pid=181064/tid=181075] ppid=181061 vsize=19063512 memory=26500 CPUtime=0 cores=5,7
/proc/181064/task/181075/stat : 181075 (Finalizer) S 181061 181064 179930 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238835761 19521036288 650389 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
[pid=181064/tid=181082] ppid=181061 vsize=19063512 memory=28708 CPUtime=0 cores=5,7
/proc/181064/task/181082/stat : 181082 (Common-Cleaner) S 181061 181064 179930 0 -1 4194368 1663 0 0 0 0 0 0 0 20 0 20 0 238835761 19521036288 650389 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
[pid=181064/tid=181083] ppid=181061 vsize=19063512 memory=5276 CPUtime=0 cores=5,7
/proc/181064/task/181083/stat : 181083 (Timer-0) S 181061 181064 179930 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238835783 19521036288 650389 18446744073709551615 94710463086592 94710463090288 140735440799056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94710463098104 94710463098896 94710495457280 140735440804180 140735440804324 140735440804324 140735440809928 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2601556 KiB

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

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

# cumulated CPU time of all completed processes:  user=3587.17 s, system=12.9956 s

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

Child status: 143

Real time (s): 3541.89
CPU time (s): 3600.17
CPU user time (s): 3587.17
CPU system time (s): 12.9956
CPU usage (%): 101.645
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2601556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3587.17
system time used= 12.9956
maximum resident set size= 2602452
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 148173
page faults= 0
swaps= 0
block input operations= 0
block output operations= 18493296
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 122141
involuntary context switches= 13538


# summary of solver processes directly reported to runsolver:
#   pid: 181064
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3587.17
#   total CPU system time (s): 12.9956

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.49547 second user time and 17.5884 second system time

The end

Launcher Data

Begin job on nodeC033 at 2025-07-23 02:46:03
IDJOB=4544071
IDBENCH=174876
IDSOLVER=3364
FILE ID=nodeC033/4544071-1753231563
RUNJOBID= nodeC033-1753224403-179943
SLURM_JOB_ID= 9687833
Free space on /tmp= 399756 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/php-exit/normalized-phpexit_v1_06_048.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4544071-1753231563/watcher-4544071-1753231563 -o /tmp/evaluation-result-4544071-1753231563/solver-4544071-1753231563 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1753224403-179943 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4544071-1753231563 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4544071-1753231563.opb

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

MD5SUM BENCH= 9511341aa7d4b7fef4c29d2b14b834db
RANDOM SEED=1437676060

nodeC033 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.074
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	: 7000.13
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.162
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	: 7000.13
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		: 3596.166
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	: 7000.13
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.066
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	: 7000.13
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		: 3598.356
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	: 7000.13
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		: 3600.049
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	: 7000.13
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		: 3600.032
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	: 7000.13
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.892
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	: 7000.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        99315516 kB
MemAvailable:   124889892 kB
Buffers:            2128 kB
Cached:         26282324 kB
SwapCached:           64 kB
Active:          6034668 kB
Inactive:       25054436 kB
Active(anon):    4826352 kB
Inactive(anon):     5284 kB
Active(file):    1208316 kB
Inactive(file): 25049152 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            150376 kB
Writeback:             0 kB
AnonPages:       4805636 kB
Mapped:           128800 kB
Shmem:             26228 kB
KReclaimable:     312292 kB
Slab:             411160 kB
SReclaimable:     312292 kB
SUnreclaim:        98868 kB
KernelStack:        5136 kB
PageTables:        12956 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    9001780 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151416 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4593664 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:      221908 kB
DirectMap2M:    11083776 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 415368 MiB
End job on nodeC033 at 2025-07-23 03:45:05