Trace number 4545436

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

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/wallon/
normalized-MisteryShopper-mini-5-10-2-6-0_c24.opb
MD5SUM533dc96f2f67a4db8413c4c2a7be8312
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 benchmark19.0046
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables53041
Total number of constraints39169
Number of constraints which are clauses12241
Number of constraints which are cardinality constraints (but not clauses)1968
Number of constraints which are nor clauses,nor cardinality constraints24960
Minimum length of a constraint1
Maximum length of a constraint53
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 47
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1191
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.14	c Pseudo Boolean Optimization by upper bound
0.12/0.14	c --- Begin Solver configuration ---
0.12/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.14	c Learn all clauses as in MiniSAT
0.12/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.14	c Expensive reason simplification
0.12/0.14	c Glucose 2.1 dynamic restart strategy
0.12/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.12/0.14	c timeout=2147483s
0.12/0.14	c DB Simplification allowed=false
0.12/0.14	c Listener: none
0.12/0.14	c --- End Solver configuration ---
0.12/0.14	c solving HOME/instance-4545436-1753240037.opb
0.12/0.14	c reading problem ... 
0.12/0.14	c using VERIPB proof format
0.12/0.14	c  no objective function found
1.26/0.76	c ... done. Wall clock time 0.615s.
1.26/0.76	c declared #vars     53041
1.26/0.76	c #constraints  41089
1.26/0.76	c constraints type 
1.26/0.76	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 11520
1.26/0.76	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1968
1.26/0.76	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 25920
1.26/0.76	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
1.26/0.76	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1680
1.26/0.76	c 41089 constraints processed.
6.85/4.26	c cleaning 2442 clauses out of 5000 with flag 38136/5000
10.02/7.10	c cleaning 4200 clauses out of 8558 with flag 102809/11000
13.45/10.45	c cleaning 5559 clauses out of 11358 with flag 203127/18000
17.47/14.49	c cleaning 6756 clauses out of 13799 with flag 341389/26000
22.75/19.76	c cleaning 7881 clauses out of 16043 with flag 536439/35000
28.99/25.95	c cleaning 8904 clauses out of 18162 with flag 794340/45000
35.88/32.88	c cleaning 9951 clauses out of 20258 with flag 1123194/56000
43.76/40.70	c cleaning 10994 clauses out of 22307 with flag 1491644/68000
53.04/50.03	c cleaning 11848 clauses out of 24313 with flag 1980592/81000
62.61/59.64	c cleaning 13009 clauses out of 26465 with flag 2548662/95000
71.27/68.27	c cleaning 13928 clauses out of 28456 with flag 3202627/110000
80.48/77.33	c cleaning 15066 clauses out of 30528 with flag 3929716/126000
92.16/88.88	c cleaning 15809 clauses out of 32462 with flag 4813705/143000
104.77/101.21	c cleaning 16944 clauses out of 34653 with flag 5744115/161000
119.37/115.81	c cleaning 17960 clauses out of 36709 with flag 6861646/180000
134.38/130.83	c cleaning 19043 clauses out of 38749 with flag 8028782/200000
151.78/148.28	c cleaning 20028 clauses out of 40707 with flag 9272932/221001
169.87/166.32	c cleaning 20936 clauses out of 42679 with flag 10506797/243001
188.78/185.11	c cleaning 21908 clauses out of 44743 with flag 11699960/266001
209.16/205.51	c cleaning 23032 clauses out of 46834 with flag 12866575/290000
230.71/227.14	c cleaning 24254 clauses out of 48804 with flag 14038581/315002
252.79/249.29	c cleaning 24873 clauses out of 50548 with flag 15072349/341000
275.04/271.52	c cleaning 26282 clauses out of 52675 with flag 16002452/368000
286.49/282.92	c cleaning 26991 clauses out of 54393 with flag 16407074/396000
299.93/296.20	c cleaning 28058 clauses out of 56403 with flag 16893398/425001
312.82/308.98	c cleaning 29050 clauses out of 58344 with flag 17377093/455000
325.83/321.77	c cleaning 30136 clauses out of 60299 with flag 17813469/486005
345.46/341.11	c cleaning 31031 clauses out of 62158 with flag 18342053/518000
367.79/363.04	c cleaning 32018 clauses out of 64130 with flag 18922959/551003
402.64/397.69	c cleaning 33056 clauses out of 66112 with flag 19576637/585003
419.82/414.57	c cleaning 33987 clauses out of 68055 with flag 20128202/620002
436.06/430.56	c cleaning 35021 clauses out of 70066 with flag 20630328/656000
455.92/450.19	c cleaning 36007 clauses out of 72048 with flag 21182027/693003
476.94/470.91	c cleaning 36969 clauses out of 74038 with flag 21691603/731000
494.91/488.44	c cleaning 38035 clauses out of 76073 with flag 22207328/770004
516.59/510.10	c cleaning 39017 clauses out of 78036 with flag 22764765/810002
540.71/533.72	c cleaning 39977 clauses out of 80019 with flag 23381858/851002
567.31/560.12	c cleaning 40995 clauses out of 82040 with flag 23983498/893000
588.48/581.03	c cleaning 42018 clauses out of 84045 with flag 24597592/936000
614.50/606.91	c cleaning 43011 clauses out of 86030 with flag 25254732/980003
639.20/631.46	c cleaning 44006 clauses out of 88017 with flag 25940894/1025001
663.75/655.74	c cleaning 44997 clauses out of 90010 with flag 26619848/1071000
688.30/679.99	c cleaning 46000 clauses out of 92015 with flag 27323757/1118002
725.59/716.91	c cleaning 47003 clauses out of 94016 with flag 28167971/1166003
756.65/747.55	c cleaning 47980 clauses out of 96010 with flag 28971304/1215000
786.03/776.72	c cleaning 49002 clauses out of 98030 with flag 29757930/1265000
824.00/814.26	c cleaning 50001 clauses out of 100029 with flag 30587862/1316001
858.91/848.99	c cleaning 51009 clauses out of 102027 with flag 31477166/1368000
898.02/887.43	c cleaning 52003 clauses out of 104020 with flag 32420744/1421002
939.41/928.42	c cleaning 52999 clauses out of 106016 with flag 33426901/1475001
985.43/973.67	c cleaning 54003 clauses out of 108020 with flag 34518804/1530004
1037.83/1025.71	c cleaning 54998 clauses out of 110014 with flag 35625139/1586001
1090.64/1078.03	c cleaning 56005 clauses out of 112019 with flag 36815278/1643004
1128.55/1115.37	c cleaning 56983 clauses out of 114011 with flag 37889901/1701001
1166.33/1152.84	c cleaning 58004 clauses out of 116030 with flag 38898728/1760003
1207.54/1193.41	c cleaning 59007 clauses out of 118023 with flag 39940240/1820000
1246.82/1232.48	c cleaning 59999 clauses out of 120018 with flag 40996890/1881002
1299.01/1283.39	c cleaning 61002 clauses out of 122017 with flag 42181166/1943000
1354.60/1338.25	c cleaning 62002 clauses out of 124015 with flag 43435172/2006000
1416.56/1398.84	c cleaning 63005 clauses out of 126015 with flag 44750581/2070002
1467.57/1449.07	c cleaning 63985 clauses out of 128011 with flag 46073688/2135003
1517.11/1497.40	c cleaning 65007 clauses out of 130026 with flag 47281090/2201003
1570.49/1550.18	c cleaning 66002 clauses out of 132016 with flag 48538607/2268000
1627.64/1606.12	c cleaning 67004 clauses out of 134018 with flag 49881836/2336004
1684.09/1661.54	c cleaning 67995 clauses out of 136010 with flag 51226669/2405000
1744.62/1721.53	c cleaning 69006 clauses out of 138016 with flag 52562096/2475001
1807.74/1783.50	c cleaning 69992 clauses out of 140009 with flag 54005178/2546000
1870.43/1845.66	c cleaning 70999 clauses out of 142025 with flag 55472051/2618008
1930.94/1904.81	c cleaning 72004 clauses out of 144019 with flag 56869012/2691001
1993.20/1965.68	c cleaning 72999 clauses out of 146016 with flag 58306698/2765002
2058.20/2030.08	c cleaning 74008 clauses out of 148017 with flag 59774636/2840002
2125.11/2095.61	c cleaning 75000 clauses out of 150009 with flag 61294723/2916002
2197.30/2167.32	c cleaning 76001 clauses out of 152009 with flag 62911135/2993002
2271.78/2240.42	c cleaning 76973 clauses out of 154007 with flag 64458127/3071001
2350.25/2318.23	c cleaning 78013 clauses out of 156033 with flag 66157763/3150000
2438.49/2405.14	c cleaning 79004 clauses out of 158021 with flag 67892912/3230001
2521.60/2487.52	c cleaning 79999 clauses out of 160017 with flag 69518887/3311001
2613.19/2577.91	c cleaning 81002 clauses out of 162017 with flag 71289605/3393000
2697.49/2661.66	c cleaning 82007 clauses out of 164016 with flag 73059724/3476001
2787.27/2750.79	c cleaning 82996 clauses out of 166009 with flag 74859982/3560001
2879.27/2841.25	c cleaning 84004 clauses out of 168013 with flag 76678444/3645001
2979.80/2940.18	c cleaning 85002 clauses out of 170009 with flag 78539552/3731001
3073.28/3032.12	c cleaning 86004 clauses out of 172011 with flag 80382427/3818005
3172.24/3130.59	c cleaning 86997 clauses out of 174003 with flag 82294913/3906001
3275.60/3232.37	c cleaning 87988 clauses out of 176008 with flag 84198086/3995003
3408.42/3362.12	c cleaning 89005 clauses out of 178017 with flag 86120888/4085000
3546.47/3498.43	c cleaning 89998 clauses out of 180013 with flag 88059021/4176001
3600.03/3551.51	c starts		: 21749
3600.03/3551.51	c timeout
3600.03/3551.52	c conflicts		: 4229239
3600.03/3551.52	c decisions		: 48160136
3600.03/3551.52	c propagations		: 2440641496
3600.03/3551.52	c inspects		: 30073200516
3600.03/3551.52	c shortcuts		: 0
3600.03/3551.52	c learnt literals	: 0
3600.03/3551.52	c learnt binary clauses	: 670
3600.03/3551.52	c learnt ternary clauses	: 857
3600.03/3551.52	c learnt constraints	: 4229239
3600.03/3551.52	c ignored constraints	: 0
3600.03/3551.52	c root simplifications	: 0
3600.03/3551.52	c removed literals (reason simplification)	: 11969745
3600.03/3551.52	c reason swapping (by a shorter reason)	: 0
3600.03/3551.52	c Calls to reduceDB	: 87
3600.03/3551.52	c Number of update (reduction) of LBD	: 2962257
3600.03/3551.52	c Imported unit clauses	: 0
3600.03/3551.52	c No decision after first conflict	: false
3600.03/3551.52	c number of reductions to clauses (during analyze)	: 0
3600.03/3551.52	c number of learned constraints concerned by reduction	: 0
3600.03/3551.52	c number of learning phase by resolution	: 0
3600.03/3551.52	c number of learning phase by cutting planes	: 0
3600.03/3551.52	c number of rounding to 1 operations	: 0
3600.03/3551.52	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3551.52	c number of reductions of the coefficients by power 2 	: 0
3600.03/3551.52	c number of right shift for reduction by power 2 	: 0
3600.03/3551.52	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3551.52	c number of ending skipping 	: 0
3600.03/3551.52	c number of internal skipping 	: 0
3600.03/3551.52	c number of derivation steps 	: 0
3600.03/3551.52	c number of skipped derivation steps 	: 0
3600.03/3551.52	c number of remaining unassigned 	: 0
3600.03/3551.52	c number of remaining assigned 	: 0
3600.03/3551.52	c number of falsified literals weakened from reason	: 0
3600.03/3551.52	c number of falsified literals weakened from conflict	: 0
3600.03/3551.52	c time for arithmetic operations	: 0
3600.03/3551.52	c minimum degree of deleted constraints	: null
3600.03/3551.52	c maximum degree of deleted constraints	: null
3600.03/3551.52	c number of deleted constraints	: 0
3600.03/3551.52	c speed (assignments/second)	: 687360.3978883305
3600.03/3551.52	c non guided choices	: 164241
3600.03/3551.57	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 142583
3600.03/3551.57	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 670
3600.03/3551.57	s UNKNOWN
3600.03/3551.57	c Total wall clock time (in seconds): 3551.435

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (55409 MiB free)
  memory of node 1: 64465 MiB (63630 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=163190, runsolver pid=163175

[startup+0.100059 s]*
/proc/loadavg: 1.12 2.19 3.25 7/334 163259
/proc/meminfo: memFree=121807388/131250000 swapFree=33010416/33010684
[pid=163190] ppid=163175 vsize=18930384 memory=61448 CPUtime=0.12 cores=5,7
/proc/163190/stat : 163190 (java) S 163175 163190 162678 0 -1 4194304 6476 0 0 0 10 2 0 0 20 0 18 0 239626260 19384713216 15362 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
/proc/163190/statm: 4732596 15362 5339 1 0 547603 0
[pid=163190/tid=163210] ppid=163175 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/163190/task/163210/stat : 163210 (java) R 163175 163190 162678 0 -1 4194368 5059 0 0 0 6 1 0 0 20 0 18 0 239626262 19384713216 15362 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
[pid=163190/tid=163252] ppid=163175 vsize=18930384 memory=237112656212 CPUtime=0 cores=5,7
/proc/163190/task/163252/stat : 163252 (Finalizer) S 163175 163190 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239626264 19384713216 15362 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
[pid=163190/tid=163259] ppid=163175 vsize=18930384 memory=60684515937227 CPUtime=0 cores=5,7
/proc/163190/task/163259/stat : 163259 (Common-Cleaner) S 163175 163190 162678 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 239626265 19384713216 15362 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61448 KiB

[startup+0.205717 s]*
/proc/loadavg: 1.12 2.19 3.25 13/334 163259
/proc/meminfo: memFree=121749372/131250000 swapFree=33010416/33010684
[pid=163190] ppid=163175 vsize=18930384 memory=69588 CPUtime=0.3 cores=5,7
/proc/163190/stat : 163190 (java) S 163175 163190 162678 0 -1 4194304 6871 0 0 0 28 2 0 0 20 0 18 0 239626260 19384713216 17397 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
/proc/163190/statm: 4732596 17397 5435 1 0 547943 0
[pid=163190/tid=163210] ppid=163175 vsize=18930384 memory=4026990876 CPUtime=0.17 cores=5,7
/proc/163190/task/163210/stat : 163210 (java) R 163175 163190 162678 0 -1 4194368 5305 0 0 0 16 1 0 0 20 0 18 0 239626262 19384713216 17397 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
[pid=163190/tid=163252] ppid=163175 vsize=18930384 memory=16124 CPUtime=0 cores=5,7
/proc/163190/task/163252/stat : 163252 (Finalizer) S 163175 163190 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239626264 19384713216 17397 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
[pid=163190/tid=163259] ppid=163175 vsize=18930384 memory=59585004307431 CPUtime=0 cores=5,7
/proc/163190/task/163259/stat : 163259 (Common-Cleaner) S 163175 163190 162678 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 239626265 19384713216 17397 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 69588 KiB

[startup+0.305646 s]*
/proc/loadavg: 1.12 2.19 3.25 11/336 163261
/proc/meminfo: memFree=121484448/131250000 swapFree=33010416/33010684
[pid=163190] ppid=163175 vsize=18996948 memory=162088 CPUtime=0.49 cores=5,7
/proc/163190/stat : 163190 (java) S 163175 163190 162678 0 -1 4194304 8442 0 0 0 45 4 0 0 20 0 19 0 239626260 19452874752 40522 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
/proc/163190/statm: 4749237 40522 5467 1 0 549271 0
[pid=163190/tid=163210] ppid=163175 vsize=18996948 memory=-8815349222067708604 CPUtime=0.25 cores=5,7
/proc/163190/task/163210/stat : 163210 (java) R 163175 163190 162678 0 -1 4194368 5370 0 0 0 22 3 0 0 20 0 19 0 239626262 19452874752 40522 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
[pid=163190/tid=163252] ppid=163175 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/163190/task/163252/stat : 163252 (Finalizer) S 163175 163190 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239626264 19452874752 40522 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
[pid=163190/tid=163259] ppid=163175 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/163190/task/163259/stat : 163259 (Common-Cleaner) S 163175 163190 162678 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 239626265 19452874752 40522 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 162088 KiB

[startup+0.70021 s]
/proc/loadavg: 1.12 2.19 3.25 9/338 163263
/proc/meminfo: memFree=121161056/131250000 swapFree=33010416/33010684
[pid=163190] ppid=163175 vsize=18996948 memory=676820 CPUtime=1.26 cores=5,7
/proc/163190/stat : 163190 (java) S 163175 163190 162678 0 -1 4194304 11211 0 0 0 111 15 0 0 20 0 19 0 239626260 19452874752 169205 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
/proc/163190/statm: 4749237 169205 5467 1 0 1047349 0
[pid=163190/tid=163210] ppid=163175 vsize=18996948 memory=27520 CPUtime=0.57 cores=5,7
/proc/163190/task/163210/stat : 163210 (java) R 163175 163190 162678 0 -1 4194368 5620 0 0 0 46 11 0 0 20 0 19 0 239626262 19452874752 169205 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
[pid=163190/tid=163252] ppid=163175 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/163190/task/163252/stat : 163252 (Finalizer) S 163175 163190 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239626264 19452874752 169205 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
[pid=163190/tid=163259] ppid=163175 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/163190/task/163259/stat : 163259 (Common-Cleaner) S 163175 163190 162678 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 239626265 19452874752 169205 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 676820 KiB

[startup+1.50024 s]
/proc/loadavg: 1.12 2.19 3.25 8/341 163266
/proc/meminfo: memFree=120747308/131250000 swapFree=33010416/33010684
[pid=163190] ppid=163175 vsize=19063512 memory=740796 CPUtime=2.84 cores=5,7
/proc/163190/stat : 163190 (java) S 163175 163190 162678 0 -1 4194304 16461 0 0 0 266 18 0 0 20 0 20 0 239626260 19521036288 185199 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
/proc/163190/statm: 4765878 185199 5467 1 0 1051737 0
[pid=163190/tid=163210] ppid=163175 vsize=19063512 memory=3328 CPUtime=1.3 cores=5,7
/proc/163190/task/163210/stat : 163210 (java) R 163175 163190 162678 0 -1 4194368 5705 0 0 0 117 13 0 0 20 0 20 0 239626262 19521036288 185199 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
[pid=163190/tid=163252] ppid=163175 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/163190/task/163252/stat : 163252 (Finalizer) S 163175 163190 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239626264 19521036288 185199 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
[pid=163190/tid=163259] ppid=163175 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/163190/task/163259/stat : 163259 (Common-Cleaner) S 163175 163190 162678 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239626265 19521036288 185199 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
[pid=163190/tid=163266] ppid=163175 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/163190/task/163266/stat : 163266 (Timer-0) S 163175 163190 162678 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239626338 19521036288 185199 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 740796 KiB

[startup+3.10553 s]
/proc/loadavg: 1.67 2.29 3.27 6/342 163267
/proc/meminfo: memFree=120503948/131250000 swapFree=33010416/33010684
[pid=163190] ppid=163175 vsize=19063512 memory=796648 CPUtime=5.47 cores=5,7
/proc/163190/stat : 163190 (java) S 163175 163190 162678 0 -1 4194304 16704 0 0 0 527 20 0 0 20 0 20 0 239626260 19521036288 199162 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
/proc/163190/statm: 4765878 199162 5467 1 0 1051763 0
[pid=163190/tid=163210] ppid=163175 vsize=19063512 memory=14848 CPUtime=2.87 cores=5,7
/proc/163190/task/163210/stat : 163210 (java) R 163175 163190 162678 0 -1 4194368 5792 0 0 0 273 14 0 0 20 0 20 0 239626262 19521036288 199162 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
[pid=163190/tid=163252] ppid=163175 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/163190/task/163252/stat : 163252 (Finalizer) S 163175 163190 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239626264 19521036288 199162 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
[pid=163190/tid=163259] ppid=163175 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/163190/task/163259/stat : 163259 (Common-Cleaner) S 163175 163190 162678 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239626265 19521036288 199162 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
[pid=163190/tid=163266] ppid=163175 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/163190/task/163266/stat : 163266 (Timer-0) S 163175 163190 162678 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239626338 19521036288 199162 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
Current children cumulated CPU time: 5.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 796648 KiB

[startup+6.30021 s]
/proc/loadavg: 1.67 2.29 3.27 5/342 163267
/proc/meminfo: memFree=120068496/131250000 swapFree=33010416/33010684
[pid=163190] ppid=163175 vsize=19063512 memory=918068 CPUtime=9.31 cores=5,7
/proc/163190/stat : 163190 (java) S 163175 163190 162678 0 -1 4194304 24519 0 0 0 906 25 0 0 20 0 20 0 239626260 19521036288 229517 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
/proc/163190/statm: 4765878 229517 5499 1 0 1051881 0
[pid=163190/tid=163210] ppid=163175 vsize=19063512 memory=0 CPUtime=6.04 cores=5,7
/proc/163190/task/163210/stat : 163210 (java) R 163175 163190 162678 0 -1 4194368 7707 0 0 0 586 18 0 0 20 0 20 0 239626262 19521036288 229517 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
[pid=163190/tid=163252] ppid=163175 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/163190/task/163252/stat : 163252 (Finalizer) S 163175 163190 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239626264 19521036288 229517 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
[pid=163190/tid=163259] ppid=163175 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/163190/task/163259/stat : 163259 (Common-Cleaner) S 163175 163190 162678 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239626265 19521036288 229517 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
[pid=163190/tid=163266] ppid=163175 vsize=19063512 memory=742848 CPUtime=0 cores=5,7
/proc/163190/task/163266/stat : 163266 (Timer-0) S 163175 163190 162678 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239626338 19521036288 229517 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
Current children cumulated CPU time: 9.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 918068 KiB

[startup+12.7002 s]
/proc/loadavg: 2.03 2.34 3.28 4/319 163278
/proc/meminfo: memFree=119013412/131250000 swapFree=33010416/33010684
[pid=163190] ppid=163175 vsize=19063512 memory=1215028 CPUtime=15.77 cores=5,7
/proc/163190/stat : 163190 (java) S 163175 163190 162678 0 -1 4194304 25462 0 0 0 1545 32 0 0 20 0 20 0 239626260 19521036288 303757 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
/proc/163190/statm: 4765878 303757 5499 1 0 1051881 0
[pid=163190/tid=163210] ppid=163175 vsize=19063512 memory=742848 CPUtime=12.42 cores=5,7
/proc/163190/task/163210/stat : 163210 (java) R 163175 163190 162678 0 -1 4194368 8534 0 0 0 1217 25 0 0 20 0 20 0 239626262 19521036288 303757 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
[pid=163190/tid=163252] ppid=163175 vsize=19063512 memory=1169972 CPUtime=0 cores=5,7
/proc/163190/task/163252/stat : 163252 (Finalizer) S 163175 163190 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239626264 19521036288 303757 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
[pid=163190/tid=163259] ppid=163175 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/163190/task/163259/stat : 163259 (Common-Cleaner) S 163175 163190 162678 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239626265 19521036288 303757 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
[pid=163190/tid=163266] ppid=163175 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/163190/task/163266/stat : 163266 (Timer-0) S 163175 163190 162678 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239626338 19521036288 303757 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
Current children cumulated CPU time: 15.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1215028 KiB

[startup+25.5002 s]
/proc/loadavg: 2.57 2.45 3.30 5/342 163334
/proc/meminfo: memFree=117929428/131250000 swapFree=33010416/33010684
[pid=163190] ppid=163175 vsize=19063512 memory=1661492 CPUtime=28.56 cores=5,7
/proc/163190/stat : 163190 (java) S 163175 163190 162678 0 -1 4194304 28623 0 0 0 2814 42 0 0 20 0 20 0 239626260 19521036288 415373 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
/proc/163190/statm: 4765878 415373 5499 1 0 1051881 0
[pid=163190/tid=163210] ppid=163175 vsize=19063512 memory=1169972 CPUtime=25.18 cores=5,7
/proc/163190/task/163210/stat : 163210 (java) R 163175 163190 162678 0 -1 4194368 10052 0 0 0 2484 34 0 0 20 0 20 0 239626262 19521036288 415373 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
[pid=163190/tid=163252] ppid=163175 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/163190/task/163252/stat : 163252 (Finalizer) S 163175 163190 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239626264 19521036288 415373 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
[pid=163190/tid=163259] ppid=163175 vsize=19063512 memory=1591860 CPUtime=0 cores=5,7
/proc/163190/task/163259/stat : 163259 (Common-Cleaner) S 163175 163190 162678 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239626265 19521036288 415373 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
[pid=163190/tid=163266] ppid=163175 vsize=19063512 memory=1520180 CPUtime=0 cores=5,7
/proc/163190/task/163266/stat : 163266 (Timer-0) S 163175 163190 162678 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239626338 19521036288 415373 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
Current children cumulated CPU time: 28.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1661492 KiB

[startup+51.1057 s]
/proc/loadavg: 3.30 2.64 3.35 5/342 163403
/proc/meminfo: memFree=116123392/131250000 swapFree=33010416/33010684
[pid=163190] ppid=163175 vsize=19063512 memory=2235060 CPUtime=54.14 cores=5,7
/proc/163190/stat : 163190 (java) S 163175 163190 162678 0 -1 4194304 32938 0 0 0 5358 56 0 0 20 0 20 0 239626260 19521036288 558765 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
/proc/163190/statm: 4765878 558765 5499 1 0 1051897 0
[pid=163190/tid=163210] ppid=163175 vsize=19063512 memory=14848 CPUtime=50.7 cores=5,7
/proc/163190/task/163210/stat : 163210 (java) R 163175 163190 162678 0 -1 4194368 12336 0 0 0 5022 48 0 0 20 0 20 0 239626262 19521036288 558765 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
[pid=163190/tid=163252] ppid=163175 vsize=19063512 memory=2234932 CPUtime=0 cores=5,7
/proc/163190/task/163252/stat : 163252 (Finalizer) S 163175 163190 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239626264 19521036288 558765 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
[pid=163190/tid=163259] ppid=163175 vsize=19063512 memory=27520 CPUtime=0 cores=5,7
/proc/163190/task/163259/stat : 163259 (Common-Cleaner) S 163175 163190 162678 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239626265 19521036288 558765 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0

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

/proc/meminfo: memFree=109424304/131250000 swapFree=33010416/33010684
[pid=163190] ppid=163175 vsize=19063512 memory=1871020 CPUtime=3265.55 cores=5,7
/proc/163190/stat : 163190 (java) S 163175 163190 162678 0 -1 4194304 159629 0 0 0 325244 1311 0 0 20 0 20 0 239626260 19521036288 467755 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
/proc/163190/statm: 4765878 467755 5531 1 0 478864 0
[pid=163190/tid=163210] ppid=163175 vsize=19063512 memory=1871020 CPUtime=3173.05 cores=5,7
/proc/163190/task/163210/stat : 163210 (java) R 163175 163190 162678 0 -1 4194368 72150 0 0 0 316120 1185 0 0 20 0 20 0 239626262 19521036288 467755 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
[pid=163190/tid=163252] ppid=163175 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/163190/task/163252/stat : 163252 (Finalizer) S 163175 163190 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239626264 19521036288 467755 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
[pid=163190/tid=163259] ppid=163175 vsize=19063512 memory=4788 CPUtime=0 cores=5,7
/proc/163190/task/163259/stat : 163259 (Common-Cleaner) S 163175 163190 162678 0 -1 4194368 1221 0 0 0 0 0 0 0 20 0 20 0 239626265 19521036288 467755 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
[pid=163190/tid=163266] ppid=163175 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/163190/task/163266/stat : 163266 (Timer-0) S 163175 163190 162678 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239626338 19521036288 467755 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
Current children cumulated CPU time: 3265.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1871020 KiB

[startup+3282.3 s]
/proc/loadavg: 1.15 1.11 1.19 2/265 163676
/proc/meminfo: memFree=109263968/131250000 swapFree=33010416/33010684
[pid=163190] ppid=163175 vsize=19063512 memory=1871020 CPUtime=3326.13 cores=5,7
/proc/163190/stat : 163190 (java) S 163175 163190 162678 0 -1 4194304 161398 0 0 0 331284 1329 0 0 20 0 20 0 239626260 19521036288 467755 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
/proc/163190/statm: 4765878 467755 5531 1 0 478864 0
[pid=163190/tid=163210] ppid=163175 vsize=19063512 memory=1871020 CPUtime=3232.26 cores=5,7
/proc/163190/task/163210/stat : 163210 (java) R 163175 163190 162678 0 -1 4194368 72803 0 0 0 322023 1203 0 0 20 0 20 0 239626262 19521036288 467755 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
[pid=163190/tid=163252] ppid=163175 vsize=19063512 memory=1871020 CPUtime=0 cores=5,7
/proc/163190/task/163252/stat : 163252 (Finalizer) S 163175 163190 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239626264 19521036288 467755 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
[pid=163190/tid=163259] ppid=163175 vsize=19063512 memory=1871020 CPUtime=0 cores=5,7
/proc/163190/task/163259/stat : 163259 (Common-Cleaner) S 163175 163190 162678 0 -1 4194368 1253 0 0 0 0 0 0 0 20 0 20 0 239626265 19521036288 467755 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
[pid=163190/tid=163266] ppid=163175 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/163190/task/163266/stat : 163266 (Timer-0) S 163175 163190 162678 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239626338 19521036288 467755 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
Current children cumulated CPU time: 3326.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1871020 KiB

[startup+3342.3 s]
/proc/loadavg: 1.23 1.14 1.19 2/265 163678
/proc/meminfo: memFree=109134768/131250000 swapFree=33010416/33010684
[pid=163190] ppid=163175 vsize=19063512 memory=1871020 CPUtime=3387.28 cores=5,7
/proc/163190/stat : 163190 (java) S 163175 163190 162678 0 -1 4194304 161409 0 0 0 337380 1348 0 0 20 0 20 0 239626260 19521036288 467755 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
/proc/163190/statm: 4765878 467755 5531 1 0 478864 0
[pid=163190/tid=163210] ppid=163175 vsize=19063512 memory=1871020 CPUtime=3291.31 cores=5,7
/proc/163190/task/163210/stat : 163210 (java) R 163175 163190 162678 0 -1 4194368 72807 0 0 0 327911 1220 0 0 20 0 20 0 239626262 19521036288 467755 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
[pid=163190/tid=163252] ppid=163175 vsize=19063512 memory=1871020 CPUtime=0 cores=5,7
/proc/163190/task/163252/stat : 163252 (Finalizer) S 163175 163190 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239626264 19521036288 467755 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
[pid=163190/tid=163259] ppid=163175 vsize=19063512 memory=1871020 CPUtime=0 cores=5,7
/proc/163190/task/163259/stat : 163259 (Common-Cleaner) S 163175 163190 162678 0 -1 4194368 1253 0 0 0 0 0 0 0 20 0 20 0 239626265 19521036288 467755 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
[pid=163190/tid=163266] ppid=163175 vsize=19063512 memory=1871020 CPUtime=0 cores=5,7
/proc/163190/task/163266/stat : 163266 (Timer-0) S 163175 163190 162678 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239626338 19521036288 467755 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
Current children cumulated CPU time: 3387.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1871020 KiB

[startup+3402.3 s]
/proc/loadavg: 1.15 1.12 1.18 2/264 163680
/proc/meminfo: memFree=108981912/131250000 swapFree=33010416/33010684
[pid=163190] ppid=163175 vsize=19063512 memory=1871020 CPUtime=3449.09 cores=5,7
/proc/163190/stat : 163190 (java) S 163175 163190 162678 0 -1 4194304 162151 0 0 0 343542 1367 0 0 20 0 20 0 239626260 19521036288 467755 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
/proc/163190/statm: 4765878 467755 5531 1 0 478867 0
[pid=163190/tid=163210] ppid=163175 vsize=19063512 memory=1871020 CPUtime=3350.47 cores=5,7
/proc/163190/task/163210/stat : 163210 (java) R 163175 163190 162678 0 -1 4194368 73414 0 0 0 333810 1237 0 0 20 0 20 0 239626262 19521036288 467755 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
[pid=163190/tid=163252] ppid=163175 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/163190/task/163252/stat : 163252 (Finalizer) S 163175 163190 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239626264 19521036288 467755 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
[pid=163190/tid=163259] ppid=163175 vsize=19063512 memory=1871020 CPUtime=0 cores=5,7
/proc/163190/task/163259/stat : 163259 (Common-Cleaner) S 163175 163190 162678 0 -1 4194368 1253 0 0 0 0 0 0 0 20 0 20 0 239626265 19521036288 467755 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
[pid=163190/tid=163266] ppid=163175 vsize=19063512 memory=1871020 CPUtime=0 cores=5,7
/proc/163190/task/163266/stat : 163266 (Timer-0) S 163175 163190 162678 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239626338 19521036288 467755 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
Current children cumulated CPU time: 3449.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1871020 KiB

[startup+3462.3 s]
/proc/loadavg: 1.16 1.13 1.18 2/264 163682
/proc/meminfo: memFree=108877744/131250000 swapFree=33010416/33010684
[pid=163190] ppid=163175 vsize=19063512 memory=1871020 CPUtime=3509.3 cores=5,7
/proc/163190/stat : 163190 (java) S 163175 163190 162678 0 -1 4194304 163647 0 0 0 349543 1387 0 0 20 0 20 0 239626260 19521036288 467755 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
/proc/163190/statm: 4765878 467755 5531 1 0 478867 0
[pid=163190/tid=163210] ppid=163175 vsize=19063512 memory=1871020 CPUtime=3409.58 cores=5,7
/proc/163190/task/163210/stat : 163210 (java) R 163175 163190 162678 0 -1 4194368 74547 0 0 0 339703 1255 0 0 20 0 20 0 239626262 19521036288 467755 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
[pid=163190/tid=163252] ppid=163175 vsize=19063512 memory=1871020 CPUtime=0 cores=5,7
/proc/163190/task/163252/stat : 163252 (Finalizer) S 163175 163190 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239626264 19521036288 467755 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
[pid=163190/tid=163259] ppid=163175 vsize=19063512 memory=1871020 CPUtime=0 cores=5,7
/proc/163190/task/163259/stat : 163259 (Common-Cleaner) S 163175 163190 162678 0 -1 4194368 1330 0 0 0 0 0 0 0 20 0 20 0 239626265 19521036288 467755 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
[pid=163190/tid=163266] ppid=163175 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/163190/task/163266/stat : 163266 (Timer-0) S 163175 163190 162678 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239626338 19521036288 467755 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
Current children cumulated CPU time: 3509.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1871020 KiB

[startup+3522.3 s]
/proc/loadavg: 1.16 1.13 1.18 2/264 163686
/proc/meminfo: memFree=108720644/131250000 swapFree=33010416/33010684
[pid=163190] ppid=163175 vsize=19063512 memory=1871020 CPUtime=3570.76 cores=5,7
/proc/163190/stat : 163190 (java) S 163175 163190 162678 0 -1 4194304 165863 0 0 0 355668 1408 0 0 20 0 20 0 239626260 19521036288 467755 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
/proc/163190/statm: 4765878 467755 5531 1 0 478867 0
[pid=163190/tid=163210] ppid=163175 vsize=19063512 memory=1871020 CPUtime=3468.8 cores=5,7
/proc/163190/task/163210/stat : 163210 (java) R 163175 163190 162678 0 -1 4194368 75450 0 0 0 345607 1273 0 0 20 0 20 0 239626262 19521036288 467755 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
[pid=163190/tid=163252] ppid=163175 vsize=19063512 memory=1871020 CPUtime=0 cores=5,7
/proc/163190/task/163252/stat : 163252 (Finalizer) S 163175 163190 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239626264 19521036288 467755 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
[pid=163190/tid=163259] ppid=163175 vsize=19063512 memory=1871020 CPUtime=0 cores=5,7
/proc/163190/task/163259/stat : 163259 (Common-Cleaner) S 163175 163190 162678 0 -1 4194368 1386 0 0 0 0 0 0 0 20 0 20 0 239626265 19521036288 467755 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
[pid=163190/tid=163266] ppid=163175 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/163190/task/163266/stat : 163266 (Timer-0) S 163175 163190 162678 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239626338 19521036288 467755 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
Current children cumulated CPU time: 3570.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1871020 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3551.5 s]
/proc/loadavg: 1.09 1.12 1.17 2/263 163686
/proc/meminfo: memFree=108656900/131250000 swapFree=33010416/33010684
[pid=163190] ppid=163175 vsize=19063512 memory=1871020 CPUtime=3600.03 cores=5,7
/proc/163190/stat : 163190 (java) S 163175 163190 162678 0 -1 4194304 165871 0 0 0 358588 1415 0 0 20 0 20 0 239626260 19521036288 467755 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
/proc/163190/statm: 4765878 467755 5531 1 0 478867 0
[pid=163190/tid=163210] ppid=163175 vsize=19063512 memory=1871020 CPUtime=3497.64 cores=5,7
/proc/163190/task/163210/stat : 163210 (java) R 163175 163190 162678 0 -1 4194368 75451 0 0 0 348485 1279 0 0 20 0 20 0 239626262 19521036288 467755 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
[pid=163190/tid=163252] ppid=163175 vsize=19063512 memory=1871020 CPUtime=0 cores=5,7
/proc/163190/task/163252/stat : 163252 (Finalizer) S 163175 163190 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239626264 19521036288 467755 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
[pid=163190/tid=163259] ppid=163175 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/163190/task/163259/stat : 163259 (Common-Cleaner) S 163175 163190 162678 0 -1 4194368 1387 0 0 0 0 0 0 0 20 0 20 0 239626265 19521036288 467755 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
[pid=163190/tid=163266] ppid=163175 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/163190/task/163266/stat : 163266 (Timer-0) S 163175 163190 162678 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239626338 19521036288 467755 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1871020 KiB

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

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

# cumulated CPU time of all completed processes:  user=3585.99 s, system=14.1642 s

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

[startup+3551.5 s]
/proc/loadavg: 1.09 1.12 1.17 2/263 163686
/proc/meminfo: memFree=108656900/131250000 swapFree=33010416/33010684
[pid=163190] ppid=163175 vsize=19063512 memory=1871020 CPUtime=3600.03 cores=5,7
/proc/163190/stat : 163190 (java) S 163175 163190 162678 0 -1 4194304 165871 0 0 0 358588 1415 0 0 20 0 20 0 239626260 19521036288 467755 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
/proc/163190/statm: 4765878 467755 5531 1 0 478867 0
[pid=163190/tid=163210] ppid=163175 vsize=19063512 memory=1871020 CPUtime=3497.64 cores=5,7
/proc/163190/task/163210/stat : 163210 (java) R 163175 163190 162678 0 -1 4194368 75451 0 0 0 348485 1279 0 0 20 0 20 0 239626262 19521036288 467755 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
[pid=163190/tid=163252] ppid=163175 vsize=19063512 memory=1871020 CPUtime=0 cores=5,7
/proc/163190/task/163252/stat : 163252 (Finalizer) S 163175 163190 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239626264 19521036288 467755 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
[pid=163190/tid=163259] ppid=163175 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/163190/task/163259/stat : 163259 (Common-Cleaner) S 163175 163190 162678 0 -1 4194368 1387 0 0 0 0 0 0 0 20 0 20 0 239626265 19521036288 467755 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
[pid=163190/tid=163266] ppid=163175 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/163190/task/163266/stat : 163266 (Timer-0) S 163175 163190 162678 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239626338 19521036288 467755 18446744073709551615 94385050730496 94385050734192 140722849517184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94385050742008 94385050742800 94385084256256 140722849519956 140722849520100 140722849520100 140722849525704 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1871020 KiB

Child status: 143

Real time (s): 3551.59
CPU time (s): 3600.15
CPU user time (s): 3585.99
CPU system time (s): 14.1642
CPU usage (%): 101.367
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 4164320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3585.99
system time used= 14.1642
maximum resident set size= 4164320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 167309
page faults= 0
swaps= 0
block input operations= 0
block output operations= 22561312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 125585
involuntary context switches= 24528


# summary of solver processes directly reported to runsolver:
#   pid: 163190
#   total CPU time (s): 3600.15
#   total CPU user time (s): 3585.99
#   total CPU system time (s): 14.1642

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.96066 second user time and 15.7579 second system time

The end

Launcher Data

Begin job on nodeC028 at 2025-07-23 05:07:17
IDJOB=4545436
IDBENCH=180858
IDSOLVER=3364
FILE ID=nodeC028/4545436-1753240037
RUNJOBID= nodeC028-1753240037-163134
SLURM_JOB_ID= 9687869
Free space on /tmp= 433024 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-MisteryShopper-mini-5-10-2-6-0_c24.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545436-1753240037/watcher-4545436-1753240037 -o /tmp/evaluation-result-4545436-1753240037/solver-4545436-1753240037 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1753240037-163134 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4545436-1753240037 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4545436-1753240037.opb

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

MD5SUM BENCH= 533dc96f2f67a4db8413c4c2a7be8312
RANDOM SEED=1590225200

nodeC028 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.156
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.16
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.237
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.16
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.032
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.16
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		: 3610.100
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.16
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.563
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.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        121909356 kB
MemAvailable:   129698820 kB
Buffers:            2132 kB
Cached:          8556636 kB
SwapCached:            4 kB
Active:          1025160 kB
Inactive:        7599456 kB
Active(anon):      83796 kB
Inactive(anon):     8308 kB
Active(file):     941364 kB
Inactive(file):  7591148 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7960 kB
Writeback:            36 kB
AnonPages:         68952 kB
Mapped:           108768 kB
Shmem:             26256 kB
KReclaimable:     192384 kB
Slab:             288072 kB
SReclaimable:     192384 kB
SUnreclaim:        95688 kB
KernelStack:        4180 kB
PageTables:         2856 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     344868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150472 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 422012 MiB
End job on nodeC028 at 2025-07-23 06:06:29