Trace number 4543992

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2025-06-06? (TO) 3600.19 3579.91

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
php-exit/normalized-phpexit_v2_18_044.opb
MD5SUMa8d485dd68e6f5e7f4ac9c438b78b38d
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.482438
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables35658
Total number of constraints1603
Number of constraints which are clauses811
Number of constraints which are cardinality constraints (but not clauses)792
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint18
Maximum length of a constraint45
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 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 46
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.10	c Max memory 		16282288128
0.00/0.10	c Total memory 		2113929216
0.00/0.10	c Number of processors 	2
0.11/0.14	c Pseudo Boolean Optimization by upper bound
0.11/0.14	c --- Begin Solver configuration ---
0.11/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.11/0.14	c Learn all clauses as in MiniSAT
0.11/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.14	c Expensive reason simplification
0.11/0.14	c Glucose 2.1 dynamic restart strategy
0.11/0.14	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.11/0.14	c timeout=2147483s
0.11/0.14	c DB Simplification allowed=false
0.11/0.14	c Listener: none
0.11/0.14	c --- End Solver configuration ---
0.11/0.14	c solving HOME/instance-4543992-1753232630.opb
0.11/0.14	c reading problem ... 
0.11/0.14	c  no objective function found
0.49/0.35	c ... done. Wall clock time 0.205s.
0.49/0.35	c declared #vars     35658
0.49/0.35	c #constraints  1603
0.49/0.35	c constraints type 
0.49/0.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 792
0.49/0.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 811
0.49/0.35	c 1603 constraints processed.
2.56/1.89	c cleaning 2496 clauses out of 5000 with flag 31344/5000
5.14/4.22	c cleaning 4252 clauses out of 8504 with flag 71202/11000
7.22/6.28	c cleaning 5618 clauses out of 11253 with flag 118942/18001
10.14/9.16	c cleaning 6809 clauses out of 13636 with flag 176443/26002
12.54/11.59	c cleaning 7893 clauses out of 15825 with flag 237934/35000
15.97/14.92	c cleaning 8946 clauses out of 17932 with flag 304929/45000
19.23/18.02	c cleaning 9972 clauses out of 19987 with flag 381255/56001
23.06/21.81	c cleaning 10986 clauses out of 22014 with flag 463202/68000
27.26/26.02	c cleaning 11988 clauses out of 24028 with flag 551143/81000
31.67/30.47	c cleaning 13001 clauses out of 26041 with flag 640453/95001
36.23/34.93	c cleaning 14000 clauses out of 28040 with flag 735037/110001
41.94/40.61	c cleaning 14996 clauses out of 30040 with flag 841316/126001
49.46/48.11	c cleaning 15999 clauses out of 32044 with flag 966900/143001
55.58/54.21	c cleaning 17003 clauses out of 34044 with flag 1110439/161000
60.90/59.59	c cleaning 18000 clauses out of 36045 with flag 1234504/180004
70.73/69.37	c cleaning 18995 clauses out of 38041 with flag 1364648/200000
78.81/77.33	c cleaning 20004 clauses out of 40046 with flag 1521925/221000
84.67/83.11	c cleaning 20985 clauses out of 42043 with flag 1666270/243001
95.62/94.04	c cleaning 21998 clauses out of 44057 with flag 1831924/266000
112.67/111.08	c cleaning 22990 clauses out of 46061 with flag 2036910/290002
122.32/120.67	c cleaning 24005 clauses out of 48069 with flag 2217032/315000
130.34/128.67	c cleaning 25014 clauses out of 50065 with flag 2389508/341001
145.50/143.35	c cleaning 26007 clauses out of 52050 with flag 2562985/368000
154.37/152.11	c cleaning 27003 clauses out of 54043 with flag 2759060/396000
164.15/161.86	c cleaning 27997 clauses out of 56042 with flag 2949365/425002
174.13/171.86	c cleaning 28985 clauses out of 58044 with flag 3140149/455001
181.55/179.26	c cleaning 30024 clauses out of 60059 with flag 3350167/486001
201.26/198.94	c cleaning 31004 clauses out of 62034 with flag 3567407/518000
231.66/229.38	c cleaning 32007 clauses out of 64033 with flag 3808055/551003
249.56/246.52	c cleaning 32986 clauses out of 66024 with flag 4055706/585001
274.42/271.33	c cleaning 33989 clauses out of 68038 with flag 4310545/620001
288.99/285.96	c cleaning 34999 clauses out of 70048 with flag 4562144/656000
316.98/313.87	c cleaning 36007 clauses out of 72050 with flag 4825612/693001
346.19/342.99	c cleaning 36998 clauses out of 74044 with flag 5161958/731002
367.90/364.50	c cleaning 37927 clauses out of 76045 with flag 5513367/770001
396.99/393.56	c cleaning 39041 clauses out of 78118 with flag 5810207/810001
418.62/414.54	c cleaning 40001 clauses out of 80076 with flag 6061995/851000
456.03/451.96	c cleaning 41004 clauses out of 82077 with flag 6389264/893002
491.16/486.93	c cleaning 42007 clauses out of 84073 with flag 6734088/936002
533.65/529.11	c cleaning 42999 clauses out of 86064 with flag 7096937/980000
580.00/575.40	c cleaning 44005 clauses out of 88066 with flag 7481441/1025001
622.45/617.86	c cleaning 44993 clauses out of 90060 with flag 7890740/1071000
640.76/636.08	c cleaning 46028 clauses out of 92068 with flag 8221956/1118001
744.62/738.75	c cleaning 46637 clauses out of 94042 with flag 8982037/1166003
774.11/767.71	c cleaning 47888 clauses out of 96402 with flag 9555569/1215000
837.90/829.23	c cleaning 49040 clauses out of 98517 with flag 10345693/1265003
975.70/966.36	c cleaning 50218 clauses out of 100475 with flag 11329519/1316001
1096.26/1085.47	c cleaning 51098 clauses out of 102257 with flag 12376170/1368001
1181.05/1169.76	c cleaning 52073 clauses out of 104160 with flag 13170153/1421002
1228.83/1216.71	c cleaning 53037 clauses out of 106086 with flag 13618161/1475001
1273.12/1260.76	c cleaning 54020 clauses out of 108049 with flag 14106573/1530001
1330.37/1317.91	c cleaning 55009 clauses out of 110028 with flag 14647071/1586000
1379.29/1366.62	c cleaning 55996 clauses out of 112019 with flag 15184426/1643000
1433.14/1420.22	c cleaning 56998 clauses out of 114023 with flag 15750230/1701000
1486.16/1472.13	c cleaning 58008 clauses out of 116029 with flag 16406605/1760004
1529.18/1514.96	c cleaning 58996 clauses out of 118017 with flag 17050562/1820000
1579.71/1565.26	c cleaning 59995 clauses out of 120023 with flag 17623183/1881002
1640.35/1625.89	c cleaning 61006 clauses out of 122026 with flag 18223923/1943000
1709.35/1694.68	c cleaning 61998 clauses out of 124020 with flag 18801598/2006000
1786.49/1771.60	c cleaning 62996 clauses out of 126022 with flag 19469953/2070000
1848.68/1833.62	c cleaning 64007 clauses out of 128028 with flag 20166121/2135002
1897.08/1881.88	c cleaning 65000 clauses out of 130021 with flag 20795440/2201002
1972.63/1956.43	c cleaning 66003 clauses out of 132024 with flag 21441566/2268005
2055.74/2039.31	c cleaning 66999 clauses out of 134016 with flag 22181881/2336000
2132.15/2115.58	c cleaning 67995 clauses out of 136017 with flag 22921250/2405000
2225.69/2208.94	c cleaning 69001 clauses out of 138026 with flag 23621664/2475004
2315.65/2298.70	c cleaning 69998 clauses out of 140024 with flag 24275617/2546003
2406.20/2389.18	c cleaning 70996 clauses out of 142023 with flag 24924670/2618000
2474.98/2457.70	c cleaning 72008 clauses out of 144030 with flag 25554320/2691003
2549.42/2531.94	c cleaning 73001 clauses out of 146019 with flag 26377078/2765000
2612.20/2594.52	c cleaning 73998 clauses out of 148021 with flag 27244954/2840003
2681.62/2663.77	c cleaning 74999 clauses out of 150021 with flag 28079616/2916001
2760.22/2741.35	c cleaning 76001 clauses out of 152021 with flag 28876131/2993000
2851.57/2832.68	c cleaning 77003 clauses out of 154023 with flag 29757761/3071003
2960.06/2940.94	c cleaning 77995 clauses out of 156017 with flag 30693950/3150000
3052.89/3033.75	c cleaning 78995 clauses out of 158022 with flag 31588786/3230000
3136.97/3117.59	c cleaning 80005 clauses out of 160028 with flag 32495487/3311001
3227.24/3207.73	c cleaning 80996 clauses out of 162022 with flag 33634262/3393000
3315.44/3295.63	c cleaning 82002 clauses out of 164027 with flag 34789245/3476001
3416.17/3396.14	c cleaning 82999 clauses out of 166024 with flag 35939072/3560000
3508.74/3488.73	c cleaning 84000 clauses out of 168029 with flag 37121348/3645004
3600.03/3579.81	c starts		: 5867
3600.03/3579.82	c timeout
3600.03/3579.82	c conflicts		: 3729378
3600.03/3579.82	c decisions		: 12720360
3600.03/3579.82	c propagations		: 157182428
3600.03/3579.82	c inspects		: 13603765951
3600.03/3579.82	c shortcuts		: 0
3600.03/3579.82	c learnt literals	: 0
3600.03/3579.82	c learnt binary clauses	: 0
3600.03/3579.82	c learnt ternary clauses	: 0
3600.03/3579.82	c learnt constraints	: 3729378
3600.03/3579.82	c ignored constraints	: 0
3600.03/3579.82	c root simplifications	: 0
3600.03/3579.82	c removed literals (reason simplification)	: 27182380
3600.03/3579.82	c reason swapping (by a shorter reason)	: 0
3600.03/3579.82	c Calls to reduceDB	: 81
3600.03/3579.82	c Number of update (reduction) of LBD	: 2440955
3600.03/3579.82	c Imported unit clauses	: 0
3600.03/3579.82	c No decision after first conflict	: false
3600.03/3579.82	c number of reductions to clauses (during analyze)	: 0
3600.03/3579.82	c number of learned constraints concerned by reduction	: 0
3600.03/3579.82	c number of learning phase by resolution	: 0
3600.03/3579.82	c number of learning phase by cutting planes	: 0
3600.03/3579.82	c number of rounding to 1 operations	: 0
3600.03/3579.82	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3579.82	c number of reductions of the coefficients by power 2 	: 0
3600.03/3579.82	c number of right shift for reduction by power 2 	: 0
3600.03/3579.82	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3579.83	c number of ending skipping 	: 0
3600.03/3579.83	c number of internal skipping 	: 0
3600.03/3579.83	c number of derivation steps 	: 0
3600.03/3579.83	c number of skipped derivation steps 	: 0
3600.03/3579.83	c number of remaining unassigned 	: 0
3600.03/3579.83	c number of remaining assigned 	: 0
3600.03/3579.83	c number of falsified literals weakened from reason	: 0
3600.03/3579.83	c number of falsified literals weakened from conflict	: 0
3600.03/3579.83	c time for arithmetic operations	: 0
3600.03/3579.83	c minimum degree of deleted constraints	: null
3600.03/3579.83	c maximum degree of deleted constraints	: null
3600.03/3579.83	c number of deleted constraints	: 0
3600.03/3579.83	c speed (assignments/second)	: 43912.23165006644
3600.03/3579.83	c non guided choices	: 572204
3600.03/3579.88	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 168403
3600.03/3579.88	s UNKNOWN
3600.03/3579.88	c Total wall clock time (in seconds): 3579.749

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=166594, runsolver pid=166585

[startup+0.100062 s]*
/proc/loadavg: 1.44 2.74 3.55 7/335 166672
/proc/meminfo: memFree=129176128/131249996 swapFree=33010416/33010684
[pid=166594] ppid=166585 vsize=18930384 memory=55480 CPUtime=0.11 cores=4,6
/proc/166594/stat : 166594 (java) S 166585 166594 166535 0 -1 4194304 6511 0 0 0 9 2 0 0 20 0 18 0 238940792 19384713216 13870 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
/proc/166594/statm: 4732596 13870 5329 1 0 547586 0
[pid=166594/tid=166601] ppid=166585 vsize=18930384 memory=4026532124 CPUtime=0.07 cores=4,6
/proc/166594/task/166601/stat : 166601 (java) R 166585 166594 166535 0 -1 4194368 5037 0 0 0 6 1 0 0 20 0 18 0 238940794 19384713216 13870 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
[pid=166594/tid=166631] ppid=166585 vsize=18930384 memory=16198 CPUtime=0 cores=4,6
/proc/166594/task/166631/stat : 166631 (Finalizer) S 166585 166594 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238940796 19384713216 13870 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
[pid=166594/tid=166644] ppid=166585 vsize=18930384 memory=59585004307431 CPUtime=0 cores=4,6
/proc/166594/task/166644/stat : 166644 (Common-Cleaner) S 166585 166594 166535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238940796 19384713216 13870 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55480 KiB

[startup+0.205382 s]*
/proc/loadavg: 1.44 2.74 3.55 9/319 166675
/proc/meminfo: memFree=129109660/131249996 swapFree=33010416/33010684
[pid=166594] ppid=166585 vsize=18930384 memory=107004 CPUtime=0.31 cores=4,6
/proc/166594/stat : 166594 (java) S 166585 166594 166535 0 -1 4194304 7035 0 0 0 28 3 0 0 20 0 18 0 238940792 19384713216 26751 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
/proc/166594/statm: 4732596 26751 5425 1 0 547923 0
[pid=166594/tid=166601] ppid=166585 vsize=18930384 memory=4026990711 CPUtime=0.17 cores=4,6
/proc/166594/task/166601/stat : 166601 (java) R 166585 166594 166535 0 -1 4194368 5291 0 0 0 15 2 0 0 20 0 18 0 238940794 19384713216 26751 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
[pid=166594/tid=166631] ppid=166585 vsize=18930384 memory=215637835299 CPUtime=0 cores=4,6
/proc/166594/task/166631/stat : 166631 (Finalizer) S 166585 166594 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238940796 19384713216 26751 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
[pid=166594/tid=166644] ppid=166585 vsize=18930384 memory=30004 CPUtime=0 cores=4,6
/proc/166594/task/166644/stat : 166644 (Common-Cleaner) S 166585 166594 166535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238940796 19384713216 26751 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 107004 KiB

[startup+0.305494 s]*
/proc/loadavg: 1.44 2.74 3.55 10/319 166678
/proc/meminfo: memFree=128947104/131249996 swapFree=33010416/33010684
[pid=166594] ppid=166585 vsize=18996948 memory=157420 CPUtime=0.49 cores=4,6
/proc/166594/stat : 166594 (java) S 166585 166594 166535 0 -1 4194304 8822 0 0 0 45 4 0 0 20 0 19 0 238940792 19452874752 39355 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
/proc/166594/statm: 4749237 39355 5457 1 0 549365 0
[pid=166594/tid=166601] ppid=166585 vsize=18996948 memory=-8670666673107018428 CPUtime=0.25 cores=4,6
/proc/166594/task/166601/stat : 166601 (java) R 166585 166594 166535 0 -1 4194368 5330 0 0 0 22 3 0 0 20 0 19 0 238940794 19452874752 39355 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
[pid=166594/tid=166631] ppid=166585 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/166594/task/166631/stat : 166631 (Finalizer) S 166585 166594 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238940796 19452874752 39355 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
[pid=166594/tid=166644] ppid=166585 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/166594/task/166644/stat : 166644 (Common-Cleaner) S 166585 166594 166535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 238940796 19452874752 39355 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 157420 KiB

[startup+0.700222 s]
/proc/loadavg: 1.44 2.74 3.55 8/318 166687
/proc/meminfo: memFree=128864820/131249996 swapFree=33010416/33010684
[pid=166594] ppid=166585 vsize=19063512 memory=167468 CPUtime=1.25 cores=4,6
/proc/166594/stat : 166594 (java) S 166585 166594 166535 0 -1 4194304 10077 0 0 0 119 6 0 0 20 0 20 0 238940792 19521036288 41867 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
/proc/166594/statm: 4765878 41867 5489 1 0 550449 0
[pid=166594/tid=166601] ppid=166585 vsize=19063512 memory=27520 CPUtime=0.6 cores=4,6
/proc/166594/task/166601/stat : 166601 (java) R 166585 166594 166535 0 -1 4194368 5360 0 0 0 57 3 0 0 20 0 20 0 238940794 19521036288 41867 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
[pid=166594/tid=166631] ppid=166585 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/166594/task/166631/stat : 166631 (Finalizer) S 166585 166594 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238940796 19521036288 41867 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
[pid=166594/tid=166644] ppid=166585 vsize=19063512 memory=21996 CPUtime=0 cores=4,6
/proc/166594/task/166644/stat : 166644 (Common-Cleaner) S 166585 166594 166535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238940796 19521036288 41867 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
[pid=166594/tid=166683] ppid=166585 vsize=19063512 memory=4480 CPUtime=0 cores=4,6
/proc/166594/task/166683/stat : 166683 (Timer-0) S 166585 166594 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238940828 19521036288 41867 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 167468 KiB

[startup+1.50018 s]
/proc/loadavg: 1.44 2.74 3.55 5/319 166688
/proc/meminfo: memFree=128605580/131249996 swapFree=33010416/33010684
[pid=166594] ppid=166585 vsize=19063512 memory=167596 CPUtime=2.2 cores=4,6
/proc/166594/stat : 166594 (java) S 166585 166594 166535 0 -1 4194304 10355 0 0 0 214 6 0 0 20 0 20 0 238940792 19521036288 41899 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
/proc/166594/statm: 4765878 41899 5489 1 0 550451 0
[pid=166594/tid=166601] ppid=166585 vsize=19063512 memory=10752 CPUtime=1.39 cores=4,6
/proc/166594/task/166601/stat : 166601 (java) R 166585 166594 166535 0 -1 4194368 5469 0 0 0 136 3 0 0 20 0 20 0 238940794 19521036288 41899 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
[pid=166594/tid=166631] ppid=166585 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/166594/task/166631/stat : 166631 (Finalizer) S 166585 166594 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238940796 19521036288 41899 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
[pid=166594/tid=166644] ppid=166585 vsize=19063512 memory=21996 CPUtime=0 cores=4,6
/proc/166594/task/166644/stat : 166644 (Common-Cleaner) S 166585 166594 166535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238940796 19521036288 41899 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
[pid=166594/tid=166683] ppid=166585 vsize=19063512 memory=4480 CPUtime=0 cores=4,6
/proc/166594/task/166683/stat : 166683 (Timer-0) S 166585 166594 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238940828 19521036288 41899 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
Current children cumulated CPU time: 2.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 167596 KiB

[startup+3.10556 s]
/proc/loadavg: 1.44 2.74 3.55 5/320 166781
/proc/meminfo: memFree=128537960/131249996 swapFree=33010416/33010684
[pid=166594] ppid=166585 vsize=19063512 memory=168720 CPUtime=4 cores=4,6
/proc/166594/stat : 166594 (java) S 166585 166594 166535 0 -1 4194304 14689 0 0 0 393 7 0 0 20 0 20 0 238940792 19521036288 42180 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
/proc/166594/statm: 4765878 42180 5489 1 0 550632 0
[pid=166594/tid=166601] ppid=166585 vsize=19063512 memory=10752 CPUtime=2.97 cores=4,6
/proc/166594/task/166601/stat : 166601 (java) R 166585 166594 166535 0 -1 4194368 6668 0 0 0 294 3 0 0 20 0 20 0 238940794 19521036288 42180 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
[pid=166594/tid=166631] ppid=166585 vsize=19063512 memory=-8815063336159584956 CPUtime=0 cores=4,6
/proc/166594/task/166631/stat : 166631 (Finalizer) S 166585 166594 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238940796 19521036288 42180 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
[pid=166594/tid=166644] ppid=166585 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/166594/task/166644/stat : 166644 (Common-Cleaner) S 166585 166594 166535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238940796 19521036288 42180 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
[pid=166594/tid=166683] ppid=166585 vsize=19063512 memory=21996 CPUtime=0 cores=4,6
/proc/166594/task/166683/stat : 166683 (Timer-0) S 166585 166594 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238940828 19521036288 42180 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
Current children cumulated CPU time: 4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 168720 KiB

[startup+6.30018 s]
/proc/loadavg: 1.73 2.78 3.56 5/343 166811
/proc/meminfo: memFree=128197008/131249996 swapFree=33010416/33010684
[pid=166594] ppid=166585 vsize=19063512 memory=167376 CPUtime=7.33 cores=4,6
/proc/166594/stat : 166594 (java) S 166585 166594 166535 0 -1 4194304 19051 0 0 0 725 8 0 0 20 0 20 0 238940792 19521036288 41844 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
/proc/166594/statm: 4765878 41844 5521 1 0 551072 0
[pid=166594/tid=166601] ppid=166585 vsize=19063512 memory=0 CPUtime=6.16 cores=4,6
/proc/166594/task/166601/stat : 166601 (java) R 166585 166594 166535 0 -1 4194368 7619 0 0 0 613 3 0 0 20 0 20 0 238940794 19521036288 41844 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
[pid=166594/tid=166631] ppid=166585 vsize=19063512 memory=21996 CPUtime=0 cores=4,6
/proc/166594/task/166631/stat : 166631 (Finalizer) S 166585 166594 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238940796 19521036288 41844 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
[pid=166594/tid=166644] ppid=166585 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/166594/task/166644/stat : 166644 (Common-Cleaner) S 166585 166594 166535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238940796 19521036288 41844 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
[pid=166594/tid=166683] ppid=166585 vsize=19063512 memory=167596 CPUtime=0 cores=4,6
/proc/166594/task/166683/stat : 166683 (Timer-0) S 166585 166594 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238940828 19521036288 41844 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
Current children cumulated CPU time: 7.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 167376 KiB

[startup+12.7002 s]
/proc/loadavg: 1.91 2.80 3.56 5/343 166811
/proc/meminfo: memFree=127451880/131249996 swapFree=33010416/33010684
[pid=166594] ppid=166585 vsize=19063512 memory=224852 CPUtime=13.74 cores=4,6
/proc/166594/stat : 166594 (java) S 166585 166594 166535 0 -1 4194304 21640 0 0 0 1365 9 0 0 20 0 20 0 238940792 19521036288 56213 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
/proc/166594/statm: 4765878 56213 5521 1 0 551072 0
[pid=166594/tid=166601] ppid=166585 vsize=19063512 memory=167596 CPUtime=12.5 cores=4,6
/proc/166594/task/166601/stat : 166601 (java) R 166585 166594 166535 0 -1 4194368 8274 0 0 0 1247 3 0 0 20 0 20 0 238940794 19521036288 56213 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
[pid=166594/tid=166631] ppid=166585 vsize=19063512 memory=14824 CPUtime=0 cores=4,6
/proc/166594/task/166631/stat : 166631 (Finalizer) S 166585 166594 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238940796 19521036288 56213 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
[pid=166594/tid=166644] ppid=166585 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/166594/task/166644/stat : 166644 (Common-Cleaner) S 166585 166594 166535 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 238940796 19521036288 56213 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
[pid=166594/tid=166683] ppid=166585 vsize=19063512 memory=224852 CPUtime=0 cores=4,6
/proc/166594/task/166683/stat : 166683 (Timer-0) S 166585 166594 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238940828 19521036288 56213 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
Current children cumulated CPU time: 13.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 224852 KiB

[startup+25.5002 s]
/proc/loadavg: 2.52 2.89 3.58 6/343 166811
/proc/meminfo: memFree=125985416/131249996 swapFree=33010416/33010684
[pid=166594] ppid=166585 vsize=19063512 memory=316324 CPUtime=26.76 cores=4,6
/proc/166594/stat : 166594 (java) S 166585 166594 166535 0 -1 4194304 28654 0 0 0 2665 11 0 0 20 0 20 0 238940792 19521036288 79081 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
/proc/166594/statm: 4765878 79081 5521 1 0 552252 0
[pid=166594/tid=166601] ppid=166585 vsize=19063512 memory=0 CPUtime=25.2 cores=4,6
/proc/166594/task/166601/stat : 166601 (java) R 166585 166594 166535 0 -1 4194368 8857 0 0 0 2516 4 0 0 20 0 20 0 238940794 19521036288 79081 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
[pid=166594/tid=166631] ppid=166585 vsize=19063512 memory=224852 CPUtime=0 cores=4,6
/proc/166594/task/166631/stat : 166631 (Finalizer) S 166585 166594 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238940796 19521036288 79081 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
[pid=166594/tid=166644] ppid=166585 vsize=19063512 memory=14824 CPUtime=0 cores=4,6
/proc/166594/task/166644/stat : 166644 (Common-Cleaner) S 166585 166594 166535 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 238940796 19521036288 79081 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
[pid=166594/tid=166683] ppid=166585 vsize=19063512 memory=27520 CPUtime=0 cores=4,6
/proc/166594/task/166683/stat : 166683 (Timer-0) S 166585 166594 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238940828 19521036288 79081 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
Current children cumulated CPU time: 26.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 316324 KiB

[startup+51.1056 s]
/proc/loadavg: 3.11 3.00 3.60 5/342 166811
/proc/meminfo: memFree=123724008/131249996 swapFree=33010416/33010684
[pid=166594] ppid=166585 vsize=19063512 memory=480272 CPUtime=52.49 cores=4,6
/proc/166594/stat : 166594 (java) S 166585 166594 166535 0 -1 4194304 29742 0 0 0 5233 16 0 0 20 0 20 0 238940792 19521036288 120068 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
/proc/166594/statm: 4765878 120068 5521 1 0 552252 0
[pid=166594/tid=166601] ppid=166585 vsize=19063512 memory=463876 CPUtime=50.56 cores=4,6
/proc/166594/task/166601/stat : 166601 (java) R 166585 166594 166535 0 -1 4194368 8944 0 0 0 5052 4 0 0 20 0 20 0 238940794 19521036288 120068 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
[pid=166594/tid=166631] ppid=166585 vsize=19063512 memory=463876 CPUtime=0 cores=4,6
/proc/166594/task/166631/stat : 166631 (Finalizer) S 166585 166594 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238940796 19521036288 120068 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0

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

/proc/166594/task/166631/stat : 166631 (Finalizer) S 166585 166594 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238940796 19521036288 1634027 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
[pid=166594/tid=166644] ppid=166585 vsize=19063512 memory=5276 CPUtime=0 cores=4,6
/proc/166594/task/166644/stat : 166644 (Common-Cleaner) S 166585 166594 166535 0 -1 4194368 1001 0 0 0 0 0 0 0 20 0 20 0 238940796 19521036288 1634027 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
[pid=166594/tid=166683] ppid=166585 vsize=19063512 memory=6536108 CPUtime=0 cores=4,6
/proc/166594/task/166683/stat : 166683 (Timer-0) S 166585 166594 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238940828 19521036288 1634027 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
Current children cumulated CPU time: 3181.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6536108 KiB

[startup+3222.3 s]
/proc/loadavg: 4.25 4.22 4.19 5/341 166965
/proc/meminfo: memFree=93685156/131249996 swapFree=33010416/33010684
[pid=166594] ppid=166585 vsize=19063512 memory=6536108 CPUtime=3242.01 cores=4,6
/proc/166594/stat : 166594 (java) S 166585 166594 166535 0 -1 4194304 138786 0 0 0 323976 225 0 0 20 0 20 0 238940792 19521036288 1634027 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
/proc/166594/statm: 4765878 1634027 5521 1 0 2218801 0
[pid=166594/tid=166601] ppid=166585 vsize=19063512 memory=5276 CPUtime=3194.71 cores=4,6
/proc/166594/task/166601/stat : 166601 (java) R 166585 166594 166535 0 -1 4194368 57415 0 0 0 319431 40 0 0 20 0 20 0 238940794 19521036288 1634027 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
[pid=166594/tid=166631] ppid=166585 vsize=19063512 memory=14824 CPUtime=0 cores=4,6
/proc/166594/task/166631/stat : 166631 (Finalizer) S 166585 166594 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238940796 19521036288 1634027 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
[pid=166594/tid=166644] ppid=166585 vsize=19063512 memory=6536108 CPUtime=0 cores=4,6
/proc/166594/task/166644/stat : 166644 (Common-Cleaner) S 166585 166594 166535 0 -1 4194368 1001 0 0 0 0 0 0 0 20 0 20 0 238940796 19521036288 1634027 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
[pid=166594/tid=166683] ppid=166585 vsize=19063512 memory=5276 CPUtime=0 cores=4,6
/proc/166594/task/166683/stat : 166683 (Timer-0) S 166585 166594 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238940828 19521036288 1634027 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
Current children cumulated CPU time: 3242.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6536108 KiB

[startup+3282.3 s]
/proc/loadavg: 4.20 4.21 4.18 5/340 166967
/proc/meminfo: memFree=93304200/131249996 swapFree=33010416/33010684
[pid=166594] ppid=166585 vsize=19063512 memory=6536108 CPUtime=3302.17 cores=4,6
/proc/166594/stat : 166594 (java) S 166585 166594 166535 0 -1 4194304 139899 0 0 0 329991 226 0 0 20 0 20 0 238940792 19521036288 1634027 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
/proc/166594/statm: 4765878 1634027 5521 1 0 2218801 0
[pid=166594/tid=166601] ppid=166585 vsize=19063512 memory=27648 CPUtime=3254.28 cores=4,6
/proc/166594/task/166601/stat : 166601 (java) R 166585 166594 166535 0 -1 4194368 58367 0 0 0 325388 40 0 0 20 0 20 0 238940794 19521036288 1634027 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
[pid=166594/tid=166631] ppid=166585 vsize=19063512 memory=14824 CPUtime=0 cores=4,6
/proc/166594/task/166631/stat : 166631 (Finalizer) S 166585 166594 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238940796 19521036288 1634027 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
[pid=166594/tid=166644] ppid=166585 vsize=19063512 memory=6536108 CPUtime=0 cores=4,6
/proc/166594/task/166644/stat : 166644 (Common-Cleaner) S 166585 166594 166535 0 -1 4194368 1010 0 0 0 0 0 0 0 20 0 20 0 238940796 19521036288 1634027 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
[pid=166594/tid=166683] ppid=166585 vsize=19063512 memory=6536108 CPUtime=0 cores=4,6
/proc/166594/task/166683/stat : 166683 (Timer-0) S 166585 166594 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238940828 19521036288 1634027 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
Current children cumulated CPU time: 3302.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6536108 KiB

[startup+3342.3 s]
/proc/loadavg: 4.32 4.23 4.19 5/340 166969
/proc/meminfo: memFree=93115700/131249996 swapFree=33010416/33010684
[pid=166594] ppid=166585 vsize=19063512 memory=6536108 CPUtime=3362.22 cores=4,6
/proc/166594/stat : 166594 (java) S 166585 166594 166535 0 -1 4194304 142288 0 0 0 335993 229 0 0 20 0 20 0 238940792 19521036288 1634027 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
/proc/166594/statm: 4765878 1634027 5521 1 0 2218801 0
[pid=166594/tid=166601] ppid=166585 vsize=19063512 memory=6536108 CPUtime=3313.94 cores=4,6
/proc/166594/task/166601/stat : 166601 (java) R 166585 166594 166535 0 -1 4194368 59936 0 0 0 331354 40 0 0 20 0 20 0 238940794 19521036288 1634027 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
[pid=166594/tid=166631] ppid=166585 vsize=19063512 memory=6536108 CPUtime=0 cores=4,6
/proc/166594/task/166631/stat : 166631 (Finalizer) S 166585 166594 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238940796 19521036288 1634027 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
[pid=166594/tid=166644] ppid=166585 vsize=19063512 memory=27648 CPUtime=0 cores=4,6
/proc/166594/task/166644/stat : 166644 (Common-Cleaner) S 166585 166594 166535 0 -1 4194368 1012 0 0 0 0 0 0 0 20 0 20 0 238940796 19521036288 1634027 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
[pid=166594/tid=166683] ppid=166585 vsize=19063512 memory=6536108 CPUtime=0 cores=4,6
/proc/166594/task/166683/stat : 166683 (Timer-0) S 166585 166594 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238940828 19521036288 1634027 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
Current children cumulated CPU time: 3362.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6536108 KiB

[startup+3402.3 s]
/proc/loadavg: 4.27 4.23 4.19 5/340 167038
/proc/meminfo: memFree=108356840/131249996 swapFree=33010416/33010684
[pid=166594] ppid=166585 vsize=19063512 memory=6536108 CPUtime=3422.35 cores=4,6
/proc/166594/stat : 166594 (java) S 166585 166594 166535 0 -1 4194304 144008 0 0 0 342005 230 0 0 20 0 20 0 238940792 19521036288 1634027 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
/proc/166594/statm: 4765878 1634027 5521 1 0 2218801 0
[pid=166594/tid=166601] ppid=166585 vsize=19063512 memory=6536108 CPUtime=3373.48 cores=4,6
/proc/166594/task/166601/stat : 166601 (java) R 166585 166594 166535 0 -1 4194368 60776 0 0 0 337308 40 0 0 20 0 20 0 238940794 19521036288 1634027 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
[pid=166594/tid=166631] ppid=166585 vsize=19063512 memory=5276 CPUtime=0 cores=4,6
/proc/166594/task/166631/stat : 166631 (Finalizer) S 166585 166594 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238940796 19521036288 1634027 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
[pid=166594/tid=166644] ppid=166585 vsize=19063512 memory=6536108 CPUtime=0 cores=4,6
/proc/166594/task/166644/stat : 166644 (Common-Cleaner) S 166585 166594 166535 0 -1 4194368 1058 0 0 0 0 0 0 0 20 0 20 0 238940796 19521036288 1634027 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
[pid=166594/tid=166683] ppid=166585 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/166594/task/166683/stat : 166683 (Timer-0) S 166585 166594 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238940828 19521036288 1634027 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
Current children cumulated CPU time: 3422.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6536108 KiB

[startup+3462.3 s]
/proc/loadavg: 4.19 4.22 4.18 9/339 167248
/proc/meminfo: memFree=108096812/131249996 swapFree=33010416/33010684
[pid=166594] ppid=166585 vsize=19063512 memory=6544360 CPUtime=3482.41 cores=4,6
/proc/166594/stat : 166594 (java) S 166585 166594 166535 0 -1 4194304 145153 0 0 0 348009 232 0 0 20 0 20 0 238940792 19521036288 1636090 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
/proc/166594/statm: 4765878 1636090 5521 1 0 2218801 0
[pid=166594/tid=166601] ppid=166585 vsize=19063512 memory=10752 CPUtime=3433.08 cores=4,6
/proc/166594/task/166601/stat : 166601 (java) R 166585 166594 166535 0 -1 4194368 61742 0 0 0 343268 40 0 0 20 0 20 0 238940794 19521036288 1636090 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
[pid=166594/tid=166631] ppid=166585 vsize=19063512 memory=21996 CPUtime=0 cores=4,6
/proc/166594/task/166631/stat : 166631 (Finalizer) S 166585 166594 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238940796 19521036288 1636090 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
[pid=166594/tid=166644] ppid=166585 vsize=19063512 memory=6544360 CPUtime=0 cores=4,6
/proc/166594/task/166644/stat : 166644 (Common-Cleaner) S 166585 166594 166535 0 -1 4194368 1064 0 0 0 0 0 0 0 20 0 20 0 238940796 19521036288 1636090 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
[pid=166594/tid=166683] ppid=166585 vsize=19063512 memory=6544360 CPUtime=0 cores=4,6
/proc/166594/task/166683/stat : 166683 (Timer-0) S 166585 166594 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238940828 19521036288 1636090 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
Current children cumulated CPU time: 3482.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6544360 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.19 4.18 5/341 167254
/proc/meminfo: memFree=107816636/131249996 swapFree=33010416/33010684
[pid=166594] ppid=166585 vsize=19063512 memory=6544360 CPUtime=3542.37 cores=4,6
/proc/166594/stat : 166594 (java) S 166585 166594 166535 0 -1 4194304 147079 0 0 0 354004 233 0 0 20 0 20 0 238940792 19521036288 1636090 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
/proc/166594/statm: 4765878 1636090 5521 1 0 2218801 0
[pid=166594/tid=166601] ppid=166585 vsize=19063512 memory=6536108 CPUtime=3492.81 cores=4,6
/proc/166594/task/166601/stat : 166601 (java) R 166585 166594 166535 0 -1 4194368 63544 0 0 0 349241 40 0 0 20 0 20 0 238940794 19521036288 1636090 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
[pid=166594/tid=166631] ppid=166585 vsize=19063512 memory=6544360 CPUtime=0 cores=4,6
/proc/166594/task/166631/stat : 166631 (Finalizer) S 166585 166594 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238940796 19521036288 1636090 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
[pid=166594/tid=166644] ppid=166585 vsize=19063512 memory=14824 CPUtime=0 cores=4,6
/proc/166594/task/166644/stat : 166644 (Common-Cleaner) S 166585 166594 166535 0 -1 4194368 1064 0 0 0 0 0 0 0 20 0 20 0 238940796 19521036288 1636090 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
[pid=166594/tid=166683] ppid=166585 vsize=19063512 memory=14824 CPUtime=0 cores=4,6
/proc/166594/task/166683/stat : 166683 (Timer-0) S 166585 166594 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238940828 19521036288 1636090 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
Current children cumulated CPU time: 3542.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6544360 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3579.8 s]
/proc/loadavg: 4.13 4.19 4.18 5/341 167255
/proc/meminfo: memFree=107460432/131249996 swapFree=33010416/33010684
[pid=166594] ppid=166585 vsize=19063512 memory=6546408 CPUtime=3600.03 cores=4,6
/proc/166594/stat : 166594 (java) S 166585 166594 166535 0 -1 4194304 148761 0 0 0 359769 234 0 0 20 0 20 0 238940792 19521036288 1636602 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
/proc/166594/statm: 4765878 1636602 5521 1 0 2218801 0
[pid=166594/tid=166601] ppid=166585 vsize=19063512 memory=2764 CPUtime=3549.88 cores=4,6
/proc/166594/task/166601/stat : 166601 (java) R 166585 166594 166535 0 -1 4194368 64530 0 0 0 354948 40 0 0 20 0 20 0 238940794 19521036288 1636602 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
[pid=166594/tid=166631] ppid=166585 vsize=19063512 memory=21996 CPUtime=0 cores=4,6
/proc/166594/task/166631/stat : 166631 (Finalizer) S 166585 166594 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238940796 19521036288 1636602 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
[pid=166594/tid=166644] ppid=166585 vsize=19063512 memory=4480 CPUtime=0 cores=4,6
/proc/166594/task/166644/stat : 166644 (Common-Cleaner) S 166585 166594 166535 0 -1 4194368 1110 0 0 0 0 0 0 0 20 0 20 0 238940796 19521036288 1636602 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
[pid=166594/tid=166683] ppid=166585 vsize=19063512 memory=25372 CPUtime=0 cores=4,6
/proc/166594/task/166683/stat : 166683 (Timer-0) S 166585 166594 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238940828 19521036288 1636602 18446744073709551615 93921210368000 93921210371696 140726123033920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921210379512 93921210380304 93921224007680 140726123043199 140726123043300 140726123043300 140726123048904 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6546408 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.82 s, system=2.3705 s

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

[startup+3579.9 s]*
/proc/loadavg: 4.13 4.19 4.18 5/323 167258
/proc/meminfo: memFree=113382996/131249996 swapFree=33010416/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): 3579.91
CPU time (s): 3600.19
CPU user time (s): 3597.82
CPU system time (s): 2.3705
CPU usage (%): 100.566
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 6546408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.82
system time used= 2.3705
maximum resident set size= 6547432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 150895
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 113507
involuntary context switches= 4811


# summary of solver processes directly reported to runsolver:
#   pid: 166594
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3597.82
#   total CPU system time (s): 2.3705

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.78011 second user time and 16.5906 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-07-23 03:03:50
IDJOB=4543992
IDBENCH=174768
IDSOLVER=3363
FILE ID=nodeC017/4543992-1753232630
RUNJOBID= nodeC017-1753232630-166546
SLURM_JOB_ID= 9687845
Free space on /tmp= 433048 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/php-exit/normalized-phpexit_v2_18_044.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4543992-1753232630/watcher-4543992-1753232630 -o /tmp/evaluation-result-4543992-1753232630/solver-4543992-1753232630 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1753232630-166546 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4543992-1753232630.opb

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

MD5SUM BENCH= a8d485dd68e6f5e7f4ac9c438b78b38d
RANDOM SEED=484682920

nodeC017 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.321
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.12
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.300
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.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129255028 kB
MemAvailable:   129679244 kB
Buffers:            1688 kB
Cached:          1191288 kB
SwapCached:           32 kB
Active:          1050896 kB
Inactive:         217576 kB
Active(anon):      77628 kB
Inactive(anon):    24108 kB
Active(file):     973268 kB
Inactive(file):   193468 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3596 kB
Writeback:             0 kB
AnonPages:         78012 kB
Mapped:           109028 kB
Shmem:             26240 kB
KReclaimable:     193040 kB
Slab:             288440 kB
SReclaimable:     193040 kB
SUnreclaim:        95400 kB
KernelStack:        4144 kB
PageTables:         2912 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     350120 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150424 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 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:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 433024 MiB
End job on nodeC017 at 2025-07-23 04:03:30