Trace number 4543876

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

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
php-exit/normalized-phpexit_v2_06_048.opb
MD5SUM811cfd97c10a3de621f587d4e9818911
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.096442
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.11/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.13	c See www.sat4j.org for details.
0.11/0.14	c version PB25.v20250606
0.11/0.16	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.16	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.16	c java.vm.version	22.0.1+8-16
0.11/0.16	c java.vm.vendor	Oracle Corporation
0.11/0.16	c sun.arch.data.model	64
0.11/0.16	c java.version		22.0.1
0.11/0.16	c os.name		Linux
0.11/0.16	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.16	c os.arch		amd64
0.11/0.17	c Free memory 		2104792832
0.11/0.17	c Max memory 		16282288128
0.11/0.17	c Total memory 		2113929216
0.11/0.18	c Number of processors 	2
0.24/0.27	c Pseudo Boolean Optimization by upper bound
0.24/0.27	c --- Begin Solver configuration ---
0.24/0.27	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.24/0.27	c Learn all clauses as in MiniSAT
0.24/0.27	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.27	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.27	c Expensive reason simplification
0.24/0.27	c Glucose 2.1 dynamic restart strategy
0.24/0.27	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.24/0.27	c timeout=2147483s
0.24/0.27	c DB Simplification allowed=false
0.24/0.27	c Listener: none
0.24/0.27	c --- End Solver configuration ---
0.24/0.27	c solving HOME/instance-4543876-1753229740.opb
0.24/0.27	c reading problem ... 
0.24/0.28	c using VERIPB proof format
0.24/0.28	c  no objective function found
0.57/0.47	c ... done. Wall clock time 0.197s.
0.57/0.47	c declared #vars     14118
0.57/0.47	c #constraints  583
0.57/0.47	c constraints type 
0.57/0.47	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 288
0.57/0.47	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 295
0.57/0.47	c 583 constraints processed.
5.31/3.00	c cleaning 2491 clauses out of 5001 with flag 31164/5001
8.60/5.97	c cleaning 4250 clauses out of 8510 with flag 69731/11001
11.72/8.43	c cleaning 5620 clauses out of 11263 with flag 116314/18004
14.44/11.09	c cleaning 6807 clauses out of 13639 with flag 168629/26000
17.87/14.46	c cleaning 7907 clauses out of 15833 with flag 228281/35001
21.88/18.02	c cleaning 8939 clauses out of 17925 with flag 290698/45000
25.32/21.27	c cleaning 9978 clauses out of 19989 with flag 359977/56003
31.90/27.52	c cleaning 10967 clauses out of 22008 with flag 443680/68000
38.84/34.44	c cleaning 11994 clauses out of 24045 with flag 546639/81004
45.24/40.73	c cleaning 13001 clauses out of 26048 with flag 640251/95001
54.17/49.44	c cleaning 14004 clauses out of 28047 with flag 756553/110001
64.64/59.85	c cleaning 15008 clauses out of 30043 with flag 883933/126001
71.95/66.94	c cleaning 16003 clauses out of 32036 with flag 1020423/143002
82.59/77.48	c cleaning 16999 clauses out of 34034 with flag 1145229/161003
94.04/88.82	c cleaning 17984 clauses out of 36034 with flag 1287420/180002
102.52/97.26	c cleaning 18982 clauses out of 38049 with flag 1438368/200001
116.60/111.28	c cleaning 19984 clauses out of 40067 with flag 1584182/221001
135.24/129.73	c cleaning 20990 clauses out of 42084 with flag 1742828/243002
155.53/149.97	c cleaning 21997 clauses out of 44092 with flag 1906560/266000
176.06/170.07	c cleaning 22996 clauses out of 46095 with flag 2087435/290000
202.36/196.27	c cleaning 23997 clauses out of 48099 with flag 2278589/315000
231.09/224.84	c cleaning 25001 clauses out of 50103 with flag 2476808/341001
262.11/255.56	c cleaning 25999 clauses out of 52102 with flag 2693472/368001
295.41/288.55	c cleaning 27002 clauses out of 54104 with flag 2931868/396002
331.86/324.70	c cleaning 28002 clauses out of 56101 with flag 3178945/425001
362.16/354.61	c cleaning 28993 clauses out of 58098 with flag 3435061/455000
396.42/388.81	c cleaning 30016 clauses out of 60107 with flag 3700901/486002
418.41/410.38	c cleaning 31010 clauses out of 62091 with flag 3918095/518002
455.10/446.09	c cleaning 31999 clauses out of 64079 with flag 4155835/551000
496.00/486.38	c cleaning 32999 clauses out of 66080 with flag 4421393/585000
537.54/527.52	c cleaning 34009 clauses out of 68084 with flag 4712814/620003
582.50/572.03	c cleaning 35004 clauses out of 70072 with flag 5028903/656000
614.67/603.95	c cleaning 36009 clauses out of 72069 with flag 5350083/693001
645.07/634.00	c cleaning 36982 clauses out of 74059 with flag 5632659/731000
685.45/674.11	c cleaning 37986 clauses out of 76082 with flag 5957204/770005
732.83/721.12	c cleaning 38995 clauses out of 78091 with flag 6289785/810000
781.46/768.72	c cleaning 39994 clauses out of 80096 with flag 6607792/851000
810.89/797.71	c cleaning 41035 clauses out of 82106 with flag 6941526/893004
852.81/839.34	c cleaning 42012 clauses out of 84067 with flag 7246762/936000
908.28/894.39	c cleaning 43007 clauses out of 86056 with flag 7563760/980001
946.34/932.17	c cleaning 44025 clauses out of 88049 with flag 7876534/1025001
975.25/960.42	c cleaning 44987 clauses out of 90023 with flag 8175397/1071000
1006.35/991.29	c cleaning 45987 clauses out of 92037 with flag 8494682/1118001
1057.81/1042.30	c cleaning 46996 clauses out of 94050 with flag 8824305/1166001
1089.97/1072.81	c cleaning 47652 clauses out of 96053 with flag 9247152/1215000
1119.49/1101.70	c cleaning 49182 clauses out of 98401 with flag 9595794/1265000
1185.18/1165.57	c cleaning 50087 clauses out of 100220 with flag 9948354/1316001
1227.76/1207.53	c cleaning 51023 clauses out of 102133 with flag 10327369/1368001
1287.24/1266.45	c cleaning 52013 clauses out of 104109 with flag 10711149/1421000
1346.30/1324.17	c cleaning 53005 clauses out of 106098 with flag 11172688/1475002
1408.70/1385.96	c cleaning 54004 clauses out of 108091 with flag 11683842/1530000
1491.26/1467.95	c cleaning 54998 clauses out of 110087 with flag 12193537/1586000
1566.18/1541.70	c cleaning 56001 clauses out of 112090 with flag 12691844/1643001
1639.97/1614.93	c cleaning 57004 clauses out of 114091 with flag 13207210/1701003
1721.59/1695.40	c cleaning 58005 clauses out of 116085 with flag 13748204/1760001
1811.79/1784.92	c cleaning 59000 clauses out of 118080 with flag 14280212/1820001
1900.91/1872.88	c cleaning 59996 clauses out of 120079 with flag 14835748/1881000
1946.59/1916.45	c cleaning 61012 clauses out of 122083 with flag 15286759/1943000
1991.70/1959.98	c cleaning 62023 clauses out of 124071 with flag 15744615/2006000
2094.80/2058.23	c cleaning 62436 clauses out of 126048 with flag 16658347/2070000
2283.58/2239.00	c cleaning 64217 clauses out of 128612 with flag 17795318/2135000
2504.52/2451.86	c cleaning 65142 clauses out of 130397 with flag 19141093/2201002
2876.36/2814.77	c cleaning 66120 clauses out of 132253 with flag 20514372/2268000
3316.08/3244.92	c cleaning 67065 clauses out of 134133 with flag 21919041/2336000
3491.33/3414.07	c cleaning 68031 clauses out of 136069 with flag 23304145/2405001
3600.00/3519.92	c starts		: 9435
3600.00/3519.92	c timeout
3600.00/3519.93	c conflicts		: 2443333
3600.00/3519.93	c decisions		: 16008273
3600.00/3519.93	c propagations		: 63043029
3600.00/3519.93	c inspects		: 9142457395
3600.00/3519.93	c shortcuts		: 0
3600.00/3519.93	c learnt literals	: 0
3600.00/3519.93	c learnt binary clauses	: 0
3600.00/3519.93	c learnt ternary clauses	: 0
3600.00/3519.93	c learnt constraints	: 2443333
3600.00/3519.93	c ignored constraints	: 0
3600.00/3519.93	c root simplifications	: 0
3600.00/3519.93	c removed literals (reason simplification)	: 15008963
3600.00/3519.93	c reason swapping (by a shorter reason)	: 0
3600.00/3519.93	c Calls to reduceDB	: 65
3600.00/3519.93	c Number of update (reduction) of LBD	: 1724304
3600.00/3519.93	c Imported unit clauses	: 0
3600.00/3519.93	c No decision after first conflict	: false
3600.00/3519.94	c number of reductions to clauses (during analyze)	: 0
3600.00/3519.94	c number of learned constraints concerned by reduction	: 0
3600.00/3519.94	c number of learning phase by resolution	: 0
3600.00/3519.94	c number of learning phase by cutting planes	: 0
3600.00/3519.94	c number of rounding to 1 operations	: 0
3600.00/3519.94	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3519.94	c number of reductions of the coefficients by power 2 	: 0
3600.00/3519.94	c number of right shift for reduction by power 2 	: 0
3600.00/3519.94	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3519.94	c number of ending skipping 	: 0
3600.00/3519.94	c number of internal skipping 	: 0
3600.00/3519.94	c number of derivation steps 	: 0
3600.00/3519.94	c number of skipped derivation steps 	: 0
3600.00/3519.94	c number of remaining unassigned 	: 0
3600.00/3519.94	c number of remaining assigned 	: 0
3600.00/3519.94	c number of falsified literals weakened from reason	: 0
3600.00/3519.94	c number of falsified literals weakened from conflict	: 0
3600.00/3519.94	c time for arithmetic operations	: 0
3600.00/3519.94	c minimum degree of deleted constraints	: null
3600.00/3519.94	c maximum degree of deleted constraints	: null
3600.00/3519.94	c number of deleted constraints	: 0
3600.00/3519.94	c speed (assignments/second)	: 17912.724839499297
3600.00/3519.94	c non guided choices	: 264707
3600.15/3520.07	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 106370
3600.15/3520.07	s UNKNOWN
3600.15/3520.07	c Total wall clock time (in seconds): 3519.803

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (47952 MiB free)
  memory of node 1: 64507 MiB (46313 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.10006 s]*
/proc/loadavg: 4.27 4.36 4.36 5/331 160077
/proc/meminfo: memFree=96504244/131382112 swapFree=33010160/33010684
[pid=160059] ppid=160056 vsize=18930384 memory=53060 CPUtime=0.11 cores=1,3
/proc/160059/stat : 160059 (java) S 160056 160059 158984 0 -1 4194304 5905 0 0 0 9 2 0 0 20 0 18 0 238653737 19384713216 13265 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
/proc/160059/statm: 4732596 13265 5336 1 0 547105 0
[pid=160059/tid=160061] ppid=160056 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/160059/task/160061/stat : 160061 (java) R 160056 160059 158984 0 -1 4194368 4806 0 0 0 6 1 0 0 20 0 18 0 238653739 19384713216 13265 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
[pid=160059/tid=160070] ppid=160056 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/160059/task/160070/stat : 160070 (Finalizer) S 160056 160059 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238653741 19384713216 13265 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
[pid=160059/tid=160077] ppid=160056 vsize=18930384 memory=59593594258114 CPUtime=0 cores=1,3
/proc/160059/task/160077/stat : 160077 (Common-Cleaner) S 160056 160059 158984 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238653742 19384713216 13265 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53060 KiB

[startup+0.205904 s]*
/proc/loadavg: 4.27 4.36 4.36 5/331 160077
/proc/meminfo: memFree=96480740/131382112 swapFree=33010160/33010684
[pid=160059] ppid=160056 vsize=18930384 memory=61432 CPUtime=0.24 cores=1,3
/proc/160059/stat : 160059 (java) S 160056 160059 158984 0 -1 4194304 6502 0 0 0 22 2 0 0 20 0 18 0 238653737 19384713216 15358 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
/proc/160059/statm: 4732596 15358 5336 1 0 547622 0
[pid=160059/tid=160061] ppid=160056 vsize=18930384 memory=4026990876 CPUtime=0.17 cores=1,3
/proc/160059/task/160061/stat : 160061 (java) R 160056 160059 158984 0 -1 4194368 5075 0 0 0 16 1 0 0 20 0 18 0 238653739 19384713216 15358 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
[pid=160059/tid=160070] ppid=160056 vsize=18930384 memory=16142 CPUtime=0 cores=1,3
/proc/160059/task/160070/stat : 160070 (Finalizer) S 160056 160059 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238653741 19384713216 15358 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
[pid=160059/tid=160077] ppid=160056 vsize=18930384 memory=58494082614266 CPUtime=0 cores=1,3
/proc/160059/task/160077/stat : 160077 (Common-Cleaner) S 160056 160059 158984 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238653742 19384713216 15358 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61432 KiB

[startup+0.30571 s]*
/proc/loadavg: 4.27 4.36 4.36 6/331 160077
/proc/meminfo: memFree=96467760/131382112 swapFree=33010160/33010684
[pid=160059] ppid=160056 vsize=18930384 memory=64940 CPUtime=0.39 cores=1,3
/proc/160059/stat : 160059 (java) S 160056 160059 158984 0 -1 4194304 6754 0 0 0 36 3 0 0 20 0 18 0 238653737 19384713216 16235 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
/proc/160059/statm: 4732596 16235 5432 1 0 547848 0
[pid=160059/tid=160061] ppid=160056 vsize=18930384 memory=-8743855690379731644 CPUtime=0.28 cores=1,3
/proc/160059/task/160061/stat : 160061 (java) R 160056 160059 158984 0 -1 4194368 5253 0 0 0 26 2 0 0 20 0 18 0 238653739 19384713216 16235 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
[pid=160059/tid=160070] ppid=160056 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/160059/task/160070/stat : 160070 (Finalizer) S 160056 160059 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238653741 19384713216 16235 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
[pid=160059/tid=160077] ppid=160056 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/160059/task/160077/stat : 160077 (Common-Cleaner) S 160056 160059 158984 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238653742 19384713216 16235 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 64940 KiB

[startup+0.700232 s]
/proc/loadavg: 4.27 4.36 4.36 8/332 160078
/proc/meminfo: memFree=96384720/131382112 swapFree=33010160/33010684
[pid=160059] ppid=160056 vsize=18996948 memory=133956 CPUtime=1.14 cores=1,3
/proc/160059/stat : 160059 (java) S 160056 160059 158984 0 -1 4194304 9446 0 0 0 109 5 0 0 20 0 19 0 238653737 19452874752 33489 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
/proc/160059/statm: 4749237 33489 5432 1 0 550156 0
[pid=160059/tid=160061] ppid=160056 vsize=18996948 memory=26880 CPUtime=0.62 cores=1,3
/proc/160059/task/160061/stat : 160061 (java) R 160056 160059 158984 0 -1 4194368 5360 0 0 0 59 3 0 0 20 0 19 0 238653739 19452874752 33489 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
[pid=160059/tid=160070] ppid=160056 vsize=18996948 memory=10624 CPUtime=0 cores=1,3
/proc/160059/task/160070/stat : 160070 (Finalizer) S 160056 160059 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238653741 19452874752 33521 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
[pid=160059/tid=160077] ppid=160056 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/160059/task/160077/stat : 160077 (Common-Cleaner) S 160056 160059 158984 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 238653742 19452874752 33521 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
[pid=160059/tid=160078] ppid=160056 vsize=18996948 memory=4764 CPUtime=0 cores=1,3
/proc/160059/task/160078/stat : 160078 (Timer-0) S 160056 160059 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 238653786 19452874752 33521 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 133956 KiB

[startup+1.50021 s]
/proc/loadavg: 4.27 4.36 4.36 6/333 160079
/proc/meminfo: memFree=96314964/131382112 swapFree=33010160/33010684
[pid=160059] ppid=160056 vsize=19063512 memory=171416 CPUtime=2.72 cores=1,3
/proc/160059/stat : 160059 (java) S 160056 160059 158984 0 -1 4194304 14828 0 0 0 264 8 0 0 20 0 20 0 238653737 19521036288 42854 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
/proc/160059/statm: 4765878 42854 5464 1 0 551224 0
[pid=160059/tid=160061] ppid=160056 vsize=19063512 memory=0 CPUtime=1.37 cores=1,3
/proc/160059/task/160061/stat : 160061 (java) R 160056 160059 158984 0 -1 4194368 5741 0 0 0 132 5 0 0 20 0 20 0 238653739 19521036288 42854 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
[pid=160059/tid=160070] ppid=160056 vsize=19063512 memory=10624 CPUtime=0 cores=1,3
/proc/160059/task/160070/stat : 160070 (Finalizer) S 160056 160059 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238653741 19521036288 42854 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
[pid=160059/tid=160077] ppid=160056 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/160059/task/160077/stat : 160077 (Common-Cleaner) S 160056 160059 158984 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238653742 19521036288 42854 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
[pid=160059/tid=160078] ppid=160056 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/160059/task/160078/stat : 160078 (Timer-0) S 160056 160059 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238653786 19521036288 42854 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
Current children cumulated CPU time: 2.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 171416 KiB

[startup+3.1055 s]
/proc/loadavg: 4.27 4.36 4.36 7/333 160079
/proc/meminfo: memFree=96108384/131382112 swapFree=33010160/33010684
[pid=160059] ppid=160056 vsize=19063512 memory=195268 CPUtime=5.51 cores=1,3
/proc/160059/stat : 160059 (java) S 160056 160059 158984 0 -1 4194304 19619 0 0 0 541 10 0 0 20 0 20 0 238653737 19521036288 48817 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
/proc/160059/statm: 4765878 48817 5464 1 0 552444 0
[pid=160059/tid=160061] ppid=160056 vsize=19063512 memory=10624 CPUtime=2.91 cores=1,3
/proc/160059/task/160061/stat : 160061 (java) R 160056 160059 158984 0 -1 4194368 6644 0 0 0 286 5 0 0 20 0 20 0 238653739 19521036288 48817 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
[pid=160059/tid=160070] ppid=160056 vsize=19063512 memory=-8743855690379731644 CPUtime=0 cores=1,3
/proc/160059/task/160070/stat : 160070 (Finalizer) S 160056 160059 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238653741 19521036288 48817 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
[pid=160059/tid=160077] ppid=160056 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/160059/task/160077/stat : 160077 (Common-Cleaner) S 160056 160059 158984 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238653742 19521036288 48817 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
[pid=160059/tid=160078] ppid=160056 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/160059/task/160078/stat : 160078 (Timer-0) S 160056 160059 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238653786 19521036288 48817 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
Current children cumulated CPU time: 5.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 195268 KiB

[startup+6.30046 s]
/proc/loadavg: 4.25 4.35 4.35 5/333 160079
/proc/meminfo: memFree=95392060/131382112 swapFree=33010160/33010684
[pid=160059] ppid=160056 vsize=19063512 memory=555740 CPUtime=9.03 cores=1,3
/proc/160059/stat : 160059 (java) S 160056 160059 158984 0 -1 4194304 20210 0 0 0 883 20 0 0 20 0 20 0 238653737 19521036288 138935 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
/proc/160059/statm: 4765878 138935 5464 1 0 658963 0
[pid=160059/tid=160061] ppid=160056 vsize=19063512 memory=0 CPUtime=6.06 cores=1,3
/proc/160059/task/160061/stat : 160061 (java) R 160056 160059 158984 0 -1 4194368 6832 0 0 0 592 14 0 0 20 0 20 0 238653739 19521036288 138935 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
[pid=160059/tid=160070] ppid=160056 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/160059/task/160070/stat : 160070 (Finalizer) S 160056 160059 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238653741 19521036288 138935 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
[pid=160059/tid=160077] ppid=160056 vsize=19063512 memory=10624 CPUtime=0 cores=1,3
/proc/160059/task/160077/stat : 160077 (Common-Cleaner) S 160056 160059 158984 0 -1 4194368 39 0 0 0 0 0 0 0 20 0 20 0 238653742 19521036288 138935 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
[pid=160059/tid=160078] ppid=160056 vsize=19063512 memory=172092 CPUtime=0 cores=1,3
/proc/160059/task/160078/stat : 160078 (Timer-0) S 160056 160059 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238653786 19521036288 138935 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
Current children cumulated CPU time: 9.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 555740 KiB

[startup+12.7004 s]
/proc/loadavg: 4.31 4.36 4.36 5/333 160080
/proc/meminfo: memFree=94707428/131382112 swapFree=33010160/33010684
[pid=160059] ppid=160056 vsize=19063512 memory=731700 CPUtime=16.17 cores=1,3
/proc/160059/stat : 160059 (java) S 160056 160059 158984 0 -1 4194304 20992 0 0 0 1590 27 0 0 20 0 20 0 238653737 19521036288 182925 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
/proc/160059/statm: 4765878 182925 5496 1 0 658965 0
[pid=160059/tid=160061] ppid=160056 vsize=19063512 memory=172092 CPUtime=12.15 cores=1,3
/proc/160059/task/160061/stat : 160061 (java) R 160056 160059 158984 0 -1 4194368 7030 0 0 0 1197 18 0 0 20 0 20 0 238653739 19521036288 182925 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
[pid=160059/tid=160070] ppid=160056 vsize=19063512 memory=14560 CPUtime=0 cores=1,3
/proc/160059/task/160070/stat : 160070 (Finalizer) S 160056 160059 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238653741 19521036288 182925 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
[pid=160059/tid=160077] ppid=160056 vsize=19063512 memory=694728 CPUtime=0 cores=1,3
/proc/160059/task/160077/stat : 160077 (Common-Cleaner) S 160056 160059 158984 0 -1 4194368 39 0 0 0 0 0 0 0 20 0 20 0 238653742 19521036288 182925 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
[pid=160059/tid=160078] ppid=160056 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/160059/task/160078/stat : 160078 (Timer-0) S 160056 160059 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238653786 19521036288 182925 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
Current children cumulated CPU time: 16.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 731700 KiB

[startup+25.5005 s]
/proc/loadavg: 4.31 4.36 4.36 5/333 160080
/proc/meminfo: memFree=93657092/131382112 swapFree=33010160/33010684
[pid=160059] ppid=160056 vsize=19063512 memory=1472176 CPUtime=29.7 cores=1,3
/proc/160059/stat : 160059 (java) S 160056 160059 158984 0 -1 4194304 27583 0 0 0 2917 53 0 0 20 0 20 0 238653737 19521036288 368044 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
/proc/160059/statm: 4765878 368044 5496 1 0 838613 0
[pid=160059/tid=160061] ppid=160056 vsize=19063512 memory=-8743855690379731644 CPUtime=24.64 cores=1,3
/proc/160059/task/160061/stat : 160061 (java) R 160056 160059 158984 0 -1 4194368 9055 0 0 0 2423 41 0 0 20 0 20 0 238653739 19521036288 368044 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
[pid=160059/tid=160070] ppid=160056 vsize=19063512 memory=26880 CPUtime=0 cores=1,3
/proc/160059/task/160070/stat : 160070 (Finalizer) S 160056 160059 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238653741 19521036288 368044 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
[pid=160059/tid=160077] ppid=160056 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/160059/task/160077/stat : 160077 (Common-Cleaner) S 160056 160059 158984 0 -1 4194368 39 0 0 0 0 0 0 0 20 0 20 0 238653742 19521036288 368044 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
[pid=160059/tid=160078] ppid=160056 vsize=19063512 memory=14560 CPUtime=0 cores=1,3
/proc/160059/task/160078/stat : 160078 (Timer-0) S 160056 160059 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238653786 19521036288 368044 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
Current children cumulated CPU time: 29.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1472176 KiB

[startup+51.1138 s]
/proc/loadavg: 4.20 4.33 4.35 5/333 160080
/proc/meminfo: memFree=91691612/131382112 swapFree=33010160/33010684
[pid=160059] ppid=160056 vsize=19063512 memory=2912996 CPUtime=55.88 cores=1,3
/proc/160059/stat : 160059 (java) S 160056 160059 158984 0 -1 4194304 32111 0 0 0 5490 98 0 0 20 0 20 0 238653737 19521036288 728249 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
/proc/160059/statm: 4765878 728249 5496 1 0 1135240 0
[pid=160059/tid=160061] ppid=160056 vsize=19063512 memory=2912996 CPUtime=49.41 cores=1,3
/proc/160059/task/160061/stat : 160061 (java) R 160056 160059 158984 0 -1 4194368 10724 0 0 0 4864 77 0 0 20 0 20 0 238653739 19521036288 728249 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
[pid=160059/tid=160070] ppid=160056 vsize=19063512 memory=2620104 CPUtime=0 cores=1,3
/proc/160059/task/160070/stat : 160070 (Finalizer) S 160056 160059 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238653741 19521036288 728249 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0

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

/proc/meminfo: memFree=78533804/131382112 swapFree=33010160/33010684
[pid=160059] ppid=160056 vsize=19063512 memory=7879580 CPUtime=3228.87 cores=1,3
/proc/160059/stat : 160059 (java) S 160056 160059 158984 0 -1 4194304 243281 0 0 0 321175 1712 0 0 20 0 20 0 238653737 19521036288 1969895 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
/proc/160059/statm: 4765878 1969895 5528 1 0 1985160 0
[pid=160059/tid=160061] ppid=160056 vsize=19063512 memory=7879580 CPUtime=3110.08 cores=1,3
/proc/160059/task/160061/stat : 160061 (java) R 160056 160059 158984 0 -1 4194368 117498 0 0 0 309588 1420 0 0 20 0 20 0 238653739 19521036288 1969895 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
[pid=160059/tid=160070] ppid=160056 vsize=19063512 memory=14560 CPUtime=0 cores=1,3
/proc/160059/task/160070/stat : 160070 (Finalizer) S 160056 160059 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238653741 19521036288 1969895 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
[pid=160059/tid=160077] ppid=160056 vsize=19063512 memory=27008 CPUtime=0 cores=1,3
/proc/160059/task/160077/stat : 160077 (Common-Cleaner) S 160056 160059 158984 0 -1 4194368 1640 0 0 0 0 0 0 0 20 0 20 0 238653742 19521036288 1969895 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
[pid=160059/tid=160078] ppid=160056 vsize=19063512 memory=10624 CPUtime=0 cores=1,3
/proc/160059/task/160078/stat : 160078 (Timer-0) S 160056 160059 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238653786 19521036288 1969895 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
Current children cumulated CPU time: 3228.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7879580 KiB

[startup+3222.3 s]
/proc/loadavg: 4.27 4.31 4.25 5/328 160381
/proc/meminfo: memFree=78203772/131382112 swapFree=33010160/33010684
[pid=160059] ppid=160056 vsize=19063512 memory=7879580 CPUtime=3293.53 cores=1,3
/proc/160059/stat : 160059 (java) S 160056 160059 158984 0 -1 4194304 246812 0 0 0 327628 1725 0 0 20 0 20 0 238653737 19521036288 1969895 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
/proc/160059/statm: 4765878 1969895 5528 1 0 1985176 0
[pid=160059/tid=160061] ppid=160056 vsize=19063512 memory=7879580 CPUtime=3169.5 cores=1,3
/proc/160059/task/160061/stat : 160061 (java) R 160056 160059 158984 0 -1 4194368 119183 0 0 0 315522 1428 0 0 20 0 20 0 238653739 19521036288 1969895 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
[pid=160059/tid=160070] ppid=160056 vsize=19063512 memory=14560 CPUtime=0 cores=1,3
/proc/160059/task/160070/stat : 160070 (Finalizer) S 160056 160059 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238653741 19521036288 1969895 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
[pid=160059/tid=160077] ppid=160056 vsize=19063512 memory=7879580 CPUtime=0 cores=1,3
/proc/160059/task/160077/stat : 160077 (Common-Cleaner) S 160056 160059 158984 0 -1 4194368 1656 0 0 0 0 0 0 0 20 0 20 0 238653742 19521036288 1969895 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
[pid=160059/tid=160078] ppid=160056 vsize=19063512 memory=7879580 CPUtime=0 cores=1,3
/proc/160059/task/160078/stat : 160078 (Timer-0) S 160056 160059 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238653786 19521036288 1969895 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
Current children cumulated CPU time: 3293.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7879580 KiB

[startup+3282.3 s]
/proc/loadavg: 4.26 4.30 4.25 5/328 160383
/proc/meminfo: memFree=77814508/131382112 swapFree=33010160/33010684
[pid=160059] ppid=160056 vsize=19063512 memory=7879580 CPUtime=3354.12 cores=1,3
/proc/160059/stat : 160059 (java) S 160056 160059 158984 0 -1 4194304 249459 0 0 0 333658 1754 0 0 20 0 20 0 238653737 19521036288 1969895 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
/proc/160059/statm: 4765878 1969895 5528 1 0 1985176 0
[pid=160059/tid=160061] ppid=160056 vsize=19063512 memory=7879580 CPUtime=3228.47 cores=1,3
/proc/160059/task/160061/stat : 160061 (java) R 160056 160059 158984 0 -1 4194368 120778 0 0 0 321395 1452 0 0 20 0 20 0 238653739 19521036288 1969895 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
[pid=160059/tid=160070] ppid=160056 vsize=19063512 memory=7879580 CPUtime=0 cores=1,3
/proc/160059/task/160070/stat : 160070 (Finalizer) S 160056 160059 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238653741 19521036288 1969895 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
[pid=160059/tid=160077] ppid=160056 vsize=19063512 memory=7879580 CPUtime=0 cores=1,3
/proc/160059/task/160077/stat : 160077 (Common-Cleaner) S 160056 160059 158984 0 -1 4194368 1656 0 0 0 0 0 0 0 20 0 20 0 238653742 19521036288 1969895 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
[pid=160059/tid=160078] ppid=160056 vsize=19063512 memory=27008 CPUtime=0 cores=1,3
/proc/160059/task/160078/stat : 160078 (Timer-0) S 160056 160059 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238653786 19521036288 1969895 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
Current children cumulated CPU time: 3354.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7879580 KiB

[startup+3342.3 s]
/proc/loadavg: 4.32 4.30 4.26 5/327 160385
/proc/meminfo: memFree=77314100/131382112 swapFree=33010160/33010684
[pid=160059] ppid=160056 vsize=19063512 memory=7879580 CPUtime=3418.02 cores=1,3
/proc/160059/stat : 160059 (java) S 160056 160059 158984 0 -1 4194304 255331 0 0 0 340017 1785 0 0 20 0 20 0 238653737 19521036288 1969895 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
/proc/160059/statm: 4765878 1969895 5528 1 0 1985176 0
[pid=160059/tid=160061] ppid=160056 vsize=19063512 memory=7879580 CPUtime=3286.99 cores=1,3
/proc/160059/task/160061/stat : 160061 (java) R 160056 160059 158984 0 -1 4194368 123315 0 0 0 327222 1477 0 0 20 0 20 0 238653739 19521036288 1969895 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
[pid=160059/tid=160070] ppid=160056 vsize=19063512 memory=2764 CPUtime=0 cores=1,3
/proc/160059/task/160070/stat : 160070 (Finalizer) S 160056 160059 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238653741 19521036288 1969895 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
[pid=160059/tid=160077] ppid=160056 vsize=19063512 memory=7879580 CPUtime=0 cores=1,3
/proc/160059/task/160077/stat : 160077 (Common-Cleaner) S 160056 160059 158984 0 -1 4194368 1699 0 0 0 0 0 0 0 20 0 20 0 238653742 19521036288 1969895 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
[pid=160059/tid=160078] ppid=160056 vsize=19063512 memory=-8743855690379731644 CPUtime=0 cores=1,3
/proc/160059/task/160078/stat : 160078 (Timer-0) S 160056 160059 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238653786 19521036288 1969895 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
Current children cumulated CPU time: 3418.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7879580 KiB

[startup+3402.3 s]
/proc/loadavg: 4.26 4.29 4.26 5/327 160387
/proc/meminfo: memFree=76396800/131382112 swapFree=33010160/33010684
[pid=160059] ppid=160056 vsize=19063512 memory=8240848 CPUtime=3479.27 cores=1,3
/proc/160059/stat : 160059 (java) S 160056 160059 158984 0 -1 4194304 259979 0 0 0 346095 1832 0 0 20 0 20 0 238653737 19521036288 2060212 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
/proc/160059/statm: 4765878 2060212 5528 1 0 2077048 0
[pid=160059/tid=160061] ppid=160056 vsize=19063512 memory=7879580 CPUtime=3345.35 cores=1,3
/proc/160059/task/160061/stat : 160061 (java) R 160056 160059 158984 0 -1 4194368 126135 0 0 0 333016 1519 0 0 20 0 20 0 238653739 19521036288 2060212 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
[pid=160059/tid=160070] ppid=160056 vsize=19063512 memory=10624 CPUtime=0 cores=1,3
/proc/160059/task/160070/stat : 160070 (Finalizer) S 160056 160059 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238653741 19521036288 2060212 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
[pid=160059/tid=160077] ppid=160056 vsize=19063512 memory=10624 CPUtime=0 cores=1,3
/proc/160059/task/160077/stat : 160077 (Common-Cleaner) S 160056 160059 158984 0 -1 4194368 1718 0 0 0 0 0 0 0 20 0 20 0 238653742 19521036288 2060212 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
[pid=160059/tid=160078] ppid=160056 vsize=19063512 memory=22004 CPUtime=0 cores=1,3
/proc/160059/task/160078/stat : 160078 (Timer-0) S 160056 160059 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238653786 19521036288 2060212 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
Current children cumulated CPU time: 3479.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8240848 KiB

[startup+3462.3 s]
/proc/loadavg: 4.30 4.30 4.27 5/326 160389
/proc/meminfo: memFree=75663792/131382112 swapFree=33010160/33010684
[pid=160059] ppid=160056 vsize=19063512 memory=8468752 CPUtime=3541.74 cores=1,3
/proc/160059/stat : 160059 (java) S 160056 160059 158984 0 -1 4194304 263060 0 0 0 352306 1868 0 0 20 0 20 0 238653737 19521036288 2117188 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
/proc/160059/statm: 4765878 2117188 5528 1 0 2135512 0
[pid=160059/tid=160061] ppid=160056 vsize=19063512 memory=8468752 CPUtime=3403.52 cores=1,3
/proc/160059/task/160061/stat : 160061 (java) R 160056 160059 158984 0 -1 4194368 127270 0 0 0 338802 1550 0 0 20 0 20 0 238653739 19521036288 2117188 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
[pid=160059/tid=160070] ppid=160056 vsize=19063512 memory=7879580 CPUtime=0 cores=1,3
/proc/160059/task/160070/stat : 160070 (Finalizer) S 160056 160059 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238653741 19521036288 2117188 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
[pid=160059/tid=160077] ppid=160056 vsize=19063512 memory=10624 CPUtime=0 cores=1,3
/proc/160059/task/160077/stat : 160077 (Common-Cleaner) S 160056 160059 158984 0 -1 4194368 1721 0 0 0 0 0 0 0 20 0 20 0 238653742 19521036288 2117188 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
[pid=160059/tid=160078] ppid=160056 vsize=19063512 memory=14560 CPUtime=0 cores=1,3
/proc/160059/task/160078/stat : 160078 (Timer-0) S 160056 160059 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238653786 19521036288 2117188 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
Current children cumulated CPU time: 3541.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8468752 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3519.9 s]
/proc/loadavg: 4.31 4.29 4.27 5/326 160391
/proc/meminfo: memFree=75249716/131382112 swapFree=33010160/33010684
[pid=160059] ppid=160056 vsize=19063512 memory=8474896 CPUtime=3600 cores=1,3
/proc/160059/stat : 160059 (java) S 160056 160059 158984 0 -1 4194304 267718 0 0 0 358105 1895 0 0 20 0 20 0 238653737 19521036288 2118724 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
/proc/160059/statm: 4765878 2118724 5528 1 0 2135512 0
[pid=160059/tid=160061] ppid=160056 vsize=19063512 memory=27008 CPUtime=3460.17 cores=1,3
/proc/160059/task/160061/stat : 160061 (java) R 160056 160059 158984 0 -1 4194368 129501 0 0 0 344444 1573 0 0 20 0 20 0 238653739 19521036288 2118724 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
[pid=160059/tid=160070] ppid=160056 vsize=19063512 memory=8474896 CPUtime=0 cores=1,3
/proc/160059/task/160070/stat : 160070 (Finalizer) S 160056 160059 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238653741 19521036288 2118724 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
[pid=160059/tid=160077] ppid=160056 vsize=19063512 memory=14560 CPUtime=0 cores=1,3
/proc/160059/task/160077/stat : 160077 (Common-Cleaner) S 160056 160059 158984 0 -1 4194368 1768 0 0 0 0 0 0 0 20 0 20 0 238653742 19521036288 2118724 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
[pid=160059/tid=160078] ppid=160056 vsize=19063512 memory=14560 CPUtime=0 cores=1,3
/proc/160059/task/160078/stat : 160078 (Timer-0) S 160056 160059 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238653786 19521036288 2118724 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8474896 KiB

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

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

# cumulated CPU time of all completed processes:  user=3581.28 s, system=18.9811 s

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

[startup+3520 s]*
/proc/loadavg: 4.31 4.29 4.27 5/327 160394
/proc/meminfo: memFree=75232832/131382112 swapFree=33010160/33010684
[pid=160059] ppid=160056 vsize=19263204 memory=8475536 CPUtime=3600.15 cores=1,3
/proc/160059/stat : 160059 (java) S 160056 160059 158984 0 -1 4194304 270233 0 0 0 358120 1895 0 0 20 0 21 0 238653737 19725520896 2118884 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
/proc/160059/statm: 4815801 2118884 5528 1 0 2136451 0
[pid=160059/tid=160061] ppid=160056 vsize=19263204 memory=12416 CPUtime=3460.2 cores=1,3
/proc/160059/task/160061/stat : 160061 (java) S 160056 160059 158984 0 -1 4194368 129859 0 0 0 344447 1573 0 0 20 0 21 0 238653739 19725520896 2118884 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
[pid=160059/tid=160070] ppid=160056 vsize=19263204 memory=-7737323414396100477 CPUtime=0 cores=1,3
/proc/160059/task/160070/stat : 160070 (Finalizer) S 160056 160059 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 238653741 19725520896 2118884 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
[pid=160059/tid=160077] ppid=160056 vsize=19263204 memory=5632 CPUtime=0 cores=1,3
/proc/160059/task/160077/stat : 160077 (Common-Cleaner) S 160056 160059 158984 0 -1 4194368 1768 0 0 0 0 0 0 0 20 0 21 0 238653742 19725520896 2118884 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
[pid=160059/tid=160394] ppid=160056 vsize=19263204 memory=2944 CPUtime=0.08 cores=1,3
/proc/160059/task/160394/stat : 160394 (Thread-0) R 160056 160059 158984 0 -1 4194368 515 0 0 0 8 0 0 0 20 0 21 0 239005729 19725520896 2118884 18446744073709551615 94716254756864 94716254760560 140725304106144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94716254768376 94716254769168 94716283531264 140725304113492 140725304113636 140725304113636 140725304119240 0
Current children cumulated CPU time: 3600.15 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 8475536 KiB

Child status: 143

Real time (s): 3520.12
CPU time (s): 3600.26
CPU user time (s): 3581.28
CPU system time (s): 18.9811
CPU usage (%): 102.277
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 8475536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3581.28
system time used= 18.9811
maximum resident set size= 8475664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 270486
page faults= 0
swaps= 0
block input operations= 0
block output operations= 18438832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 118167
involuntary context switches= 12335


# summary of solver processes directly reported to runsolver:
#   pid: 160059
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3581.28
#   total CPU system time (s): 18.9811

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.5019 second user time and 37.2763 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-07-23 02:15:40
IDJOB=4543876
IDBENCH=174711
IDSOLVER=3364
FILE ID=nodeC009/4543876-1753229740
RUNJOBID= nodeC009-1753222705-158996
SLURM_JOB_ID= 9687823
Free space on /tmp= 407588 MiB

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

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

MD5SUM BENCH= 811cfd97c10a3de621f587d4e9818911
RANDOM SEED=876758478

nodeC009 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3662.816
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.295
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.395
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3493.409
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3700.000
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3663.131
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 2893.680
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.232
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        96531728 kB
MemAvailable:   122245016 kB
Buffers:            2144 kB
Cached:         26407516 kB
SwapCached:           24 kB
Active:          8737288 kB
Inactive:       25270032 kB
Active(anon):    7619844 kB
Inactive(anon):     4080 kB
Active(file):    1117444 kB
Inactive(file): 25265952 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            107768 kB
Writeback:             0 kB
AnonPages:       7598384 kB
Mapped:           128040 kB
Shmem:             26128 kB
KReclaimable:     338652 kB
Slab:             433268 kB
SReclaimable:     338652 kB
SUnreclaim:        94616 kB
KernelStack:        5156 kB
PageTables:        18512 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   11591756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150472 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7323648 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:      172872 kB
DirectMap2M:     9166848 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 398708 MiB
End job on nodeC009 at 2025-07-23 03:14:20