Trace number 4493668

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2025-06-06? (TO) 3600.16 3603.12

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/prestwich/armies/normalized-army13.24bt.opb
MD5SUMb1cc89baa8bd080d13ae67cc087920d3
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.612776
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables490
Total number of constraints1085
Number of constraints which are clauses738
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints345
Minimum length of a constraint1
Maximum length of a constraint169
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 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 193
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.25	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.03/0.25	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.25	c See www.sat4j.org for details.
0.03/0.26	c version PB25.v20250606
0.03/0.27	c java.runtime.name	OpenJDK Runtime Environment
0.03/0.27	c java.vm.name		OpenJDK 64-Bit Server VM
0.03/0.27	c java.vm.version	22.0.1+8-16
0.03/0.27	c java.vm.vendor	Oracle Corporation
0.03/0.27	c sun.arch.data.model	64
0.03/0.27	c java.version		22.0.1
0.03/0.27	c os.name		Linux
0.03/0.27	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.03/0.27	c os.arch		amd64
0.03/0.27	c Free memory 		2104792832
0.03/0.27	c Max memory 		16282288128
0.03/0.27	c Total memory 		2113929216
0.03/0.27	c Number of processors 	2
0.17/0.32	c Pseudo Boolean Optimization by upper bound
0.17/0.32	c --- Begin Solver configuration ---
0.17/0.32	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.17/0.32	c Learn all clauses as in MiniSAT
0.17/0.32	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.17/0.32	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.17/0.32	c Expensive reason simplification
0.17/0.32	c Glucose 2.1 dynamic restart strategy
0.17/0.32	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.17/0.32	c timeout=2147483s
0.17/0.32	c DB Simplification allowed=false
0.17/0.32	c Listener: none
0.17/0.32	c --- End Solver configuration ---
0.17/0.32	c solving HOME/instance-4493668-1751156866.opb
0.17/0.32	c reading problem ... 
0.17/0.32	c  no objective function found
0.17/0.39	c ... done. Wall clock time 0.068s.
0.17/0.39	c declared #vars     490
0.17/0.39	c #constraints  1085
0.17/0.39	c constraints type 
0.17/0.39	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 255
0.17/0.39	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.17/0.39	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 345
0.17/0.39	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 482
0.17/0.39	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.17/0.39	c 1085 constraints processed.
1.72/1.12	c cleaning 2499 clauses out of 4999 with flag 16876/5002
2.54/1.68	c cleaning 4251 clauses out of 8502 with flag 46446/11004
3.56/2.31	c cleaning 5624 clauses out of 11247 with flag 82657/18000
4.17/2.95	c cleaning 6813 clauses out of 13625 with flag 121819/26002
4.97/3.78	c cleaning 7907 clauses out of 15813 with flag 171670/35003
6.16/4.94	c cleaning 8950 clauses out of 17904 with flag 229363/45001
7.92/6.62	c cleaning 9975 clauses out of 19953 with flag 308058/56000
9.60/8.38	c cleaning 10985 clauses out of 21978 with flag 392980/68000
11.70/10.41	c cleaning 11996 clauses out of 23995 with flag 492339/81002
14.04/12.76	c cleaning 12992 clauses out of 25998 with flag 593204/95001
16.84/15.50	c cleaning 13999 clauses out of 28006 with flag 699311/110001
20.03/18.79	c cleaning 14997 clauses out of 30006 with flag 818566/126000
24.09/22.74	c cleaning 16002 clauses out of 32009 with flag 956591/143000
29.00/27.66	c cleaning 17000 clauses out of 34008 with flag 1110203/161001
34.94/33.54	c cleaning 18000 clauses out of 36008 with flag 1282827/180001
40.72/39.31	c cleaning 19003 clauses out of 38009 with flag 1460663/200002
47.84/46.43	c cleaning 19998 clauses out of 40008 with flag 1662362/221004
56.13/54.79	c cleaning 20998 clauses out of 42008 with flag 1863428/243002
65.25/63.84	c cleaning 21997 clauses out of 44010 with flag 2064618/266002
74.88/73.49	c cleaning 22999 clauses out of 46012 with flag 2284756/290001
85.65/84.23	c cleaning 23990 clauses out of 48012 with flag 2531332/315000
97.38/95.74	c cleaning 25009 clauses out of 50022 with flag 2755413/341001
110.95/109.26	c cleaning 26000 clauses out of 52015 with flag 2995667/368005
121.58/119.83	c cleaning 26995 clauses out of 54010 with flag 3203773/396000
132.15/130.47	c cleaning 28004 clauses out of 56015 with flag 3404081/425000
147.87/146.05	c cleaning 28997 clauses out of 58011 with flag 3654952/455001
163.28/161.41	c cleaning 30001 clauses out of 60014 with flag 3911953/486001
179.34/177.50	c cleaning 30998 clauses out of 62013 with flag 4186162/518001
196.14/194.31	c cleaning 31999 clauses out of 64016 with flag 4478880/551002
210.25/208.40	c cleaning 33003 clauses out of 66016 with flag 4752486/585001
228.49/226.78	c cleaning 34002 clauses out of 68015 with flag 5016333/620003
247.01/245.25	c cleaning 35005 clauses out of 70012 with flag 5292676/656002
263.12/261.36	c cleaning 35993 clauses out of 72005 with flag 5571434/693000
282.58/280.89	c cleaning 37000 clauses out of 74012 with flag 5886873/731000
299.70/297.79	c cleaning 38006 clauses out of 76012 with flag 6191650/770000
318.06/316.17	c cleaning 38999 clauses out of 78007 with flag 6504957/810001
335.96/334.02	c cleaning 40000 clauses out of 80012 with flag 6835258/851005
358.26/356.32	c cleaning 40996 clauses out of 82007 with flag 7195698/893000
383.18/381.36	c cleaning 42000 clauses out of 84011 with flag 7539663/936000
413.87/412.05	c cleaning 42993 clauses out of 86011 with flag 7909424/980000
441.47/439.63	c cleaning 43994 clauses out of 88019 with flag 8293856/1025001
470.00/468.20	c cleaning 44995 clauses out of 90026 with flag 8664782/1071002
502.23/500.55	c cleaning 46007 clauses out of 92029 with flag 9059621/1118000
533.85/532.17	c cleaning 47005 clauses out of 94022 with flag 9443207/1166000
562.17/560.55	c cleaning 47996 clauses out of 96018 with flag 9841606/1215001
601.88/600.30	c cleaning 48998 clauses out of 98021 with flag 10263555/1265000
650.79/649.27	c cleaning 50003 clauses out of 100025 with flag 10721779/1316002
715.23/713.85	c cleaning 50999 clauses out of 102021 with flag 11287293/1368001
764.86/763.57	c cleaning 52000 clauses out of 104023 with flag 11793163/1421002
808.19/806.69	c cleaning 53001 clauses out of 106021 with flag 12236231/1475000
846.69/845.23	c cleaning 54000 clauses out of 108021 with flag 12703115/1530001
886.47/885.07	c cleaning 54999 clauses out of 110020 with flag 13167795/1586000
955.79/954.55	c cleaning 55997 clauses out of 112021 with flag 13739140/1643000
1027.71/1026.69	c cleaning 57003 clauses out of 114025 with flag 14314833/1701001
1093.13/1092.08	c cleaning 58005 clauses out of 116021 with flag 14864592/1760000
1156.77/1155.82	c cleaning 59004 clauses out of 118019 with flag 15405886/1820003
1237.67/1236.97	c cleaning 59997 clauses out of 120014 with flag 16011264/1881002
1313.34/1312.63	c cleaning 61000 clauses out of 122015 with flag 16610143/1943000
1389.05/1388.58	c cleaning 62000 clauses out of 124016 with flag 17197582/2006001
1441.50/1441.00	c cleaning 62998 clauses out of 126018 with flag 17724559/2070003
1497.46/1497.10	c cleaning 63998 clauses out of 128017 with flag 18257430/2135000
1551.57/1551.11	c cleaning 64999 clauses out of 130022 with flag 18790586/2201003
1615.10/1614.86	c cleaning 66002 clauses out of 132021 with flag 19348623/2268001
1686.52/1686.07	c cleaning 67001 clauses out of 134018 with flag 19947447/2336000
1772.15/1771.82	c cleaning 68000 clauses out of 136018 with flag 20615925/2405001
1857.84/1857.76	c cleaning 69006 clauses out of 138019 with flag 21278002/2475002
1954.57/1954.52	c cleaning 69989 clauses out of 140011 with flag 21961045/2546000
2054.92/2055.19	c cleaning 71007 clauses out of 142027 with flag 22660257/2618005
2162.80/2163.14	c cleaning 72001 clauses out of 144018 with flag 23374740/2691003
2286.78/2287.44	c cleaning 72996 clauses out of 146015 with flag 24104047/2765001
2390.37/2391.16	c cleaning 74002 clauses out of 148019 with flag 24779568/2840001
2500.20/2501.21	c cleaning 75000 clauses out of 150016 with flag 25482740/2916000
2619.54/2620.71	c cleaning 76001 clauses out of 152017 with flag 26203828/2993001
2737.57/2738.91	c cleaning 76998 clauses out of 154016 with flag 26919453/3071001
2862.44/2864.18	c cleaning 78000 clauses out of 156017 with flag 27640385/3150000
2997.04/2998.76	c cleaning 78997 clauses out of 158017 with flag 28360837/3230000
3171.01/3173.04	c cleaning 79987 clauses out of 160021 with flag 29204797/3311001
3343.96/3346.48	c cleaning 81003 clauses out of 162033 with flag 30088916/3393000
3510.95/3513.78	c cleaning 82000 clauses out of 164030 with flag 30984150/3476000
3600.01/3603.02	c starts		: 496
3600.01/3603.02	c timeout
3600.01/3603.03	c conflicts		: 3525085
3600.01/3603.03	c decisions		: 4017058
3600.01/3603.03	c propagations		: 113821958
3600.01/3603.03	c inspects		: 27347881869
3600.01/3603.03	c shortcuts		: 0
3600.01/3603.03	c learnt literals	: 7
3600.01/3603.03	c learnt binary clauses	: 15
3600.01/3603.03	c learnt ternary clauses	: 52
3600.01/3603.03	c learnt constraints	: 3525078
3600.01/3603.03	c ignored constraints	: 0
3600.01/3603.03	c root simplifications	: 0
3600.01/3603.03	c removed literals (reason simplification)	: 10786814
3600.01/3603.03	c reason swapping (by a shorter reason)	: 0
3600.01/3603.03	c Calls to reduceDB	: 79
3600.01/3603.03	c Number of update (reduction) of LBD	: 383167
3600.01/3603.03	c Imported unit clauses	: 0
3600.01/3603.03	c No decision after first conflict	: false
3600.01/3603.03	c number of reductions to clauses (during analyze)	: 0
3600.01/3603.03	c number of learned constraints concerned by reduction	: 0
3600.01/3603.03	c number of learning phase by resolution	: 0
3600.01/3603.03	c number of learning phase by cutting planes	: 0
3600.01/3603.03	c number of rounding to 1 operations	: 0
3600.01/3603.03	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3603.03	c number of reductions of the coefficients by power 2 	: 0
3600.01/3603.03	c number of right shift for reduction by power 2 	: 0
3600.01/3603.03	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3603.03	c number of ending skipping 	: 0
3600.01/3603.03	c number of internal skipping 	: 0
3600.01/3603.03	c number of derivation steps 	: 0
3600.01/3603.03	c number of skipped derivation steps 	: 0
3600.01/3603.03	c number of remaining unassigned 	: 0
3600.01/3603.03	c number of remaining assigned 	: 0
3600.01/3603.03	c number of falsified literals weakened from reason	: 0
3600.01/3603.03	c number of falsified literals weakened from conflict	: 0
3600.01/3603.03	c time for arithmetic operations	: 0
3600.01/3603.03	c minimum degree of deleted constraints	: null
3600.01/3603.03	c maximum degree of deleted constraints	: null
3600.01/3603.03	c number of deleted constraints	: 0
3600.01/3603.04	c speed (assignments/second)	: 31594.059131114478
3600.01/3603.04	c non guided choices	: 27
3600.01/3603.09	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 131100
3600.01/3603.09	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 15
3600.01/3603.09	s UNKNOWN
3600.01/3603.09	c Total wall clock time (in seconds): 3602.769

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (63106 MiB free)
  memory of node 1: 64507 MiB (64045 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=21115, runsolver pid=21109

[startup+0.100058 s]*
/proc/loadavg: 0.93 1.58 2.45 2/273 21136
/proc/meminfo: memFree=130196460/131250000 swapFree=33010684/33010684
[pid=21115] ppid=21109 vsize=226644 memory=9984 CPUtime=0 cores=0,2
/proc/21115/stat : 21115 (java) S 21109 21115 21059 0 -1 4194304 621 0 106 0 0 0 0 0 20 0 2 0 31364468 232083456 2496 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 0 0 16784588 0 0 0 17 2 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
/proc/21115/statm: 56661 2496 2112 1 0 593 0
[pid=21115/tid=21132] ppid=21109 vsize=226644 memory=4026532124 CPUtime=0 cores=0,2
/proc/21115/task/21132/stat : 21132 (java) D 21109 21115 21059 0 -1 4194368 66 0 34 0 0 0 0 0 20 0 2 0 31364477 232083456 2528 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 0 0 16784588 1 0 0 -1 0 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 226644 KiB
Current children cumulated memory: 9984 KiB

[startup+0.205761 s]*
/proc/loadavg: 0.93 1.58 2.45 2/337 21200
/proc/meminfo: memFree=130110752/131250000 swapFree=33010684/33010684
[pid=21115] ppid=21109 vsize=18930288 memory=44444 CPUtime=0.03 cores=0,2
/proc/21115/stat : 21115 (java) S 21109 21115 21059 0 -1 4194304 5211 0 391 0 2 1 0 0 20 0 18 0 31364468 19384614912 11111 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
/proc/21115/statm: 4732572 11111 4703 1 0 546672 0
[pid=21115/tid=21132] ppid=21109 vsize=18930288 memory=3472328132922704156 CPUtime=0.02 cores=0,2
/proc/21115/task/21132/stat : 21132 (java) D 21109 21115 21059 0 -1 4194368 4355 0 293 0 1 1 0 0 20 0 18 0 31364477 19384614912 11111 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
[pid=21115/tid=21169] ppid=21109 vsize=18930288 memory=16163 CPUtime=0 cores=0,2
/proc/21115/task/21169/stat : 21169 (Finalizer) S 21109 21115 21059 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 18 0 31364487 19384614912 11111 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
[pid=21115/tid=21198] ppid=21109 vsize=18930288 memory=58485492679654 CPUtime=0 cores=0,2
/proc/21115/task/21198/stat : 21198 (Common-Cleaner) S 21109 21115 21059 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 31364488 19384614912 11111 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 18930288 KiB
Current children cumulated memory: 44444 KiB

[startup+0.308888 s]*
/proc/loadavg: 0.93 1.58 2.45 12/337 21200
/proc/meminfo: memFree=130072784/131250000 swapFree=33010684/33010684
[pid=21115] ppid=21109 vsize=18930384 memory=58064 CPUtime=0.17 cores=0,2
/proc/21115/stat : 21115 (java) S 21109 21115 21059 0 -1 4194304 6562 0 420 0 15 2 0 0 20 0 18 0 31364468 19384713216 14516 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
/proc/21115/statm: 4732596 14516 5247 1 0 547769 0
[pid=21115/tid=21132] ppid=21109 vsize=18930384 memory=-6000919498543688557 CPUtime=0.1 cores=0,2
/proc/21115/task/21132/stat : 21132 (java) R 21109 21115 21059 0 -1 4194368 4993 0 310 0 9 1 0 0 20 0 18 0 31364477 19384713216 14516 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
[pid=21115/tid=21169] ppid=21109 vsize=18930384 memory=-4421386496248146533 CPUtime=0 cores=0,2
/proc/21115/task/21169/stat : 21169 (Finalizer) S 21109 21115 21059 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 18 0 31364487 19384713216 14516 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
[pid=21115/tid=21198] ppid=21109 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/21115/task/21198/stat : 21198 (Common-Cleaner) S 21109 21115 21059 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 31364488 19384713216 14516 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58064 KiB

[startup+0.700222 s]
/proc/loadavg: 0.93 1.58 2.45 9/341 21204
/proc/meminfo: memFree=130031528/131250000 swapFree=33010684/33010684
[pid=21115] ppid=21109 vsize=18996948 memory=74704 CPUtime=0.92 cores=0,2
/proc/21115/stat : 21115 (java) S 21109 21115 21059 0 -1 4194304 9158 0 420 0 89 3 0 0 20 0 19 0 31364468 19452874752 18676 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
/proc/21115/statm: 4749237 18676 5343 1 0 549755 0
[pid=21115/tid=21132] ppid=21109 vsize=18996948 memory=17408 CPUtime=0.43 cores=0,2
/proc/21115/task/21132/stat : 21132 (java) R 21109 21115 21059 0 -1 4194368 5166 0 310 0 41 2 0 0 20 0 19 0 31364477 19452874752 18676 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
[pid=21115/tid=21169] ppid=21109 vsize=18996948 memory=10496 CPUtime=0 cores=0,2
/proc/21115/task/21169/stat : 21169 (Finalizer) S 21109 21115 21059 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 19 0 31364487 19452874752 18676 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
[pid=21115/tid=21198] ppid=21109 vsize=18996948 memory=5760 CPUtime=0 cores=0,2
/proc/21115/task/21198/stat : 21198 (Common-Cleaner) S 21109 21115 21059 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 31364488 19452874752 18676 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
[pid=21115/tid=21204] ppid=21109 vsize=18996948 memory=2208 CPUtime=0 cores=0,2
/proc/21115/task/21204/stat : 21204 (Timer-0) S 21109 21115 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31364508 19452874752 18676 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
Current children cumulated CPU time: 0.92 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 74704 KiB

[startup+1.50024 s]
/proc/loadavg: 0.93 1.58 2.45 9/341 21204
/proc/meminfo: memFree=129949368/131250000 swapFree=33010684/33010684
[pid=21115] ppid=21109 vsize=18996948 memory=98280 CPUtime=2.34 cores=0,2
/proc/21115/stat : 21115 (java) S 21109 21115 21059 0 -1 4194304 17239 0 420 0 229 5 0 0 20 0 19 0 31364468 19452874752 24570 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
/proc/21115/statm: 4749237 24570 5375 1 0 552435 0
[pid=21115/tid=21132] ppid=21109 vsize=18996948 memory=10496 CPUtime=1.2 cores=0,2
/proc/21115/task/21132/stat : 21132 (java) R 21109 21115 21059 0 -1 4194368 5328 0 310 0 118 2 0 0 20 0 19 0 31364477 19452874752 24570 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
[pid=21115/tid=21169] ppid=21109 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/21115/task/21169/stat : 21169 (Finalizer) S 21109 21115 21059 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 19 0 31364487 19452874752 24570 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
[pid=21115/tid=21198] ppid=21109 vsize=18996948 memory=5760 CPUtime=0 cores=0,2
/proc/21115/task/21198/stat : 21198 (Common-Cleaner) S 21109 21115 21059 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 31364488 19452874752 24570 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
[pid=21115/tid=21204] ppid=21109 vsize=18996948 memory=2208 CPUtime=0 cores=0,2
/proc/21115/task/21204/stat : 21204 (Timer-0) S 21109 21115 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31364508 19452874752 24570 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
Current children cumulated CPU time: 2.34 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 98280 KiB

[startup+3.10568 s]
/proc/loadavg: 0.93 1.58 2.45 5/342 21205
/proc/meminfo: memFree=129745940/131250000 swapFree=33010684/33010684
[pid=21115] ppid=21109 vsize=18996948 memory=135576 CPUtime=4.37 cores=0,2
/proc/21115/stat : 21115 (java) S 21109 21115 21059 0 -1 4194304 22353 0 420 0 431 6 0 0 20 0 19 0 31364468 19452874752 33894 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
/proc/21115/statm: 4749237 33894 5375 1 0 554024 0
[pid=21115/tid=21132] ppid=21109 vsize=18996948 memory=10496 CPUtime=2.81 cores=0,2
/proc/21115/task/21132/stat : 21132 (java) R 21109 21115 21059 0 -1 4194368 5864 0 310 0 278 3 0 0 20 0 19 0 31364477 19452874752 33894 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
[pid=21115/tid=21169] ppid=21109 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/21115/task/21169/stat : 21169 (Finalizer) S 21109 21115 21059 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 19 0 31364487 19452874752 33894 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
[pid=21115/tid=21198] ppid=21109 vsize=18996948 memory=-6000919468495694701 CPUtime=0 cores=0,2
/proc/21115/task/21198/stat : 21198 (Common-Cleaner) S 21109 21115 21059 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 31364488 19452874752 33894 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
[pid=21115/tid=21204] ppid=21109 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/21115/task/21204/stat : 21204 (Timer-0) S 21109 21115 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31364508 19452874752 33894 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
Current children cumulated CPU time: 4.37 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 135576 KiB

[startup+6.3002 s]
/proc/loadavg: 1.18 1.62 2.46 5/344 21207
/proc/meminfo: memFree=129598628/131250000 swapFree=33010684/33010684
[pid=21115] ppid=21109 vsize=19063512 memory=195612 CPUtime=7.62 cores=0,2
/proc/21115/stat : 21115 (java) S 21109 21115 21059 0 -1 4194304 23627 0 420 0 755 7 0 0 20 0 20 0 31364468 19521036288 48903 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
/proc/21115/statm: 4765878 48903 5407 1 0 554315 0
[pid=21115/tid=21132] ppid=21109 vsize=19063512 memory=10496 CPUtime=5.97 cores=0,2
/proc/21115/task/21132/stat : 21132 (java) R 21109 21115 21059 0 -1 4194368 5922 0 310 0 594 3 0 0 20 0 20 0 31364477 19521036288 48903 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
[pid=21115/tid=21169] ppid=21109 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/21115/task/21169/stat : 21169 (Finalizer) S 21109 21115 21059 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 31364487 19521036288 48903 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
[pid=21115/tid=21198] ppid=21109 vsize=19063512 memory=-6000919468495694701 CPUtime=0 cores=0,2
/proc/21115/task/21198/stat : 21198 (Common-Cleaner) S 21109 21115 21059 0 -1 4194368 60 0 0 0 0 0 0 0 20 0 20 0 31364488 19521036288 48903 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
[pid=21115/tid=21204] ppid=21109 vsize=19063512 memory=4206468019014099040 CPUtime=0 cores=0,2
/proc/21115/task/21204/stat : 21204 (Timer-0) S 21109 21115 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31364508 19521036288 48903 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
Current children cumulated CPU time: 7.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 195612 KiB

[startup+12.7002 s]
/proc/loadavg: 1.65 1.71 2.49 5/344 21272
/proc/meminfo: memFree=129372296/131250000 swapFree=33010684/33010684
[pid=21115] ppid=21109 vsize=19063512 memory=245192 CPUtime=14.04 cores=0,2
/proc/21115/stat : 21115 (java) S 21109 21115 21059 0 -1 4194304 26549 0 420 0 1392 12 0 0 20 0 20 0 31364468 19521036288 61298 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
/proc/21115/statm: 4765878 61298 5407 1 0 554315 0
[pid=21115/tid=21132] ppid=21109 vsize=19063512 memory=10496 CPUtime=12.28 cores=0,2
/proc/21115/task/21132/stat : 21132 (java) R 21109 21115 21059 0 -1 4194368 6458 0 310 0 1222 6 0 0 20 0 20 0 31364477 19521036288 61298 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
[pid=21115/tid=21169] ppid=21109 vsize=19063512 memory=10496 CPUtime=0 cores=0,2
/proc/21115/task/21169/stat : 21169 (Finalizer) S 21109 21115 21059 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 31364487 19521036288 61298 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
[pid=21115/tid=21198] ppid=21109 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/21115/task/21198/stat : 21198 (Common-Cleaner) S 21109 21115 21059 0 -1 4194368 60 0 0 0 0 0 0 0 20 0 20 0 31364488 19521036288 61298 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
[pid=21115/tid=21204] ppid=21109 vsize=19063512 memory=245192 CPUtime=0 cores=0,2
/proc/21115/task/21204/stat : 21204 (Timer-0) S 21109 21115 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31364508 19521036288 61298 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
Current children cumulated CPU time: 14.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 245192 KiB

[startup+25.5002 s]
/proc/loadavg: 2.17 1.82 2.51 5/345 21274
/proc/meminfo: memFree=128859840/131250000 swapFree=33010684/33010684
[pid=21115] ppid=21109 vsize=19063512 memory=312828 CPUtime=26.9 cores=0,2
/proc/21115/stat : 21115 (java) S 21109 21115 21059 0 -1 4194304 30694 0 420 0 2677 13 0 0 20 0 20 0 31364468 19521036288 78207 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
/proc/21115/statm: 4765878 78207 5407 1 0 554315 0
[pid=21115/tid=21132] ppid=21109 vsize=19063512 memory=10496 CPUtime=24.99 cores=0,2
/proc/21115/task/21132/stat : 21132 (java) R 21109 21115 21059 0 -1 4194368 7646 0 310 0 2493 6 0 0 20 0 20 0 31364477 19521036288 78207 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
[pid=21115/tid=21169] ppid=21109 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/21115/task/21169/stat : 21169 (Finalizer) S 21109 21115 21059 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 31364487 19521036288 78207 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
[pid=21115/tid=21198] ppid=21109 vsize=19063512 memory=312828 CPUtime=0 cores=0,2
/proc/21115/task/21198/stat : 21198 (Common-Cleaner) S 21109 21115 21059 0 -1 4194368 60 0 0 0 0 0 0 0 20 0 20 0 31364488 19521036288 78207 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
[pid=21115/tid=21204] ppid=21109 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/21115/task/21204/stat : 21204 (Timer-0) S 21109 21115 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31364508 19521036288 78207 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
Current children cumulated CPU time: 26.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 312828 KiB

[startup+51.1058 s]
/proc/loadavg: 2.87 2.02 2.56 5/345 21274
/proc/meminfo: memFree=128096340/131250000 swapFree=33010684/33010684
[pid=21115] ppid=21109 vsize=19063512 memory=441884 CPUtime=52.54 cores=0,2
/proc/21115/stat : 21115 (java) S 21109 21115 21059 0 -1 4194304 31430 0 420 0 5238 16 0 0 20 0 20 0 31364468 19521036288 110471 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
/proc/21115/statm: 4765878 110471 5407 1 0 554315 0
[pid=21115/tid=21132] ppid=21109 vsize=19063512 memory=441884 CPUtime=50.41 cores=0,2
/proc/21115/task/21132/stat : 21132 (java) R 21109 21115 21059 0 -1 4194368 7690 0 310 0 5035 6 0 0 20 0 20 0 31364477 19521036288 110471 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
[pid=21115/tid=21169] ppid=21109 vsize=19063512 memory=441884 CPUtime=0 cores=0,2
/proc/21115/task/21169/stat : 21169 (Finalizer) S 21109 21115 21059 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 31364487 19521036288 110471 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
[pid=21115/tid=21198] ppid=21109 vsize=19063512 memory=245192 CPUtime=0 cores=0,2
/proc/21115/task/21198/stat : 21198 (Common-Cleaner) S 21109 21115 21059 0 -1 4194368 60 0 0 0 0 0 0 0 20 0 20 0 31364488 19521036288 110471 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
[pid=21115/tid=21204] ppid=21109 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/21115/task/21204/stat : 21204 (Timer-0) S 21109 21115 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31364508 19521036288 110471 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0

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

/proc/21115/task/21169/stat : 21169 (Finalizer) S 21109 21115 21059 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 31364487 19521036288 506614 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
[pid=21115/tid=21198] ppid=21109 vsize=19063512 memory=2208 CPUtime=0 cores=0,2
/proc/21115/task/21198/stat : 21198 (Common-Cleaner) S 21109 21115 21059 0 -1 4194368 802 0 0 0 0 0 0 0 20 0 20 0 31364488 19521036288 506614 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
[pid=21115/tid=21204] ppid=21109 vsize=19063512 memory=2208 CPUtime=0 cores=0,2
/proc/21115/task/21204/stat : 21204 (Timer-0) S 21109 21115 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31364508 19521036288 506614 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
Current children cumulated CPU time: 3220.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2026456 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.12 4.07 5/341 21458
/proc/meminfo: memFree=119165724/131250000 swapFree=33010684/33010684
[pid=21115] ppid=21109 vsize=19063512 memory=2026456 CPUtime=3280.03 cores=0,2
/proc/21115/stat : 21115 (java) S 21109 21115 21059 0 -1 4194304 85591 0 420 0 327890 113 0 0 20 0 20 0 31364468 19521036288 506614 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
/proc/21115/statm: 4765878 506614 5439 1 0 556403 0
[pid=21115/tid=21132] ppid=21109 vsize=19063512 memory=2026456 CPUtime=3269.27 cores=0,2
/proc/21115/task/21132/stat : 21132 (java) R 21109 21115 21059 0 -1 4194368 31454 0 310 0 326915 12 0 0 20 0 20 0 31364477 19521036288 506614 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
[pid=21115/tid=21169] ppid=21109 vsize=19063512 memory=16520 CPUtime=0 cores=0,2
/proc/21115/task/21169/stat : 21169 (Finalizer) S 21109 21115 21059 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 31364487 19521036288 506614 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
[pid=21115/tid=21198] ppid=21109 vsize=19063512 memory=2026456 CPUtime=0 cores=0,2
/proc/21115/task/21198/stat : 21198 (Common-Cleaner) S 21109 21115 21059 0 -1 4194368 837 0 0 0 0 0 0 0 20 0 20 0 31364488 19521036288 506614 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
[pid=21115/tid=21204] ppid=21109 vsize=19063512 memory=-6000919468495694701 CPUtime=0 cores=0,2
/proc/21115/task/21204/stat : 21204 (Timer-0) S 21109 21115 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31364508 19521036288 506614 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
Current children cumulated CPU time: 3280.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2026456 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.11 4.07 5/341 21460
/proc/meminfo: memFree=119166168/131250000 swapFree=33010684/33010684
[pid=21115] ppid=21109 vsize=19063512 memory=2026456 CPUtime=3339.87 cores=0,2
/proc/21115/stat : 21115 (java) S 21109 21115 21059 0 -1 4194304 85699 0 420 0 333873 114 0 0 20 0 20 0 31364468 19521036288 506614 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
/proc/21115/statm: 4765878 506614 5439 1 0 556403 0
[pid=21115/tid=21132] ppid=21109 vsize=19063512 memory=2026456 CPUtime=3329.09 cores=0,2
/proc/21115/task/21132/stat : 21132 (java) R 21109 21115 21059 0 -1 4194368 31510 0 310 0 332897 12 0 0 20 0 20 0 31364477 19521036288 506614 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
[pid=21115/tid=21169] ppid=21109 vsize=19063512 memory=2026456 CPUtime=0 cores=0,2
/proc/21115/task/21169/stat : 21169 (Finalizer) S 21109 21115 21059 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 31364487 19521036288 506614 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
[pid=21115/tid=21198] ppid=21109 vsize=19063512 memory=2026456 CPUtime=0 cores=0,2
/proc/21115/task/21198/stat : 21198 (Common-Cleaner) S 21109 21115 21059 0 -1 4194368 882 0 0 0 0 0 0 0 20 0 20 0 31364488 19521036288 506614 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
[pid=21115/tid=21204] ppid=21109 vsize=19063512 memory=2026456 CPUtime=0 cores=0,2
/proc/21115/task/21204/stat : 21204 (Timer-0) S 21109 21115 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31364508 19521036288 506614 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
Current children cumulated CPU time: 3339.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2026456 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.11 4.07 5/341 21462
/proc/meminfo: memFree=119166364/131250000 swapFree=33010684/33010684
[pid=21115] ppid=21109 vsize=19063512 memory=2026456 CPUtime=3399.83 cores=0,2
/proc/21115/stat : 21115 (java) S 21109 21115 21059 0 -1 4194304 86247 0 420 0 339868 115 0 0 20 0 20 0 31364468 19521036288 506614 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
/proc/21115/statm: 4765878 506614 5439 1 0 556403 0
[pid=21115/tid=21132] ppid=21109 vsize=19063512 memory=2026456 CPUtime=3388.8 cores=0,2
/proc/21115/task/21132/stat : 21132 (java) R 21109 21115 21059 0 -1 4194368 31800 0 310 0 338868 12 0 0 20 0 20 0 31364477 19521036288 506614 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
[pid=21115/tid=21169] ppid=21109 vsize=19063512 memory=2026456 CPUtime=0 cores=0,2
/proc/21115/task/21169/stat : 21169 (Finalizer) S 21109 21115 21059 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 31364487 19521036288 506614 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
[pid=21115/tid=21198] ppid=21109 vsize=19063512 memory=2026456 CPUtime=0 cores=0,2
/proc/21115/task/21198/stat : 21198 (Common-Cleaner) S 21109 21115 21059 0 -1 4194368 882 0 0 0 0 0 0 0 20 0 20 0 31364488 19521036288 506614 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
[pid=21115/tid=21204] ppid=21109 vsize=19063512 memory=2026456 CPUtime=0 cores=0,2
/proc/21115/task/21204/stat : 21204 (Timer-0) S 21109 21115 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31364508 19521036288 506614 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
Current children cumulated CPU time: 3399.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2026456 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.11 4.08 5/342 21465
/proc/meminfo: memFree=119165520/131250000 swapFree=33010684/33010684
[pid=21115] ppid=21109 vsize=19063512 memory=2026456 CPUtime=3459.69 cores=0,2
/proc/21115/stat : 21115 (java) S 21109 21115 21059 0 -1 4194304 86688 0 420 0 345853 116 0 0 20 0 20 0 31364468 19521036288 506614 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
/proc/21115/statm: 4765878 506614 5439 1 0 556403 0
[pid=21115/tid=21132] ppid=21109 vsize=19063512 memory=2026456 CPUtime=3448.64 cores=0,2
/proc/21115/task/21132/stat : 21132 (java) R 21109 21115 21059 0 -1 4194368 32217 0 310 0 344852 12 0 0 20 0 20 0 31364477 19521036288 506614 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
[pid=21115/tid=21169] ppid=21109 vsize=19063512 memory=2026456 CPUtime=0 cores=0,2
/proc/21115/task/21169/stat : 21169 (Finalizer) S 21109 21115 21059 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 31364487 19521036288 506614 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
[pid=21115/tid=21198] ppid=21109 vsize=19063512 memory=2026456 CPUtime=0 cores=0,2
/proc/21115/task/21198/stat : 21198 (Common-Cleaner) S 21109 21115 21059 0 -1 4194368 882 0 0 0 0 0 0 0 20 0 20 0 31364488 19521036288 506614 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
[pid=21115/tid=21204] ppid=21109 vsize=19063512 memory=2026456 CPUtime=0 cores=0,2
/proc/21115/task/21204/stat : 21204 (Timer-0) S 21109 21115 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31364508 19521036288 506614 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
Current children cumulated CPU time: 3459.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2026456 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.11 4.08 5/341 21467
/proc/meminfo: memFree=119161592/131250000 swapFree=33010684/33010684
[pid=21115] ppid=21109 vsize=19063512 memory=2026456 CPUtime=3519.52 cores=0,2
/proc/21115/stat : 21115 (java) S 21109 21115 21059 0 -1 4194304 87335 0 420 0 351835 117 0 0 20 0 20 0 31364468 19521036288 506614 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
/proc/21115/statm: 4765878 506614 5439 1 0 556403 0
[pid=21115/tid=21132] ppid=21109 vsize=19063512 memory=2764 CPUtime=3508.45 cores=0,2
/proc/21115/task/21132/stat : 21132 (java) R 21109 21115 21059 0 -1 4194368 32799 0 310 0 350833 12 0 0 20 0 20 0 31364477 19521036288 506614 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
[pid=21115/tid=21169] ppid=21109 vsize=19063512 memory=16520 CPUtime=0 cores=0,2
/proc/21115/task/21169/stat : 21169 (Finalizer) S 21109 21115 21059 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 31364487 19521036288 506614 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
[pid=21115/tid=21198] ppid=21109 vsize=19063512 memory=16520 CPUtime=0 cores=0,2
/proc/21115/task/21198/stat : 21198 (Common-Cleaner) S 21109 21115 21059 0 -1 4194368 927 0 0 0 0 0 0 0 20 0 20 0 31364488 19521036288 506614 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
[pid=21115/tid=21204] ppid=21109 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/21115/task/21204/stat : 21204 (Timer-0) S 21109 21115 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31364508 19521036288 506614 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
Current children cumulated CPU time: 3519.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2026456 KiB

[startup+3582.3 s]
/proc/loadavg: 4.14 4.12 4.08 5/340 21470
/proc/meminfo: memFree=119162308/131250000 swapFree=33010684/33010684
[pid=21115] ppid=21109 vsize=19063512 memory=2026456 CPUtime=3579.36 cores=0,2
/proc/21115/stat : 21115 (java) S 21109 21115 21059 0 -1 4194304 87473 0 420 0 357818 118 0 0 20 0 20 0 31364468 19521036288 506614 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
/proc/21115/statm: 4765878 506614 5439 1 0 556403 0
[pid=21115/tid=21132] ppid=21109 vsize=19063512 memory=16520 CPUtime=3568.26 cores=0,2
/proc/21115/task/21132/stat : 21132 (java) R 21109 21115 21059 0 -1 4194368 32887 0 310 0 356814 12 0 0 20 0 20 0 31364477 19521036288 506614 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
[pid=21115/tid=21169] ppid=21109 vsize=19063512 memory=2026456 CPUtime=0 cores=0,2
/proc/21115/task/21169/stat : 21169 (Finalizer) S 21109 21115 21059 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 31364487 19521036288 506614 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
[pid=21115/tid=21198] ppid=21109 vsize=19063512 memory=2026456 CPUtime=0 cores=0,2
/proc/21115/task/21198/stat : 21198 (Common-Cleaner) S 21109 21115 21059 0 -1 4194368 970 0 0 0 0 0 0 0 20 0 20 0 31364488 19521036288 506614 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
[pid=21115/tid=21204] ppid=21109 vsize=19063512 memory=16520 CPUtime=0 cores=0,2
/proc/21115/task/21204/stat : 21204 (Timer-0) S 21109 21115 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31364508 19521036288 506614 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
Current children cumulated CPU time: 3579.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2026456 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3603 s]*
/proc/loadavg: 4.10 4.11 4.08 5/339 21603
/proc/meminfo: memFree=125536256/131250000 swapFree=33010684/33010684
[pid=21115] ppid=21109 vsize=19063512 memory=2026456 CPUtime=3600.01 cores=0,2
/proc/21115/stat : 21115 (java) S 21109 21115 21059 0 -1 4194304 87491 0 420 0 359882 119 0 0 20 0 20 0 31364468 19521036288 506614 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
/proc/21115/statm: 4765878 506614 5439 1 0 556403 0
[pid=21115/tid=21132] ppid=21109 vsize=19063512 memory=2026456 CPUtime=3588.9 cores=0,2
/proc/21115/task/21132/stat : 21132 (java) R 21109 21115 21059 0 -1 4194368 32904 0 310 0 358878 12 0 0 20 0 20 0 31364477 19521036288 506614 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
[pid=21115/tid=21169] ppid=21109 vsize=19063512 memory=-6000919502720953197 CPUtime=0 cores=0,2
/proc/21115/task/21169/stat : 21169 (Finalizer) S 21109 21115 21059 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 31364487 19521036288 506614 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
[pid=21115/tid=21198] ppid=21109 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/21115/task/21198/stat : 21198 (Common-Cleaner) S 21109 21115 21059 0 -1 4194368 970 0 0 0 0 0 0 0 20 0 20 0 31364488 19521036288 506614 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
[pid=21115/tid=21204] ppid=21109 vsize=19063512 memory=4740 CPUtime=0 cores=0,2
/proc/21115/task/21204/stat : 21204 (Timer-0) S 21109 21115 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31364508 19521036288 506614 18446744073709551615 94845485776896 94845485780592 140726622127344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94845485788408 94845485789200 94845515231232 140726622136705 140726622136806 140726622136806 140726622142408 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2026456 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.96 s, system=1.20232 s

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

[startup+3603.11 s]*
/proc/loadavg: 4.10 4.11 4.08 5/321 21606
/proc/meminfo: memFree=127465384/131250000 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3603.12
CPU time (s): 3600.16
CPU user time (s): 3598.96
CPU system time (s): 1.20232
CPU usage (%): 99.9179
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2026456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.96
system time used= 1.20232
maximum resident set size= 2027352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89012
page faults= 420
swaps= 0
block input operations= 26576
block output operations= 6560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 106164
involuntary context switches= 23889


# summary of solver processes directly reported to runsolver:
#   pid: 21115
#   total CPU time (s): 3600.16
#   total CPU user time (s): 3598.96
#   total CPU system time (s): 1.20232

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.42797 second user time and 17.0456 second system time

The end

Launcher Data

Begin job on nodeC018 at 2025-06-29 02:27:46
IDJOB=4493668
IDBENCH=147869
IDSOLVER=3363
FILE ID=nodeC018/4493668-1751156866
RUNJOBID= nodeC018-1751156866-21069
SLURM_JOB_ID= 9587480
Free space on /tmp= 433064 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/prestwich/armies/normalized-army13.24bt.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4493668-1751156866/watcher-4493668-1751156866 -o /tmp/evaluation-result-4493668-1751156866/solver-4493668-1751156866 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751156866-21069 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4493668-1751156866.opb

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

MD5SUM BENCH= b1cc89baa8bd080d13ae67cc087920d3
RANDOM SEED=38944244

nodeC018 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		: 3597.698
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	: 6999.66
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		: 3599.507
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	: 6999.66
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		: 3599.833
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	: 6999.66
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		: 3599.836
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	: 6999.66
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		: 3599.876
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	: 6999.66
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		: 3599.840
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	: 6999.66
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.363
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	: 6999.66
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		: 3601.826
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	: 6999.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        130205428 kB
MemAvailable:   129811376 kB
Buffers:            3280 kB
Cached:           375680 kB
SwapCached:            0 kB
Active:           289940 kB
Inactive:         153948 kB
Active(anon):      83004 kB
Inactive(anon):        0 kB
Active(file):     206936 kB
Inactive(file):   153948 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3236 kB
Writeback:             4 kB
AnonPages:         68344 kB
Mapped:           102256 kB
Shmem:             18076 kB
KReclaimable:      85964 kB
Slab:             169092 kB
SReclaimable:      85964 kB
SUnreclaim:        83128 kB
KernelStack:        3856 kB
PageTables:         2408 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     329824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC018 at 2025-06-29 03:27:50