Trace number 4541731

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 VeriPB 2025-06-06? (TO) 3600.21 3583.59

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
equalities/array_diag/normalized-31array_diag_less.opb
MD5SUMd4d2180c253b956721820605fdb244a0
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.749639
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4929
Total number of constraints4930
Number of constraints which are clauses2883
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2047
Minimum length of a constraint2
Maximum length of a constraint124
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 2305843009213693952
Number of bits of the biggest number in a constraint 62
Biggest sum of numbers in a constraint 9223372036854775807
Number of bits of the biggest sum of numbers63
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.20	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.08/0.20	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.20	c See www.sat4j.org for details.
0.08/0.22	c version PB25.v20250606
0.25/0.25	c java.runtime.name	OpenJDK Runtime Environment
0.25/0.25	c java.vm.name		OpenJDK 64-Bit Server VM
0.25/0.25	c java.vm.version	22.0.1+8-16
0.25/0.25	c java.vm.vendor	Oracle Corporation
0.25/0.25	c sun.arch.data.model	64
0.25/0.25	c java.version		22.0.1
0.25/0.25	c os.name		Linux
0.25/0.25	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.25/0.25	c os.arch		amd64
0.25/0.26	c Free memory 		2106806208
0.25/0.26	c Max memory 		16282288128
0.25/0.26	c Total memory 		2113929216
0.25/0.27	c Number of processors 	2
0.40/0.37	c Pseudo Boolean Optimization by upper bound
0.40/0.37	c --- Begin Solver configuration ---
0.40/0.37	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.40/0.37	c Learn all clauses as in MiniSAT
0.40/0.37	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.40/0.37	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.40/0.37	c Expensive reason simplification
0.40/0.37	c Glucose 2.1 dynamic restart strategy
0.40/0.37	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.40/0.37	c timeout=2147483s
0.40/0.37	c DB Simplification allowed=false
0.40/0.37	c Listener: none
0.40/0.37	c --- End Solver configuration ---
0.40/0.37	c solving HOME/instance-4541731-1753210643.opb
0.40/0.37	c reading problem ... 
0.40/0.38	c using VERIPB proof format
0.40/0.38	c  no objective function found
0.92/0.65	c ... done. Wall clock time 0.27s.
0.92/0.66	c declared #vars     4929
0.92/0.66	c #constraints  6976
0.92/0.66	c constraints type 
0.92/0.66	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2294
0.92/0.66	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3721
0.92/0.66	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 961
0.92/0.66	c 6976 constraints processed.
4.85/2.61	c cleaning 2492 clauses out of 5000 with flag 38665/5000
7.23/4.28	c cleaning 4251 clauses out of 8509 with flag 122312/11001
10.95/7.14	c cleaning 5621 clauses out of 11258 with flag 190490/18001
19.92/15.74	c cleaning 6814 clauses out of 13637 with flag 279839/26001
25.81/21.56	c cleaning 7907 clauses out of 15823 with flag 349882/35001
33.62/28.79	c cleaning 8949 clauses out of 17915 with flag 430742/45000
40.02/35.00	c cleaning 9979 clauses out of 19967 with flag 537474/56001
47.54/42.32	c cleaning 10992 clauses out of 21987 with flag 716166/68000
55.19/49.93	c cleaning 11997 clauses out of 23995 with flag 906680/81000
65.85/60.54	c cleaning 12996 clauses out of 25999 with flag 1248582/95001
74.93/69.33	c cleaning 13992 clauses out of 28002 with flag 1448116/110000
84.11/78.52	c cleaning 14996 clauses out of 30011 with flag 1655718/126001
98.37/92.52	c cleaning 16001 clauses out of 32015 with flag 1925238/143001
114.35/108.37	c cleaning 17004 clauses out of 34014 with flag 2223566/161001
127.37/121.02	c cleaning 18003 clauses out of 36009 with flag 2800205/180000
143.01/136.69	c cleaning 18963 clauses out of 38006 with flag 4027264/200000
155.21/148.75	c cleaning 20018 clauses out of 40043 with flag 4812208/221000
167.72/161.19	c cleaning 21006 clauses out of 42026 with flag 5225762/243001
182.45/175.78	c cleaning 22008 clauses out of 44019 with flag 5940644/266000
203.93/197.00	c cleaning 22965 clauses out of 46011 with flag 7904126/290000
222.28/215.05	c cleaning 23993 clauses out of 48046 with flag 9901867/315000
239.04/231.59	c cleaning 24997 clauses out of 50054 with flag 11512966/341001
258.10/250.37	c cleaning 26004 clauses out of 52056 with flag 13196481/368000
276.29/268.38	c cleaning 27019 clauses out of 54052 with flag 14600694/396000
294.34/286.31	c cleaning 28007 clauses out of 56034 with flag 15316915/425001
311.79/303.71	c cleaning 29003 clauses out of 58026 with flag 16074512/455000
330.67/322.51	c cleaning 30005 clauses out of 60023 with flag 16892175/486000
353.25/345.04	c cleaning 31002 clauses out of 62019 with flag 18052151/518001
377.02/368.56	c cleaning 32001 clauses out of 64017 with flag 19577326/551001
403.27/394.72	c cleaning 32994 clauses out of 66015 with flag 21466623/585000
430.21/421.67	c cleaning 34005 clauses out of 68021 with flag 22692723/620000
454.29/445.40	c cleaning 34992 clauses out of 70018 with flag 24249439/656002
481.50/472.56	c cleaning 35990 clauses out of 72025 with flag 25898867/693001
510.90/501.65	c cleaning 37014 clauses out of 74035 with flag 27987647/731001
541.25/531.81	c cleaning 38002 clauses out of 76021 with flag 29435455/770001
565.81/556.39	c cleaning 38997 clauses out of 78019 with flag 30559019/810001
589.13/579.62	c cleaning 40001 clauses out of 80023 with flag 31748764/851002
616.18/606.63	c cleaning 40996 clauses out of 82021 with flag 32969703/893001
643.67/633.86	c cleaning 42005 clauses out of 84024 with flag 34184838/936000
671.43/661.59	c cleaning 42996 clauses out of 86019 with flag 35442540/980000
703.41/693.49	c cleaning 43998 clauses out of 88024 with flag 36793760/1025001
734.87/724.86	c cleaning 44999 clauses out of 90025 with flag 38055246/1071000
771.37/761.35	c cleaning 45997 clauses out of 92026 with flag 39383656/1118000
805.34/795.20	c cleaning 46999 clauses out of 94029 with flag 40690786/1166000
847.71/837.31	c cleaning 47976 clauses out of 96030 with flag 43643951/1215000
887.77/877.34	c cleaning 49015 clauses out of 98054 with flag 45986559/1265000
937.57/927.15	c cleaning 49989 clauses out of 100040 with flag 49530448/1316001
986.09/975.22	c cleaning 51007 clauses out of 102050 with flag 53318506/1368000
1039.96/1029.17	c cleaning 52004 clauses out of 104044 with flag 57166313/1421001
1098.13/1087.17	c cleaning 52996 clauses out of 106039 with flag 60767690/1475000
1148.63/1137.61	c cleaning 54013 clauses out of 108044 with flag 63764230/1530001
1204.16/1193.29	c cleaning 55009 clauses out of 110031 with flag 66952989/1586001
1288.97/1278.17	c cleaning 55997 clauses out of 112022 with flag 68936604/1643001
1341.33/1330.23	c cleaning 56996 clauses out of 114024 with flag 71077822/1701000
1408.51/1397.48	c cleaning 58005 clauses out of 116029 with flag 72798446/1760001
1474.14/1462.94	c cleaning 58992 clauses out of 118023 with flag 74474400/1820000
1536.00/1524.50	c cleaning 60011 clauses out of 120033 with flag 76154964/1881002
1602.10/1590.58	c cleaning 61001 clauses out of 122021 with flag 77760181/1943001
1673.04/1661.49	c cleaning 61999 clauses out of 124020 with flag 79703914/2006001
1742.52/1730.91	c cleaning 63002 clauses out of 126020 with flag 81694113/2070000
1816.23/1804.70	c cleaning 63995 clauses out of 128018 with flag 83755927/2135000
1880.05/1868.13	c cleaning 64999 clauses out of 130023 with flag 87064633/2201000
1948.38/1936.33	c cleaning 65995 clauses out of 132025 with flag 90935345/2268001
2013.49/2001.28	c cleaning 66994 clauses out of 134030 with flag 94005036/2336001
2088.07/2075.75	c cleaning 68007 clauses out of 136037 with flag 97347523/2405002
2153.51/2141.01	c cleaning 68951 clauses out of 138028 with flag 100924700/2475000
2216.48/2203.92	c cleaning 70025 clauses out of 140078 with flag 103418249/2546001
2290.74/2278.25	c cleaning 70971 clauses out of 142052 with flag 107406056/2618000
2383.23/2370.43	c cleaning 72017 clauses out of 144082 with flag 111566323/2691001
2474.15/2460.86	c cleaning 73027 clauses out of 146064 with flag 115640025/2765000
2552.59/2539.34	c cleaning 73993 clauses out of 148038 with flag 119329027/2840001
2641.66/2628.42	c cleaning 75005 clauses out of 150044 with flag 122966785/2916000
2726.84/2713.41	c cleaning 75986 clauses out of 152040 with flag 127028573/2993001
2809.35/2795.74	c cleaning 76996 clauses out of 154053 with flag 131209189/3071000
2888.35/2874.82	c cleaning 78009 clauses out of 156059 with flag 134225661/3150002
2989.61/2976.25	c cleaning 78995 clauses out of 158048 with flag 137296888/3230000
3078.67/3065.04	c cleaning 80022 clauses out of 160054 with flag 140018985/3311001
3175.06/3160.82	c cleaning 81004 clauses out of 162032 with flag 143974806/3393001
3267.21/3253.08	c cleaning 81975 clauses out of 164027 with flag 147890952/3476000
3363.96/3348.95	c cleaning 82995 clauses out of 166052 with flag 152169002/3560000
3457.76/3441.88	c cleaning 84008 clauses out of 168060 with flag 154688989/3645003
3554.28/3537.99	c cleaning 85007 clauses out of 170049 with flag 158152001/3731000
3600.00/3583.42	c timeout
3600.00/3583.45	c starts		: 16211
3600.00/3583.46	c conflicts		: 3779494
3600.00/3583.46	c decisions		: 5293388
3600.00/3583.46	c propagations		: 3052826015
3600.00/3583.46	c inspects		: 30223256959
3600.00/3583.46	c shortcuts		: 0
3600.00/3583.46	c learnt literals	: 0
3600.00/3583.46	c learnt binary clauses	: 1511
3600.00/3583.46	c learnt ternary clauses	: 2010
3600.00/3583.46	c learnt constraints	: 3779494
3600.00/3583.46	c ignored constraints	: 0
3600.00/3583.46	c root simplifications	: 0
3600.00/3583.46	c removed literals (reason simplification)	: 393699794
3600.00/3583.46	c reason swapping (by a shorter reason)	: 0
3600.00/3583.46	c Calls to reduceDB	: 82
3600.00/3583.46	c Number of update (reduction) of LBD	: 779843
3600.00/3583.47	c Imported unit clauses	: 0
3600.00/3583.47	c No decision after first conflict	: false
3600.00/3583.47	c number of reductions to clauses (during analyze)	: 0
3600.00/3583.47	c number of learned constraints concerned by reduction	: 0
3600.00/3583.47	c number of learning phase by resolution	: 0
3600.00/3583.47	c number of learning phase by cutting planes	: 0
3600.00/3583.47	c number of rounding to 1 operations	: 0
3600.00/3583.47	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3583.47	c number of reductions of the coefficients by power 2 	: 0
3600.00/3583.47	c number of right shift for reduction by power 2 	: 0
3600.00/3583.47	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3583.47	c number of ending skipping 	: 0
3600.00/3583.47	c number of internal skipping 	: 0
3600.00/3583.48	c number of derivation steps 	: 0
3600.00/3583.48	c number of skipped derivation steps 	: 0
3600.00/3583.48	c number of remaining unassigned 	: 0
3600.00/3583.48	c number of remaining assigned 	: 0
3600.00/3583.48	c number of falsified literals weakened from reason	: 0
3600.00/3583.48	c number of falsified literals weakened from conflict	: 0
3600.00/3583.48	c time for arithmetic operations	: 0
3600.00/3583.48	c minimum degree of deleted constraints	: null
3600.00/3583.48	c maximum degree of deleted constraints	: null
3600.00/3583.48	c number of deleted constraints	: 0
3600.00/3583.48	c speed (assignments/second)	: 852075.4131112657
3600.00/3583.48	c non guided choices	: 69
3600.14/3583.55	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 132025
3600.14/3583.55	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 1511
3600.14/3583.55	s UNKNOWN
3600.14/3583.55	c Total wall clock time (in seconds): 3583.174

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: 63794 MiB (17639 MiB free)
  memory of node 1: 64507 MiB (22029 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4541731-1753210643/watcher-4541731-1753210643 -o /tmp/evaluation-result-4541731-1753210643/solver-4541731-1753210643 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1753210643-160085 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4541731-1753210643 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4541731-1753210643.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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 FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=160139, runsolver pid=160127

[startup+0.100073 s]*
/proc/loadavg: 1.15 1.32 2.36 10/320 160212
/proc/meminfo: memFree=40522368/131382112 swapFree=33009904/33010684
[pid=160139] ppid=160127 vsize=18930344 memory=45516 CPUtime=0.08 cores=4,6
/proc/160139/stat : 160139 (java) S 160127 160139 160073 0 -1 4194304 5415 0 0 0 5 3 0 0 20 0 18 0 236743214 19384672256 11379 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
/proc/160139/statm: 4732586 11379 4946 1 0 546674 0
[pid=160139/tid=160151] ppid=160127 vsize=18930344 memory=4026532124 CPUtime=0.06 cores=4,6
/proc/160139/task/160151/stat : 160151 (java) R 160127 160139 160073 0 -1 4194368 4558 0 0 0 3 3 0 0 20 0 18 0 236743218 19384672256 11379 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
[pid=160139/tid=160192] ppid=160127 vsize=18930344 memory=1593 CPUtime=0 cores=4,6
/proc/160139/task/160192/stat : 160192 (Finalizer) S 160127 160139 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 236743223 19384672256 11379 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
[pid=160139/tid=160210] ppid=160127 vsize=18930344 memory=60693105869820 CPUtime=0 cores=4,6
/proc/160139/task/160210/stat : 160210 (Common-Cleaner) S 160127 160139 160073 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 236743224 19384672256 11379 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 18930344 KiB
Current children cumulated memory: 45516 KiB

[startup+0.213695 s]*
/proc/loadavg: 1.15 1.32 2.36 10/320 160212
/proc/meminfo: memFree=40518128/131382112 swapFree=33009904/33010684
[pid=160139] ppid=160127 vsize=18930384 memory=49996 CPUtime=0.25 cores=4,6
/proc/160139/stat : 160139 (java) S 160127 160139 160073 0 -1 4194304 6156 0 0 0 21 4 0 0 20 0 18 0 236743214 19384713216 12499 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
/proc/160139/statm: 4732596 12499 5330 1 0 547275 0
[pid=160139/tid=160151] ppid=160127 vsize=18930384 memory=4026990876 CPUtime=0.15 cores=4,6
/proc/160139/task/160151/stat : 160151 (java) R 160127 160139 160073 0 -1 4194368 4938 0 0 0 12 3 0 0 20 0 18 0 236743218 19384713216 12499 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
[pid=160139/tid=160192] ppid=160127 vsize=18930384 memory=1593 CPUtime=0 cores=4,6
/proc/160139/task/160192/stat : 160192 (Finalizer) S 160127 160139 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 236743223 19384713216 12499 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
[pid=160139/tid=160210] ppid=160127 vsize=18930384 memory=60693105869820 CPUtime=0 cores=4,6
/proc/160139/task/160210/stat : 160210 (Common-Cleaner) S 160127 160139 160073 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 236743224 19384713216 12499 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49996 KiB

[startup+0.313843 s]*
/proc/loadavg: 1.15 1.32 2.36 15/320 160212
/proc/meminfo: memFree=40507932/131382112 swapFree=33009904/33010684
[pid=160139] ppid=160127 vsize=18930384 memory=55864 CPUtime=0.4 cores=4,6
/proc/160139/stat : 160139 (java) S 160127 160139 160073 0 -1 4194304 6621 0 0 0 35 5 0 0 20 0 18 0 236743214 19384713216 13966 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
/proc/160139/statm: 4732596 13966 5330 1 0 547679 0
[pid=160139/tid=160151] ppid=160127 vsize=18930384 memory=-8600583827722379964 CPUtime=0.25 cores=4,6
/proc/160139/task/160151/stat : 160151 (java) R 160127 160139 160073 0 -1 4194368 5100 0 0 0 21 4 0 0 20 0 18 0 236743218 19384713216 13966 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
[pid=160139/tid=160192] ppid=160127 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/160139/task/160192/stat : 160192 (Finalizer) S 160127 160139 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 236743223 19384713216 13966 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
[pid=160139/tid=160210] ppid=160127 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/160139/task/160210/stat : 160210 (Common-Cleaner) S 160127 160139 160073 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 236743224 19384713216 13966 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55864 KiB

[startup+0.700359 s]
/proc/loadavg: 1.15 1.32 2.36 14/320 160212
/proc/meminfo: memFree=40499740/131382112 swapFree=33009904/33010684
[pid=160139] ppid=160127 vsize=18996948 memory=78536 CPUtime=1.09 cores=4,6
/proc/160139/stat : 160139 (java) S 160127 160139 160073 0 -1 4194304 8560 0 0 0 101 8 0 0 20 0 19 0 236743214 19452874752 19634 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
/proc/160139/statm: 4749237 19634 5426 1 0 549258 0
[pid=160139/tid=160151] ppid=160127 vsize=18996948 memory=27136 CPUtime=0.53 cores=4,6
/proc/160139/task/160151/stat : 160151 (java) R 160127 160139 160073 0 -1 4194368 5322 0 0 0 48 5 0 0 20 0 19 0 236743218 19452874752 19634 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
[pid=160139/tid=160192] ppid=160127 vsize=18996948 memory=11264 CPUtime=0 cores=4,6
/proc/160139/task/160192/stat : 160192 (Finalizer) S 160127 160139 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 236743223 19452874752 19634 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
[pid=160139/tid=160210] ppid=160127 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/160139/task/160210/stat : 160210 (Common-Cleaner) S 160127 160139 160073 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 236743224 19452874752 19634 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 78536 KiB

[startup+1.50027 s]
/proc/loadavg: 1.15 1.32 2.36 10/324 160216
/proc/meminfo: memFree=40378084/131382112 swapFree=33009904/33010684
[pid=160139] ppid=160127 vsize=18996948 memory=150192 CPUtime=2.67 cores=4,6
/proc/160139/stat : 160139 (java) S 160127 160139 160073 0 -1 4194304 18044 0 0 0 252 15 0 0 20 0 19 0 236743214 19452874752 37548 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
/proc/160139/statm: 4749237 37548 5458 1 0 552000 0
[pid=160139/tid=160151] ppid=160127 vsize=18996948 memory=3200 CPUtime=1.19 cores=4,6
/proc/160139/task/160151/stat : 160151 (java) R 160127 160139 160073 0 -1 4194368 5839 0 0 0 111 8 0 0 20 0 19 0 236743218 19452874752 37548 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
[pid=160139/tid=160192] ppid=160127 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/160139/task/160192/stat : 160192 (Finalizer) S 160127 160139 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 236743223 19452874752 37548 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
[pid=160139/tid=160210] ppid=160127 vsize=18996948 memory=11264 CPUtime=0 cores=4,6
/proc/160139/task/160210/stat : 160210 (Common-Cleaner) S 160127 160139 160073 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 236743224 19452874752 37548 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
[pid=160139/tid=160215] ppid=160127 vsize=18996948 memory=14720 CPUtime=0 cores=4,6
/proc/160139/task/160215/stat : 160215 (Timer-0) S 160127 160139 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 236743282 19452874752 37548 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
Current children cumulated CPU time: 2.67 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 150192 KiB

[startup+3.1057 s]
/proc/loadavg: 1.78 1.44 2.39 10/328 160220
/proc/meminfo: memFree=40010076/131382112 swapFree=33009904/33010684
[pid=160139] ppid=160127 vsize=19063512 memory=185280 CPUtime=5.84 cores=4,6
/proc/160139/stat : 160139 (java) S 160127 160139 160073 0 -1 4194304 24142 0 0 0 565 19 0 0 20 0 20 0 236743214 19521036288 46320 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
/proc/160139/statm: 4765878 46320 5490 1 0 553511 0
[pid=160139/tid=160151] ppid=160127 vsize=19063512 memory=14720 CPUtime=2.72 cores=4,6
/proc/160139/task/160151/stat : 160151 (java) R 160127 160139 160073 0 -1 4194368 7051 0 0 0 263 9 0 0 20 0 20 0 236743218 19521036288 46320 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
[pid=160139/tid=160192] ppid=160127 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/160139/task/160192/stat : 160192 (Finalizer) S 160127 160139 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236743223 19521036288 46320 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
[pid=160139/tid=160210] ppid=160127 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/160139/task/160210/stat : 160210 (Common-Cleaner) S 160127 160139 160073 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 236743224 19521036288 46320 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
[pid=160139/tid=160215] ppid=160127 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/160139/task/160215/stat : 160215 (Timer-0) S 160127 160139 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236743282 19521036288 46320 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
Current children cumulated CPU time: 5.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 185280 KiB

[startup+6.3004 s]
/proc/loadavg: 1.78 1.44 2.39 7/328 160220
/proc/meminfo: memFree=39665216/131382112 swapFree=33009904/33010684
[pid=160139] ppid=160127 vsize=19063512 memory=351432 CPUtime=10.14 cores=4,6
/proc/160139/stat : 160139 (java) S 160127 160139 160073 0 -1 4194304 25183 0 0 0 989 25 0 0 20 0 20 0 236743214 19521036288 87858 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
/proc/160139/statm: 4765878 87858 5490 1 0 553805 0
[pid=160139/tid=160151] ppid=160127 vsize=19063512 memory=0 CPUtime=5.8 cores=4,6
/proc/160139/task/160151/stat : 160151 (java) R 160127 160139 160073 0 -1 4194368 7226 0 0 0 566 14 0 0 20 0 20 0 236743218 19521036288 87858 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
[pid=160139/tid=160192] ppid=160127 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/160139/task/160192/stat : 160192 (Finalizer) S 160127 160139 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236743223 19521036288 87858 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
[pid=160139/tid=160210] ppid=160127 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/160139/task/160210/stat : 160210 (Common-Cleaner) S 160127 160139 160073 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 236743224 19521036288 87858 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
[pid=160139/tid=160215] ppid=160127 vsize=19063512 memory=162496 CPUtime=0 cores=4,6
/proc/160139/task/160215/stat : 160215 (Timer-0) S 160127 160139 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236743282 19521036288 87858 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
Current children cumulated CPU time: 10.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 351432 KiB

[startup+12.7003 s]
/proc/loadavg: 2.19 1.54 2.42 6/328 160220
/proc/meminfo: memFree=38449068/131382112 swapFree=33009904/33010684
[pid=160139] ppid=160127 vsize=19063512 memory=664312 CPUtime=16.67 cores=4,6
/proc/160139/stat : 160139 (java) S 160127 160139 160073 0 -1 4194304 27828 0 0 0 1631 36 0 0 20 0 20 0 236743214 19521036288 166078 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
/proc/160139/statm: 4765878 166078 5490 1 0 706282 0
[pid=160139/tid=160151] ppid=160127 vsize=19063512 memory=162496 CPUtime=11.93 cores=4,6
/proc/160139/task/160151/stat : 160151 (java) R 160127 160139 160073 0 -1 4194368 7891 0 0 0 1172 21 0 0 20 0 20 0 236743218 19521036288 166078 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
[pid=160139/tid=160192] ppid=160127 vsize=19063512 memory=565956 CPUtime=0 cores=4,6
/proc/160139/task/160192/stat : 160192 (Finalizer) S 160127 160139 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236743223 19521036288 166078 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
[pid=160139/tid=160210] ppid=160127 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/160139/task/160210/stat : 160210 (Common-Cleaner) S 160127 160139 160073 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 236743224 19521036288 166078 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
[pid=160139/tid=160215] ppid=160127 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/160139/task/160215/stat : 160215 (Timer-0) S 160127 160139 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236743282 19521036288 166078 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
Current children cumulated CPU time: 16.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 664312 KiB

[startup+25.5004 s]
/proc/loadavg: 2.47 1.63 2.43 7/328 160220
/proc/meminfo: memFree=36430188/131382112 swapFree=33009904/33010684
[pid=160139] ppid=160127 vsize=19063512 memory=1287496 CPUtime=29.98 cores=4,6
/proc/160139/stat : 160139 (java) S 160127 160139 160073 0 -1 4194304 35126 0 0 0 2942 56 0 0 20 0 20 0 236743214 19521036288 321874 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
/proc/160139/statm: 4765878 321874 5522 1 0 948595 0
[pid=160139/tid=160151] ppid=160127 vsize=19063512 memory=565956 CPUtime=23.78 cores=4,6
/proc/160139/task/160151/stat : 160151 (java) R 160127 160139 160073 0 -1 4194368 9235 0 0 0 2343 35 0 0 20 0 20 0 236743218 19521036288 321874 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
[pid=160139/tid=160192] ppid=160127 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/160139/task/160192/stat : 160192 (Finalizer) S 160127 160139 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236743223 19521036288 321874 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
[pid=160139/tid=160210] ppid=160127 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/160139/task/160210/stat : 160210 (Common-Cleaner) S 160127 160139 160073 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 236743224 19521036288 321874 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
[pid=160139/tid=160215] ppid=160127 vsize=19063512 memory=1086612 CPUtime=0 cores=4,6
/proc/160139/task/160215/stat : 160215 (Timer-0) S 160127 160139 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236743282 19521036288 321874 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
Current children cumulated CPU time: 29.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1287496 KiB

[startup+51.113 s]
/proc/loadavg: 3.13 1.85 2.49 6/327 160220
/proc/meminfo: memFree=32907192/131382112 swapFree=33009904/33010684
[pid=160139] ppid=160127 vsize=19063512 memory=2249288 CPUtime=56.41 cores=4,6
/proc/160139/stat : 160139 (java) S 160127 160139 160073 0 -1 4194304 40990 0 0 0 5552 89 0 0 20 0 20 0 236743214 19521036288 562322 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
/proc/160139/statm: 4765878 562322 5522 1 0 1266125 0
[pid=160139/tid=160151] ppid=160127 vsize=19063512 memory=2114120 CPUtime=48.76 cores=4,6
/proc/160139/task/160151/stat : 160151 (java) R 160127 160139 160073 0 -1 4194368 10550 0 0 0 4816 60 0 0 20 0 20 0 236743218 19521036288 562322 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
[pid=160139/tid=160192] ppid=160127 vsize=19063512 memory=664312 CPUtime=0 cores=4,6
/proc/160139/task/160192/stat : 160192 (Finalizer) S 160127 160139 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236743223 19521036288 562322 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
[pid=160139/tid=160210] ppid=160127 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/160139/task/160210/stat : 160210 (Common-Cleaner) S 160127 160139 160073 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 236743224 19521036288 562322 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0

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

[startup+3282.3 s]
/proc/loadavg: 4.19 4.19 4.12 6/327 160390
/proc/meminfo: memFree=3169672/131382112 swapFree=33009904/33010684
[pid=160139] ppid=160127 vsize=19063512 memory=2739832 CPUtime=3296.5 cores=4,6
/proc/160139/stat : 160139 (java) S 160127 160139 160073 0 -1 4194304 217199 0 0 0 328607 1043 0 0 20 0 20 0 236743214 19521036288 684958 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
/proc/160139/statm: 4765878 684958 5522 1 0 697544 0
[pid=160139/tid=160151] ppid=160127 vsize=19063512 memory=2739832 CPUtime=3251.37 cores=4,6
/proc/160139/task/160151/stat : 160151 (java) R 160127 160139 160073 0 -1 4194368 115375 0 0 0 324311 826 0 0 20 0 20 0 236743218 19521036288 684958 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
[pid=160139/tid=160192] ppid=160127 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/160139/task/160192/stat : 160192 (Finalizer) S 160127 160139 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236743223 19521036288 684958 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
[pid=160139/tid=160210] ppid=160127 vsize=19063512 memory=140150017693409 CPUtime=0 cores=4,6
/proc/160139/task/160210/stat : 160210 (Common-Cleaner) S 160127 160139 160073 0 -1 4194368 3053 0 0 0 0 0 0 0 20 0 20 0 236743224 19521036288 684958 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
[pid=160139/tid=160215] ppid=160127 vsize=19063512 memory=2739832 CPUtime=0 cores=4,6
/proc/160139/task/160215/stat : 160215 (Timer-0) S 160127 160139 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236743282 19521036288 684958 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
Current children cumulated CPU time: 3296.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2739832 KiB

[startup+3342.3 s]
/proc/loadavg: 4.30 4.21 4.13 6/326 160392
/proc/meminfo: memFree=3819588/131382112 swapFree=33009904/33010684
[pid=160139] ppid=160127 vsize=19063512 memory=1758848 CPUtime=3357.27 cores=4,6
/proc/160139/stat : 160139 (java) S 160127 160139 160073 0 -1 4194304 227331 0 0 0 334669 1058 0 0 20 0 20 0 236743214 19521036288 439712 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
/proc/160139/statm: 4765878 439712 5522 1 0 452323 0
[pid=160139/tid=160151] ppid=160127 vsize=19063512 memory=14720 CPUtime=3310.71 cores=4,6
/proc/160139/task/160151/stat : 160151 (java) R 160127 160139 160073 0 -1 4194368 123452 0 0 0 330234 837 0 0 20 0 20 0 236743218 19521036288 439712 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
[pid=160139/tid=160192] ppid=160127 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/160139/task/160192/stat : 160192 (Finalizer) S 160127 160139 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236743223 19521036288 439712 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
[pid=160139/tid=160210] ppid=160127 vsize=19063512 memory=27136 CPUtime=0 cores=4,6
/proc/160139/task/160210/stat : 160210 (Common-Cleaner) S 160127 160139 160073 0 -1 4194368 3054 0 0 0 0 0 0 0 20 0 20 0 236743224 19521036288 439712 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
[pid=160139/tid=160215] ppid=160127 vsize=19063512 memory=27136 CPUtime=0 cores=4,6
/proc/160139/task/160215/stat : 160215 (Timer-0) S 160127 160139 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236743282 19521036288 439712 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
Current children cumulated CPU time: 3357.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1758848 KiB

[startup+3402.3 s]
/proc/loadavg: 4.92 4.40 4.20 6/326 160394
/proc/meminfo: memFree=5492604/131382112 swapFree=33009904/33010684
[pid=160139] ppid=160127 vsize=19063512 memory=1174440 CPUtime=3418.28 cores=4,6
/proc/160139/stat : 160139 (java) S 160127 160139 160073 0 -1 4194304 232120 0 0 0 340752 1076 0 0 20 0 20 0 236743214 19521036288 293610 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
/proc/160139/statm: 4765878 293610 5522 1 0 306163 0
[pid=160139/tid=160151] ppid=160127 vsize=19063512 memory=1758848 CPUtime=3369.86 cores=4,6
/proc/160139/task/160151/stat : 160151 (java) R 160127 160139 160073 0 -1 4194368 126684 0 0 0 336134 852 0 0 20 0 20 0 236743218 19521036288 293610 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
[pid=160139/tid=160192] ppid=160127 vsize=19063512 memory=1316380 CPUtime=0 cores=4,6
/proc/160139/task/160192/stat : 160192 (Finalizer) S 160127 160139 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236743223 19521036288 293610 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
[pid=160139/tid=160210] ppid=160127 vsize=19063512 memory=1316380 CPUtime=0 cores=4,6
/proc/160139/task/160210/stat : 160210 (Common-Cleaner) S 160127 160139 160073 0 -1 4194368 3103 0 0 0 0 0 0 0 20 0 20 0 236743224 19521036288 293610 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
[pid=160139/tid=160215] ppid=160127 vsize=19063512 memory=1316380 CPUtime=0 cores=4,6
/proc/160139/task/160215/stat : 160215 (Timer-0) S 160127 160139 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236743282 19521036288 293610 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
Current children cumulated CPU time: 3418.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1174440 KiB

[startup+3462.3 s]
/proc/loadavg: 5.99 4.79 4.35 6/326 160396
/proc/meminfo: memFree=5129180/131382112 swapFree=33009904/33010684
[pid=160139] ppid=160127 vsize=19063512 memory=1174440 CPUtime=3478.35 cores=4,6
/proc/160139/stat : 160139 (java) S 160127 160139 160073 0 -1 4194304 232302 0 0 0 346746 1089 0 0 20 0 20 0 236743214 19521036288 293610 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
/proc/160139/statm: 4765878 293610 5522 1 0 306163 0
[pid=160139/tid=160151] ppid=160127 vsize=19063512 memory=1174440 CPUtime=3429.37 cores=4,6
/proc/160139/task/160151/stat : 160151 (java) R 160127 160139 160073 0 -1 4194368 126832 0 0 0 342076 861 0 0 20 0 20 0 236743218 19521036288 293610 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
[pid=160139/tid=160192] ppid=160127 vsize=19063512 memory=1174440 CPUtime=0 cores=4,6
/proc/160139/task/160192/stat : 160192 (Finalizer) S 160127 160139 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236743223 19521036288 293610 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
[pid=160139/tid=160210] ppid=160127 vsize=19063512 memory=-8672641421760307900 CPUtime=0 cores=4,6
/proc/160139/task/160210/stat : 160210 (Common-Cleaner) S 160127 160139 160073 0 -1 4194368 3103 0 0 0 0 0 0 0 20 0 20 0 236743224 19521036288 293610 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
[pid=160139/tid=160215] ppid=160127 vsize=19063512 memory=1174440 CPUtime=0 cores=4,6
/proc/160139/task/160215/stat : 160215 (Timer-0) S 160127 160139 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236743282 19521036288 293610 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
Current children cumulated CPU time: 3478.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1174440 KiB

[startup+3522.3 s]
/proc/loadavg: 5.16 4.80 4.38 6/327 160405
/proc/meminfo: memFree=6160140/131382112 swapFree=33009904/33010684
[pid=160139] ppid=160127 vsize=19063512 memory=1007432 CPUtime=3538.7 cores=4,6
/proc/160139/stat : 160139 (java) S 160127 160139 160073 0 -1 4194304 235923 0 0 0 352769 1101 0 0 20 0 20 0 236743214 19521036288 251858 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
/proc/160139/statm: 4765878 251858 5522 1 0 264403 0
[pid=160139/tid=160151] ppid=160127 vsize=19063512 memory=5632 CPUtime=3488.66 cores=4,6
/proc/160139/task/160151/stat : 160151 (java) R 160127 160139 160073 0 -1 4194368 128572 0 0 0 347997 869 0 0 20 0 20 0 236743218 19521036288 251858 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
[pid=160139/tid=160192] ppid=160127 vsize=19063512 memory=1174440 CPUtime=0 cores=4,6
/proc/160139/task/160192/stat : 160192 (Finalizer) S 160127 160139 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236743223 19521036288 251858 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
[pid=160139/tid=160210] ppid=160127 vsize=19063512 memory=1007432 CPUtime=0 cores=4,6
/proc/160139/task/160210/stat : 160210 (Common-Cleaner) S 160127 160139 160073 0 -1 4194368 3104 0 0 0 0 0 0 0 20 0 20 0 236743224 19521036288 251858 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
[pid=160139/tid=160215] ppid=160127 vsize=19063512 memory=1007432 CPUtime=0 cores=4,6
/proc/160139/task/160215/stat : 160215 (Timer-0) S 160127 160139 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236743282 19521036288 251858 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
Current children cumulated CPU time: 3538.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1007432 KiB

[startup+3582.3 s]
/proc/loadavg: 4.58 4.70 4.37 5/326 160474
/proc/meminfo: memFree=21813264/131382112 swapFree=33009904/33010684
[pid=160139] ppid=160127 vsize=19063512 memory=1007560 CPUtime=3598.9 cores=4,6
/proc/160139/stat : 160139 (java) S 160127 160139 160073 0 -1 4194304 236324 0 0 0 358774 1116 0 0 20 0 20 0 236743214 19521036288 251890 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
/proc/160139/statm: 4765878 251890 5522 1 0 264427 0
[pid=160139/tid=160151] ppid=160127 vsize=19063512 memory=1007432 CPUtime=3547.77 cores=4,6
/proc/160139/task/160151/stat : 160151 (java) R 160127 160139 160073 0 -1 4194368 128832 0 0 0 353896 881 0 0 20 0 20 0 236743218 19521036288 251890 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
[pid=160139/tid=160192] ppid=160127 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/160139/task/160192/stat : 160192 (Finalizer) S 160127 160139 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236743223 19521036288 251890 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
[pid=160139/tid=160210] ppid=160127 vsize=19063512 memory=1007560 CPUtime=0 cores=4,6
/proc/160139/task/160210/stat : 160210 (Common-Cleaner) S 160127 160139 160073 0 -1 4194368 3131 0 0 0 0 0 0 0 20 0 20 0 236743224 19521036288 251890 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
[pid=160139/tid=160215] ppid=160127 vsize=19063512 memory=27136 CPUtime=0 cores=4,6
/proc/160139/task/160215/stat : 160215 (Timer-0) S 160127 160139 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236743282 19521036288 251890 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
Current children cumulated CPU time: 3598.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1007560 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3583.4 s]
/proc/loadavg: 4.54 4.69 4.37 5/326 160474
/proc/meminfo: memFree=21760144/131382112 swapFree=33009904/33010684
[pid=160139] ppid=160127 vsize=19063512 memory=1007560 CPUtime=3600 cores=4,6
/proc/160139/stat : 160139 (java) S 160127 160139 160073 0 -1 4194304 236332 0 0 0 358884 1116 0 0 20 0 20 0 236743214 19521036288 251890 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
/proc/160139/statm: 4765878 251890 5522 1 0 264427 0
[pid=160139/tid=160151] ppid=160127 vsize=19063512 memory=5276 CPUtime=3548.87 cores=4,6
/proc/160139/task/160151/stat : 160151 (java) R 160127 160139 160073 0 -1 4194368 128840 0 0 0 354006 881 0 0 20 0 20 0 236743218 19521036288 251890 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
[pid=160139/tid=160192] ppid=160127 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/160139/task/160192/stat : 160192 (Finalizer) S 160127 160139 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236743223 19521036288 251890 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
[pid=160139/tid=160210] ppid=160127 vsize=19063512 memory=4892 CPUtime=0 cores=4,6
/proc/160139/task/160210/stat : 160210 (Common-Cleaner) S 160127 160139 160073 0 -1 4194368 3131 0 0 0 0 0 0 0 20 0 20 0 236743224 19521036288 251890 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
[pid=160139/tid=160215] ppid=160127 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/160139/task/160215/stat : 160215 (Timer-0) S 160127 160139 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236743282 19521036288 251890 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1007560 KiB

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

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

# cumulated CPU time of all completed processes:  user=3589.03 s, system=11.1871 s

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

[startup+3583.51 s]
/proc/loadavg: 4.54 4.69 4.37 5/326 160474
/proc/meminfo: memFree=21760144/131382112 swapFree=33009904/33010684
[pid=160139] ppid=160127 vsize=19263204 memory=1008328 CPUtime=3600.14 cores=4,6
/proc/160139/stat : 160139 (java) S 160127 160139 160073 0 -1 4194304 237771 0 0 0 358897 1117 0 0 20 0 21 0 236743214 19725520896 252082 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
/proc/160139/statm: 4815801 252082 5554 1 0 265352 0
[pid=160139/tid=160151] ppid=160127 vsize=19263204 memory=1007432 CPUtime=3548.89 cores=4,6
/proc/160139/task/160151/stat : 160151 (java) S 160127 160139 160073 0 -1 4194368 129106 0 0 0 354008 881 0 0 20 0 21 0 236743218 19725520896 252082 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
[pid=160139/tid=160192] ppid=160127 vsize=19263204 memory=11264 CPUtime=0 cores=4,6
/proc/160139/task/160192/stat : 160192 (Finalizer) S 160127 160139 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 236743223 19725520896 252082 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
[pid=160139/tid=160210] ppid=160127 vsize=19263204 memory=1007560 CPUtime=0 cores=4,6
/proc/160139/task/160210/stat : 160210 (Common-Cleaner) S 160127 160139 160073 0 -1 4194368 3131 0 0 0 0 0 0 0 20 0 21 0 236743224 19725520896 252082 18446744073709551615 94428700966912 94428700970608 140720914207872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94428700978424 94428700979216 94428727242752 140720914213204 140720914213348 140720914213348 140720914218952 0
Current children cumulated CPU time: 3600.14 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 1008328 KiB

Child status: 143

Real time (s): 3583.59
CPU time (s): 3600.21
CPU user time (s): 3589.03
CPU system time (s): 11.1871
CPU usage (%): 100.464
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 5014356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3589.03
system time used= 11.1871
maximum resident set size= 5014484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 237914
page faults= 0
swaps= 0
block input operations= 0
block output operations= 12002184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 112856
involuntary context switches= 8985


# summary of solver processes directly reported to runsolver:
#   pid: 160139
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3589.03
#   total CPU system time (s): 11.1871

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.8046 second user time and 35.1688 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-07-22 20:57:23
IDJOB=4541731
IDBENCH=163363
IDSOLVER=3364
FILE ID=nodeC001/4541731-1753210643
RUNJOBID= nodeC001-1753210643-160085
SLURM_JOB_ID= 9687785
Free space on /tmp= 432672 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/equalities/array_diag/normalized-31array_diag_less.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4541731-1753210643/watcher-4541731-1753210643 -o /tmp/evaluation-result-4541731-1753210643/solver-4541731-1753210643 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1753210643-160085 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4541731-1753210643 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4541731-1753210643.opb

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

MD5SUM BENCH= d4d2180c253b956721820605fdb244a0
RANDOM SEED=1121280537

nodeC001 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.151
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.161
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.157
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.194
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.224
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
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	: 0xb00001f
cpu MHz		: 1196.199
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.153
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.171
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        40599684 kB
MemAvailable:   129686820 kB
Buffers:            1668 kB
Cached:         87654884 kB
SwapCached:          132 kB
Active:           955628 kB
Inactive:       86769136 kB
Active(anon):      66632 kB
Inactive(anon):    27560 kB
Active(file):     888996 kB
Inactive(file): 86741576 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3596 kB
Writeback:             0 kB
AnonPages:         71244 kB
Mapped:           108064 kB
Shmem:             25976 kB
KReclaimable:    2517692 kB
Slab:            2648352 kB
SReclaimable:    2517692 kB
SUnreclaim:       130660 kB
KernelStack:        3856 kB
PageTables:         2848 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     350852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149272 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 410296 MiB
End job on nodeC001 at 2025-07-22 21:57:07