Trace number 4450354

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-07UNSAT 204.274 202.627

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/
EC_ODD_GRIDS/normalized-ECgrid5x30split.opb
MD5SUM2bb0b15a1713ed3ebed857cd771e5926
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.074557
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables301
Total number of constraints151
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)151
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
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.07	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.07	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.07	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.14/0.12	--- Begin Solver configuration ---
0.14/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.12	Learn all clauses as in MiniSAT
0.14/0.12	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	No reason simplification
0.14/0.12	Glucose 2.1 dynamic restart strategy
0.14/0.12	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.14/0.12	timeout=2147483s
0.14/0.12	DB Simplification allowed=false
0.14/0.12	Listener: none
0.14/0.12	--- End Solver configuration ---
0.14/0.12	c Pseudo Boolean Optimization by upper bound
0.14/0.12	c --- Begin Solver configuration ---
0.14/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.12	c Learn all clauses as in MiniSAT
0.14/0.12	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	c No reason simplification
0.14/0.12	c Glucose 2.1 dynamic restart strategy
0.14/0.12	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.14/0.12	c timeout=2147483s
0.14/0.12	c DB Simplification allowed=false
0.14/0.12	c Listener: none
0.14/0.12	c --- End Solver configuration ---
0.14/0.12	c solving HOME/instance-4450354-1721410932.opb
0.14/0.12	c reading problem ... 
0.14/0.12	c  no objective function found
0.14/0.14	c ... done. Wall clock time 0.018s.
0.14/0.14	c declared #vars     301
0.14/0.14	c #constraints  302
0.14/0.14	c constraints type 
0.14/0.14	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.14/0.14	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 300
0.14/0.14	c 302 constraints processed.
0.53/0.34	c cleaning 2496 clauses out of 5001 with flag 22681/5001
0.91/0.52	c cleaning 4244 clauses out of 8504 with flag 52240/11000
1.10/0.68	c cleaning 5617 clauses out of 11261 with flag 86104/18001
1.48/0.82	c cleaning 6803 clauses out of 13644 with flag 129792/26001
1.66/0.98	c cleaning 7905 clauses out of 15842 with flag 183356/35002
1.98/1.19	c cleaning 8955 clauses out of 17939 with flag 246691/45004
2.35/1.40	c cleaning 9975 clauses out of 19982 with flag 311656/56002
2.57/1.64	c cleaning 10987 clauses out of 22005 with flag 382746/68000
2.85/1.93	c cleaning 11998 clauses out of 24020 with flag 459695/81002
3.14/2.28	c cleaning 12995 clauses out of 26021 with flag 545064/95001
3.54/2.65	c cleaning 14000 clauses out of 28025 with flag 632877/110000
3.95/3.05	c cleaning 14996 clauses out of 30026 with flag 731889/126001
4.47/3.52	c cleaning 15999 clauses out of 32030 with flag 832929/143001
4.99/4.01	c cleaning 17004 clauses out of 34032 with flag 936505/161002
5.49/4.56	c cleaning 17996 clauses out of 36026 with flag 1050808/180000
6.18/5.20	c cleaning 19002 clauses out of 38031 with flag 1175590/200001
6.78/5.84	c cleaning 19995 clauses out of 40028 with flag 1298896/221000
7.49/6.59	c cleaning 20993 clauses out of 42033 with flag 1426579/243000
8.39/7.45	c cleaning 22004 clauses out of 44040 with flag 1560879/266000
9.19/8.27	c cleaning 23008 clauses out of 46037 with flag 1694972/290001
10.09/9.17	c cleaning 24008 clauses out of 48029 with flag 1834278/315001
11.09/10.11	c cleaning 24999 clauses out of 50020 with flag 1981050/341000
12.18/11.23	c cleaning 25997 clauses out of 52021 with flag 2133221/368000
13.28/12.37	c cleaning 27003 clauses out of 54026 with flag 2290280/396002
14.59/13.63	c cleaning 27998 clauses out of 56022 with flag 2450508/425001
15.88/14.97	c cleaning 29002 clauses out of 58024 with flag 2616210/455001
17.28/16.34	c cleaning 29996 clauses out of 60021 with flag 2785157/486000
18.88/17.91	c cleaning 31002 clauses out of 62025 with flag 2960034/518000
20.47/19.55	c cleaning 32000 clauses out of 64024 with flag 3139629/551001
22.17/21.29	c cleaning 32999 clauses out of 66023 with flag 3321238/585000
24.07/23.15	c cleaning 34002 clauses out of 68024 with flag 3506411/620000
26.16/25.25	c cleaning 35003 clauses out of 70022 with flag 3703914/656000
28.16/27.28	c cleaning 35997 clauses out of 72019 with flag 3896125/693000
30.25/29.37	c cleaning 37000 clauses out of 74022 with flag 4090526/731000
32.55/31.61	c cleaning 38000 clauses out of 76023 with flag 4290741/770001
34.95/34.06	c cleaning 39005 clauses out of 78022 with flag 4500479/810000
37.34/36.48	c cleaning 40003 clauses out of 80018 with flag 4711508/851001
39.94/39.03	c cleaning 40996 clauses out of 82014 with flag 4924243/893000
42.53/41.62	c cleaning 41998 clauses out of 84019 with flag 5138534/936001
45.22/44.34	c cleaning 43005 clauses out of 86021 with flag 5357842/980001
47.92/47.03	c cleaning 44001 clauses out of 88016 with flag 5575912/1025001
50.81/49.94	c cleaning 45002 clauses out of 90014 with flag 5798869/1071000
53.80/52.97	c cleaning 45999 clauses out of 92012 with flag 6025408/1118000
56.39/55.52	c cleaning 47004 clauses out of 94013 with flag 6239253/1166000
59.60/58.73	c cleaning 47998 clauses out of 96009 with flag 6471901/1215000
62.69/61.84	c cleaning 48997 clauses out of 98011 with flag 6701364/1265000
65.99/65.15	c cleaning 50004 clauses out of 100015 with flag 6928292/1316001
69.28/68.49	c cleaning 50998 clauses out of 102011 with flag 7164848/1368001
72.67/71.82	c cleaning 51997 clauses out of 104012 with flag 7397241/1421000
76.06/75.20	c cleaning 53002 clauses out of 106015 with flag 7634276/1475000
79.65/78.82	c cleaning 53999 clauses out of 108013 with flag 7872181/1530000
83.17/82.34	c cleaning 54996 clauses out of 110014 with flag 8115793/1586000
86.87/86.00	c cleaning 56002 clauses out of 112018 with flag 8361288/1643000
90.36/89.56	c cleaning 56999 clauses out of 114016 with flag 8612905/1701000
93.95/93.16	c cleaning 58004 clauses out of 116017 with flag 8861466/1760000
97.95/97.12	c cleaning 59000 clauses out of 118013 with flag 9114207/1820000
102.03/101.28	c cleaning 60003 clauses out of 120014 with flag 9375594/1881001
106.23/105.49	c cleaning 61001 clauses out of 122010 with flag 9638884/1943000
111.01/110.29	c cleaning 61999 clauses out of 124009 with flag 9911373/2006000
115.50/114.78	c cleaning 63002 clauses out of 126010 with flag 10185785/2070000
120.70/119.97	c cleaning 63996 clauses out of 128008 with flag 10481822/2135000
125.80/125.09	c cleaning 64997 clauses out of 130012 with flag 10770139/2201000
131.58/130.83	c cleaning 66002 clauses out of 132016 with flag 11065093/2268001
137.27/136.56	c cleaning 67000 clauses out of 134013 with flag 11362920/2336000
143.79/143.02	c cleaning 68000 clauses out of 136014 with flag 11662696/2405001
149.68/148.98	c cleaning 69002 clauses out of 138014 with flag 11962779/2475001
156.06/155.33	c cleaning 70005 clauses out of 140013 with flag 12273400/2546002
162.14/161.47	c cleaning 71000 clauses out of 142007 with flag 12599554/2618001
169.13/168.42	c cleaning 71999 clauses out of 144007 with flag 12946182/2691001
176.45/175.75	c cleaning 72993 clauses out of 146007 with flag 13307562/2765000
183.95/183.25	c cleaning 74003 clauses out of 148015 with flag 13661316/2840001
193.24/192.19	c cleaning 75002 clauses out of 150015 with flag 14026808/2916004
200.84/199.53	c cleaning 76003 clauses out of 152010 with flag 14393699/2993001
204.10/202.55	c starts		: 4052
204.10/202.56	c conflicts		: 3035740
204.10/202.56	c decisions		: 3963520
204.10/202.56	c propagations		: 31687097
204.10/202.56	c inspects		: 3922757888
204.10/202.56	c shortcuts		: 0
204.10/202.56	c learnt literals	: 14
204.10/202.56	c learnt binary clauses	: 11
204.10/202.56	c learnt ternary clauses	: 23
204.10/202.56	c learnt constraints	: 3035725
204.10/202.56	c ignored constraints	: 0
204.10/202.56	c root simplifications	: 0
204.10/202.56	c removed literals (reason simplification)	: 0
204.10/202.56	c reason swapping (by a shorter reason)	: 0
204.10/202.56	c Calls to reduceDB	: 73
204.10/202.56	c Number of update (reduction) of LBD	: 681145
204.10/202.56	c Imported unit clauses	: 0
204.10/202.57	c No decision after first conflict	: false
204.10/202.57	c number of reductions to clauses (during analyze)	: 0
204.10/202.57	c number of learned constraints concerned by reduction	: 0
204.10/202.57	c number of learning phase by resolution	: 0
204.10/202.57	c number of learning phase by cutting planes	: 0
204.10/202.57	c number of rounding to 1 operations	: 0
204.10/202.57	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
204.10/202.57	c number of reductions of the coefficients by power 2 	: 0
204.10/202.57	c number of right shift for reduction by power 2 	: 0
204.10/202.57	c number of reductions of the coefficients by GCD over coefficients 	: 0
204.10/202.57	c number of ending skipping 	: 0
204.10/202.57	c number of internal skipping 	: 0
204.10/202.57	c number of derivation steps 	: 0
204.10/202.57	c number of skipped derivation steps 	: 0
204.10/202.57	c number of remaining unassigned 	: 0
204.10/202.57	c number of remaining assigned 	: 0
204.10/202.57	c number of falsified literals weakened from reason	: 0
204.10/202.57	c number of falsified literals weakened from conflict	: 0
204.10/202.57	c time for arithmetic operations	: 0
204.10/202.57	c minimum degree of deleted constraints	: null
204.10/202.57	c maximum degree of deleted constraints	: null
204.10/202.57	c number of deleted constraints	: 0
204.10/202.57	c speed (assignments/second)	: 156542.88156191644
204.10/202.57	c non guided choices	: 16513
204.24/202.61	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 118720
204.24/202.61	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 11
204.24/202.61	s UNSATISFIABLE
204.24/202.61	c Total wall clock time (in seconds): 202.494

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63968 MiB (62534 MiB free)
  memory of node 1: 64473 MiB (63289 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450354-1721410932/watcher-4450354-1721410932 -o /tmp/evaluation-result-4450354-1721410932/solver-4450354-1721410932 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1721410942-1024585 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4450354-1721410932.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=1024834, runsolver pid=1024831

[startup+0.102404 s]*
/proc/loadavg: 1.76 1.68 2.74 6/331 1024852
/proc/meminfo: memFree=128798016/131524600 swapFree=131071996/131071996
[pid=1024834] ppid=1024831 vsize=18975048 memory=62896 CPUtime=0.14 cores=5,7
/proc/1024834/stat : 1024834 (java) S 1024831 1024834 1024572 0 -1 1077936128 7237 0 0 0 12 2 0 0 20 0 18 0 193259381 19430449152 15724 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
/proc/1024834/statm: 4743762 15724 5593 1 0 549344 0
[pid=1024834/tid=1024836] ppid=1024831 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/1024834/task/1024836/stat : 1024836 (java) R 1024831 1024834 1024572 0 -1 4194368 5748 0 0 0 7 1 0 0 20 0 18 0 193259381 19430449152 15724 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
[pid=1024834/tid=1024845] ppid=1024831 vsize=18975048 memory=228556276070 CPUtime=0 cores=5,7
/proc/1024834/task/1024845/stat : 1024845 (Finalizer) S 1024831 1024834 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 193259384 19430449152 15724 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
[pid=1024834/tid=1024852] ppid=1024831 vsize=18975048 memory=13845278874243994 CPUtime=0 cores=5,7
/proc/1024834/task/1024852/stat : 1024852 (Common-Cleaner) S 1024831 1024834 1024572 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 193259384 19430449152 15724 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62896 KiB

[startup+0.205946 s]*
/proc/loadavg: 1.76 1.68 2.74 7/332 1024853
/proc/meminfo: memFree=128787632/131524600 swapFree=131071996/131071996
[pid=1024834] ppid=1024831 vsize=19041612 memory=69928 CPUtime=0.33 cores=5,7
/proc/1024834/stat : 1024834 (java) S 1024831 1024834 1024572 0 -1 1077936128 8853 0 0 0 31 2 0 0 20 0 19 0 193259381 19498610688 17482 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
/proc/1024834/statm: 4760403 17482 5857 1 0 550427 0
[pid=1024834/tid=1024836] ppid=1024831 vsize=19041612 memory=6876556183782621315 CPUtime=0.18 cores=5,7
/proc/1024834/task/1024836/stat : 1024836 (java) R 1024831 1024834 1024572 0 -1 4194368 5939 0 0 0 17 1 0 0 20 0 19 0 193259381 19498610688 17482 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
[pid=1024834/tid=1024845] ppid=1024831 vsize=19041612 memory=1676398 CPUtime=0 cores=5,7
/proc/1024834/task/1024845/stat : 1024845 (Finalizer) S 1024831 1024834 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 193259384 19498610688 17482 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
[pid=1024834/tid=1024852] ppid=1024831 vsize=19041612 memory=15544020042516215 CPUtime=0 cores=5,7
/proc/1024834/task/1024852/stat : 1024852 (Common-Cleaner) S 1024831 1024834 1024572 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 193259384 19498610688 17482 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
[pid=1024834/tid=1024853] ppid=1024831 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1024834/task/1024853/stat : 1024853 (Timer-0) S 1024831 1024834 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 193259396 19498610688 17482 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 69928 KiB

[startup+0.305945 s]*
/proc/loadavg: 1.76 1.68 2.74 6/332 1024853
/proc/meminfo: memFree=128779232/131524600 swapFree=131071996/131071996
[pid=1024834] ppid=1024831 vsize=19041612 memory=73408 CPUtime=0.53 cores=5,7
/proc/1024834/stat : 1024834 (java) S 1024831 1024834 1024572 0 -1 1077936128 9636 0 0 0 51 2 0 0 20 0 19 0 193259381 19498610688 18352 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
/proc/1024834/statm: 4760403 18352 5857 1 0 550764 0
[pid=1024834/tid=1024836] ppid=1024831 vsize=19041612 memory=-7524491859965798495 CPUtime=0.27 cores=5,7
/proc/1024834/task/1024836/stat : 1024836 (java) R 1024831 1024834 1024572 0 -1 4194368 5942 0 0 0 26 1 0 0 20 0 19 0 193259381 19498610688 18352 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
[pid=1024834/tid=1024845] ppid=1024831 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1024834/task/1024845/stat : 1024845 (Finalizer) S 1024831 1024834 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 193259384 19498610688 18352 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
[pid=1024834/tid=1024852] ppid=1024831 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1024834/task/1024852/stat : 1024852 (Common-Cleaner) S 1024831 1024834 1024572 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 193259384 19498610688 18352 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
[pid=1024834/tid=1024853] ppid=1024831 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1024834/task/1024853/stat : 1024853 (Timer-0) S 1024831 1024834 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 193259396 19498610688 18352 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 73408 KiB

[startup+0.702946 s]
/proc/loadavg: 1.76 1.68 2.74 6/332 1024853
/proc/meminfo: memFree=128764968/131524600 swapFree=131071996/131071996
[pid=1024834] ppid=1024831 vsize=19041612 memory=86024 CPUtime=1.29 cores=5,7
/proc/1024834/stat : 1024834 (java) S 1024831 1024834 1024572 0 -1 1077936128 12255 0 0 0 127 2 0 0 20 0 19 0 193259381 19498610688 21506 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
/proc/1024834/statm: 4760403 21506 5873 1 0 552868 0
[pid=1024834/tid=1024836] ppid=1024831 vsize=19041612 memory=47456 CPUtime=0.64 cores=5,7
/proc/1024834/task/1024836/stat : 1024836 (java) R 1024831 1024834 1024572 0 -1 4194368 5995 0 0 0 63 1 0 0 20 0 19 0 193259381 19498610688 21506 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
[pid=1024834/tid=1024845] ppid=1024831 vsize=19041612 memory=12420 CPUtime=0 cores=5,7
/proc/1024834/task/1024845/stat : 1024845 (Finalizer) S 1024831 1024834 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 193259384 19498610688 21506 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
[pid=1024834/tid=1024852] ppid=1024831 vsize=19041612 memory=2248 CPUtime=0 cores=5,7
/proc/1024834/task/1024852/stat : 1024852 (Common-Cleaner) S 1024831 1024834 1024572 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 193259384 19498610688 21506 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
[pid=1024834/tid=1024853] ppid=1024831 vsize=19041612 memory=39476 CPUtime=0 cores=5,7
/proc/1024834/task/1024853/stat : 1024853 (Timer-0) S 1024831 1024834 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 193259396 19498610688 21506 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 86024 KiB

[startup+1.50094 s]
/proc/loadavg: 1.76 1.68 2.74 8/332 1024853
/proc/meminfo: memFree=128741764/131524600 swapFree=131071996/131071996
[pid=1024834] ppid=1024831 vsize=19041612 memory=94916 CPUtime=2.45 cores=5,7
/proc/1024834/stat : 1024834 (java) S 1024831 1024834 1024572 0 -1 1077936128 15119 0 0 0 242 3 0 0 20 0 19 0 193259381 19498610688 23729 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
/proc/1024834/statm: 4760403 23729 5873 1 0 552886 0
[pid=1024834/tid=1024836] ppid=1024831 vsize=19041612 memory=12420 CPUtime=1.43 cores=5,7
/proc/1024834/task/1024836/stat : 1024836 (java) R 1024831 1024834 1024572 0 -1 4194368 6317 0 0 0 142 1 0 0 20 0 19 0 193259381 19498610688 23729 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
[pid=1024834/tid=1024845] ppid=1024831 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1024834/task/1024845/stat : 1024845 (Finalizer) S 1024831 1024834 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 193259384 19498610688 23729 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
[pid=1024834/tid=1024852] ppid=1024831 vsize=19041612 memory=2248 CPUtime=0 cores=5,7
/proc/1024834/task/1024852/stat : 1024852 (Common-Cleaner) S 1024831 1024834 1024572 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 193259384 19498610688 23729 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
[pid=1024834/tid=1024853] ppid=1024831 vsize=19041612 memory=39476 CPUtime=0 cores=5,7
/proc/1024834/task/1024853/stat : 1024853 (Timer-0) S 1024831 1024834 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 193259396 19498610688 23729 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
Current children cumulated CPU time: 2.45 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 94916 KiB

[startup+3.10571 s]
/proc/loadavg: 1.94 1.72 2.74 5/334 1024857
/proc/meminfo: memFree=128610004/131524600 swapFree=131071996/131071996
[pid=1024834] ppid=1024831 vsize=19041612 memory=109364 CPUtime=4.07 cores=5,7
/proc/1024834/stat : 1024834 (java) S 1024831 1024834 1024572 0 -1 1077936128 15871 0 0 0 404 3 0 0 20 0 19 0 193259381 19498610688 27341 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
/proc/1024834/statm: 4760403 27341 5873 1 0 552888 0
[pid=1024834/tid=1024836] ppid=1024831 vsize=19041612 memory=0 CPUtime=3.02 cores=5,7
/proc/1024834/task/1024836/stat : 1024836 (java) R 1024831 1024834 1024572 0 -1 4194368 6601 0 0 0 300 2 0 0 20 0 19 0 193259381 19498610688 27341 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
[pid=1024834/tid=1024845] ppid=1024831 vsize=19041612 memory=-7524491859965798495 CPUtime=0 cores=5,7
/proc/1024834/task/1024845/stat : 1024845 (Finalizer) S 1024831 1024834 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 193259384 19498610688 27341 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
[pid=1024834/tid=1024852] ppid=1024831 vsize=19041612 memory=12420 CPUtime=0 cores=5,7
/proc/1024834/task/1024852/stat : 1024852 (Common-Cleaner) S 1024831 1024834 1024572 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 193259384 19498610688 27341 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
[pid=1024834/tid=1024853] ppid=1024831 vsize=19041612 memory=2248 CPUtime=0 cores=5,7
/proc/1024834/task/1024853/stat : 1024853 (Timer-0) S 1024831 1024834 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 193259396 19498610688 27341 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
Current children cumulated CPU time: 4.07 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 109364 KiB

[startup+6.30026 s]
/proc/loadavg: 1.94 1.72 2.74 5/334 1024857
/proc/meminfo: memFree=128489680/131524600 swapFree=131071996/131071996
[pid=1024834] ppid=1024831 vsize=19041612 memory=124816 CPUtime=7.3 cores=5,7
/proc/1024834/stat : 1024834 (java) S 1024831 1024834 1024572 0 -1 1077936128 18659 0 0 0 726 4 0 0 20 0 19 0 193259381 19498610688 31204 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
/proc/1024834/statm: 4760403 31204 5873 1 0 552888 0
[pid=1024834/tid=1024836] ppid=1024831 vsize=19041612 memory=2248 CPUtime=6.21 cores=5,7
/proc/1024834/task/1024836/stat : 1024836 (java) R 1024831 1024834 1024572 0 -1 4194368 7136 0 0 0 619 2 0 0 20 0 19 0 193259381 19498610688 31204 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
[pid=1024834/tid=1024845] ppid=1024831 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1024834/task/1024845/stat : 1024845 (Finalizer) S 1024831 1024834 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 193259384 19498610688 31204 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
[pid=1024834/tid=1024852] ppid=1024831 vsize=19041612 memory=12420 CPUtime=0 cores=5,7
/proc/1024834/task/1024852/stat : 1024852 (Common-Cleaner) S 1024831 1024834 1024572 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 193259384 19498610688 31204 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
[pid=1024834/tid=1024853] ppid=1024831 vsize=19041612 memory=-2832536777585008440 CPUtime=0 cores=5,7
/proc/1024834/task/1024853/stat : 1024853 (Timer-0) S 1024831 1024834 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 193259396 19498610688 31204 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
Current children cumulated CPU time: 7.3 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 124816 KiB

[startup+12.7003 s]
/proc/loadavg: 2.26 1.79 2.76 5/334 1024924
/proc/meminfo: memFree=128250488/131524600 swapFree=131071996/131071996
[pid=1024834] ppid=1024831 vsize=19041612 memory=159640 CPUtime=13.68 cores=5,7
/proc/1024834/stat : 1024834 (java) S 1024831 1024834 1024572 0 -1 1077936128 20026 0 0 0 1364 4 0 0 20 0 19 0 193259381 19498610688 39910 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
/proc/1024834/statm: 4760403 39910 5873 1 0 552888 0
[pid=1024834/tid=1024836] ppid=1024831 vsize=19041612 memory=12420 CPUtime=12.59 cores=5,7
/proc/1024834/task/1024836/stat : 1024836 (java) R 1024831 1024834 1024572 0 -1 4194368 8061 0 0 0 1257 2 0 0 20 0 19 0 193259381 19498610688 39910 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
[pid=1024834/tid=1024845] ppid=1024831 vsize=19041612 memory=211984 CPUtime=0 cores=5,7
/proc/1024834/task/1024845/stat : 1024845 (Finalizer) S 1024831 1024834 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 193259384 19498610688 39910 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
[pid=1024834/tid=1024852] ppid=1024831 vsize=19041612 memory=141200 CPUtime=0 cores=5,7
/proc/1024834/task/1024852/stat : 1024852 (Common-Cleaner) S 1024831 1024834 1024572 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 193259384 19498610688 39910 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
[pid=1024834/tid=1024853] ppid=1024831 vsize=19041612 memory=11664 CPUtime=0 cores=5,7
/proc/1024834/task/1024853/stat : 1024853 (Timer-0) S 1024831 1024834 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 193259396 19498610688 39910 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
Current children cumulated CPU time: 13.68 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 159640 KiB

[startup+25.5003 s]
/proc/loadavg: 2.73 1.91 2.79 5/335 1024928
/proc/meminfo: memFree=127875940/131524600 swapFree=131071996/131071996
[pid=1024834] ppid=1024831 vsize=19108176 memory=174632 CPUtime=26.46 cores=5,7
/proc/1024834/stat : 1024834 (java) S 1024831 1024834 1024572 0 -1 1077936128 22879 0 0 0 2641 5 0 0 20 0 20 0 193259381 19566772224 43658 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
/proc/1024834/statm: 4777044 43658 5921 1 0 553177 0
[pid=1024834/tid=1024836] ppid=1024831 vsize=19108176 memory=-7524491859965798495 CPUtime=25.34 cores=5,7
/proc/1024834/task/1024836/stat : 1024836 (java) R 1024831 1024834 1024572 0 -1 4194368 9038 0 0 0 2532 2 0 0 20 0 20 0 193259381 19566772224 43658 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
[pid=1024834/tid=1024845] ppid=1024831 vsize=19108176 memory=12420 CPUtime=0 cores=5,7
/proc/1024834/task/1024845/stat : 1024845 (Finalizer) S 1024831 1024834 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193259384 19566772224 43658 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
[pid=1024834/tid=1024852] ppid=1024831 vsize=19108176 memory=12420 CPUtime=0 cores=5,7
/proc/1024834/task/1024852/stat : 1024852 (Common-Cleaner) S 1024831 1024834 1024572 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 193259384 19566772224 43658 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
[pid=1024834/tid=1024853] ppid=1024831 vsize=19108176 memory=5468 CPUtime=0 cores=5,7
/proc/1024834/task/1024853/stat : 1024853 (Timer-0) S 1024831 1024834 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193259396 19566772224 43658 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
Current children cumulated CPU time: 26.46 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 174632 KiB

[startup+51.1058 s]
/proc/loadavg: 3.38 2.13 2.84 5/334 1025330
/proc/meminfo: memFree=127928228/131524600 swapFree=131071996/131071996
[pid=1024834] ppid=1024831 vsize=19108176 memory=182924 CPUtime=52.01 cores=5,7
/proc/1024834/stat : 1024834 (java) S 1024831 1024834 1024572 0 -1 1077936128 25615 0 0 0 5195 6 0 0 20 0 20 0 193259381 19566772224 45731 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
/proc/1024834/statm: 4777044 45731 5937 1 0 553177 0

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

/proc/1024834/task/1024852/stat : 1024852 (Common-Cleaner) S 1024831 1024834 1024572 0 -1 1077936192 139 0 0 0 0 0 0 0 20 0 20 0 193259384 19566772224 58635 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
[pid=1024834/tid=1024853] ppid=1024831 vsize=19108176 memory=234540 CPUtime=0 cores=5,7
/proc/1024834/task/1024853/stat : 1024853 (Timer-0) S 1024831 1024834 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193259396 19566772224 58635 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
Current children cumulated CPU time: 103.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 234540 KiB

[startup+162.3 s]
/proc/loadavg: 4.15 2.80 3.00 5/335 1025350
/proc/meminfo: memFree=126688752/131524600 swapFree=131071996/131071996
[pid=1024834] ppid=1024831 vsize=19108176 memory=285740 CPUtime=163.04 cores=5,7
/proc/1024834/stat : 1024834 (java) S 1024831 1024834 1024572 0 -1 1077936128 32477 0 0 0 16294 10 0 0 20 0 20 0 193259381 19566772224 71435 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
/proc/1024834/statm: 4777044 71435 5937 1 0 553177 0
[pid=1024834/tid=1024836] ppid=1024831 vsize=19108176 memory=182924 CPUtime=161.59 cores=5,7
/proc/1024834/task/1024836/stat : 1024836 (java) R 1024831 1024834 1024572 0 -1 4194368 13207 0 0 0 16156 3 0 0 20 0 20 0 193259381 19566772224 71435 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
[pid=1024834/tid=1024845] ppid=1024831 vsize=19108176 memory=234540 CPUtime=0 cores=5,7
/proc/1024834/task/1024845/stat : 1024845 (Finalizer) S 1024831 1024834 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193259384 19566772224 71435 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
[pid=1024834/tid=1024852] ppid=1024831 vsize=19108176 memory=11664 CPUtime=0 cores=5,7
/proc/1024834/task/1024852/stat : 1024852 (Common-Cleaner) S 1024831 1024834 1024572 0 -1 1077936192 233 0 0 0 0 0 0 0 20 0 20 0 193259384 19566772224 71435 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
[pid=1024834/tid=1024853] ppid=1024831 vsize=19108176 memory=-7524491859965798495 CPUtime=0 cores=5,7
/proc/1024834/task/1024853/stat : 1024853 (Timer-0) S 1024831 1024834 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193259396 19566772224 71435 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
Current children cumulated CPU time: 163.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 285740 KiB

[startup+202.627 s]
# the end of solver process 1024834 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=204.113 s, system=0.160503 s

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

[startup+179.2 s]
/proc/loadavg: 4.10 2.87 3.02 6/332 1025354
/proc/meminfo: memFree=126551680/131524600 swapFree=131071996/131071996
[pid=1024834] ppid=1024831 vsize=19108176 memory=330828 CPUtime=179.96 cores=5,7
/proc/1024834/stat : 1024834 (java) S 1024831 1024834 1024572 0 -1 1077936128 33687 0 0 0 17984 12 0 0 20 0 20 0 193259381 19566772224 82707 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
/proc/1024834/statm: 4777044 82707 5937 1 0 553177 0
[pid=1024834/tid=1024836] ppid=1024831 vsize=19108176 memory=259116 CPUtime=178.4 cores=5,7
/proc/1024834/task/1024836/stat : 1024836 (java) R 1024831 1024834 1024572 0 -1 4194368 13501 0 0 0 17837 3 0 0 20 0 20 0 193259381 19566772224 82707 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
[pid=1024834/tid=1024845] ppid=1024831 vsize=19108176 memory=285740 CPUtime=0 cores=5,7
/proc/1024834/task/1024845/stat : 1024845 (Finalizer) S 1024831 1024834 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193259384 19566772224 82707 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
[pid=1024834/tid=1024852] ppid=1024831 vsize=19108176 memory=39476 CPUtime=0 cores=5,7
/proc/1024834/task/1024852/stat : 1024852 (Common-Cleaner) S 1024831 1024834 1024572 0 -1 1077936192 233 0 0 0 0 0 0 0 20 0 20 0 193259384 19566772224 82707 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
[pid=1024834/tid=1024853] ppid=1024831 vsize=19108176 memory=16156 CPUtime=0 cores=5,7
/proc/1024834/task/1024853/stat : 1024853 (Timer-0) S 1024831 1024834 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193259396 19566772224 82707 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
Current children cumulated CPU time: 179.96 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 330828 KiB

[startup+192 s]*
/proc/loadavg: 4.09 2.91 3.04 5/332 1025355
/proc/meminfo: memFree=126533332/131524600 swapFree=131071996/131071996
[pid=1024834] ppid=1024831 vsize=19108176 memory=348832 CPUtime=193.14 cores=5,7
/proc/1024834/stat : 1024834 (java) S 1024831 1024834 1024572 0 -1 1077936128 46047 0 0 0 19301 13 0 0 20 0 20 0 193259381 19566772224 87208 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
/proc/1024834/statm: 4777044 87208 5937 1 0 556011 0
[pid=1024834/tid=1024836] ppid=1024831 vsize=19108176 memory=-7452434265927543652 CPUtime=191.17 cores=5,7
/proc/1024834/task/1024836/stat : 1024836 (java) R 1024831 1024834 1024572 0 -1 4194368 14526 0 0 0 19114 3 0 0 20 0 20 0 193259381 19566772224 87208 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
[pid=1024834/tid=1024845] ppid=1024831 vsize=19108176 memory=7096 CPUtime=0 cores=5,7
/proc/1024834/task/1024845/stat : 1024845 (Finalizer) S 1024831 1024834 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193259384 19566772224 87208 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
[pid=1024834/tid=1024852] ppid=1024831 vsize=19108176 memory=6600 CPUtime=0 cores=5,7
/proc/1024834/task/1024852/stat : 1024852 (Common-Cleaner) S 1024831 1024834 1024572 0 -1 1077936192 233 0 0 0 0 0 0 0 20 0 20 0 193259384 19566772224 87208 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
[pid=1024834/tid=1024853] ppid=1024831 vsize=19108176 memory=8048 CPUtime=0 cores=5,7
/proc/1024834/task/1024853/stat : 1024853 (Timer-0) S 1024831 1024834 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193259396 19566772224 87208 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
Current children cumulated CPU time: 193.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 348832 KiB

[startup+198.4 s]
/proc/loadavg: 4.15 2.96 3.05 5/332 1025357
/proc/meminfo: memFree=126445580/131524600 swapFree=131071996/131071996
[pid=1024834] ppid=1024831 vsize=19108176 memory=337780 CPUtime=199.53 cores=5,7
/proc/1024834/stat : 1024834 (java) S 1024831 1024834 1024572 0 -1 1077936128 46167 0 0 0 19939 14 0 0 20 0 20 0 193259381 19566772224 84445 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
/proc/1024834/statm: 4777044 84445 5937 1 0 556011 0
[pid=1024834/tid=1024836] ppid=1024831 vsize=19108176 memory=11664 CPUtime=197.55 cores=5,7
/proc/1024834/task/1024836/stat : 1024836 (java) R 1024831 1024834 1024572 0 -1 4194368 14590 0 0 0 19752 3 0 0 20 0 20 0 193259381 19566772224 84445 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
[pid=1024834/tid=1024845] ppid=1024831 vsize=19108176 memory=330844 CPUtime=0 cores=5,7
/proc/1024834/task/1024845/stat : 1024845 (Finalizer) S 1024831 1024834 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193259384 19566772224 84445 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
[pid=1024834/tid=1024852] ppid=1024831 vsize=19108176 memory=11664 CPUtime=0 cores=5,7
/proc/1024834/task/1024852/stat : 1024852 (Common-Cleaner) S 1024831 1024834 1024572 0 -1 1077936192 282 0 0 0 0 0 0 0 20 0 20 0 193259384 19566772224 84445 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
[pid=1024834/tid=1024853] ppid=1024831 vsize=19108176 memory=47456 CPUtime=0 cores=5,7
/proc/1024834/task/1024853/stat : 1024853 (Timer-0) S 1024831 1024834 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193259396 19566772224 84445 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
Current children cumulated CPU time: 199.53 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 337780 KiB

[startup+200 s]*
/proc/loadavg: 4.15 2.96 3.05 5/332 1025357
/proc/meminfo: memFree=126431928/131524600 swapFree=131071996/131071996
[pid=1024834] ppid=1024831 vsize=19108176 memory=351504 CPUtime=201.34 cores=5,7
/proc/1024834/stat : 1024834 (java) S 1024831 1024834 1024572 0 -1 1077936128 50474 0 0 0 20120 14 0 0 20 0 20 0 193259381 19566772224 87876 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
/proc/1024834/statm: 4777044 87876 5937 1 0 556560 0
[pid=1024834/tid=1024836] ppid=1024831 vsize=19108176 memory=-7452434265927543652 CPUtime=199.15 cores=5,7
/proc/1024834/task/1024836/stat : 1024836 (java) R 1024831 1024834 1024572 0 -1 4194368 14628 0 0 0 19912 3 0 0 20 0 20 0 193259381 19566772224 87876 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
[pid=1024834/tid=1024845] ppid=1024831 vsize=19108176 memory=2788 CPUtime=0 cores=5,7
/proc/1024834/task/1024845/stat : 1024845 (Finalizer) S 1024831 1024834 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193259384 19566772224 87876 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
[pid=1024834/tid=1024852] ppid=1024831 vsize=19108176 memory=4756 CPUtime=0 cores=5,7
/proc/1024834/task/1024852/stat : 1024852 (Common-Cleaner) S 1024831 1024834 1024572 0 -1 1077936192 282 0 0 0 0 0 0 0 20 0 20 0 193259384 19566772224 87876 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
[pid=1024834/tid=1024853] ppid=1024831 vsize=19108176 memory=337780 CPUtime=0 cores=5,7
/proc/1024834/task/1024853/stat : 1024853 (Timer-0) S 1024831 1024834 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193259396 19566772224 87876 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
Current children cumulated CPU time: 201.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 351504 KiB

[startup+201.6 s]
/proc/loadavg: 4.15 2.96 3.05 5/332 1025357
/proc/meminfo: memFree=126445096/131524600 swapFree=131071996/131071996
[pid=1024834] ppid=1024831 vsize=19108176 memory=338252 CPUtime=203.16 cores=5,7
/proc/1024834/stat : 1024834 (java) S 1024831 1024834 1024572 0 -1 1077936128 50910 0 0 0 20301 15 0 0 20 0 20 0 193259381 19566772224 84563 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
/proc/1024834/statm: 4777044 84563 5937 1 0 556560 0
[pid=1024834/tid=1024836] ppid=1024831 vsize=19108176 memory=348832 CPUtime=200.74 cores=5,7
/proc/1024834/task/1024836/stat : 1024836 (java) R 1024831 1024834 1024572 0 -1 4194368 14664 0 0 0 20071 3 0 0 20 0 20 0 193259381 19566772224 84563 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
[pid=1024834/tid=1024845] ppid=1024831 vsize=19108176 memory=5468 CPUtime=0 cores=5,7
/proc/1024834/task/1024845/stat : 1024845 (Finalizer) S 1024831 1024834 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193259384 19566772224 84563 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
[pid=1024834/tid=1024852] ppid=1024831 vsize=19108176 memory=16156 CPUtime=0 cores=5,7
/proc/1024834/task/1024852/stat : 1024852 (Common-Cleaner) S 1024831 1024834 1024572 0 -1 1077936192 282 0 0 0 0 0 0 0 20 0 20 0 193259384 19566772224 84563 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
[pid=1024834/tid=1024853] ppid=1024831 vsize=19108176 memory=337780 CPUtime=0 cores=5,7
/proc/1024834/task/1024853/stat : 1024853 (Timer-0) S 1024831 1024834 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193259396 19566772224 84563 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
Current children cumulated CPU time: 203.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 338252 KiB

[startup+202.4 s]
/proc/loadavg: 4.15 2.96 3.05 5/332 1025357
/proc/meminfo: memFree=126445068/131524600 swapFree=131071996/131071996
[pid=1024834] ppid=1024831 vsize=19108176 memory=338416 CPUtime=204 cores=5,7
/proc/1024834/stat : 1024834 (java) S 1024831 1024834 1024572 0 -1 1077936128 50920 0 0 0 20385 15 0 0 20 0 20 0 193259381 19566772224 84604 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
/proc/1024834/statm: 4777044 84604 5937 1 0 556560 0
[pid=1024834/tid=1024836] ppid=1024831 vsize=19108176 memory=47456 CPUtime=201.54 cores=5,7
/proc/1024834/task/1024836/stat : 1024836 (java) R 1024831 1024834 1024572 0 -1 4194368 14665 0 0 0 20151 3 0 0 20 0 20 0 193259381 19566772224 84604 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
[pid=1024834/tid=1024845] ppid=1024831 vsize=19108176 memory=351504 CPUtime=0 cores=5,7
/proc/1024834/task/1024845/stat : 1024845 (Finalizer) S 1024831 1024834 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193259384 19566772224 84604 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
[pid=1024834/tid=1024852] ppid=1024831 vsize=19108176 memory=16156 CPUtime=0 cores=5,7
/proc/1024834/task/1024852/stat : 1024852 (Common-Cleaner) S 1024831 1024834 1024572 0 -1 1077936192 282 0 0 0 0 0 0 0 20 0 20 0 193259384 19566772224 84604 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
[pid=1024834/tid=1024853] ppid=1024831 vsize=19108176 memory=-7524491859965798495 CPUtime=0 cores=5,7
/proc/1024834/task/1024853/stat : 1024853 (Timer-0) S 1024831 1024834 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193259396 19566772224 84604 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
Current children cumulated CPU time: 204 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 338416 KiB

[startup+202.604 s]
/proc/loadavg: 4.15 2.96 3.05 5/332 1025357
/proc/meminfo: memFree=126445068/131524600 swapFree=131071996/131071996
[pid=1024834] ppid=1024831 vsize=19241304 memory=339080 CPUtime=204.24 cores=5,7
/proc/1024834/stat : 1024834 (java) S 1024831 1024834 1024572 0 -1 1077936128 52316 0 0 0 20409 15 0 0 20 0 20 0 193259381 19703095296 84770 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
/proc/1024834/statm: 4810326 84770 5936 1 0 557178 0
[pid=1024834/tid=1024836] ppid=1024831 vsize=19241304 memory=198340509722 CPUtime=201.68 cores=5,7
/proc/1024834/task/1024836/stat : 1024836 (java) S 1024831 1024834 1024572 0 -1 1077936192 15540 0 0 0 20165 3 0 0 20 0 20 0 193259381 19703095296 84770 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
[pid=1024834/tid=1024845] ppid=1024831 vsize=19241304 memory=1676315 CPUtime=0 cores=5,7
/proc/1024834/task/1024845/stat : 1024845 (Finalizer) S 1024831 1024834 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193259384 19703095296 84770 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
[pid=1024834/tid=1024852] ppid=1024831 vsize=19241304 memory=1676900 CPUtime=0 cores=5,7
/proc/1024834/task/1024852/stat : 1024852 (Common-Cleaner) S 1024831 1024834 1024572 0 -1 1077936192 282 0 0 0 0 0 0 0 20 0 20 0 193259384 19703095296 84770 134679101440 94702809571328 94702809575024 140725214130160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94702809582840 94702809583632 94702824112128 140725214139397 140725214139487 140725214139487 140725214146504 0
Current children cumulated CPU time: 204.24 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 339080 KiB

Child status: 20

Real time (s): 202.627
CPU time (s): 204.274
CPU user time (s): 204.113
CPU system time (s): 0.160503
CPU usage (%): 100.813
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 351504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 204.113
system time used= 0.160503
maximum resident set size= 352540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52559
page faults= 0
swaps= 0
block input operations= 0
block output operations= 288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6750
involuntary context switches= 304


# summary of solver processes directly reported to runsolver:
#   pid: 1024834
#   total CPU time (s): 204.274
#   total CPU user time (s): 204.113
#   total CPU system time (s): 0.160503

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.458871 second user time and 1.03783 second system time

The end

Launcher Data

Begin job on nodeC026 at 2024-07-19 19:42:25
IDJOB=4450354
IDBENCH=160433
IDSOLVER=3058
FILE ID=nodeC026/4450354-1721410932
RUNJOBID= nodeC026-1721410942-1024585
SLURM_JOB_ID= 7545477
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/EC_ODD_GRIDS/normalized-ECgrid5x30split.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450354-1721410932/watcher-4450354-1721410932 -o /tmp/evaluation-result-4450354-1721410932/solver-4450354-1721410932 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1721410942-1024585 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4450354-1721410932.opb

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

MD5SUM BENCH= 2bb0b15a1713ed3ebed857cd771e5926
RANDOM SEED=1628142748

nodeC026.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		: 3678.048
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.74
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		: 3683.656
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.45
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        128844484 kB
MemAvailable:   129334312 kB
Buffers:          561076 kB
Cached:           775584 kB
SwapCached:            0 kB
Active:          1076440 kB
Inactive:         993804 kB
Active(anon):       1548 kB
Inactive(anon):   777924 kB
Active(file):    1074892 kB
Inactive(file):   215880 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              5428 kB
Writeback:             8 kB
AnonPages:        730680 kB
Mapped:           127220 kB
Shmem:             45912 kB
KReclaimable:      77760 kB
Slab:             188124 kB
SReclaimable:      77760 kB
SUnreclaim:       110364 kB
KernelStack:        5056 kB
PageTables:        11556 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7228528 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            67808 kB
HardwareCorrupted:     0 kB
AnonHugePages:    473088 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:      260820 kB
DirectMap2M:    27824128 kB
DirectMap1G:    108003328 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC026 at 2024-07-19 19:45:48