Trace number 4442774

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 Default 2024-07-07? (TO) 3600.17 3561.62

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-85-80.opb
MD5SUMb66aa0ca883b9987dbaf460c58c6223e
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark27.5425
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6800
Total number of constraints285685
Number of constraints which are clauses285685
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint80
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 81
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.13/0.13	--- Begin Solver configuration ---
0.13/0.13	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.13	Learn all clauses as in MiniSAT
0.13/0.13	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	No reason simplification
0.13/0.13	Glucose 2.1 dynamic restart strategy
0.13/0.13	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.13/0.13	timeout=2147483s
0.13/0.13	DB Simplification allowed=false
0.13/0.13	Listener: none
0.13/0.13	--- End Solver configuration ---
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c No reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	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.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4442774-1721305270.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  no objective function found
1.87/1.02	c ... done. Wall clock time 0.883s.
1.87/1.02	c declared #vars     6800
1.87/1.02	c #constraints  285685
1.87/1.02	c constraints type 
1.87/1.02	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 285600
1.87/1.02	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 85
1.87/1.02	c 285685 constraints processed.
3.50/2.08	c cleaning 2494 clauses out of 5001 with flag 33183/5001
4.88/3.28	c cleaning 4253 clauses out of 8508 with flag 72377/11002
6.63/4.99	c cleaning 5622 clauses out of 11253 with flag 123325/18000
9.03/7.29	c cleaning 6807 clauses out of 13631 with flag 181889/26000
12.34/10.52	c cleaning 7911 clauses out of 15826 with flag 248151/35002
16.36/14.46	c cleaning 8953 clauses out of 17915 with flag 322103/45002
21.39/19.33	c cleaning 9979 clauses out of 19963 with flag 404757/56003
26.76/24.64	c cleaning 10989 clauses out of 21984 with flag 495117/68003
32.54/30.33	c cleaning 11983 clauses out of 23992 with flag 590684/81000
36.77/34.33	c cleaning 12980 clauses out of 26010 with flag 684624/95001
48.20/45.76	c cleaning 13990 clauses out of 28030 with flag 797126/110001
60.08/57.43	c cleaning 14995 clauses out of 30040 with flag 908782/126001
74.01/71.20	c cleaning 15997 clauses out of 32046 with flag 1045952/143002
88.95/85.44	c cleaning 16999 clauses out of 34049 with flag 1199665/161002
105.47/102.09	c cleaning 18002 clauses out of 36050 with flag 1361933/180002
123.21/119.60	c cleaning 18997 clauses out of 38047 with flag 1532072/200001
144.72/140.92	c cleaning 19999 clauses out of 40050 with flag 1712366/221001
166.66/162.58	c cleaning 20999 clauses out of 42051 with flag 1894947/243001
190.71/186.48	c cleaning 21999 clauses out of 44051 with flag 2076531/266000
214.07/209.09	c cleaning 23000 clauses out of 46053 with flag 2264589/290001
241.93/236.84	c cleaning 24001 clauses out of 48052 with flag 2460841/315000
271.77/266.52	c cleaning 25001 clauses out of 50051 with flag 2666796/341000
304.76/299.34	c cleaning 26002 clauses out of 52052 with flag 2890658/368002
337.06/331.54	c cleaning 27004 clauses out of 54050 with flag 3103215/396002
374.94/368.46	c cleaning 27997 clauses out of 56045 with flag 3311396/425001
407.73/401.09	c cleaning 28997 clauses out of 58047 with flag 3533276/455000
427.88/421.20	c cleaning 30002 clauses out of 60051 with flag 3731951/486001
446.72/439.86	c cleaning 31012 clauses out of 62049 with flag 3939018/518001
468.90/461.87	c cleaning 32007 clauses out of 64039 with flag 4195102/551003
489.94/482.47	c cleaning 32997 clauses out of 66031 with flag 4461276/585002
511.65/503.14	c cleaning 33995 clauses out of 68033 with flag 4745168/620001
536.09/527.35	c cleaning 34999 clauses out of 70039 with flag 5047235/656002
555.69/546.51	c cleaning 35999 clauses out of 72038 with flag 5375805/693000
580.19/570.79	c cleaning 37000 clauses out of 74040 with flag 5702281/731001
610.96/601.06	c cleaning 37999 clauses out of 76040 with flag 6063278/770001
650.50/639.40	c cleaning 39000 clauses out of 78040 with flag 6451170/810000
688.90/677.52	c cleaning 40003 clauses out of 80040 with flag 6851034/851000
724.86/713.12	c cleaning 40995 clauses out of 82038 with flag 7276046/893001
760.66/748.52	c cleaning 42004 clauses out of 84043 with flag 7691464/936001
809.74/797.32	c cleaning 43001 clauses out of 86038 with flag 8166338/980000
860.30/847.69	c cleaning 44002 clauses out of 88040 with flag 8670091/1025003
911.42/897.55	c cleaning 44991 clauses out of 90037 with flag 9214488/1071002
939.10/925.10	c cleaning 46001 clauses out of 92045 with flag 9520934/1118001
957.28/942.84	c cleaning 46998 clauses out of 94044 with flag 9858998/1166001
999.76/985.21	c cleaning 48000 clauses out of 96047 with flag 10201096/1215002
1043.88/1028.71	c cleaning 48994 clauses out of 98046 with flag 10529243/1265001
1090.59/1075.37	c cleaning 50002 clauses out of 100051 with flag 10867433/1316000
1142.89/1127.33	c cleaning 50998 clauses out of 102049 with flag 11204066/1368000
1191.71/1175.88	c cleaning 52000 clauses out of 104051 with flag 11555367/1421000
1267.88/1251.74	c cleaning 53001 clauses out of 106051 with flag 11941476/1475000
1322.38/1304.91	c cleaning 54008 clauses out of 108050 with flag 12337626/1530000
1363.05/1345.10	c cleaning 55008 clauses out of 110042 with flag 12683534/1586000
1424.21/1405.82	c cleaning 56005 clauses out of 112035 with flag 13104877/1643001
1486.63/1467.79	c cleaning 56997 clauses out of 114029 with flag 13554511/1701000
1545.71/1526.22	c cleaning 58000 clauses out of 116033 with flag 13979975/1760001
1609.07/1589.45	c cleaning 58999 clauses out of 118032 with flag 14441657/1820000
1681.73/1661.78	c cleaning 60003 clauses out of 120035 with flag 14930032/1881002
1757.97/1737.75	c cleaning 60998 clauses out of 122030 with flag 15403302/1943000
1815.47/1794.84	c cleaning 62001 clauses out of 124035 with flag 15870435/2006003
1837.60/1816.49	c cleaning 62986 clauses out of 126031 with flag 16289699/2070000
1912.78/1890.27	c cleaning 64002 clauses out of 128046 with flag 16756365/2135001
1936.61/1913.84	c cleaning 64996 clauses out of 130043 with flag 17205993/2201000
1974.63/1951.36	c cleaning 65983 clauses out of 132048 with flag 17645635/2268001
2006.39/1982.57	c cleaning 66990 clauses out of 134067 with flag 18090634/2336003
2056.09/2032.15	c cleaning 67992 clauses out of 136074 with flag 18554553/2405000
2126.08/2102.06	c cleaning 69020 clauses out of 138082 with flag 19085794/2475000
2217.69/2193.00	c cleaning 70000 clauses out of 140063 with flag 19541127/2546001
2300.70/2275.49	c cleaning 71015 clauses out of 142063 with flag 20041490/2618001
2352.30/2326.79	c cleaning 71992 clauses out of 144047 with flag 20515031/2691000
2428.67/2402.55	c cleaning 72994 clauses out of 146056 with flag 21034861/2765001
2464.49/2437.67	c cleaning 74006 clauses out of 148062 with flag 21536107/2840001
2490.10/2463.00	c cleaning 74985 clauses out of 150055 with flag 21990189/2916000
2544.67/2514.65	c cleaning 76007 clauses out of 152073 with flag 22488268/2993003
2617.32/2587.01	c cleaning 76990 clauses out of 154066 with flag 22950767/3071003
2711.07/2680.13	c cleaning 77987 clauses out of 156075 with flag 23451681/3150002
2776.09/2744.60	c cleaning 79009 clauses out of 158088 with flag 23963165/3230002
2820.66/2789.00	c cleaning 80001 clauses out of 160078 with flag 24499110/3311001
2906.09/2873.94	c cleaning 81024 clauses out of 162076 with flag 25027076/3393000
2961.39/2928.52	c cleaning 81946 clauses out of 164052 with flag 25546835/3476000
3007.93/2974.73	c cleaning 83004 clauses out of 166107 with flag 26081357/3560001
3055.88/3021.80	c cleaning 83998 clauses out of 168102 with flag 26662564/3645000
3185.19/3150.63	c cleaning 85001 clauses out of 170104 with flag 27242506/3731000
3318.54/3282.10	c cleaning 85999 clauses out of 172104 with flag 27822686/3818001
3404.91/3367.85	c cleaning 87025 clauses out of 174104 with flag 28506153/3906000
3558.50/3520.36	c cleaning 88021 clauses out of 176085 with flag 29287870/3995006
3600.01/3561.51	c starts		: 2136
3600.01/3561.51	c conflicts		: 4035850
3600.01/3561.51	c decisions		: 12752522
3600.01/3561.51	c propagations		: 86498081
3600.01/3561.51	c inspects		: 14751782785
3600.01/3561.51	c shortcuts		: 0
3600.01/3561.51	c learnt literals	: 0
3600.01/3561.51	c learnt binary clauses	: 0
3600.01/3561.51	c learnt ternary clauses	: 0
3600.01/3561.51	c learnt constraints	: 4035850
3600.01/3561.51	c ignored constraints	: 0
3600.01/3561.51	c root simplifications	: 0
3600.01/3561.51	c removed literals (reason simplification)	: 0
3600.01/3561.51	c reason swapping (by a shorter reason)	: 0
3600.01/3561.51	c Calls to reduceDB	: 85
3600.01/3561.51	c Number of update (reduction) of LBD	: 2125349
3600.01/3561.51	c Imported unit clauses	: 0
3600.01/3561.51	c No decision after first conflict	: false
3600.01/3561.51	c number of reductions to clauses (during analyze)	: 0
3600.01/3561.51	c number of learned constraints concerned by reduction	: 0
3600.01/3561.51	c number of learning phase by resolution	: 0
3600.01/3561.51	c number of learning phase by cutting planes	: 0
3600.01/3561.51	c number of rounding to 1 operations	: 0
3600.01/3561.51	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3561.51	c number of reductions of the coefficients by power 2 	: 0
3600.01/3561.51	c number of right shift for reduction by power 2 	: 0
3600.01/3561.51	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3561.51	c number of ending skipping 	: 0
3600.01/3561.51	c number of internal skipping 	: 0
3600.01/3561.51	c number of derivation steps 	: 0
3600.01/3561.51	c number of skipped derivation steps 	: 0
3600.01/3561.51	c number of remaining unassigned 	: 0
3600.01/3561.51	c number of remaining assigned 	: 0
3600.01/3561.51	c number of falsified literals weakened from reason	: 0
3600.01/3561.51	c number of falsified literals weakened from conflict	: 0
3600.01/3561.51	c time for arithmetic operations	: 0
3600.01/3561.52	c minimum degree of deleted constraints	: null
3600.01/3561.52	c maximum degree of deleted constraints	: null
3600.01/3561.52	c number of deleted constraints	: 0
3600.01/3561.52	c speed (assignments/second)	: 24293.835829006923
3600.01/3561.52	c non guided choices	: 392489
3600.01/3561.53	c timeout
3600.01/3561.57	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 128908
3600.01/3561.57	s UNKNOWN
3600.01/3561.57	c Total wall clock time (in seconds): 3561.442

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: 63931 MiB (61845 MiB free)
  memory of node 1: 64510 MiB (62004 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442774-1721305270/watcher-4442774-1721305270 -o /tmp/evaluation-result-4442774-1721305270/solver-4442774-1721305270 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1721305283-960574 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4442774-1721305270.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=960673, runsolver pid=960669

[startup+0.100057 s]*
/proc/loadavg: 1.14 1.80 2.94 13/326 960702
/proc/meminfo: memFree=126731212/131524600 swapFree=130798616/131071996
[pid=960673] ppid=960669 vsize=18975048 memory=64580 CPUtime=0.13 cores=5,7
/proc/960673/stat : 960673 (java) S 960669 960673 960561 0 -1 1077936128 7178 0 0 0 11 2 0 0 20 0 18 0 182686188 19430449152 16145 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
/proc/960673/statm: 4743762 16145 5549 1 0 549335 0
[pid=960673/tid=960676] ppid=960669 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/960673/task/960676/stat : 960676 (java) S 960669 960673 960561 0 -1 1077936192 5731 0 0 0 7 1 0 0 20 0 18 0 182686189 19430449152 16145 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
[pid=960673/tid=960695] ppid=960669 vsize=18975048 memory=237146210664 CPUtime=0 cores=5,7
/proc/960673/task/960695/stat : 960695 (Finalizer) S 960669 960673 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182686191 19430449152 16145 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
[pid=960673/tid=960702] ppid=960669 vsize=18975048 memory=14134446136991189 CPUtime=0 cores=5,7
/proc/960673/task/960702/stat : 960702 (Common-Cleaner) S 960669 960673 960561 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 182686192 19430449152 16145 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64580 KiB

[startup+0.206129 s]*
/proc/loadavg: 1.14 1.80 2.94 11/328 960704
/proc/meminfo: memFree=126675796/131524600 swapFree=130798616/131071996
[pid=960673] ppid=960669 vsize=18975048 memory=79256 CPUtime=0.33 cores=5,7
/proc/960673/stat : 960673 (java) S 960669 960673 960561 0 -1 1077936128 8512 0 0 0 30 3 0 0 20 0 18 0 182686188 19430449152 19814 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
/proc/960673/statm: 4743762 19814 5848 1 0 550201 0
[pid=960673/tid=960676] ppid=960669 vsize=18975048 memory=4782652875487838339 CPUtime=0.17 cores=5,7
/proc/960673/task/960676/stat : 960676 (java) R 960669 960673 960561 0 -1 4194368 5893 0 0 0 15 2 0 0 20 0 18 0 182686189 19430449152 19814 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
[pid=960673/tid=960695] ppid=960669 vsize=18975048 memory=1285800 CPUtime=0 cores=5,7
/proc/960673/task/960695/stat : 960695 (Finalizer) S 960669 960673 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182686191 19430449152 19814 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
[pid=960673/tid=960702] ppid=960669 vsize=18975048 memory=13571496182286042 CPUtime=0 cores=5,7
/proc/960673/task/960702/stat : 960702 (Common-Cleaner) S 960669 960673 960561 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 182686192 19430449152 19814 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 79256 KiB

[startup+0.310803 s]*
/proc/loadavg: 1.14 1.80 2.94 10/328 960704
/proc/meminfo: memFree=126580116/131524600 swapFree=130798616/131071996
[pid=960673] ppid=960669 vsize=18975048 memory=122060 CPUtime=0.52 cores=5,7
/proc/960673/stat : 960673 (java) S 960669 960673 960561 0 -1 1077936128 8986 0 0 0 49 3 0 0 20 0 18 0 182686188 19430449152 30515 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
/proc/960673/statm: 4743762 30515 5848 1 0 550546 0
[pid=960673/tid=960676] ppid=960669 vsize=18975048 memory=-8527394836218946236 CPUtime=0.26 cores=5,7
/proc/960673/task/960676/stat : 960676 (java) R 960669 960673 960561 0 -1 4194368 5914 0 0 0 24 2 0 0 20 0 18 0 182686189 19430449152 30515 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
[pid=960673/tid=960695] ppid=960669 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/960673/task/960695/stat : 960695 (Finalizer) S 960669 960673 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182686191 19430449152 30515 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
[pid=960673/tid=960702] ppid=960669 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/960673/task/960702/stat : 960702 (Common-Cleaner) S 960669 960673 960561 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 182686192 19430449152 30515 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 122060 KiB

[startup+0.707036 s]
/proc/loadavg: 1.14 1.80 2.94 12/330 960706
/proc/meminfo: memFree=126469852/131524600 swapFree=130798616/131071996
[pid=960673] ppid=960669 vsize=19041612 memory=189060 CPUtime=1.29 cores=5,7
/proc/960673/stat : 960673 (java) S 960669 960673 960561 0 -1 1077936128 14638 0 0 0 123 6 0 0 20 0 19 0 182686188 19498610688 47265 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
/proc/960673/statm: 4760403 47265 5864 1 0 554137 0
[pid=960673/tid=960676] ppid=960669 vsize=19041612 memory=736 CPUtime=0.61 cores=5,7
/proc/960673/task/960676/stat : 960676 (java) R 960669 960673 960561 0 -1 4194368 5938 0 0 0 58 3 0 0 20 0 19 0 182686189 19498610688 47265 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
[pid=960673/tid=960695] ppid=960669 vsize=19041612 memory=4892 CPUtime=0 cores=5,7
/proc/960673/task/960695/stat : 960695 (Finalizer) S 960669 960673 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 182686191 19498610688 47265 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
[pid=960673/tid=960702] ppid=960669 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/960673/task/960702/stat : 960702 (Common-Cleaner) S 960669 960673 960561 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 182686192 19498610688 47265 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 189060 KiB

[startup+1.5008 s]
/proc/loadavg: 1.14 1.80 2.94 10/331 960707
/proc/meminfo: memFree=126405248/131524600 swapFree=130798616/131071996
[pid=960673] ppid=960669 vsize=19108176 memory=204656 CPUtime=2.86 cores=5,7
/proc/960673/stat : 960673 (java) S 960669 960673 960561 0 -1 1077936128 18005 0 0 0 280 6 0 0 20 0 20 0 182686188 19566772224 51164 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
/proc/960673/statm: 4777044 51164 5896 1 0 556683 0
[pid=960673/tid=960676] ppid=960669 vsize=19108176 memory=4892 CPUtime=1.31 cores=5,7
/proc/960673/task/960676/stat : 960676 (java) R 960669 960673 960561 0 -1 4194368 5982 0 0 0 128 3 0 0 20 0 20 0 182686189 19566772224 51164 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
[pid=960673/tid=960695] ppid=960669 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/960673/task/960695/stat : 960695 (Finalizer) S 960669 960673 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182686191 19566772224 51164 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
[pid=960673/tid=960702] ppid=960669 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/960673/task/960702/stat : 960702 (Common-Cleaner) S 960669 960673 960561 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 182686192 19566772224 51164 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 204656 KiB

[startup+3.1057 s]
/proc/loadavg: 1.14 1.80 2.94 5/333 960711
/proc/meminfo: memFree=126219776/131524600 swapFree=130798616/131071996
[pid=960673] ppid=960669 vsize=19108176 memory=225744 CPUtime=4.75 cores=5,7
/proc/960673/stat : 960673 (java) S 960669 960673 960561 0 -1 1077936128 19515 0 0 0 467 8 0 0 20 0 20 0 182686188 19566772224 56436 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
/proc/960673/statm: 4777044 56436 5896 1 0 556730 0
[pid=960673/tid=960676] ppid=960669 vsize=19108176 memory=198340509722 CPUtime=2.91 cores=5,7
/proc/960673/task/960676/stat : 960676 (java) R 960669 960673 960561 0 -1 4194368 6146 0 0 0 287 4 0 0 20 0 20 0 182686189 19566772224 56436 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
[pid=960673/tid=960695] ppid=960669 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/960673/task/960695/stat : 960695 (Finalizer) S 960669 960673 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182686191 19566772224 56436 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
[pid=960673/tid=960702] ppid=960669 vsize=19108176 memory=4892 CPUtime=0 cores=5,7
/proc/960673/task/960702/stat : 960702 (Common-Cleaner) S 960669 960673 960561 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 182686192 19566772224 56436 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
[pid=960673/tid=960708] ppid=960669 vsize=19108176 memory=204656 CPUtime=0 cores=5,7
/proc/960673/task/960708/stat : 960708 (Timer-0) S 960669 960673 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182686291 19566772224 56436 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
Current children cumulated CPU time: 4.75 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 225744 KiB

[startup+6.30029 s]
/proc/loadavg: 1.37 1.84 2.95 5/333 960711
/proc/meminfo: memFree=125833904/131524600 swapFree=130798616/131071996
[pid=960673] ppid=960669 vsize=19108176 memory=466972 CPUtime=8.02 cores=5,7
/proc/960673/stat : 960673 (java) S 960669 960673 960561 0 -1 1077936128 21871 0 0 0 790 12 0 0 20 0 20 0 182686188 19566772224 116743 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
/proc/960673/statm: 4777044 116743 5896 1 0 911821 0
[pid=960673/tid=960676] ppid=960669 vsize=19108176 memory=0 CPUtime=6.02 cores=5,7
/proc/960673/task/960676/stat : 960676 (java) R 960669 960673 960561 0 -1 4194368 6774 0 0 0 596 6 0 0 20 0 20 0 182686189 19566772224 116743 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
[pid=960673/tid=960695] ppid=960669 vsize=19108176 memory=4892 CPUtime=0 cores=5,7
/proc/960673/task/960695/stat : 960695 (Finalizer) S 960669 960673 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182686191 19566772224 116743 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
[pid=960673/tid=960702] ppid=960669 vsize=19108176 memory=205248 CPUtime=0 cores=5,7
/proc/960673/task/960702/stat : 960702 (Common-Cleaner) S 960669 960673 960561 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 20 0 182686192 19566772224 116743 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
[pid=960673/tid=960708] ppid=960669 vsize=19108176 memory=448540 CPUtime=0 cores=5,7
/proc/960673/task/960708/stat : 960708 (Timer-0) S 960669 960673 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182686291 19566772224 116743 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
Current children cumulated CPU time: 8.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 466972 KiB

[startup+12.7003 s]
/proc/loadavg: 1.58 1.88 2.95 5/333 960712
/proc/meminfo: memFree=124541184/131524600 swapFree=130798616/131071996
[pid=960673] ppid=960669 vsize=19108176 memory=779028 CPUtime=14.66 cores=5,7
/proc/960673/stat : 960673 (java) S 960669 960673 960561 0 -1 1077936128 23456 0 0 0 1448 18 0 0 20 0 20 0 182686188 19566772224 194757 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
/proc/960673/statm: 4777044 194757 5912 1 0 911832 0
[pid=960673/tid=960676] ppid=960669 vsize=19108176 memory=779028 CPUtime=12.16 cores=5,7
/proc/960673/task/960676/stat : 960676 (java) R 960669 960673 960561 0 -1 4194368 7027 0 0 0 1210 6 0 0 20 0 20 0 182686189 19566772224 194757 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
[pid=960673/tid=960695] ppid=960669 vsize=19108176 memory=7676 CPUtime=0 cores=5,7
/proc/960673/task/960695/stat : 960695 (Finalizer) S 960669 960673 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182686191 19566772224 194757 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
[pid=960673/tid=960702] ppid=960669 vsize=19108176 memory=6084751663349457747 CPUtime=0 cores=5,7
/proc/960673/task/960702/stat : 960702 (Common-Cleaner) S 960669 960673 960561 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 20 0 182686192 19566772224 194757 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
[pid=960673/tid=960708] ppid=960669 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/960673/task/960708/stat : 960708 (Timer-0) S 960669 960673 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182686291 19566772224 194757 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
Current children cumulated CPU time: 14.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 779028 KiB

[startup+25.5008 s]
/proc/loadavg: 2.12 1.98 2.97 5/334 960715
/proc/meminfo: memFree=123610808/131524600 swapFree=130798616/131071996
[pid=960673] ppid=960669 vsize=19108176 memory=1039180 CPUtime=27.65 cores=5,7
/proc/960673/stat : 960673 (java) S 960669 960673 960561 0 -1 1077936128 29885 0 0 0 2741 24 0 0 20 0 20 0 182686188 19566772224 259795 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
/proc/960673/statm: 4777044 259795 5912 1 0 911832 0
[pid=960673/tid=960676] ppid=960669 vsize=19108176 memory=6084751663349457747 CPUtime=24.61 cores=5,7
/proc/960673/task/960676/stat : 960676 (java) R 960669 960673 960561 0 -1 4194368 8451 0 0 0 2455 6 0 0 20 0 20 0 182686189 19566772224 259795 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
[pid=960673/tid=960695] ppid=960669 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/960673/task/960695/stat : 960695 (Finalizer) S 960669 960673 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182686191 19566772224 259795 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
[pid=960673/tid=960702] ppid=960669 vsize=19108176 memory=16888 CPUtime=0 cores=5,7
/proc/960673/task/960702/stat : 960702 (Common-Cleaner) S 960669 960673 960561 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 20 0 182686192 19566772224 259795 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
[pid=960673/tid=960708] ppid=960669 vsize=19108176 memory=-8527394836218946236 CPUtime=0 cores=5,7
/proc/960673/task/960708/stat : 960708 (Timer-0) S 960669 960673 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182686291 19566772224 259795 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
Current children cumulated CPU time: 27.65 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1039180 KiB

[startup+51.1058 s]
/proc/loadavg: 2.82 2.16 3.01 5/334 960718
/proc/meminfo: memFree=121408984/131524600 swapFree=130798616/131071996
[pid=960673] ppid=960669 vsize=19108176 memory=1573868 CPUtime=53.68 cores=5,7
/proc/960673/stat : 960673 (java) S 960669 960673 960561 0 -1 1077936128 39338 0 0 0 5333 35 0 0 20 0 20 0 182686188 19566772224 393467 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
/proc/960673/statm: 4777044 393467 5925 1 0 911832 0
[pid=960673/tid=960676] ppid=960669 vsize=19108176 memory=1434572 CPUtime=49.48 cores=5,7
/proc/960673/task/960676/stat : 960676 (java) R 960669 960673 960561 0 -1 4194368 9624 0 0 0 4941 7 0 0 20 0 20 0 182686189 19566772224 393467 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
[pid=960673/tid=960695] ppid=960669 vsize=19108176 memory=7676 CPUtime=0 cores=5,7
/proc/960673/task/960695/stat : 960695 (Finalizer) S 960669 960673 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182686191 19566772224 393467 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
[pid=960673/tid=960702] ppid=960669 vsize=19108176 memory=7676 CPUtime=0 cores=5,7
/proc/960673/task/960702/stat : 960702 (Common-Cleaner) S 960669 960673 960561 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 20 0 182686192 19566772224 393467 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
[pid=960673/tid=960708] ppid=960669 vsize=19108176 memory=7676 CPUtime=0 cores=5,7
/proc/960673/task/960708/stat : 960708 (Timer-0) S 960669 960673 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182686291 19566772224 393467 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0

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

/proc/960673/task/960695/stat : 960695 (Finalizer) S 960669 960673 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182686191 19566772224 2915301 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
[pid=960673/tid=960702] ppid=960669 vsize=19108176 memory=11661204 CPUtime=0 cores=5,7
/proc/960673/task/960702/stat : 960702 (Common-Cleaner) S 960669 960673 960561 0 -1 1077936192 1888 0 0 0 0 0 0 0 20 0 20 0 182686192 19566772224 2915301 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
[pid=960673/tid=960708] ppid=960669 vsize=19108176 memory=7676 CPUtime=0 cores=5,7
/proc/960673/task/960708/stat : 960708 (Timer-0) S 960669 960673 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182686291 19566772224 2915301 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
Current children cumulated CPU time: 3197.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 11661204 KiB

[startup+3222.3 s]
/proc/loadavg: 4.18 4.25 4.18 5/335 962562
/proc/meminfo: memFree=78253032/131524600 swapFree=130798616/131071996
[pid=960673] ppid=960669 vsize=19108176 memory=11805548 CPUtime=3259.07 cores=5,7
/proc/960673/stat : 960673 (java) S 960669 960673 960561 0 -1 1077936128 330452 0 0 0 325531 376 0 0 20 0 20 0 182686188 19566772224 2951387 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
/proc/960673/statm: 4777044 2951387 5922 1 0 3449405 0
[pid=960673/tid=960676] ppid=960669 vsize=19108176 memory=11661204 CPUtime=3172.68 cores=5,7
/proc/960673/task/960676/stat : 960676 (java) R 960669 960673 960561 0 -1 4194368 98935 0 0 0 317218 50 0 0 20 0 20 0 182686189 19566772224 2951387 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 4 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
[pid=960673/tid=960695] ppid=960669 vsize=19108176 memory=11661204 CPUtime=0 cores=5,7
/proc/960673/task/960695/stat : 960695 (Finalizer) S 960669 960673 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182686191 19566772224 2951387 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
[pid=960673/tid=960702] ppid=960669 vsize=19108176 memory=11661204 CPUtime=0 cores=5,7
/proc/960673/task/960702/stat : 960702 (Common-Cleaner) S 960669 960673 960561 0 -1 1077936192 1888 0 0 0 0 0 0 0 20 0 20 0 182686192 19566772224 2951387 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
[pid=960673/tid=960708] ppid=960669 vsize=19108176 memory=-8527394836218946236 CPUtime=0 cores=5,7
/proc/960673/task/960708/stat : 960708 (Timer-0) S 960669 960673 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182686291 19566772224 2951387 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
Current children cumulated CPU time: 3259.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 11805548 KiB

[startup+3282.3 s]
/proc/loadavg: 4.16 4.23 4.18 5/332 962573
/proc/meminfo: memFree=77513284/131524600 swapFree=130798616/131071996
[pid=960673] ppid=960669 vsize=19108176 memory=12110700 CPUtime=3318.74 cores=5,7
/proc/960673/stat : 960673 (java) S 960669 960673 960561 0 -1 1077936128 332115 0 0 0 331490 384 0 0 20 0 20 0 182686188 19566772224 3027675 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
/proc/960673/statm: 4777044 3027675 5922 1 0 3449405 0
[pid=960673/tid=960676] ppid=960669 vsize=19108176 memory=27344 CPUtime=3232.32 cores=5,7
/proc/960673/task/960676/stat : 960676 (java) R 960669 960673 960561 0 -1 4194368 100371 0 0 0 323176 56 0 0 20 0 20 0 182686189 19566772224 3027675 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 4 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
[pid=960673/tid=960695] ppid=960669 vsize=19108176 memory=11774828 CPUtime=0 cores=5,7
/proc/960673/task/960695/stat : 960695 (Finalizer) S 960669 960673 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182686191 19566772224 3027675 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
[pid=960673/tid=960702] ppid=960669 vsize=19108176 memory=19316 CPUtime=0 cores=5,7
/proc/960673/task/960702/stat : 960702 (Common-Cleaner) S 960669 960673 960561 0 -1 1077936192 1889 0 0 0 0 0 0 0 20 0 20 0 182686192 19566772224 3027675 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
[pid=960673/tid=960708] ppid=960669 vsize=19108176 memory=12098412 CPUtime=0 cores=5,7
/proc/960673/task/960708/stat : 960708 (Timer-0) S 960669 960673 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182686291 19566772224 3027675 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
Current children cumulated CPU time: 3318.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 12110700 KiB

[startup+3342.3 s]
/proc/loadavg: 4.18 4.22 4.18 5/332 962583
/proc/meminfo: memFree=76654872/131524600 swapFree=130798616/131071996
[pid=960673] ppid=960669 vsize=19108176 memory=12436492 CPUtime=3379.44 cores=5,7
/proc/960673/stat : 960673 (java) S 960669 960673 960561 0 -1 1077936128 337095 0 0 0 337550 394 0 0 20 0 20 0 182686188 19566772224 3109123 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
/proc/960673/statm: 4777044 3109123 5922 1 0 3449405 0
[pid=960673/tid=960676] ppid=960669 vsize=19108176 memory=12436492 CPUtime=3291.31 cores=5,7
/proc/960673/task/960676/stat : 960676 (java) R 960669 960673 960561 0 -1 4194368 101173 0 0 0 329072 59 0 0 20 0 20 0 182686189 19566772224 3109123 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 4 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
[pid=960673/tid=960695] ppid=960669 vsize=19108176 memory=1200 CPUtime=0 cores=5,7
/proc/960673/task/960695/stat : 960695 (Finalizer) S 960669 960673 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182686191 19566772224 3109123 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
[pid=960673/tid=960702] ppid=960669 vsize=19108176 memory=12436492 CPUtime=0 cores=5,7
/proc/960673/task/960702/stat : 960702 (Common-Cleaner) S 960669 960673 960561 0 -1 1077936192 1929 0 0 0 0 0 0 0 20 0 20 0 182686192 19566772224 3109123 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
[pid=960673/tid=960708] ppid=960669 vsize=19108176 memory=16888 CPUtime=0 cores=5,7
/proc/960673/task/960708/stat : 960708 (Timer-0) S 960669 960673 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182686291 19566772224 3109123 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
Current children cumulated CPU time: 3379.44 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 12436492 KiB

[startup+3402.3 s]
/proc/loadavg: 4.24 4.22 4.18 5/332 962594
/proc/meminfo: memFree=76195800/131524600 swapFree=130798616/131071996
[pid=960673] ppid=960669 vsize=19108176 memory=12436492 CPUtime=3439.77 cores=5,7
/proc/960673/stat : 960673 (java) S 960669 960673 960561 0 -1 1077936128 338318 0 0 0 343581 396 0 0 20 0 20 0 182686188 19566772224 3109123 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
/proc/960673/statm: 4777044 3109123 5922 1 0 3449405 0
[pid=960673/tid=960676] ppid=960669 vsize=19108176 memory=12436492 CPUtime=3350.76 cores=5,7
/proc/960673/task/960676/stat : 960676 (java) R 960669 960673 960561 0 -1 4194368 101784 0 0 0 335017 59 0 0 20 0 20 0 182686189 19566772224 3109123 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 4 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
[pid=960673/tid=960695] ppid=960669 vsize=19108176 memory=27344 CPUtime=0 cores=5,7
/proc/960673/task/960695/stat : 960695 (Finalizer) S 960669 960673 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182686191 19566772224 3109123 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
[pid=960673/tid=960702] ppid=960669 vsize=19108176 memory=7676 CPUtime=0 cores=5,7
/proc/960673/task/960702/stat : 960702 (Common-Cleaner) S 960669 960673 960561 0 -1 1077936192 1930 0 0 0 0 0 0 0 20 0 20 0 182686192 19566772224 3109123 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
[pid=960673/tid=960708] ppid=960669 vsize=19108176 memory=4892 CPUtime=0 cores=5,7
/proc/960673/task/960708/stat : 960708 (Timer-0) S 960669 960673 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182686291 19566772224 3109123 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
Current children cumulated CPU time: 3439.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 12436492 KiB

[startup+3462.3 s]
/proc/loadavg: 4.19 4.21 4.18 5/332 962604
/proc/meminfo: memFree=75277188/131524600 swapFree=130798616/131071996
[pid=960673] ppid=960669 vsize=19108176 memory=12436496 CPUtime=3500.13 cores=5,7
/proc/960673/stat : 960673 (java) S 960669 960673 960561 0 -1 1077936128 338863 0 0 0 349615 398 0 0 20 0 20 0 182686188 19566772224 3109124 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
/proc/960673/statm: 4777044 3109124 5922 1 0 3449405 0
[pid=960673/tid=960676] ppid=960669 vsize=19108176 memory=12436492 CPUtime=3410.16 cores=5,7
/proc/960673/task/960676/stat : 960676 (java) R 960669 960673 960561 0 -1 4194368 101805 0 0 0 340957 59 0 0 20 0 20 0 182686189 19566772224 3109124 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 4 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
[pid=960673/tid=960695] ppid=960669 vsize=19108176 memory=12436496 CPUtime=0 cores=5,7
/proc/960673/task/960695/stat : 960695 (Finalizer) S 960669 960673 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182686191 19566772224 3109124 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
[pid=960673/tid=960702] ppid=960669 vsize=19108176 memory=12436496 CPUtime=0 cores=5,7
/proc/960673/task/960702/stat : 960702 (Common-Cleaner) S 960669 960673 960561 0 -1 1077936192 1930 0 0 0 0 0 0 0 20 0 20 0 182686192 19566772224 3109124 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
[pid=960673/tid=960708] ppid=960669 vsize=19108176 memory=12436496 CPUtime=0 cores=5,7
/proc/960673/task/960708/stat : 960708 (Timer-0) S 960669 960673 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182686291 19566772224 3109124 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
Current children cumulated CPU time: 3500.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 12436496 KiB

[startup+3522.3 s]
/proc/loadavg: 4.25 4.22 4.18 5/331 962614
/proc/meminfo: memFree=75071352/131524600 swapFree=130798616/131071996
[pid=960673] ppid=960669 vsize=19108176 memory=12436508 CPUtime=3560.5 cores=5,7
/proc/960673/stat : 960673 (java) S 960669 960673 960561 0 -1 1077936128 340375 0 0 0 355649 401 0 0 20 0 20 0 182686188 19566772224 3109127 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
/proc/960673/statm: 4777044 3109127 5922 1 0 3449405 0
[pid=960673/tid=960676] ppid=960669 vsize=19108176 memory=12436496 CPUtime=3469.53 cores=5,7
/proc/960673/task/960676/stat : 960676 (java) R 960669 960673 960561 0 -1 4194368 102658 0 0 0 346894 59 0 0 20 0 20 0 182686189 19566772224 3109127 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 4 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
[pid=960673/tid=960695] ppid=960669 vsize=19108176 memory=27344 CPUtime=0 cores=5,7
/proc/960673/task/960695/stat : 960695 (Finalizer) S 960669 960673 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182686191 19566772224 3109127 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
[pid=960673/tid=960702] ppid=960669 vsize=19108176 memory=7676 CPUtime=0 cores=5,7
/proc/960673/task/960702/stat : 960702 (Common-Cleaner) S 960669 960673 960561 0 -1 1077936192 1930 0 0 0 0 0 0 0 20 0 20 0 182686192 19566772224 3109127 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
[pid=960673/tid=960708] ppid=960669 vsize=19108176 memory=12436508 CPUtime=0 cores=5,7
/proc/960673/task/960708/stat : 960708 (Timer-0) S 960669 960673 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182686291 19566772224 3109127 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
Current children cumulated CPU time: 3560.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 12436508 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3561.5 s]
/proc/loadavg: 4.27 4.22 4.19 4/311 962640
/proc/meminfo: memFree=90322744/131524600 swapFree=130798616/131071996
[pid=960673] ppid=960669 vsize=19108176 memory=12436508 CPUtime=3600.01 cores=5,7
/proc/960673/stat : 960673 (java) S 960669 960673 960561 0 -1 1077936128 345270 0 0 0 359598 403 0 0 20 0 20 0 182686188 19566772224 3109127 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
/proc/960673/statm: 4777044 3109127 5922 1 0 3449405 0
[pid=960673/tid=960676] ppid=960669 vsize=19108176 memory=12436508 CPUtime=3508.1 cores=5,7
/proc/960673/task/960676/stat : 960676 (java) R 960669 960673 960561 0 -1 4194368 103330 0 0 0 350751 59 0 0 20 0 20 0 182686189 19566772224 3109127 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 4 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
[pid=960673/tid=960695] ppid=960669 vsize=19108176 memory=12436508 CPUtime=0 cores=5,7
/proc/960673/task/960695/stat : 960695 (Finalizer) S 960669 960673 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182686191 19566772224 3109127 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
[pid=960673/tid=960702] ppid=960669 vsize=19108176 memory=12436508 CPUtime=0 cores=5,7
/proc/960673/task/960702/stat : 960702 (Common-Cleaner) S 960669 960673 960561 0 -1 1077936192 2086 0 0 0 0 0 0 0 20 0 20 0 182686192 19566772224 3109127 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
[pid=960673/tid=960708] ppid=960669 vsize=19108176 memory=7676 CPUtime=0 cores=5,7
/proc/960673/task/960708/stat : 960708 (Timer-0) S 960669 960673 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182686291 19566772224 3109127 134679101440 94362498400256 94362498403952 140726963154096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94362498411768 94362498412560 94362505240576 140726963155974 140726963156064 140726963156064 140726963163080 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 12436508 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.09 s, system=4.07703 s

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

[startup+3561.61 s]*
/proc/loadavg: 4.27 4.22 4.19 7/313 962694
/proc/meminfo: memFree=102315196/131524600 swapFree=130798616/131071996
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): 3561.62
CPU time (s): 3600.17
CPU user time (s): 3596.09
CPU system time (s): 4.07703
CPU usage (%): 101.082
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 12436508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.09
system time used= 4.07703
maximum resident set size= 12438336
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 348304
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 112903
involuntary context switches= 13300


# summary of solver processes directly reported to runsolver:
#   pid: 960673
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3596.09
#   total CPU system time (s): 4.07703

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.73313 second user time and 18.332 second system time

The end

Launcher Data

Begin job on nodeC014 at 2024-07-18 14:21:23
IDJOB=4442774
IDBENCH=147848
IDSOLVER=3058
FILE ID=nodeC014/4442774-1721305270
RUNJOBID= nodeC014-1721305283-960574
SLURM_JOB_ID= 7542633
Free space on /tmp= 890072 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-clauses-85-80.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442774-1721305270/watcher-4442774-1721305270 -o /tmp/evaluation-result-4442774-1721305270/solver-4442774-1721305270 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1721305283-960574 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4442774-1721305270.opb

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

MD5SUM BENCH= b66aa0ca883b9987dbaf460c58c6223e
RANDOM SEED=330959219

nodeC014.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		: 3631.188
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.32
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		: 3641.619
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.96
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		: 3607.494
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.32
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		: 3649.281
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.96
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.884
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.32
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		: 3657.225
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.96
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		: 3631.033
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.32
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		: 3646.761
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.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        126865380 kB
MemAvailable:   129964964 kB
Buffers:          429836 kB
Cached:          3473580 kB
SwapCached:        12876 kB
Active:          1329784 kB
Inactive:        2742560 kB
Active(anon):       9200 kB
Inactive(anon):   180064 kB
Active(file):    1320584 kB
Inactive(file):  2562496 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       130798616 kB
Dirty:             13668 kB
Writeback:            12 kB
AnonPages:        160584 kB
Mapped:            64104 kB
Shmem:             20332 kB
KReclaimable:     112300 kB
Slab:             210476 kB
SReclaimable:     112300 kB
SUnreclaim:        98176 kB
KernelStack:        4136 kB
PageTables:        10252 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    5068492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            35168 kB
HardwareCorrupted:     0 kB
AnonHugePages:     36864 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:      232148 kB
DirectMap2M:    25755648 kB
DirectMap1G:    110100480 kB

Free space on /tmp at the end= 890064 MiB
End job on nodeC014 at 2024-07-18 15:20:45