Trace number 4443242

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 2024 2024-07-07? (TO) 3600.21 3619.4

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/prestwich/armies/normalized-army11.17ls.opb
MD5SUM577423e4c806b19b8b5f6a5daee1c614
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.011666
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables370
Total number of constraints557
Number of constraints which are clauses313
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints242
Minimum length of a constraint2
Maximum length of a constraint121
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 138
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.06/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.06/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.11	c See www.sat4j.org for details.
0.06/0.12	c version CUSTOM.v20240707
0.06/0.13	c java.runtime.name	OpenJDK Runtime Environment
0.06/0.13	c java.vm.name		OpenJDK 64-Bit Server VM
0.06/0.13	c java.vm.version	22.0.1+8-16
0.06/0.13	c java.vm.vendor	Oracle Corporation
0.06/0.13	c sun.arch.data.model	64
0.06/0.13	c java.version		22.0.1
0.06/0.13	c os.name		Linux
0.06/0.13	c os.version		4.18.0-301.1.el8.x86_64
0.06/0.13	c os.arch		amd64
0.06/0.13	c Free memory 		2104792832
0.06/0.13	c Max memory 		16282288128
0.06/0.13	c Total memory 		2113929216
0.06/0.13	c Number of processors 	2
0.06/0.18	--- Begin Solver configuration ---
0.06/0.18	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.06/0.18	Learn all clauses as in MiniSAT
0.06/0.18	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.18	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.18	Expensive reason simplification
0.06/0.18	Glucose 2.1 dynamic restart strategy
0.06/0.18	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.06/0.18	timeout=2147483s
0.06/0.18	DB Simplification allowed=false
0.06/0.18	Listener: none
0.06/0.18	--- End Solver configuration ---
0.06/0.18	c Pseudo Boolean Optimization by upper bound
0.06/0.18	c --- Begin Solver configuration ---
0.06/0.18	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.06/0.18	c Learn all clauses as in MiniSAT
0.06/0.18	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.18	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.18	c Expensive reason simplification
0.06/0.18	c Glucose 2.1 dynamic restart strategy
0.06/0.18	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.06/0.18	c timeout=2147483s
0.06/0.18	c DB Simplification allowed=false
0.06/0.18	c Listener: none
0.06/0.18	c --- End Solver configuration ---
0.06/0.18	c solving HOME/instance-4443242-1721817187.opb
0.06/0.19	c reading problem ... 
0.06/0.19	c using VERIPB proof format
0.06/0.19	c  no objective function found
0.24/0.23	c ... done. Wall clock time 0.038s.
0.24/0.23	c declared #vars     370
0.24/0.23	c #constraints  557
0.24/0.23	c constraints type 
0.24/0.23	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 193
0.24/0.23	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.24/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 242
0.24/0.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 120
0.24/0.23	c 557 constraints processed.
1.96/1.13	c cleaning 2500 clauses out of 5000 with flag 18361/5000
3.54/1.93	c cleaning 4249 clauses out of 8500 with flag 38498/11000
4.40/2.58	c cleaning 5627 clauses out of 11253 with flag 62178/18002
5.30/3.39	c cleaning 6803 clauses out of 13626 with flag 88261/26002
6.60/4.38	c cleaning 7911 clauses out of 15821 with flag 117374/35000
7.75/6.35	c cleaning 8953 clauses out of 17910 with flag 148546/45000
9.24/7.82	c cleaning 9978 clauses out of 19958 with flag 182643/56001
10.84/9.41	c cleaning 10988 clauses out of 21979 with flag 220591/68000
12.73/11.37	c cleaning 11934 clauses out of 23991 with flag 262000/81000
15.15/13.75	c cleaning 13018 clauses out of 26057 with flag 315108/95000
17.53/16.10	c cleaning 14002 clauses out of 28040 with flag 368283/110001
19.93/18.59	c cleaning 15017 clauses out of 30043 with flag 424517/126006
23.08/21.64	c cleaning 16006 clauses out of 32021 with flag 482317/143001
26.74/25.22	c cleaning 17007 clauses out of 34016 with flag 543011/161002
30.66/29.11	c cleaning 17999 clauses out of 36007 with flag 603552/180000
34.34/32.86	c cleaning 19000 clauses out of 38010 with flag 666537/200002
38.75/37.29	c cleaning 19996 clauses out of 40008 with flag 729784/221000
44.09/43.30	c cleaning 21000 clauses out of 42013 with flag 794556/243001
50.18/49.43	c cleaning 22000 clauses out of 44012 with flag 873182/266000
56.69/55.95	c cleaning 23000 clauses out of 46012 with flag 946954/290000
63.79/63.06	c cleaning 24001 clauses out of 48013 with flag 1033570/315001
70.87/70.14	c cleaning 25004 clauses out of 50014 with flag 1125809/341003
78.45/77.88	c cleaning 25986 clauses out of 52008 with flag 1220267/368001
86.15/85.50	c cleaning 27002 clauses out of 54021 with flag 1319015/396000
93.86/93.20	c cleaning 27999 clauses out of 56019 with flag 1420854/425000
103.65/103.11	c cleaning 28988 clauses out of 58022 with flag 1532067/455002
113.45/112.91	c cleaning 30014 clauses out of 60037 with flag 1646242/486005
123.73/123.26	c cleaning 30994 clauses out of 62018 with flag 1762774/518000
135.62/135.25	c cleaning 32004 clauses out of 64026 with flag 1887055/551002
148.96/148.51	c cleaning 33005 clauses out of 66021 with flag 2005691/585001
165.61/165.50	c cleaning 33980 clauses out of 68018 with flag 2126183/620003
183.74/183.67	c cleaning 35012 clauses out of 70037 with flag 2254537/656002
199.91/200.14	c cleaning 36005 clauses out of 72025 with flag 2402125/693002
214.55/214.62	c cleaning 36998 clauses out of 74018 with flag 2535960/731000
232.08/232.52	c cleaning 37994 clauses out of 76024 with flag 2679755/770004
251.77/252.17	c cleaning 38996 clauses out of 78029 with flag 2822207/810003
271.31/271.85	c cleaning 40004 clauses out of 80030 with flag 2982755/851000
289.03/289.67	c cleaning 41003 clauses out of 82027 with flag 3140395/893001
308.65/309.20	c cleaning 42006 clauses out of 84023 with flag 3285191/936000
329.78/330.47	c cleaning 42993 clauses out of 86017 with flag 3463854/980000
354.43/355.25	c cleaning 44005 clauses out of 88025 with flag 3624892/1025001
379.73/380.62	c cleaning 44990 clauses out of 90019 with flag 3790095/1071000
405.03/405.89	c cleaning 46000 clauses out of 92033 with flag 3950652/1118004
430.88/431.83	c cleaning 46998 clauses out of 94030 with flag 4119302/1166001
456.33/457.46	c cleaning 48011 clauses out of 96033 with flag 4292079/1215002
483.69/485.02	c cleaning 49006 clauses out of 98022 with flag 4475436/1265002
507.19/511.42	c cleaning 50001 clauses out of 100016 with flag 4650196/1316002
536.94/541.27	c cleaning 50992 clauses out of 102013 with flag 4831772/1368000
571.62/576.10	c cleaning 52009 clauses out of 104021 with flag 5030569/1421000
604.22/608.66	c cleaning 52990 clauses out of 106013 with flag 5227849/1475001
639.62/644.24	c cleaning 53998 clauses out of 108022 with flag 5422107/1530000
682.19/687.11	c cleaning 55000 clauses out of 110025 with flag 5620060/1586001
722.50/727.53	c cleaning 56003 clauses out of 112024 with flag 5800276/1643000
770.31/775.48	c cleaning 57007 clauses out of 114021 with flag 5991834/1701000
821.32/827.07	c cleaning 57995 clauses out of 116014 with flag 6211627/1760000
860.26/866.35	c cleaning 58999 clauses out of 118019 with flag 6414339/1820000
891.34/897.52	c cleaning 60004 clauses out of 120020 with flag 6599252/1881000
933.67/940.02	c cleaning 61004 clauses out of 122017 with flag 6780672/1943001
970.96/978.67	c cleaning 61996 clauses out of 124012 with flag 6961554/2006000
1010.82/1018.45	c cleaning 62997 clauses out of 126016 with flag 7152234/2070000
1052.16/1059.83	c cleaning 64007 clauses out of 128021 with flag 7347749/2135002
1100.82/1108.85	c cleaning 65002 clauses out of 130015 with flag 7551622/2201003
1145.95/1154.11	c cleaning 65995 clauses out of 132013 with flag 7755575/2268003
1191.62/1199.72	c cleaning 67000 clauses out of 134015 with flag 7952725/2336000
1245.43/1256.16	c cleaning 67999 clauses out of 136015 with flag 8164858/2405000
1305.47/1316.27	c cleaning 69000 clauses out of 138018 with flag 8378339/2475002
1360.23/1371.21	c cleaning 70001 clauses out of 140017 with flag 8583482/2546001
1415.87/1427.18	c cleaning 71005 clauses out of 142018 with flag 8804544/2618003
1489.68/1501.47	c cleaning 71995 clauses out of 144011 with flag 9039375/2691001
1561.62/1573.67	c cleaning 73004 clauses out of 146017 with flag 9271958/2765002
1624.28/1636.41	c cleaning 73996 clauses out of 148013 with flag 9514645/2840002
1684.18/1696.41	c cleaning 75003 clauses out of 150016 with flag 9752537/2916001
1769.04/1781.53	c cleaning 76001 clauses out of 152012 with flag 10004216/2993000
1851.39/1863.99	c cleaning 76996 clauses out of 154011 with flag 10260081/3071000
1933.98/1946.63	c cleaning 78002 clauses out of 156015 with flag 10515985/3150000
2019.84/2032.75	c cleaning 78991 clauses out of 158013 with flag 10795582/3230000
2114.19/2127.53	c cleaning 79994 clauses out of 160022 with flag 11136154/3311000
2231.53/2245.32	c cleaning 80971 clauses out of 162028 with flag 11498865/3393000
2317.78/2332.14	c cleaning 82006 clauses out of 164059 with flag 11856836/3476002
2401.03/2415.53	c cleaning 83018 clauses out of 166051 with flag 12184504/3560000
2515.40/2530.09	c cleaning 83982 clauses out of 168033 with flag 12557890/3645000
2613.65/2628.01	c cleaning 85023 clauses out of 170054 with flag 12888330/3731003
2720.02/2734.61	c cleaning 85989 clauses out of 172028 with flag 13252427/3818000
2815.36/2830.74	c cleaning 87012 clauses out of 174039 with flag 13595586/3906000
2926.14/2942.19	c cleaning 87981 clauses out of 176027 with flag 13972358/3995000
3015.87/3031.69	c cleaning 89017 clauses out of 178047 with flag 14295757/4085001
3110.16/3126.23	c cleaning 89999 clauses out of 180029 with flag 14649457/4176000
3231.83/3248.29	c cleaning 91007 clauses out of 182032 with flag 15050280/4268002
3348.96/3365.91	c cleaning 91997 clauses out of 184025 with flag 15434909/4361002
3465.05/3482.31	c cleaning 92968 clauses out of 186026 with flag 15834850/4455000
3588.66/3606.24	c cleaning 94009 clauses out of 188060 with flag 16230265/4550002
3600.06/3619.32	c timeout
3600.06/3619.32	c starts		: 5804
3600.06/3619.33	c conflicts		: 4565380
3600.06/3619.33	c decisions		: 9306896
3600.06/3619.33	c propagations		: 156130136
3600.06/3619.33	c inspects		: 23603527038
3600.06/3619.33	c shortcuts		: 0
3600.06/3619.33	c learnt literals	: 0
3600.06/3619.33	c learnt binary clauses	: 0
3600.06/3619.33	c learnt ternary clauses	: 0
3600.06/3619.33	c learnt constraints	: 4565380
3600.06/3619.33	c ignored constraints	: 0
3600.06/3619.33	c root simplifications	: 0
3600.06/3619.33	c removed literals (reason simplification)	: 16466846
3600.06/3619.33	c reason swapping (by a shorter reason)	: 0
3600.06/3619.33	c Calls to reduceDB	: 91
3600.06/3619.33	c Number of update (reduction) of LBD	: 1337961
3600.06/3619.33	c Imported unit clauses	: 0
3600.06/3619.33	c No decision after first conflict	: false
3600.06/3619.33	c number of reductions to clauses (during analyze)	: 0
3600.06/3619.33	c number of learned constraints concerned by reduction	: 0
3600.06/3619.33	c number of learning phase by resolution	: 0
3600.06/3619.33	c number of learning phase by cutting planes	: 0
3600.06/3619.33	c number of rounding to 1 operations	: 0
3600.06/3619.33	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3619.33	c number of reductions of the coefficients by power 2 	: 0
3600.06/3619.33	c number of right shift for reduction by power 2 	: 0
3600.06/3619.33	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3619.33	c number of ending skipping 	: 0
3600.06/3619.33	c number of internal skipping 	: 0
3600.06/3619.33	c number of derivation steps 	: 0
3600.06/3619.33	c number of skipped derivation steps 	: 0
3600.06/3619.33	c number of remaining unassigned 	: 0
3600.06/3619.33	c number of remaining assigned 	: 0
3600.06/3619.33	c number of falsified literals weakened from reason	: 0
3600.06/3619.33	c number of falsified literals weakened from conflict	: 0
3600.06/3619.33	c time for arithmetic operations	: 0
3600.06/3619.33	c minimum degree of deleted constraints	: null
3600.06/3619.33	c maximum degree of deleted constraints	: null
3600.06/3619.33	c number of deleted constraints	: 0
3600.06/3619.33	c speed (assignments/second)	: 43140.59738609046
3600.06/3619.33	c non guided choices	: 48
3600.06/3619.38	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 109429
3600.06/3619.38	s UNKNOWN
3600.06/3619.38	c Total wall clock time (in seconds): 3619.194

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: 63968 MiB (57211 MiB free)
  memory of node 1: 64473 MiB (58136 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4443242-1721817187/watcher-4443242-1721817187 -o /tmp/evaluation-result-4443242-1721817187/solver-4443242-1721817187 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1721817187-235999 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4443242-1721817187 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4443242-1721817187.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=236051, runsolver pid=236042

[startup+0.100022 s]*
/proc/loadavg: 0.10 0.10 0.09 16/330 236131
/proc/meminfo: memFree=117961712/131524600 swapFree=131071996/131071996
[pid=236051] ppid=236042 vsize=18975048 memory=56352 CPUtime=0.06 cores=1,3
/proc/236051/stat : 236051 (java) S 236042 236051 235987 0 -1 1077936128 6585 0 5 0 5 1 0 0 20 0 18 0 18241708 19430449152 14088 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
/proc/236051/statm: 4743762 14088 5612 1 0 548820 0
[pid=236051/tid=236056] ppid=236042 vsize=18975048 memory=4026531971 CPUtime=0.05 cores=1,3
/proc/236051/task/236056/stat : 236056 (java) R 236042 236051 235987 0 -1 4194368 5511 0 5 0 4 1 0 0 20 0 18 0 18241709 19430449152 14088 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 4 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
[pid=236051/tid=236101] ppid=236042 vsize=18975048 memory=770575 CPUtime=0 cores=1,3
/proc/236051/task/236101/stat : 236101 (Finalizer) S 236042 236051 235987 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18241716 19430449152 14088 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
[pid=236051/tid=236131] ppid=236042 vsize=18975048 memory=15816698926204594 CPUtime=0 cores=1,3
/proc/236051/task/236131/stat : 236131 (Common-Cleaner) S 236042 236051 235987 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18241716 19430449152 14088 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56352 KiB

[startup+0.214018 s]*
/proc/loadavg: 0.10 0.10 0.09 15/330 236131
/proc/meminfo: memFree=117911444/131524600 swapFree=131071996/131071996
[pid=236051] ppid=236042 vsize=18975048 memory=68212 CPUtime=0.24 cores=1,3
/proc/236051/stat : 236051 (java) S 236042 236051 235987 0 -1 1077936128 7570 0 5 0 22 2 0 0 20 0 18 0 18241708 19430449152 17053 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
/proc/236051/statm: 4743762 17053 5642 1 0 549560 0
[pid=236051/tid=236056] ppid=236042 vsize=18975048 memory=4782652875487838339 CPUtime=0.14 cores=1,3
/proc/236051/task/236056/stat : 236056 (java) R 236042 236051 235987 0 -1 4194368 5969 0 5 0 13 1 0 0 20 0 18 0 18241709 19430449152 17053 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 6 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
[pid=236051/tid=236101] ppid=236042 vsize=18975048 memory=770575 CPUtime=0 cores=1,3
/proc/236051/task/236101/stat : 236101 (Finalizer) S 236042 236051 235987 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18241716 19430449152 17053 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
[pid=236051/tid=236131] ppid=236042 vsize=18975048 memory=15816698926204594 CPUtime=0 cores=1,3
/proc/236051/task/236131/stat : 236131 (Common-Cleaner) S 236042 236051 235987 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18241716 19430449152 17053 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 68212 KiB

[startup+0.305805 s]*
/proc/loadavg: 0.10 0.10 0.09 15/334 236135
/proc/meminfo: memFree=117878004/131524600 swapFree=131071996/131071996
[pid=236051] ppid=236042 vsize=19041612 memory=80020 CPUtime=0.41 cores=1,3
/proc/236051/stat : 236051 (java) S 236042 236051 235987 0 -1 1077936128 7866 0 5 0 39 2 0 0 20 0 19 0 18241708 19498610688 20005 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
/proc/236051/statm: 4760403 20005 5760 1 0 550000 0
[pid=236051/tid=236056] ppid=236042 vsize=19041612 memory=-8527401407569699516 CPUtime=0.23 cores=1,3
/proc/236051/task/236056/stat : 236056 (java) R 236042 236051 235987 0 -1 4194368 6048 0 5 0 22 1 0 0 20 0 19 0 18241709 19498610688 20005 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 6 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
[pid=236051/tid=236101] ppid=236042 vsize=19041612 memory=1469371304545911385 CPUtime=0 cores=1,3
/proc/236051/task/236101/stat : 236101 (Finalizer) S 236042 236051 235987 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 18241716 19498610688 20005 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
[pid=236051/tid=236131] ppid=236042 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/236051/task/236131/stat : 236131 (Common-Cleaner) S 236042 236051 235987 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 18241716 19498610688 20005 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
[pid=236051/tid=236134] ppid=236042 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/236051/task/236134/stat : 236134 (Timer-0) S 236042 236051 235987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 18241731 19498610688 20005 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 80020 KiB

[startup+0.701018 s]
/proc/loadavg: 0.10 0.10 0.09 13/334 236135
/proc/meminfo: memFree=117699348/131524600 swapFree=131071996/131071996
[pid=236051] ppid=236042 vsize=19108176 memory=171892 CPUtime=1.17 cores=1,3
/proc/236051/stat : 236051 (java) S 236042 236051 235987 0 -1 1077936128 10980 0 5 0 113 4 0 0 20 0 20 0 18241708 19566772224 42973 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
/proc/236051/statm: 4777044 42973 5763 1 0 552015 0
[pid=236051/tid=236056] ppid=236042 vsize=19108176 memory=12264 CPUtime=0.6 cores=1,3
/proc/236051/task/236056/stat : 236056 (java) R 236042 236051 235987 0 -1 4194368 6090 0 5 0 57 3 0 0 20 0 20 0 18241709 19566772224 42973 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 6 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
[pid=236051/tid=236101] ppid=236042 vsize=19108176 memory=12264 CPUtime=0 cores=1,3
/proc/236051/task/236101/stat : 236101 (Finalizer) S 236042 236051 235987 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18241716 19566772224 42973 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
[pid=236051/tid=236131] ppid=236042 vsize=19108176 memory=752916132652876158 CPUtime=0 cores=1,3
/proc/236051/task/236131/stat : 236131 (Common-Cleaner) S 236042 236051 235987 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18241716 19566772224 42973 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
[pid=236051/tid=236134] ppid=236042 vsize=19108176 memory=25948 CPUtime=0 cores=1,3
/proc/236051/task/236134/stat : 236134 (Timer-0) S 236042 236051 235987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18241731 19566772224 42973 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 171892 KiB

[startup+1.50102 s]
/proc/loadavg: 0.10 0.10 0.09 12/338 236139
/proc/meminfo: memFree=117456284/131524600 swapFree=131071996/131071996
[pid=236051] ppid=236042 vsize=19108176 memory=185584 CPUtime=2.75 cores=1,3
/proc/236051/stat : 236051 (java) S 236042 236051 235987 0 -1 1077936128 21076 0 5 0 269 6 0 0 20 0 20 0 18241708 19566772224 46396 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
/proc/236051/statm: 4777044 46396 5827 1 0 554726 0
[pid=236051/tid=236056] ppid=236042 vsize=19108176 memory=12264 CPUtime=1.37 cores=1,3
/proc/236051/task/236056/stat : 236056 (java) R 236042 236051 235987 0 -1 4194368 7165 0 5 0 133 4 0 0 20 0 20 0 18241709 19566772224 46396 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 6 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
[pid=236051/tid=236101] ppid=236042 vsize=19108176 memory=25948 CPUtime=0 cores=1,3
/proc/236051/task/236101/stat : 236101 (Finalizer) S 236042 236051 235987 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18241716 19566772224 46396 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
[pid=236051/tid=236131] ppid=236042 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/236051/task/236131/stat : 236131 (Common-Cleaner) S 236042 236051 235987 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 20 0 18241716 19566772224 46396 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
[pid=236051/tid=236134] ppid=236042 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/236051/task/236134/stat : 236134 (Timer-0) S 236042 236051 235987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18241731 19566772224 46396 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
Current children cumulated CPU time: 2.75 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 185584 KiB

[startup+3.10612 s]
/proc/loadavg: 0.10 0.10 0.09 7/338 236139
/proc/meminfo: memFree=117055148/131524600 swapFree=131071996/131071996
[pid=236051] ppid=236042 vsize=19108176 memory=296448 CPUtime=5.1 cores=1,3
/proc/236051/stat : 236051 (java) S 236042 236051 235987 0 -1 1077936128 22637 0 5 0 499 11 0 0 20 0 20 0 18241708 19566772224 74112 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
/proc/236051/statm: 4777044 74112 5828 1 0 554745 0
[pid=236051/tid=236056] ppid=236042 vsize=19108176 memory=0 CPUtime=2.92 cores=1,3
/proc/236051/task/236056/stat : 236056 (java) R 236042 236051 235987 0 -1 4194368 7493 0 5 0 284 8 0 0 20 0 20 0 18241709 19566772224 74112 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 6 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
[pid=236051/tid=236101] ppid=236042 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/236051/task/236101/stat : 236101 (Finalizer) S 236042 236051 235987 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18241716 19566772224 74112 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
[pid=236051/tid=236131] ppid=236042 vsize=19108176 memory=12264 CPUtime=0 cores=1,3
/proc/236051/task/236131/stat : 236131 (Common-Cleaner) S 236042 236051 235987 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 20 0 18241716 19566772224 74112 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
[pid=236051/tid=236134] ppid=236042 vsize=19108176 memory=11608 CPUtime=0 cores=1,3
/proc/236051/task/236134/stat : 236134 (Timer-0) S 236042 236051 235987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18241731 19566772224 74112 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
Current children cumulated CPU time: 5.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 296448 KiB

[startup+6.3002 s]
/proc/loadavg: 0.49 0.18 0.12 3/340 236143
/proc/meminfo: memFree=115613744/131524600 swapFree=131071996/131071996
[pid=236051] ppid=236042 vsize=19108176 memory=837936 CPUtime=7.75 cores=1,3
/proc/236051/stat : 236051 (java) S 236042 236051 235987 0 -1 1077936128 23156 0 5 0 749 26 0 0 20 0 20 0 18241708 19566772224 209484 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
/proc/236051/statm: 4777044 209484 5828 1 0 554752 0
[pid=236051/tid=236056] ppid=236042 vsize=19108176 memory=0 CPUtime=5.24 cores=1,3
/proc/236051/task/236056/stat : 236056 (java) R 236042 236051 235987 0 -1 4194368 7897 0 5 0 501 23 0 0 20 0 20 0 18241709 19566772224 209484 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 92 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
[pid=236051/tid=236101] ppid=236042 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/236051/task/236101/stat : 236101 (Finalizer) S 236042 236051 235987 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18241716 19566772224 209484 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
[pid=236051/tid=236131] ppid=236042 vsize=19108176 memory=12264 CPUtime=0 cores=1,3
/proc/236051/task/236131/stat : 236131 (Common-Cleaner) S 236042 236051 235987 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 20 0 18241716 19566772224 209484 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
[pid=236051/tid=236134] ppid=236042 vsize=19108176 memory=11608 CPUtime=0 cores=1,3
/proc/236051/task/236134/stat : 236134 (Timer-0) S 236042 236051 235987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18241731 19566772224 209484 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
Current children cumulated CPU time: 7.75 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 837936 KiB

[startup+12.7003 s]
/proc/loadavg: 0.93 0.27 0.15 9/340 236278
/proc/meminfo: memFree=115090168/131524600 swapFree=131071996/131071996
[pid=236051] ppid=236042 vsize=19108176 memory=1329664 CPUtime=14.16 cores=1,3
/proc/236051/stat : 236051 (java) S 236042 236051 235987 0 -1 1077936128 26598 0 5 0 1374 42 0 0 20 0 20 0 18241708 19566772224 332416 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
/proc/236051/statm: 4777044 332416 5828 1 0 554752 0
[pid=236051/tid=236056] ppid=236042 vsize=19108176 memory=0 CPUtime=11.58 cores=1,3
/proc/236051/task/236056/stat : 236056 (java) R 236042 236051 235987 0 -1 4194368 8961 0 5 0 1121 37 0 0 20 0 20 0 18241709 19566772224 332416 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 92 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
[pid=236051/tid=236101] ppid=236042 vsize=19108176 memory=1180120 CPUtime=0 cores=1,3
/proc/236051/task/236101/stat : 236101 (Finalizer) S 236042 236051 235987 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18241716 19566772224 332416 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
[pid=236051/tid=236131] ppid=236042 vsize=19108176 memory=-9032367515788616380 CPUtime=0 cores=1,3
/proc/236051/task/236131/stat : 236131 (Common-Cleaner) S 236042 236051 235987 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 20 0 18241716 19566772224 332416 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
[pid=236051/tid=236134] ppid=236042 vsize=19108176 memory=11608 CPUtime=0 cores=1,3
/proc/236051/task/236134/stat : 236134 (Timer-0) S 236042 236051 235987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18241731 19566772224 332416 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
Current children cumulated CPU time: 14.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1329664 KiB

[startup+25.5003 s]
/proc/loadavg: 1.75 0.49 0.22 7/340 236414
/proc/meminfo: memFree=112620976/131524600 swapFree=131071996/131071996
[pid=236051] ppid=236042 vsize=19108176 memory=1337856 CPUtime=27.04 cores=1,3
/proc/236051/stat : 236051 (java) S 236042 236051 235987 0 -1 1077936128 34551 0 5 0 2654 50 0 0 20 0 20 0 18241708 19566772224 334464 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
/proc/236051/statm: 4777044 334464 5828 1 0 554752 0
[pid=236051/tid=236056] ppid=236042 vsize=19108176 memory=1180120 CPUtime=24.25 cores=1,3
/proc/236051/task/236056/stat : 236056 (java) R 236042 236051 235987 0 -1 4194368 10009 0 5 0 2380 45 0 0 20 0 20 0 18241709 19566772224 334464 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 92 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
[pid=236051/tid=236101] ppid=236042 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/236051/task/236101/stat : 236101 (Finalizer) S 236042 236051 235987 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18241716 19566772224 334464 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
[pid=236051/tid=236131] ppid=236042 vsize=19108176 memory=1329664 CPUtime=0 cores=1,3
/proc/236051/task/236131/stat : 236131 (Common-Cleaner) S 236042 236051 235987 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 20 0 18241716 19566772224 334464 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
[pid=236051/tid=236134] ppid=236042 vsize=19108176 memory=1337856 CPUtime=0 cores=1,3
/proc/236051/task/236134/stat : 236134 (Timer-0) S 236042 236051 235987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18241731 19566772224 334464 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
Current children cumulated CPU time: 27.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1337856 KiB

[startup+51.1061 s]
/proc/loadavg: 2.63 0.80 0.33 7/340 236486
/proc/meminfo: memFree=112793668/131524600 swapFree=131071996/131071996
[pid=236051] ppid=236042 vsize=19108176 memory=1366552 CPUtime=51.88 cores=1,3
/proc/236051/stat : 236051 (java) S 236042 236051 235987 0 -1 1077936128 38918 0 5 0 5120 68 0 0 20 0 20 0 18241708 19566772224 341638 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
/proc/236051/statm: 4777044 341638 5828 1 0 554752 0
[pid=236051/tid=236056] ppid=236042 vsize=19108176 memory=1366552 CPUtime=48.89 cores=1,3
/proc/236051/task/236056/stat : 236056 (java) R 236042 236051 235987 0 -1 4194368 12111 0 5 0 4828 61 0 0 20 0 20 0 18241709 19566772224 341638 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 169 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0

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

/proc/meminfo: memFree=96442004/131524600 swapFree=131071996/131071996
[pid=236051] ppid=236042 vsize=19108176 memory=2142840 CPUtime=3265.65 cores=1,3
/proc/236051/stat : 236051 (java) S 236042 236051 235987 0 -1 1077936128 170900 0 5 0 325668 897 0 0 20 0 20 0 18241708 19566772224 535710 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
/proc/236051/statm: 4777044 535710 5843 1 0 547326 0
[pid=236051/tid=236056] ppid=236042 vsize=19108176 memory=2142840 CPUtime=3238.08 cores=1,3
/proc/236051/task/236056/stat : 236056 (java) R 236042 236051 235987 0 -1 4194368 65842 0 5 0 323034 774 0 0 20 0 20 0 18241709 19566772224 535710 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 2125 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
[pid=236051/tid=236101] ppid=236042 vsize=19108176 memory=71864 CPUtime=0 cores=1,3
/proc/236051/task/236101/stat : 236101 (Finalizer) S 236042 236051 235987 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18241716 19566772224 535710 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
[pid=236051/tid=236131] ppid=236042 vsize=19108176 memory=11608 CPUtime=0 cores=1,3
/proc/236051/task/236131/stat : 236131 (Common-Cleaner) S 236042 236051 235987 0 -1 1077936192 2106 0 0 0 0 0 0 0 20 0 20 0 18241716 19566772224 535710 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
[pid=236051/tid=236134] ppid=236042 vsize=19108176 memory=2142840 CPUtime=0 cores=1,3
/proc/236051/task/236134/stat : 236134 (Timer-0) S 236042 236051 235987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18241731 19566772224 535710 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
Current children cumulated CPU time: 3265.65 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2142840 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.30 4.14 7/336 238054
/proc/meminfo: memFree=96301800/131524600 swapFree=131071996/131071996
[pid=236051] ppid=236042 vsize=19108176 memory=2142840 CPUtime=3325.45 cores=1,3
/proc/236051/stat : 236051 (java) S 236042 236051 235987 0 -1 1077936128 171914 0 5 0 331636 909 0 0 20 0 20 0 18241708 19566772224 535710 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
/proc/236051/statm: 4777044 535710 5843 1 0 547326 0
[pid=236051/tid=236056] ppid=236042 vsize=19108176 memory=2142840 CPUtime=3297.51 cores=1,3
/proc/236051/task/236056/stat : 236056 (java) R 236042 236051 235987 0 -1 4194368 66232 0 5 0 328968 783 0 0 20 0 20 0 18241709 19566772224 535710 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 2134 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
[pid=236051/tid=236101] ppid=236042 vsize=19108176 memory=2142840 CPUtime=0 cores=1,3
/proc/236051/task/236101/stat : 236101 (Finalizer) S 236042 236051 235987 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18241716 19566772224 535710 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
[pid=236051/tid=236131] ppid=236042 vsize=19108176 memory=32420 CPUtime=0 cores=1,3
/proc/236051/task/236131/stat : 236131 (Common-Cleaner) S 236042 236051 235987 0 -1 1077936192 2106 0 0 0 0 0 0 0 20 0 20 0 18241716 19566772224 535710 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
[pid=236051/tid=236134] ppid=236042 vsize=19108176 memory=2142840 CPUtime=0 cores=1,3
/proc/236051/task/236134/stat : 236134 (Timer-0) S 236042 236051 235987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18241731 19566772224 535710 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
Current children cumulated CPU time: 3325.45 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2142840 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.26 4.14 7/337 238236
/proc/meminfo: memFree=96116568/131524600 swapFree=131071996/131071996
[pid=236051] ppid=236042 vsize=19108176 memory=2142876 CPUtime=3385.37 cores=1,3
/proc/236051/stat : 236051 (java) S 236042 236051 235987 0 -1 1077936128 172535 0 5 0 337615 922 0 0 20 0 20 0 18241708 19566772224 535719 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
/proc/236051/statm: 4777044 535719 5843 1 0 547335 0
[pid=236051/tid=236056] ppid=236042 vsize=19108176 memory=2142840 CPUtime=3357.12 cores=1,3
/proc/236051/task/236056/stat : 236056 (java) R 236042 236051 235987 0 -1 4194368 66652 0 5 0 334917 795 0 0 20 0 20 0 18241709 19566772224 535719 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 2144 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
[pid=236051/tid=236101] ppid=236042 vsize=19108176 memory=11608 CPUtime=0 cores=1,3
/proc/236051/task/236101/stat : 236101 (Finalizer) S 236042 236051 235987 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18241716 19566772224 535719 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
[pid=236051/tid=236131] ppid=236042 vsize=19108176 memory=2142876 CPUtime=0 cores=1,3
/proc/236051/task/236131/stat : 236131 (Common-Cleaner) S 236042 236051 235987 0 -1 1077936192 2178 0 0 0 0 0 0 0 20 0 20 0 18241716 19566772224 535719 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
[pid=236051/tid=236134] ppid=236042 vsize=19108176 memory=2142876 CPUtime=0 cores=1,3
/proc/236051/task/236134/stat : 236134 (Timer-0) S 236042 236051 235987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18241731 19566772224 535719 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
Current children cumulated CPU time: 3385.37 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2142876 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.24 4.14 7/339 238304
/proc/meminfo: memFree=95956528/131524600 swapFree=131071996/131071996
[pid=236051] ppid=236042 vsize=19108176 memory=2142876 CPUtime=3445.14 cores=1,3
/proc/236051/stat : 236051 (java) S 236042 236051 235987 0 -1 1077936128 173161 0 5 0 343578 936 0 0 20 0 20 0 18241708 19566772224 535719 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
/proc/236051/statm: 4777044 535719 5843 1 0 547335 0
[pid=236051/tid=236056] ppid=236042 vsize=19108176 memory=2142840 CPUtime=3416.67 cores=1,3
/proc/236051/task/236056/stat : 236056 (java) R 236042 236051 235987 0 -1 4194368 67184 0 5 0 340860 807 0 0 20 0 20 0 18241709 19566772224 535719 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 2154 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
[pid=236051/tid=236101] ppid=236042 vsize=19108176 memory=11608 CPUtime=0 cores=1,3
/proc/236051/task/236101/stat : 236101 (Finalizer) S 236042 236051 235987 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18241716 19566772224 535719 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
[pid=236051/tid=236131] ppid=236042 vsize=19108176 memory=2142876 CPUtime=0 cores=1,3
/proc/236051/task/236131/stat : 236131 (Common-Cleaner) S 236042 236051 235987 0 -1 1077936192 2178 0 0 0 0 0 0 0 20 0 20 0 18241716 19566772224 535719 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
[pid=236051/tid=236134] ppid=236042 vsize=19108176 memory=71864 CPUtime=0 cores=1,3
/proc/236051/task/236134/stat : 236134 (Timer-0) S 236042 236051 235987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18241731 19566772224 535719 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
Current children cumulated CPU time: 3445.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2142876 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.21 4.13 7/338 238315
/proc/meminfo: memFree=95776648/131524600 swapFree=131071996/131071996
[pid=236051] ppid=236042 vsize=19108176 memory=2142876 CPUtime=3505.06 cores=1,3
/proc/236051/stat : 236051 (java) S 236042 236051 235987 0 -1 1077936128 176366 0 5 0 349558 948 0 0 20 0 20 0 18241708 19566772224 535719 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
/proc/236051/statm: 4777044 535719 5843 1 0 547335 0
[pid=236051/tid=236056] ppid=236042 vsize=19108176 memory=2142876 CPUtime=3476 cores=1,3
/proc/236051/task/236056/stat : 236056 (java) R 236042 236051 235987 0 -1 4194368 67706 0 5 0 346783 817 0 0 20 0 20 0 18241709 19566772224 535719 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 2167 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
[pid=236051/tid=236101] ppid=236042 vsize=19108176 memory=71864 CPUtime=0 cores=1,3
/proc/236051/task/236101/stat : 236101 (Finalizer) S 236042 236051 235987 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18241716 19566772224 535719 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
[pid=236051/tid=236131] ppid=236042 vsize=19108176 memory=2142876 CPUtime=0 cores=1,3
/proc/236051/task/236131/stat : 236131 (Common-Cleaner) S 236042 236051 235987 0 -1 1077936192 2248 0 0 0 0 0 0 0 20 0 20 0 18241716 19566772224 535719 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
[pid=236051/tid=236134] ppid=236042 vsize=19108176 memory=-9032367515788616380 CPUtime=0 cores=1,3
/proc/236051/task/236134/stat : 236134 (Timer-0) S 236042 236051 235987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18241731 19566772224 535719 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
Current children cumulated CPU time: 3505.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2142876 KiB

[startup+3582.3 s]
/proc/loadavg: 4.24 4.22 4.14 7/338 238327
/proc/meminfo: memFree=95599968/131524600 swapFree=131071996/131071996
[pid=236051] ppid=236042 vsize=19108176 memory=2142876 CPUtime=3564.83 cores=1,3
/proc/236051/stat : 236051 (java) S 236042 236051 235987 0 -1 1077936128 177178 0 5 0 355522 961 0 0 20 0 20 0 18241708 19566772224 535719 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
/proc/236051/statm: 4777044 535719 5843 1 0 547335 0
[pid=236051/tid=236056] ppid=236042 vsize=19108176 memory=71864 CPUtime=3535.5 cores=1,3
/proc/236051/task/236056/stat : 236056 (java) R 236042 236051 235987 0 -1 4194368 68310 0 5 0 352721 829 0 0 20 0 20 0 18241709 19566772224 535719 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 2176 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
[pid=236051/tid=236101] ppid=236042 vsize=19108176 memory=25948 CPUtime=0 cores=1,3
/proc/236051/task/236101/stat : 236101 (Finalizer) S 236042 236051 235987 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18241716 19566772224 535719 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
[pid=236051/tid=236131] ppid=236042 vsize=19108176 memory=11608 CPUtime=0 cores=1,3
/proc/236051/task/236131/stat : 236131 (Common-Cleaner) S 236042 236051 235987 0 -1 1077936192 2248 0 0 0 0 0 0 0 20 0 20 0 18241716 19566772224 535719 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
[pid=236051/tid=236134] ppid=236042 vsize=19108176 memory=2142876 CPUtime=0 cores=1,3
/proc/236051/task/236134/stat : 236134 (Timer-0) S 236042 236051 235987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18241731 19566772224 535719 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
Current children cumulated CPU time: 3564.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2142876 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3619.3 s]
/proc/loadavg: 4.41 4.27 4.16 7/338 238334
/proc/meminfo: memFree=95503328/131524600 swapFree=131071996/131071996
[pid=236051] ppid=236042 vsize=19108176 memory=2142876 CPUtime=3600.06 cores=1,3
/proc/236051/stat : 236051 (java) S 236042 236051 235987 0 -1 1077936128 178400 0 5 0 359037 969 0 0 20 0 20 0 18241708 19566772224 535719 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
/proc/236051/statm: 4777044 535719 5843 1 0 547335 0
[pid=236051/tid=236056] ppid=236042 vsize=19108176 memory=2142876 CPUtime=3570.6 cores=1,3
/proc/236051/task/236056/stat : 236056 (java) R 236042 236051 235987 0 -1 4194368 68725 0 5 0 356226 834 0 0 20 0 20 0 18241709 19566772224 535719 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 2352 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
[pid=236051/tid=236101] ppid=236042 vsize=19108176 memory=11608 CPUtime=0 cores=1,3
/proc/236051/task/236101/stat : 236101 (Finalizer) S 236042 236051 235987 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18241716 19566772224 535719 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
[pid=236051/tid=236131] ppid=236042 vsize=19108176 memory=2142876 CPUtime=0 cores=1,3
/proc/236051/task/236131/stat : 236131 (Common-Cleaner) S 236042 236051 235987 0 -1 1077936192 2362 0 0 0 0 0 0 0 20 0 20 0 18241716 19566772224 535719 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
[pid=236051/tid=236134] ppid=236042 vsize=19108176 memory=11608 CPUtime=0 cores=1,3
/proc/236051/task/236134/stat : 236134 (Timer-0) S 236042 236051 235987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18241731 19566772224 535719 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2142876 KiB

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

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

# cumulated CPU time of all completed processes:  user=3590.51 s, system=9.70457 s

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

[startup+3619.3 s]
/proc/loadavg: 4.41 4.27 4.16 7/338 238334
/proc/meminfo: memFree=95503328/131524600 swapFree=131071996/131071996
[pid=236051] ppid=236042 vsize=19108176 memory=2142876 CPUtime=3600.06 cores=1,3
/proc/236051/stat : 236051 (java) S 236042 236051 235987 0 -1 1077936128 178400 0 5 0 359037 969 0 0 20 0 20 0 18241708 19566772224 535719 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
/proc/236051/statm: 4777044 535719 5843 1 0 547335 0
[pid=236051/tid=236056] ppid=236042 vsize=19108176 memory=2142876 CPUtime=3570.6 cores=1,3
/proc/236051/task/236056/stat : 236056 (java) R 236042 236051 235987 0 -1 4194368 68725 0 5 0 356226 834 0 0 20 0 20 0 18241709 19566772224 535719 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 2352 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
[pid=236051/tid=236101] ppid=236042 vsize=19108176 memory=11608 CPUtime=0 cores=1,3
/proc/236051/task/236101/stat : 236101 (Finalizer) S 236042 236051 235987 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18241716 19566772224 535719 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
[pid=236051/tid=236131] ppid=236042 vsize=19108176 memory=2142876 CPUtime=0 cores=1,3
/proc/236051/task/236131/stat : 236131 (Common-Cleaner) S 236042 236051 235987 0 -1 1077936192 2362 0 0 0 0 0 0 0 20 0 20 0 18241716 19566772224 535719 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
[pid=236051/tid=236134] ppid=236042 vsize=19108176 memory=11608 CPUtime=0 cores=1,3
/proc/236051/task/236134/stat : 236134 (Timer-0) S 236042 236051 235987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18241731 19566772224 535719 134679101440 93837815595008 93837815598704 140727177202896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93837815606520 93837815607312 93837834575872 140727177204651 140727177204833 140727177204833 140727177211848 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2142876 KiB

Child status: 143

Real time (s): 3619.4
CPU time (s): 3600.21
CPU user time (s): 3590.51
CPU system time (s): 9.70457
CPU usage (%): 99.47
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 2175896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.51
system time used= 9.70457
maximum resident set size= 2175896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 180896
page faults= 5
swaps= 0
block input operations= 3624
block output operations= 9042776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 114390
involuntary context switches= 12029


# summary of solver processes directly reported to runsolver:
#   pid: 236051
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3590.51
#   total CPU system time (s): 9.70457

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.301 second user time and 19.7001 second system time

The end

Launcher Data

Begin job on nodeC024 at 2024-07-24 12:33:07
IDJOB=4443242
IDBENCH=147867
IDSOLVER=3079
FILE ID=nodeC024/4443242-1721817187
RUNJOBID= nodeC024-1721817187-235999
SLURM_JOB_ID= 7816882
Free space on /tmp= 890084 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/prestwich/armies/normalized-army11.17ls.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4443242-1721817187/watcher-4443242-1721817187 -o /tmp/evaluation-result-4443242-1721817187/solver-4443242-1721817187 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1721817187-235999 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4443242-1721817187 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4443242-1721817187.opb

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

MD5SUM BENCH= 577423e4c806b19b8b5f6a5daee1c614
RANDOM SEED=688180842

nodeC024.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 3530.002
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.87
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		: 3200.968
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.58
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		: 3406.227
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.87
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		: 3395.484
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.58
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		: 2351.945
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.87
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		: 3436.787
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.58
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		: 3302.059
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.87
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		: 3567.804
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        118118920 kB
MemAvailable:   129633296 kB
Buffers:          239868 kB
Cached:         12035800 kB
SwapCached:            0 kB
Active:          2644672 kB
Inactive:       10013888 kB
Active(anon):       1432 kB
Inactive(anon):   435572 kB
Active(file):    2643240 kB
Inactive(file):  9578316 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              2568 kB
Writeback:             0 kB
AnonPages:        382584 kB
Mapped:           118256 kB
Shmem:             54104 kB
KReclaimable:     265288 kB
Slab:             388096 kB
SReclaimable:     265288 kB
SUnreclaim:       122808 kB
KernelStack:        3860 kB
PageTables:        10192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     686188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            20032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    249856 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      408276 kB
DirectMap2M:    48648192 kB
DirectMap1G:    87031808 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC024 at 2024-07-24 13:33:27