Trace number 4442504

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.21 3582.74

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
roussel/normalized-pigeon-cardinality-61-60.opb
MD5SUM5c8918c3cb918142421b1796e9d625e3
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.043503
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3660
Total number of constraints121
Number of constraints which are clauses61
Number of constraints which are cardinality constraints (but not clauses)60
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint60
Maximum length of a constraint61
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 62
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 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.09	c Free memory 		2106806208
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.14	--- Begin Solver configuration ---
0.13/0.14	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.14	Learn all clauses as in MiniSAT
0.13/0.14	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.14	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.14	No reason simplification
0.13/0.14	Glucose 2.1 dynamic restart strategy
0.13/0.14	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.14	timeout=2147483s
0.13/0.14	DB Simplification allowed=false
0.13/0.14	Listener: none
0.13/0.14	--- End Solver configuration ---
0.13/0.14	c Pseudo Boolean Optimization by upper bound
0.13/0.14	c --- Begin Solver configuration ---
0.13/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.14	c Learn all clauses as in MiniSAT
0.13/0.14	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.14	c No reason simplification
0.13/0.14	c Glucose 2.1 dynamic restart strategy
0.13/0.14	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.14	c timeout=2147483s
0.13/0.14	c DB Simplification allowed=false
0.13/0.14	c Listener: none
0.13/0.14	c --- End Solver configuration ---
0.13/0.14	c solving HOME/instance-4442504-1721297449.opb
0.13/0.14	c reading problem ... 
0.13/0.14	c  no objective function found
0.13/0.18	c ... done. Wall clock time 0.043s.
0.13/0.18	c declared #vars     3660
0.13/0.18	c #constraints  121
0.13/0.18	c constraints type 
0.13/0.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 60
0.13/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 61
0.13/0.18	c 121 constraints processed.
1.58/1.07	c cleaning 2500 clauses out of 5001 with flag 31255/5001
3.11/2.35	c cleaning 4248 clauses out of 8500 with flag 69850/11000
4.86/4.08	c cleaning 5618 clauses out of 11253 with flag 114690/18001
5.93/5.03	c cleaning 6804 clauses out of 13634 with flag 170990/26000
7.81/6.97	c cleaning 7899 clauses out of 15830 with flag 226397/35000
12.63/11.53	c cleaning 8947 clauses out of 17933 with flag 291983/45002
18.45/17.36	c cleaning 9973 clauses out of 19985 with flag 359829/56001
24.97/23.77	c cleaning 10991 clauses out of 22013 with flag 430260/68002
29.64/28.30	c cleaning 11904 clauses out of 24021 with flag 524447/81001
31.40/30.07	c cleaning 13029 clauses out of 26116 with flag 612144/95000
34.85/33.48	c cleaning 14014 clauses out of 28088 with flag 714537/110001
41.16/39.66	c cleaning 15015 clauses out of 30073 with flag 821352/126000
46.12/44.54	c cleaning 16009 clauses out of 32060 with flag 942296/143002
53.19/51.58	c cleaning 17001 clauses out of 34052 with flag 1077460/161003
59.44/57.74	c cleaning 18003 clauses out of 36052 with flag 1217183/180004
65.20/63.02	c cleaning 18895 clauses out of 38045 with flag 1373543/200000
69.76/67.42	c cleaning 20042 clauses out of 40151 with flag 1502479/221001
78.90/76.43	c cleaning 21020 clauses out of 42110 with flag 1646952/243002
90.82/88.34	c cleaning 22008 clauses out of 44088 with flag 1778542/266000
104.53/101.95	c cleaning 23008 clauses out of 46081 with flag 1925851/290001
110.02/106.69	c cleaning 24009 clauses out of 48074 with flag 2100384/315002
114.88/111.35	c cleaning 25000 clauses out of 50064 with flag 2264717/341001
121.34/117.61	c cleaning 25995 clauses out of 52065 with flag 2443476/368002
137.00/133.16	c cleaning 26993 clauses out of 54068 with flag 2630579/396000
151.49/147.54	c cleaning 28001 clauses out of 56075 with flag 2848228/425000
168.52/164.48	c cleaning 28999 clauses out of 58074 with flag 3063083/455000
185.87/181.63	c cleaning 29998 clauses out of 60075 with flag 3272809/486000
211.96/207.04	c cleaning 30994 clauses out of 62078 with flag 3507383/518001
224.01/218.95	c cleaning 32003 clauses out of 64083 with flag 3776705/551000
242.38/237.28	c cleaning 33003 clauses out of 66080 with flag 4025202/585000
259.02/253.76	c cleaning 34008 clauses out of 68078 with flag 4311140/620001
279.86/274.46	c cleaning 35004 clauses out of 70069 with flag 4587622/656000
303.80/298.22	c cleaning 36001 clauses out of 72066 with flag 4901372/693001
317.32/311.67	c cleaning 36997 clauses out of 74065 with flag 5194755/731001
342.43/336.52	c cleaning 38001 clauses out of 76071 with flag 5558557/770004
364.84/358.21	c cleaning 38998 clauses out of 78067 with flag 5905054/810001
399.98/393.34	c cleaning 39988 clauses out of 80068 with flag 6228112/851000
445.17/438.53	c cleaning 41001 clauses out of 82084 with flag 6630014/893004
488.84/481.96	c cleaning 41993 clauses out of 84079 with flag 7046312/936000
541.43/534.44	c cleaning 42998 clauses out of 86087 with flag 7456671/980001
590.73/583.57	c cleaning 44003 clauses out of 88089 with flag 7892235/1025001
651.94/644.56	c cleaning 44998 clauses out of 90085 with flag 8299923/1071000
715.97/708.77	c cleaning 45997 clauses out of 92087 with flag 8700510/1118000
783.69/775.60	c cleaning 47004 clauses out of 94091 with flag 9139145/1166001
818.59/810.24	c cleaning 48003 clauses out of 96086 with flag 9527329/1215000
839.01/830.49	c cleaning 49013 clauses out of 98083 with flag 9885384/1265000
860.42/851.84	c cleaning 49992 clauses out of 100071 with flag 10222626/1316001
878.54/869.55	c cleaning 50973 clauses out of 102081 with flag 10561120/1368003
894.55/885.19	c cleaning 52028 clauses out of 104105 with flag 10897531/1421000
910.29/900.81	c cleaning 52987 clauses out of 106078 with flag 11252038/1475001
927.32/917.50	c cleaning 54005 clauses out of 108090 with flag 11602573/1530000
946.39/936.24	c cleaning 54996 clauses out of 110085 with flag 12014632/1586000
1012.58/1002.39	c cleaning 55998 clauses out of 112090 with flag 12379978/1643001
1070.68/1060.11	c cleaning 57005 clauses out of 114091 with flag 12776917/1701000
1123.66/1111.77	c cleaning 57993 clauses out of 116086 with flag 13208871/1760000
1178.21/1166.10	c cleaning 59012 clauses out of 118093 with flag 13671423/1820000
1244.64/1232.46	c cleaning 60006 clauses out of 120088 with flag 14140868/1881007
1312.21/1300.02	c cleaning 60995 clauses out of 122076 with flag 14622116/1943001
1384.42/1372.64	c cleaning 62002 clauses out of 124083 with flag 15080189/2006003
1463.94/1452.33	c cleaning 62996 clauses out of 126078 with flag 15563263/2070000
1551.30/1540.22	c cleaning 64000 clauses out of 128084 with flag 16054043/2135002
1643.70/1632.97	c cleaning 65001 clauses out of 130083 with flag 16559101/2201001
1728.64/1718.21	c cleaning 66000 clauses out of 132081 with flag 17120613/2268000
1834.70/1824.48	c cleaning 66999 clauses out of 134081 with flag 17682595/2336000
1919.89/1909.21	c cleaning 68011 clauses out of 136083 with flag 18267287/2405001
1943.38/1932.46	c cleaning 69011 clauses out of 138071 with flag 18724567/2475000
1994.20/1983.09	c cleaning 69996 clauses out of 140060 with flag 19179164/2546000
2019.67/2007.98	c cleaning 71003 clauses out of 142064 with flag 19622375/2618000
2048.10/2035.09	c cleaning 72009 clauses out of 144063 with flag 20072179/2691002
2095.35/2082.07	c cleaning 72974 clauses out of 146054 with flag 20526564/2765002
2121.97/2108.35	c cleaning 74006 clauses out of 148079 with flag 21010740/2840001
2179.54/2165.63	c cleaning 75012 clauses out of 150076 with flag 21530687/2916004
2282.21/2267.63	c cleaning 75997 clauses out of 152061 with flag 22039142/2993001
2403.17/2388.42	c cleaning 77000 clauses out of 154063 with flag 22603962/3071000
2499.15/2483.73	c cleaning 78001 clauses out of 156065 with flag 23373210/3150002
2587.71/2572.50	c cleaning 79006 clauses out of 158062 with flag 24037951/3230000
2690.67/2675.15	c cleaning 79990 clauses out of 160057 with flag 24851968/3311001
2763.08/2746.98	c cleaning 80991 clauses out of 162066 with flag 25524244/3393000
2865.49/2849.13	c cleaning 82011 clauses out of 164077 with flag 26281402/3476002
2930.70/2913.92	c cleaning 83008 clauses out of 166064 with flag 26916013/3560000
3066.09/3049.17	c cleaning 83994 clauses out of 168056 with flag 27461397/3645000
3202.36/3185.01	c cleaning 85003 clauses out of 170066 with flag 28046457/3731004
3348.56/3330.70	c cleaning 85997 clauses out of 172060 with flag 28619643/3818001
3494.10/3476.85	c cleaning 87006 clauses out of 174064 with flag 29247951/3906002
3565.71/3548.59	c cleaning 88027 clauses out of 176060 with flag 29845719/3995004
3600.02/3582.63	c starts		: 5467
3600.02/3582.63	c timeout
3600.02/3582.63	c conflicts		: 4039562
3600.02/3582.63	c decisions		: 20538230
3600.02/3582.63	c propagations		: 94369303
3600.02/3582.63	c inspects		: 14620701097
3600.02/3582.63	c shortcuts		: 0
3600.02/3582.63	c learnt literals	: 0
3600.02/3582.63	c learnt binary clauses	: 0
3600.02/3582.63	c learnt ternary clauses	: 0
3600.02/3582.63	c learnt constraints	: 4039562
3600.02/3582.63	c ignored constraints	: 0
3600.02/3582.63	c root simplifications	: 0
3600.02/3582.63	c removed literals (reason simplification)	: 0
3600.02/3582.63	c reason swapping (by a shorter reason)	: 0
3600.02/3582.63	c Calls to reduceDB	: 85
3600.02/3582.63	c Number of update (reduction) of LBD	: 2414587
3600.02/3582.63	c Imported unit clauses	: 0
3600.02/3582.63	c No decision after first conflict	: false
3600.02/3582.63	c number of reductions to clauses (during analyze)	: 0
3600.02/3582.63	c number of learned constraints concerned by reduction	: 0
3600.02/3582.63	c number of learning phase by resolution	: 0
3600.02/3582.63	c number of learning phase by cutting planes	: 0
3600.02/3582.63	c number of rounding to 1 operations	: 0
3600.02/3582.63	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3582.63	c number of reductions of the coefficients by power 2 	: 0
3600.02/3582.63	c number of right shift for reduction by power 2 	: 0
3600.02/3582.63	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3582.63	c number of ending skipping 	: 0
3600.02/3582.63	c number of internal skipping 	: 0
3600.02/3582.63	c number of derivation steps 	: 0
3600.02/3582.63	c number of skipped derivation steps 	: 0
3600.02/3582.63	c number of remaining unassigned 	: 0
3600.02/3582.63	c number of remaining assigned 	: 0
3600.02/3582.63	c number of falsified literals weakened from reason	: 0
3600.02/3582.63	c number of falsified literals weakened from conflict	: 0
3600.02/3582.63	c time for arithmetic operations	: 0
3600.02/3582.65	c minimum degree of deleted constraints	: null
3600.02/3582.65	c maximum degree of deleted constraints	: null
3600.02/3582.65	c number of deleted constraints	: 0
3600.02/3582.65	c speed (assignments/second)	: 26342.061607438696
3600.02/3582.65	c non guided choices	: 189076
3600.02/3582.70	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 132591
3600.02/3582.70	s UNKNOWN
3600.02/3582.70	c Total wall clock time (in seconds): 3582.561

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442504-1721297449/watcher-4442504-1721297449 -o /tmp/evaluation-result-4442504-1721297449/solver-4442504-1721297449 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721293761-975545 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4442504-1721297449.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=979711, runsolver pid=979708

[startup+0.10053 s]*
/proc/loadavg: 4.52 4.26 4.14 5/332 979729
/proc/meminfo: memFree=104651540/131524600 swapFree=131071996/131071996
[pid=979711] ppid=979708 vsize=18975048 memory=63936 CPUtime=0.13 cores=1,3
/proc/979711/stat : 979711 (java) S 979708 979711 975533 0 -1 1077936128 7055 0 0 0 11 2 0 0 20 0 18 0 181906798 19430449152 15984 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
/proc/979711/statm: 4743762 15984 5542 1 0 549298 0
[pid=979711/tid=979713] ppid=979708 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=1,3
/proc/979711/task/979713/stat : 979713 (java) R 979708 979711 975533 0 -1 4194368 5631 0 0 0 7 2 0 0 20 0 18 0 181906799 19430449152 15984 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
[pid=979711/tid=979722] ppid=979708 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/979711/task/979722/stat : 979722 (Finalizer) S 979708 979711 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 181906801 19430449152 15984 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
[pid=979711/tid=979729] ppid=979708 vsize=18975048 memory=15824395507619580 CPUtime=0 cores=1,3
/proc/979711/task/979729/stat : 979729 (Common-Cleaner) S 979708 979711 975533 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 181906802 19430449152 15984 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63936 KiB

[startup+0.207509 s]*
/proc/loadavg: 4.52 4.26 4.14 6/333 979730
/proc/meminfo: memFree=104641268/131524600 swapFree=131071996/131071996
[pid=979711] ppid=979708 vsize=19041612 memory=75236 CPUtime=0.31 cores=1,3
/proc/979711/stat : 979711 (java) S 979708 979711 975533 0 -1 1077936128 7523 0 0 0 29 2 0 0 20 0 19 0 181906798 19498610688 18809 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
/proc/979711/statm: 4760403 18809 5836 1 0 549870 0
[pid=979711/tid=979713] ppid=979708 vsize=19041612 memory=4782652875487838339 CPUtime=0.18 cores=1,3
/proc/979711/task/979713/stat : 979713 (java) S 979708 979711 975533 0 -1 1077936192 5846 0 0 0 16 2 0 0 20 0 19 0 181906799 19498610688 18809 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
[pid=979711/tid=979722] ppid=979708 vsize=19041612 memory=15975 CPUtime=0 cores=1,3
/proc/979711/task/979722/stat : 979722 (Finalizer) S 979708 979711 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 181906801 19498610688 18809 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
[pid=979711/tid=979729] ppid=979708 vsize=19041612 memory=14698495600756458 CPUtime=0 cores=1,3
/proc/979711/task/979729/stat : 979729 (Common-Cleaner) S 979708 979711 975533 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 181906802 19498610688 18809 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
[pid=979711/tid=979730] ppid=979708 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/979711/task/979730/stat : 979730 (Timer-0) S 979708 979711 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 181906817 19498610688 18809 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 75236 KiB

[startup+0.313521 s]*
/proc/loadavg: 4.52 4.26 4.14 7/333 979732
/proc/meminfo: memFree=104633432/131524600 swapFree=131071996/131071996
[pid=979711] ppid=979708 vsize=19041612 memory=82756 CPUtime=0.5 cores=1,3
/proc/979711/stat : 979711 (java) S 979708 979711 975533 0 -1 1077936128 10099 0 0 0 48 2 0 0 20 0 19 0 181906798 19498610688 20689 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
/proc/979711/statm: 4760403 20689 5836 1 0 551337 0
[pid=979711/tid=979713] ppid=979708 vsize=19041612 memory=-8601140141934027452 CPUtime=0.28 cores=1,3
/proc/979711/task/979713/stat : 979713 (java) R 979708 979711 975533 0 -1 4194368 5853 0 0 0 26 2 0 0 20 0 19 0 181906799 19498610688 20689 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
[pid=979711/tid=979722] ppid=979708 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/979711/task/979722/stat : 979722 (Finalizer) S 979708 979711 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 181906801 19498610688 20689 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
[pid=979711/tid=979729] ppid=979708 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/979711/task/979729/stat : 979729 (Common-Cleaner) S 979708 979711 975533 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 181906802 19498610688 20689 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
[pid=979711/tid=979730] ppid=979708 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/979711/task/979730/stat : 979730 (Timer-0) S 979708 979711 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 181906817 19498610688 20689 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 82756 KiB

[startup+0.700279 s]
/proc/loadavg: 4.52 4.26 4.14 6/333 979732
/proc/meminfo: memFree=104625520/131524600 swapFree=131071996/131071996
[pid=979711] ppid=979708 vsize=19041612 memory=96636 CPUtime=1.24 cores=1,3
/proc/979711/stat : 979711 (java) S 979708 979711 975533 0 -1 1077936128 10648 0 0 0 121 3 0 0 20 0 19 0 181906798 19498610688 24159 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
/proc/979711/statm: 4760403 24159 5852 1 0 551584 0
[pid=979711/tid=979713] ppid=979708 vsize=19041612 memory=45052 CPUtime=0.65 cores=1,3
/proc/979711/task/979713/stat : 979713 (java) R 979708 979711 975533 0 -1 4194368 5866 0 0 0 63 2 0 0 20 0 19 0 181906799 19498610688 24159 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
[pid=979711/tid=979722] ppid=979708 vsize=19041612 memory=13196 CPUtime=0 cores=1,3
/proc/979711/task/979722/stat : 979722 (Finalizer) S 979708 979711 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 181906801 19498610688 24159 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
[pid=979711/tid=979729] ppid=979708 vsize=19041612 memory=2320 CPUtime=0 cores=1,3
/proc/979711/task/979729/stat : 979729 (Common-Cleaner) S 979708 979711 975533 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 181906802 19498610688 24159 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
[pid=979711/tid=979730] ppid=979708 vsize=19041612 memory=2028 CPUtime=0 cores=1,3
/proc/979711/task/979730/stat : 979730 (Timer-0) S 979708 979711 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 181906817 19498610688 24159 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 96636 KiB

[startup+1.50031 s]
/proc/loadavg: 4.56 4.28 4.15 6/333 979732
/proc/meminfo: memFree=104175816/131524600 swapFree=131071996/131071996
[pid=979711] ppid=979708 vsize=19041612 memory=132956 CPUtime=2.25 cores=1,3
/proc/979711/stat : 979711 (java) S 979708 979711 975533 0 -1 1077936128 15007 0 0 0 220 5 0 0 20 0 19 0 181906798 19498610688 33239 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
/proc/979711/statm: 4760403 33239 5852 1 0 552346 0
[pid=979711/tid=979713] ppid=979708 vsize=19041612 memory=13196 CPUtime=1.44 cores=1,3
/proc/979711/task/979713/stat : 979713 (java) R 979708 979711 975533 0 -1 4194368 6918 0 0 0 141 3 0 0 20 0 19 0 181906799 19498610688 33239 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
[pid=979711/tid=979722] ppid=979708 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/979711/task/979722/stat : 979722 (Finalizer) S 979708 979711 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 181906801 19498610688 33239 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
[pid=979711/tid=979729] ppid=979708 vsize=19041612 memory=2320 CPUtime=0 cores=1,3
/proc/979711/task/979729/stat : 979729 (Common-Cleaner) S 979708 979711 975533 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 181906802 19498610688 33239 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
[pid=979711/tid=979730] ppid=979708 vsize=19041612 memory=2028 CPUtime=0 cores=1,3
/proc/979711/task/979730/stat : 979730 (Timer-0) S 979708 979711 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 181906817 19498610688 33239 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
Current children cumulated CPU time: 2.25 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 132956 KiB

[startup+3.10613 s]
/proc/loadavg: 4.56 4.28 4.15 5/334 979733
/proc/meminfo: memFree=104015052/131524600 swapFree=131071996/131071996
[pid=979711] ppid=979708 vsize=19108176 memory=203156 CPUtime=3.95 cores=1,3
/proc/979711/stat : 979711 (java) S 979708 979711 975533 0 -1 1077936128 16712 0 0 0 389 6 0 0 20 0 20 0 181906798 19566772224 50789 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
/proc/979711/statm: 4777044 50789 5868 1 0 552643 0
[pid=979711/tid=979713] ppid=979708 vsize=19108176 memory=0 CPUtime=3.02 cores=1,3
/proc/979711/task/979713/stat : 979713 (java) R 979708 979711 975533 0 -1 4194368 7217 0 0 0 298 4 0 0 20 0 20 0 181906799 19566772224 50789 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
[pid=979711/tid=979722] ppid=979708 vsize=19108176 memory=-8601140141934027452 CPUtime=0 cores=1,3
/proc/979711/task/979722/stat : 979722 (Finalizer) S 979708 979711 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181906801 19566772224 50789 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
[pid=979711/tid=979729] ppid=979708 vsize=19108176 memory=13196 CPUtime=0 cores=1,3
/proc/979711/task/979729/stat : 979729 (Common-Cleaner) S 979708 979711 975533 0 -1 1077936192 35 0 0 0 0 0 0 0 20 0 20 0 181906802 19566772224 50789 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
[pid=979711/tid=979730] ppid=979708 vsize=19108176 memory=2320 CPUtime=0 cores=1,3
/proc/979711/task/979730/stat : 979730 (Timer-0) S 979708 979711 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181906817 19566772224 50789 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
Current children cumulated CPU time: 3.95 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 203156 KiB

[startup+6.30052 s]
/proc/loadavg: 4.51 4.27 4.14 5/334 979733
/proc/meminfo: memFree=103904340/131524600 swapFree=131071996/131071996
[pid=979711] ppid=979708 vsize=19108176 memory=274336 CPUtime=7.21 cores=1,3
/proc/979711/stat : 979711 (java) S 979708 979711 975533 0 -1 1077936128 16938 0 0 0 713 8 0 0 20 0 20 0 181906798 19566772224 68584 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
/proc/979711/statm: 4777044 68584 5868 1 0 552645 0
[pid=979711/tid=979713] ppid=979708 vsize=19108176 memory=2320 CPUtime=6.12 cores=1,3
/proc/979711/task/979713/stat : 979713 (java) R 979708 979711 975533 0 -1 4194368 7235 0 0 0 608 4 0 0 20 0 20 0 181906799 19566772224 68584 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
[pid=979711/tid=979722] ppid=979708 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/979711/task/979722/stat : 979722 (Finalizer) S 979708 979711 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181906801 19566772224 68584 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
[pid=979711/tid=979729] ppid=979708 vsize=19108176 memory=13196 CPUtime=0 cores=1,3
/proc/979711/task/979729/stat : 979729 (Common-Cleaner) S 979708 979711 975533 0 -1 1077936192 35 0 0 0 0 0 0 0 20 0 20 0 181906802 19566772224 68584 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
[pid=979711/tid=979730] ppid=979708 vsize=19108176 memory=-5158697563450915880 CPUtime=0 cores=1,3
/proc/979711/task/979730/stat : 979730 (Timer-0) S 979708 979711 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181906817 19566772224 68584 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
Current children cumulated CPU time: 7.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 274336 KiB

[startup+12.7005 s]
/proc/loadavg: 4.47 4.27 4.14 5/334 979734
/proc/meminfo: memFree=103626280/131524600 swapFree=131071996/131071996
[pid=979711] ppid=979708 vsize=19108176 memory=441580 CPUtime=13.89 cores=1,3
/proc/979711/stat : 979711 (java) S 979708 979711 975533 0 -1 1077936128 24318 0 0 0 1376 13 0 0 20 0 20 0 181906798 19566772224 110395 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
/proc/979711/statm: 4777044 110395 5884 1 0 553792 0
[pid=979711/tid=979713] ppid=979708 vsize=19108176 memory=13196 CPUtime=12.32 cores=1,3
/proc/979711/task/979713/stat : 979713 (java) R 979708 979711 975533 0 -1 4194368 8019 0 0 0 1228 4 0 0 20 0 20 0 181906799 19566772224 110395 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
[pid=979711/tid=979722] ppid=979708 vsize=19108176 memory=361376 CPUtime=0 cores=1,3
/proc/979711/task/979722/stat : 979722 (Finalizer) S 979708 979711 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181906801 19566772224 110395 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
[pid=979711/tid=979729] ppid=979708 vsize=19108176 memory=45052 CPUtime=0 cores=1,3
/proc/979711/task/979729/stat : 979729 (Common-Cleaner) S 979708 979711 975533 0 -1 1077936192 35 0 0 0 0 0 0 0 20 0 20 0 181906802 19566772224 110395 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
[pid=979711/tid=979730] ppid=979708 vsize=19108176 memory=13196 CPUtime=0 cores=1,3
/proc/979711/task/979730/stat : 979730 (Timer-0) S 979708 979711 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181906817 19566772224 110395 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
Current children cumulated CPU time: 13.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 441580 KiB

[startup+25.5003 s]
/proc/loadavg: 4.40 4.26 4.14 5/334 979736
/proc/meminfo: memFree=103246956/131524600 swapFree=131071996/131071996
[pid=979711] ppid=979708 vsize=19108176 memory=605020 CPUtime=26.77 cores=1,3
/proc/979711/stat : 979711 (java) S 979708 979711 975533 0 -1 1077936128 27593 0 0 0 2660 17 0 0 20 0 20 0 181906798 19566772224 151255 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
/proc/979711/statm: 4777044 151255 5916 1 0 553792 0
[pid=979711/tid=979713] ppid=979708 vsize=19108176 memory=6943526294502006880 CPUtime=24.88 cores=1,3
/proc/979711/task/979713/stat : 979713 (java) R 979708 979711 975533 0 -1 4194368 9220 0 0 0 2484 4 0 0 20 0 20 0 181906799 19566772224 151255 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
[pid=979711/tid=979722] ppid=979708 vsize=19108176 memory=11544 CPUtime=0 cores=1,3
/proc/979711/task/979722/stat : 979722 (Finalizer) S 979708 979711 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181906801 19566772224 151255 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
[pid=979711/tid=979729] ppid=979708 vsize=19108176 memory=3491 CPUtime=0 cores=1,3
/proc/979711/task/979729/stat : 979729 (Common-Cleaner) S 979708 979711 975533 0 -1 1077936192 35 0 0 0 0 0 0 0 20 0 20 0 181906802 19566772224 151255 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
[pid=979711/tid=979730] ppid=979708 vsize=19108176 memory=13196 CPUtime=0 cores=1,3
/proc/979711/task/979730/stat : 979730 (Timer-0) S 979708 979711 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181906817 19566772224 151255 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
Current children cumulated CPU time: 26.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 605020 KiB

[startup+51.1065 s]
/proc/loadavg: 4.29 4.25 4.14 5/334 979740
/proc/meminfo: memFree=102225268/131524600 swapFree=131071996/131071996
[pid=979711] ppid=979708 vsize=19108176 memory=1335504 CPUtime=52.8 cores=1,3
/proc/979711/stat : 979711 (java) S 979708 979711 975533 0 -1 1077936128 34908 0 0 0 5246 34 0 0 20 0 20 0 181906798 19566772224 333876 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
/proc/979711/statm: 4777044 333876 5916 1 0 687467 0

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

/proc/979711/task/979722/stat : 979722 (Finalizer) S 979708 979711 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181906801 19566772224 2961400 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
[pid=979711/tid=979729] ppid=979708 vsize=19108176 memory=-8601140141934027452 CPUtime=0 cores=1,3
/proc/979711/task/979729/stat : 979729 (Common-Cleaner) S 979708 979711 975533 0 -1 1077936192 3123 0 0 0 0 0 0 0 20 0 20 0 181906802 19566772224 2961400 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
[pid=979711/tid=979730] ppid=979708 vsize=19108176 memory=11544 CPUtime=0 cores=1,3
/proc/979711/task/979730/stat : 979730 (Timer-0) S 979708 979711 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181906817 19566772224 2961400 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
Current children cumulated CPU time: 3239.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 11845600 KiB

[startup+3282.3 s]
/proc/loadavg: 4.16 4.17 4.17 5/331 981640
/proc/meminfo: memFree=83434336/131524600 swapFree=131071996/131071996
[pid=979711] ppid=979708 vsize=19108176 memory=12321120 CPUtime=3300.63 cores=1,3
/proc/979711/stat : 979711 (java) S 979708 979711 975533 0 -1 1077936128 318944 0 0 0 329647 416 0 0 20 0 20 0 181906798 19566772224 3080280 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
/proc/979711/statm: 4777044 3080280 5916 1 0 3173298 0
[pid=979711/tid=979713] ppid=979708 vsize=19108176 memory=12321120 CPUtime=3238.33 cores=1,3
/proc/979711/task/979713/stat : 979713 (java) R 979708 979711 975533 0 -1 4194368 108781 0 0 0 323776 57 0 0 20 0 20 0 181906799 19566772224 3080280 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
[pid=979711/tid=979722] ppid=979708 vsize=19108176 memory=45052 CPUtime=0 cores=1,3
/proc/979711/task/979722/stat : 979722 (Finalizer) S 979708 979711 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181906801 19566772224 3080280 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
[pid=979711/tid=979729] ppid=979708 vsize=19108176 memory=-8601140141934027452 CPUtime=0 cores=1,3
/proc/979711/task/979729/stat : 979729 (Common-Cleaner) S 979708 979711 975533 0 -1 1077936192 3176 0 0 0 0 0 0 0 20 0 20 0 181906802 19566772224 3080280 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
[pid=979711/tid=979730] ppid=979708 vsize=19108176 memory=12321120 CPUtime=0 cores=1,3
/proc/979711/task/979730/stat : 979730 (Timer-0) S 979708 979711 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181906817 19566772224 3080280 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
Current children cumulated CPU time: 3300.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 12321120 KiB

[startup+3342.3 s]
/proc/loadavg: 4.17 4.17 4.17 6/331 981650
/proc/meminfo: memFree=82915940/131524600 swapFree=131071996/131071996
[pid=979711] ppid=979708 vsize=19108176 memory=12321124 CPUtime=3360.42 cores=1,3
/proc/979711/stat : 979711 (java) S 979708 979711 975533 0 -1 1077936128 325845 0 0 0 335623 419 0 0 20 0 20 0 181906798 19566772224 3080281 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
/proc/979711/statm: 4777044 3080281 5916 1 0 3173298 0
[pid=979711/tid=979713] ppid=979708 vsize=19108176 memory=5472 CPUtime=3297.32 cores=1,3
/proc/979711/task/979713/stat : 979713 (java) R 979708 979711 975533 0 -1 4194368 112020 0 0 0 329674 58 0 0 20 0 20 0 181906799 19566772224 3080281 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
[pid=979711/tid=979722] ppid=979708 vsize=19108176 memory=12321124 CPUtime=0 cores=1,3
/proc/979711/task/979722/stat : 979722 (Finalizer) S 979708 979711 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181906801 19566772224 3080281 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
[pid=979711/tid=979729] ppid=979708 vsize=19108176 memory=12321124 CPUtime=0 cores=1,3
/proc/979711/task/979729/stat : 979729 (Common-Cleaner) S 979708 979711 975533 0 -1 1077936192 3314 0 0 0 0 0 0 0 20 0 20 0 181906802 19566772224 3080281 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
[pid=979711/tid=979730] ppid=979708 vsize=19108176 memory=11544 CPUtime=0 cores=1,3
/proc/979711/task/979730/stat : 979730 (Timer-0) S 979708 979711 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181906817 19566772224 3080281 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
Current children cumulated CPU time: 3360.42 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 12321124 KiB

[startup+3402.3 s]
/proc/loadavg: 4.24 4.18 4.18 5/330 981661
/proc/meminfo: memFree=82693716/131524600 swapFree=131071996/131071996
[pid=979711] ppid=979708 vsize=19108176 memory=12321124 CPUtime=3419.87 cores=1,3
/proc/979711/stat : 979711 (java) S 979708 979711 975533 0 -1 1077936128 326612 0 0 0 341566 421 0 0 20 0 20 0 181906798 19566772224 3080281 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
/proc/979711/statm: 4777044 3080281 5916 1 0 3173298 0
[pid=979711/tid=979713] ppid=979708 vsize=19108176 memory=12321124 CPUtime=3356.73 cores=1,3
/proc/979711/task/979713/stat : 979713 (java) R 979708 979711 975533 0 -1 4194368 112687 0 0 0 335615 58 0 0 20 0 20 0 181906799 19566772224 3080281 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
[pid=979711/tid=979722] ppid=979708 vsize=19108176 memory=12321124 CPUtime=0 cores=1,3
/proc/979711/task/979722/stat : 979722 (Finalizer) S 979708 979711 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181906801 19566772224 3080281 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
[pid=979711/tid=979729] ppid=979708 vsize=19108176 memory=12321124 CPUtime=0 cores=1,3
/proc/979711/task/979729/stat : 979729 (Common-Cleaner) S 979708 979711 975533 0 -1 1077936192 3404 0 0 0 0 0 0 0 20 0 20 0 181906802 19566772224 3080281 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
[pid=979711/tid=979730] ppid=979708 vsize=19108176 memory=12321124 CPUtime=0 cores=1,3
/proc/979711/task/979730/stat : 979730 (Timer-0) S 979708 979711 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181906817 19566772224 3080281 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
Current children cumulated CPU time: 3419.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 12321124 KiB

[startup+3462.3 s]
/proc/loadavg: 4.49 4.25 4.20 5/330 981671
/proc/meminfo: memFree=82013992/131524600 swapFree=131071996/131071996
[pid=979711] ppid=979708 vsize=19108176 memory=12321136 CPUtime=3479.74 cores=1,3
/proc/979711/stat : 979711 (java) S 979708 979711 975533 0 -1 1077936128 331902 0 0 0 347550 424 0 0 20 0 20 0 181906798 19566772224 3080284 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
/proc/979711/statm: 4777044 3080284 5916 1 0 3173298 0
[pid=979711/tid=979713] ppid=979708 vsize=19108176 memory=12321124 CPUtime=3415.71 cores=1,3
/proc/979711/task/979713/stat : 979713 (java) R 979708 979711 975533 0 -1 4194368 114062 0 0 0 341513 58 0 0 20 0 20 0 181906799 19566772224 3080284 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
[pid=979711/tid=979722] ppid=979708 vsize=19108176 memory=12321124 CPUtime=0 cores=1,3
/proc/979711/task/979722/stat : 979722 (Finalizer) S 979708 979711 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181906801 19566772224 3080284 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
[pid=979711/tid=979729] ppid=979708 vsize=19108176 memory=11544 CPUtime=0 cores=1,3
/proc/979711/task/979729/stat : 979729 (Common-Cleaner) S 979708 979711 975533 0 -1 1077936192 3543 0 0 0 0 0 0 0 20 0 20 0 181906802 19566772224 3080284 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
[pid=979711/tid=979730] ppid=979708 vsize=19108176 memory=12321136 CPUtime=0 cores=1,3
/proc/979711/task/979730/stat : 979730 (Timer-0) S 979708 979711 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181906817 19566772224 3080284 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
Current children cumulated CPU time: 3479.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 12321136 KiB

[startup+3522.3 s]
/proc/loadavg: 4.38 4.26 4.20 5/330 981750
/proc/meminfo: memFree=95208188/131524600 swapFree=131071996/131071996
[pid=979711] ppid=979708 vsize=19108176 memory=12321140 CPUtime=3539.57 cores=1,3
/proc/979711/stat : 979711 (java) S 979708 979711 975533 0 -1 1077936128 337548 0 0 0 353531 426 0 0 20 0 20 0 181906798 19566772224 3080285 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
/proc/979711/statm: 4777044 3080285 5916 1 0 3173298 0
[pid=979711/tid=979713] ppid=979708 vsize=19108176 memory=16192 CPUtime=3474.74 cores=1,3
/proc/979711/task/979713/stat : 979713 (java) R 979708 979711 975533 0 -1 4194368 116858 0 0 0 347416 58 0 0 20 0 20 0 181906799 19566772224 3080285 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
[pid=979711/tid=979722] ppid=979708 vsize=19108176 memory=12321140 CPUtime=0 cores=1,3
/proc/979711/task/979722/stat : 979722 (Finalizer) S 979708 979711 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181906801 19566772224 3080285 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
[pid=979711/tid=979729] ppid=979708 vsize=19108176 memory=12321140 CPUtime=0 cores=1,3
/proc/979711/task/979729/stat : 979729 (Common-Cleaner) S 979708 979711 975533 0 -1 1077936192 3544 0 0 0 0 0 0 0 20 0 20 0 181906802 19566772224 3080285 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
[pid=979711/tid=979730] ppid=979708 vsize=19108176 memory=12321140 CPUtime=0 cores=1,3
/proc/979711/task/979730/stat : 979730 (Timer-0) S 979708 979711 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181906817 19566772224 3080285 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
Current children cumulated CPU time: 3539.57 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 12321140 KiB

[startup+3582.3 s]
/proc/loadavg: 4.59 4.32 4.23 5/332 981764
/proc/meminfo: memFree=93969468/131524600 swapFree=131071996/131071996
[pid=979711] ppid=979708 vsize=19108176 memory=12321144 CPUtime=3599.72 cores=1,3
/proc/979711/stat : 979711 (java) S 979708 979711 975533 0 -1 1077936128 340873 0 0 0 359544 428 0 0 20 0 20 0 181906798 19566772224 3080286 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
/proc/979711/statm: 4777044 3080286 5916 1 0 3173298 0
[pid=979711/tid=979713] ppid=979708 vsize=19108176 memory=5472 CPUtime=3534.05 cores=1,3
/proc/979711/task/979713/stat : 979713 (java) R 979708 979711 975533 0 -1 4194368 118511 0 0 0 353347 58 0 0 20 0 20 0 181906799 19566772224 3080286 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
[pid=979711/tid=979722] ppid=979708 vsize=19108176 memory=12321144 CPUtime=0 cores=1,3
/proc/979711/task/979722/stat : 979722 (Finalizer) S 979708 979711 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181906801 19566772224 3080286 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
[pid=979711/tid=979729] ppid=979708 vsize=19108176 memory=12321144 CPUtime=0 cores=1,3
/proc/979711/task/979729/stat : 979729 (Common-Cleaner) S 979708 979711 975533 0 -1 1077936192 3644 0 0 0 0 0 0 0 20 0 20 0 181906802 19566772224 3080286 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
[pid=979711/tid=979730] ppid=979708 vsize=19108176 memory=12321144 CPUtime=0 cores=1,3
/proc/979711/task/979730/stat : 979730 (Timer-0) S 979708 979711 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181906817 19566772224 3080286 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
Current children cumulated CPU time: 3599.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 12321144 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3582.6 s]
/proc/loadavg: 4.59 4.32 4.23 5/332 981764
/proc/meminfo: memFree=93969468/131524600 swapFree=131071996/131071996
[pid=979711] ppid=979708 vsize=19108176 memory=12321144 CPUtime=3600.02 cores=1,3
/proc/979711/stat : 979711 (java) S 979708 979711 975533 0 -1 1077936128 340873 0 0 0 359574 428 0 0 20 0 20 0 181906798 19566772224 3080286 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
/proc/979711/statm: 4777044 3080286 5916 1 0 3173298 0
[pid=979711/tid=979713] ppid=979708 vsize=19108176 memory=-8601140141934027452 CPUtime=3534.35 cores=1,3
/proc/979711/task/979713/stat : 979713 (java) R 979708 979711 975533 0 -1 4194368 118511 0 0 0 353377 58 0 0 20 0 20 0 181906799 19566772224 3080286 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
[pid=979711/tid=979722] ppid=979708 vsize=19108176 memory=13196 CPUtime=0 cores=1,3
/proc/979711/task/979722/stat : 979722 (Finalizer) S 979708 979711 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181906801 19566772224 3080286 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
[pid=979711/tid=979729] ppid=979708 vsize=19108176 memory=5472 CPUtime=0 cores=1,3
/proc/979711/task/979729/stat : 979729 (Common-Cleaner) S 979708 979711 975533 0 -1 1077936192 3644 0 0 0 0 0 0 0 20 0 20 0 181906802 19566772224 3080286 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
[pid=979711/tid=979730] ppid=979708 vsize=19108176 memory=16192 CPUtime=0 cores=1,3
/proc/979711/task/979730/stat : 979730 (Timer-0) S 979708 979711 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181906817 19566772224 3080286 134679101440 94341788078080 94341788081776 140731799824672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94341788089592 94341788090384 94341796720640 140731799831558 140731799831648 140731799831648 140731799838664 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 12321144 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.88 s, system=4.32722 s

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

[startup+3582.74 s]*
/proc/loadavg: 4.59 4.32 4.23 5/314 981767
/proc/meminfo: memFree=106000904/131524600 swapFree=131071996/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): 3582.74
CPU time (s): 3600.21
CPU user time (s): 3595.88
CPU system time (s): 4.32722
CPU usage (%): 100.487
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 12321144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.88
system time used= 4.32722
maximum resident set size= 12322744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 344305
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 110548
involuntary context switches= 19877


# summary of solver processes directly reported to runsolver:
#   pid: 979711
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3595.88
#   total CPU system time (s): 4.32722

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.78701 second user time and 19.5874 second system time

The end

Launcher Data

Begin job on nodeC017 at 2024-07-18 12:11:02
IDJOB=4442504
IDBENCH=147819
IDSOLVER=3058
FILE ID=nodeC017/4442504-1721297449
RUNJOBID= nodeC017-1721293761-975545
SLURM_JOB_ID= 7542595
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-cardinality-61-60.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442504-1721297449/watcher-4442504-1721297449 -o /tmp/evaluation-result-4442504-1721297449/solver-4442504-1721297449 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721293761-975545 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4442504-1721297449.opb

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

MD5SUM BENCH= 5c8918c3cb918142421b1796e9d625e3
RANDOM SEED=535055940

nodeC017.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		: 3600.136
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.46
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		: 3647.444
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	: 7006.99
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		: 3668.964
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.46
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		: 3643.007
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	: 7006.99
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.937
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.46
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		: 3671.862
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	: 7006.99
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		: 3669.047
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.46
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		: 3611.697
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	: 7006.99
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        104695096 kB
MemAvailable:   106547516 kB
Buffers:          502112 kB
Cached:          2176176 kB
SwapCached:            0 kB
Active:          1184040 kB
Inactive:       24965864 kB
Active(anon):       1544 kB
Inactive(anon): 23507768 kB
Active(file):    1182496 kB
Inactive(file):  1458096 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1256 kB
Writeback:             4 kB
AnonPages:      23471244 kB
Mapped:           125988 kB
Shmem:             37720 kB
KReclaimable:     102952 kB
Slab:             215280 kB
SReclaimable:     102952 kB
SUnreclaim:       112328 kB
KernelStack:        5072 kB
PageTables:        55936 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   27423524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            66976 kB
HardwareCorrupted:     0 kB
AnonHugePages:  23058432 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:      279252 kB
DirectMap2M:    38291456 kB
DirectMap1G:    97517568 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC017 at 2024-07-18 13:10:45