Trace number 4461967

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution Default 2024-07-07? (TO) 3600.25 3582.31

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/pettersson/
StableMatchings/SMTI/x1/Init-x1-i3_pp_87_merged.opb
MD5SUMe69471d73cbea12e8e8984c62457715d
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark346
Best CPU time to get the best result obtained on this benchmark2.70326
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables99544
Total number of constraints99545
Number of constraints which are clauses87333
Number of constraints which are cardinality constraints (but not clauses)1444
Number of constraints which are nor clauses,nor cardinality constraints10768
Minimum length of a constraint1
Maximum length of a constraint1444
Number of terms in the objective function 1444
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1444
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 344
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1788
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.18	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.18	c See www.sat4j.org for details.
0.11/0.20	c version CUSTOM.v20240707
0.27/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.27/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.27/0.23	c java.vm.version	22.0.1+8-16
0.27/0.23	c java.vm.vendor	Oracle Corporation
0.27/0.23	c sun.arch.data.model	64
0.27/0.23	c java.version		22.0.1
0.27/0.23	c os.name		Linux
0.27/0.23	c os.version		4.18.0-301.1.el8.x86_64
0.27/0.23	c os.arch		amd64
0.27/0.24	c Free memory 		2113181440
0.27/0.24	c Max memory 		16282288128
0.27/0.25	c Total memory 		2122317824
0.27/0.25	c Number of processors 	2
0.43/0.35	--- Begin Solver configuration ---
0.43/0.35	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.43/0.35	Learn all clauses as in MiniSAT
0.43/0.35	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.43/0.35	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.43/0.35	No reason simplification
0.43/0.35	Glucose 2.1 dynamic restart strategy
0.43/0.35	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.43/0.35	timeout=2147483s
0.43/0.35	DB Simplification allowed=false
0.43/0.35	Listener: none
0.43/0.35	--- End Solver configuration ---
0.43/0.35	c Pseudo Boolean Optimization by upper bound
0.43/0.35	c --- Begin Solver configuration ---
0.43/0.35	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.43/0.35	c Learn all clauses as in MiniSAT
0.43/0.35	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.43/0.35	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.43/0.35	c No reason simplification
0.43/0.35	c Glucose 2.1 dynamic restart strategy
0.43/0.35	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.43/0.35	c timeout=2147483s
0.43/0.35	c DB Simplification allowed=false
0.43/0.35	c Listener: none
0.43/0.35	c --- End Solver configuration ---
0.43/0.35	c solving HOME/instance-4461967-1722204306.opb
0.43/0.35	c reading problem ... 
0.43/0.36	c  objective function found
5.10/3.60	c ... done. Wall clock time 3.247s.
5.10/3.60	c declared #vars     99544
5.10/3.60	c #constraints  111757
5.10/3.60	c constraints type 
5.10/3.60	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 88945
5.10/3.60	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 11393
5.10/3.60	c org.sat4j.specs.Constr$1 => 14
5.10/3.60	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 11391
5.10/3.60	c org.sat4j.pb.constraints.pb.UnitClausePB => 14
5.10/3.60	c 111757 constraints processed.
5.32/3.61	c objective function length is 1444 literals
17.36/13.67	c cleaning 2449 clauses out of 4898 with flag 36207/5002
26.76/22.97	c cleaning 4216 clauses out of 8431 with flag 96612/11000
36.96/32.63	c cleaning 5597 clauses out of 11194 with flag 181012/18001
48.27/43.36	c cleaning 6787 clauses out of 13573 with flag 274004/26000
61.54/56.65	c cleaning 7888 clauses out of 15775 with flag 391612/35000
77.50/72.68	c cleaning 8935 clauses out of 17869 with flag 535280/45000
92.76/88.01	c cleaning 9951 clauses out of 19912 with flag 703959/56002
108.72/104.01	c cleaning 10968 clauses out of 21950 with flag 874434/68000
124.99/120.25	c cleaning 11986 clauses out of 23979 with flag 1076183/81001
141.66/136.97	c cleaning 12996 clauses out of 25992 with flag 1288424/95002
158.83/154.16	c cleaning 13993 clauses out of 27992 with flag 1501141/110001
179.17/174.59	c cleaning 14990 clauses out of 29992 with flag 1721124/126001
199.50/194.90	c cleaning 16000 clauses out of 32001 with flag 1982612/143000
220.40/215.70	c cleaning 16988 clauses out of 34000 with flag 2258051/161001
241.56/236.92	c cleaning 18002 clauses out of 36006 with flag 2548809/180000
264.41/259.85	c cleaning 18991 clauses out of 37995 with flag 2847566/200000
290.14/285.67	c cleaning 20001 clauses out of 40005 with flag 3198390/221003
316.38/312.00	c cleaning 21000 clauses out of 42002 with flag 3553526/243002
342.92/338.59	c cleaning 21998 clauses out of 43998 with flag 3953605/266001
369.26/364.90	c cleaning 23000 clauses out of 45999 with flag 4360768/290000
398.69/394.46	c cleaning 23996 clauses out of 47992 with flag 4739871/315001
429.13/424.92	c cleaning 24998 clauses out of 49995 with flag 5150403/341001
460.29/456.15	c cleaning 25996 clauses out of 51991 with flag 5550598/368004
497.12/493.03	c cleaning 26990 clauses out of 53989 with flag 5983669/396008
529.76/525.73	c cleaning 27984 clauses out of 55986 with flag 6443345/425000
560.51/556.57	c cleaning 28988 clauses out of 57999 with flag 6847450/455000
592.86/589.01	c cleaning 30006 clauses out of 60011 with flag 7275972/486002
626.64/622.48	c cleaning 30994 clauses out of 62004 with flag 7728010/518004
660.28/656.17	c cleaning 31987 clauses out of 63998 with flag 8176049/551000
698.81/694.39	c cleaning 32984 clauses out of 65995 with flag 8602344/585001
736.00/731.04	c cleaning 33995 clauses out of 68003 with flag 9087968/620001
770.15/765.18	c cleaning 34987 clauses out of 69992 with flag 9532579/656000
814.30/809.09	c cleaning 35991 clauses out of 71985 with flag 10038969/693002
853.28/847.75	c cleaning 36986 clauses out of 73977 with flag 10357096/731000
901.49/896.03	c cleaning 37979 clauses out of 75978 with flag 10703751/770000
946.20/940.44	c cleaning 38990 clauses out of 77979 with flag 11042660/810001
1000.73/994.65	c cleaning 39978 clauses out of 79964 with flag 11403005/851001
1055.60/1049.23	c cleaning 40966 clauses out of 81967 with flag 11813355/893000
1105.88/1099.70	c cleaning 41988 clauses out of 83988 with flag 12207658/936000
1168.91/1162.49	c cleaning 42991 clauses out of 85986 with flag 12664260/980003
1224.21/1217.48	c cleaning 43985 clauses out of 87980 with flag 13109843/1025001
1272.61/1265.51	c cleaning 44984 clauses out of 89978 with flag 13541847/1071001
1319.79/1312.44	c cleaning 45988 clauses out of 91989 with flag 13908172/1118002
1377.45/1369.80	c cleaning 46989 clauses out of 93986 with flag 14310715/1166000
1443.90/1436.40	c cleaning 47982 clauses out of 95978 with flag 14786473/1215001
1500.18/1492.52	c cleaning 48982 clauses out of 97989 with flag 15309563/1265000
1570.66/1562.80	c cleaning 49991 clauses out of 99989 with flag 15803767/1316001
1642.45/1633.08	c cleaning 50994 clauses out of 101993 with flag 16352376/1368000
1715.02/1705.47	c cleaning 51980 clauses out of 103982 with flag 16861857/1421000
1791.10/1781.32	c cleaning 52983 clauses out of 105989 with flag 17352514/1475000
1867.15/1857.25	c cleaning 53970 clauses out of 107984 with flag 17831391/1530000
1939.82/1929.72	c cleaning 54983 clauses out of 109994 with flag 18211545/1586005
2007.12/1996.80	c cleaning 55988 clauses out of 111997 with flag 18640312/1643000
2077.09/2066.61	c cleaning 56983 clauses out of 113991 with flag 19055354/1701000
2146.56/2135.90	c cleaning 57994 clauses out of 115994 with flag 19486962/1760000
2216.73/2205.52	c cleaning 58993 clauses out of 117991 with flag 20000124/1820000
2286.20/2274.90	c cleaning 59988 clauses out of 119988 with flag 20591887/1881001
2354.16/2342.09	c cleaning 60993 clauses out of 121989 with flag 21170461/1943000
2440.99/2428.80	c cleaning 61978 clauses out of 123969 with flag 21703307/2006000
2548.61/2536.01	c cleaning 62918 clauses out of 125973 with flag 22403527/2070001
2662.17/2649.39	c cleaning 63961 clauses out of 128031 with flag 23182509/2135001
2773.34/2760.45	c cleaning 65003 clauses out of 130061 with flag 23992515/2201001
2901.78/2888.45	c cleaning 66013 clauses out of 132050 with flag 24811640/2268003
2995.64/2982.15	c cleaning 67007 clauses out of 134024 with flag 25458005/2336001
3072.83/3059.17	c cleaning 68007 clauses out of 136017 with flag 26074548/2405007
3169.36/3153.66	c cleaning 68952 clauses out of 137984 with flag 26716906/2475002
3256.48/3240.66	c cleaning 70000 clauses out of 140018 with flag 27377376/2546000
3344.94/3328.53	c cleaning 71001 clauses out of 142015 with flag 28068529/2618006
3429.67/3412.69	c cleaning 71994 clauses out of 143998 with flag 28770946/2691000
3514.30/3497.03	c cleaning 72979 clauses out of 145992 with flag 29422063/2765000
3589.02/3571.17	c cleaning 74003 clauses out of 148009 with flag 30185724/2840000
3600.00/3582.13	c starts		: 12313
3600.00/3582.13	c timeout
3600.00/3582.14	c conflicts		: 2850728
3600.00/3582.14	c decisions		: 9372646
3600.00/3582.14	c propagations		: 13499336139
3600.00/3582.14	c inspects		: 9245200464
3600.00/3582.14	c shortcuts		: 0
3600.00/3582.14	c learnt literals	: 923
3600.00/3582.14	c learnt binary clauses	: 2527
3600.00/3582.14	c learnt ternary clauses	: 2747
3600.00/3582.14	c learnt constraints	: 2849805
3600.00/3582.14	c ignored constraints	: 0
3600.00/3582.14	c root simplifications	: 0
3600.00/3582.14	c removed literals (reason simplification)	: 0
3600.00/3582.14	c reason swapping (by a shorter reason)	: 0
3600.00/3582.14	c Calls to reduceDB	: 71
3600.00/3582.14	c Number of update (reduction) of LBD	: 495976
3600.00/3582.14	c Imported unit clauses	: 0
3600.00/3582.14	c No decision after first conflict	: false
3600.00/3582.14	c number of reductions to clauses (during analyze)	: 0
3600.00/3582.14	c number of learned constraints concerned by reduction	: 0
3600.00/3582.14	c number of learning phase by resolution	: 0
3600.00/3582.14	c number of learning phase by cutting planes	: 0
3600.00/3582.14	c number of rounding to 1 operations	: 0
3600.00/3582.14	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3582.14	c number of reductions of the coefficients by power 2 	: 0
3600.00/3582.14	c number of right shift for reduction by power 2 	: 0
3600.00/3582.14	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3582.14	c number of ending skipping 	: 0
3600.00/3582.14	c number of internal skipping 	: 0
3600.00/3582.14	c number of derivation steps 	: 0
3600.00/3582.14	c number of skipped derivation steps 	: 0
3600.00/3582.14	c number of remaining unassigned 	: 0
3600.00/3582.14	c number of remaining assigned 	: 0
3600.00/3582.14	c number of falsified literals weakened from reason	: 0
3600.00/3582.14	c number of falsified literals weakened from conflict	: 0
3600.00/3582.14	c time for arithmetic operations	: 0
3600.00/3582.15	c minimum degree of deleted constraints	: null
3600.00/3582.15	c maximum degree of deleted constraints	: null
3600.00/3582.15	c number of deleted constraints	: 0
3600.00/3582.16	c speed (assignments/second)	: 3772332.22607609
3600.00/3582.16	c non guided choices	: 0
3600.13/3582.26	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 82202
3600.13/3582.26	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 2527
3600.13/3582.26	s UNKNOWN
3600.13/3582.26	c Total wall clock time (in seconds): 3581.908

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4461967-1722204306/watcher-4461967-1722204306 -o /tmp/evaluation-result-4461967-1722204306/solver-4461967-1722204306 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1722204305-431323 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4461967-1722204306.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=431441, runsolver pid=431438

[startup+0.100927 s]*
/proc/loadavg: 0.05 0.09 0.09 13/316 431460
/proc/meminfo: memFree=116092964/131655788 swapFree=131057576/131071996
[pid=431441] ppid=431438 vsize=18975048 memory=54032 CPUtime=0.11 cores=0,2
/proc/431441/stat : 431441 (java) S 431438 431441 431313 0 -1 1077936128 6296 0 0 0 7 4 0 0 20 0 18 0 56420141 19430449152 13508 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
/proc/431441/statm: 4743762 13508 5384 1 0 550666 0
[pid=431441/tid=431443] ppid=431438 vsize=18975048 memory=4026561586 CPUtime=0.07 cores=0,2
/proc/431441/task/431443/stat : 431443 (java) R 431438 431441 431313 0 -1 4194368 5265 0 0 0 4 3 0 0 20 0 18 0 56420142 19430449152 13508 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
[pid=431441/tid=431452] ppid=431438 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/431441/task/431452/stat : 431452 (Finalizer) S 431438 431441 431313 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 56420149 19430449152 13508 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
[pid=431441/tid=431459] ppid=431438 vsize=18975048 memory=3472330529624555552 CPUtime=0 cores=0,2
/proc/431441/task/431459/stat : 431459 (Common-Cleaner) S 431438 431441 431313 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 56420150 19430449152 13508 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 54032 KiB

[startup+0.214921 s]*
/proc/loadavg: 0.05 0.09 0.09 14/318 431462
/proc/meminfo: memFree=115999520/131655788 swapFree=131057576/131071996
[pid=431441] ppid=431438 vsize=18975048 memory=57632 CPUtime=0.27 cores=0,2
/proc/431441/stat : 431441 (java) S 431438 431441 431313 0 -1 1077936128 6770 0 0 0 23 4 0 0 20 0 18 0 56420141 19430449152 14408 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
/proc/431441/statm: 4743762 14408 5734 1 0 551039 0
[pid=431441/tid=431443] ppid=431438 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=0,2
/proc/431441/task/431443/stat : 431443 (java) R 431438 431441 431313 0 -1 4194368 5640 0 0 0 15 3 0 0 20 0 18 0 56420142 19430449152 14408 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
[pid=431441/tid=431452] ppid=431438 vsize=18975048 memory=1764821 CPUtime=0 cores=0,2
/proc/431441/task/431452/stat : 431452 (Finalizer) S 431438 431441 431313 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 56420149 19430449152 14408 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
[pid=431441/tid=431459] ppid=431438 vsize=18975048 memory=14128957268183090 CPUtime=0 cores=0,2
/proc/431441/task/431459/stat : 431459 (Common-Cleaner) S 431438 431441 431313 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 56420150 19430449152 14408 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 57632 KiB

[startup+0.315058 s]*
/proc/loadavg: 0.05 0.09 0.09 16/320 431464
/proc/meminfo: memFree=115982184/131655788 swapFree=131057576/131071996
[pid=431441] ppid=431438 vsize=18975048 memory=65672 CPUtime=0.43 cores=0,2
/proc/431441/stat : 431441 (java) S 431438 431441 431313 0 -1 1077936128 7299 0 0 0 38 5 0 0 20 0 18 0 56420141 19430449152 16418 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
/proc/431441/statm: 4743762 16418 5743 1 0 551452 0
[pid=431441/tid=431443] ppid=431438 vsize=18975048 memory=-8600299049965953724 CPUtime=0.26 cores=0,2
/proc/431441/task/431443/stat : 431443 (java) R 431438 431441 431313 0 -1 4194368 5808 0 0 0 23 3 0 0 20 0 18 0 56420142 19430449152 16418 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
[pid=431441/tid=431452] ppid=431438 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/431441/task/431452/stat : 431452 (Finalizer) S 431438 431441 431313 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 56420149 19430449152 16418 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
[pid=431441/tid=431459] ppid=431438 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/431441/task/431459/stat : 431459 (Common-Cleaner) S 431438 431441 431313 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 56420150 19430449152 16418 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65672 KiB

[startup+0.700529 s]
/proc/loadavg: 0.05 0.09 0.09 13/320 431464
/proc/meminfo: memFree=115836216/131655788 swapFree=131057576/131071996
[pid=431441] ppid=431438 vsize=19041612 memory=170368 CPUtime=1.11 cores=0,2
/proc/431441/stat : 431441 (java) S 431438 431441 431313 0 -1 1077936128 9356 0 0 0 101 10 0 0 20 0 19 0 56420141 19498610688 42592 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
/proc/431441/statm: 4760403 42592 5848 1 0 553042 0
[pid=431441/tid=431443] ppid=431438 vsize=19041612 memory=5468 CPUtime=0.54 cores=0,2
/proc/431441/task/431443/stat : 431443 (java) R 431438 431441 431313 0 -1 4194368 5959 0 0 0 47 7 0 0 20 0 19 0 56420142 19498610688 42592 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
[pid=431441/tid=431452] ppid=431438 vsize=19041612 memory=11904 CPUtime=0 cores=0,2
/proc/431441/task/431452/stat : 431452 (Finalizer) S 431438 431441 431313 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 56420149 19498610688 42592 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
[pid=431441/tid=431459] ppid=431438 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/431441/task/431459/stat : 431459 (Common-Cleaner) S 431438 431441 431313 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 56420150 19498610688 42592 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 170368 KiB

[startup+1.50131 s]
/proc/loadavg: 0.05 0.09 0.09 13/321 431465
/proc/meminfo: memFree=114669672/131655788 swapFree=131057576/131071996
[pid=431441] ppid=431438 vsize=19041612 memory=579612 CPUtime=2.52 cores=0,2
/proc/431441/stat : 431441 (java) S 431438 431441 431313 0 -1 1077936128 10968 0 0 0 232 20 0 0 20 0 19 0 56420141 19498610688 144903 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
/proc/431441/statm: 4760403 144903 5878 1 0 1522680 0
[pid=431441/tid=431443] ppid=431438 vsize=19041612 memory=11904 CPUtime=1.04 cores=0,2
/proc/431441/task/431443/stat : 431443 (java) S 431438 431441 431313 0 -1 1077936192 6135 0 0 0 90 14 0 0 20 0 19 0 56420142 19498610688 144903 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
[pid=431441/tid=431452] ppid=431438 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/431441/task/431452/stat : 431452 (Finalizer) S 431438 431441 431313 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 56420149 19498610688 144903 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
[pid=431441/tid=431459] ppid=431438 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/431441/task/431459/stat : 431459 (Common-Cleaner) S 431438 431441 431313 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 56420150 19498610688 144903 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
Current children cumulated CPU time: 2.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 579612 KiB

[startup+3.11393 s]
/proc/loadavg: 0.76 0.24 0.13 6/322 431466
/proc/meminfo: memFree=109549560/131655788 swapFree=131057576/131071996
[pid=431441] ppid=431438 vsize=19041612 memory=5596852 CPUtime=4.62 cores=0,2
/proc/431441/stat : 431441 (java) S 431438 431441 431313 0 -1 1077936128 17408 0 0 0 333 129 0 0 20 0 19 0 56420141 19498610688 1399213 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
/proc/431441/statm: 4760403 1399213 5878 1 0 2343590 0
[pid=431441/tid=431443] ppid=431438 vsize=19041612 memory=0 CPUtime=2.59 cores=0,2
/proc/431441/task/431443/stat : 431443 (java) R 431438 431441 431313 0 -1 4194368 8569 0 0 0 138 121 0 0 20 0 19 0 56420142 19498610688 1399213 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
[pid=431441/tid=431452] ppid=431438 vsize=19041612 memory=11904 CPUtime=0 cores=0,2
/proc/431441/task/431452/stat : 431452 (Finalizer) S 431438 431441 431313 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 56420149 19498610688 1399213 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
[pid=431441/tid=431459] ppid=431438 vsize=19041612 memory=1334108 CPUtime=0 cores=0,2
/proc/431441/task/431459/stat : 431459 (Common-Cleaner) S 431438 431441 431313 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 56420150 19498610688 1399725 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
Current children cumulated CPU time: 4.62 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5596852 KiB

[startup+6.30046 s]
/proc/loadavg: 0.76 0.24 0.13 5/323 431467
/proc/meminfo: memFree=108800384/131655788 swapFree=131057576/131071996
[pid=431441] ppid=431438 vsize=19108176 memory=5726400 CPUtime=9.62 cores=0,2
/proc/431441/stat : 431441 (java) S 431438 431441 431313 0 -1 1077936128 21207 0 0 0 829 133 0 0 20 0 20 0 56420141 19566772224 1431600 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
/proc/431441/statm: 4777044 1431600 5914 1 0 2346334 0
[pid=431441/tid=431443] ppid=431438 vsize=19108176 memory=3433900 CPUtime=5.7 cores=0,2
/proc/431441/task/431443/stat : 431443 (java) R 431438 431441 431313 0 -1 4194368 8738 0 0 0 447 123 0 0 20 0 20 0 56420142 19566772224 1431600 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
[pid=431441/tid=431452] ppid=431438 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/431441/task/431452/stat : 431452 (Finalizer) S 431438 431441 431313 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56420149 19566772224 1431600 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
[pid=431441/tid=431459] ppid=431438 vsize=19108176 memory=5726400 CPUtime=0 cores=0,2
/proc/431441/task/431459/stat : 431459 (Common-Cleaner) S 431438 431441 431313 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 56420150 19566772224 1431600 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
[pid=431441/tid=431467] ppid=431438 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/431441/task/431467/stat : 431467 (Timer-0) S 431438 431441 431313 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 56420505 19566772224 1431600 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
Current children cumulated CPU time: 9.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5726400 KiB

[startup+12.7005 s]
/proc/loadavg: 1.42 0.39 0.19 7/323 431469
/proc/meminfo: memFree=107566116/131655788 swapFree=131057576/131071996
[pid=431441] ppid=431438 vsize=19108176 memory=5722448 CPUtime=16.36 cores=0,2
/proc/431441/stat : 431441 (java) S 431438 431441 431313 0 -1 1077936128 21247 0 0 0 1502 134 0 0 20 0 20 0 56420141 19566772224 1430612 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
/proc/431441/statm: 4777044 1430612 5914 1 0 2346350 0
[pid=431441/tid=431443] ppid=431438 vsize=19108176 memory=5722448 CPUtime=12.09 cores=0,2
/proc/431441/task/431443/stat : 431443 (java) R 431438 431441 431313 0 -1 4194368 8738 0 0 0 1085 124 0 0 20 0 20 0 56420142 19566772224 1430612 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
[pid=431441/tid=431452] ppid=431438 vsize=19108176 memory=5722448 CPUtime=0 cores=0,2
/proc/431441/task/431452/stat : 431452 (Finalizer) S 431438 431441 431313 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56420149 19566772224 1430612 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
[pid=431441/tid=431459] ppid=431438 vsize=19108176 memory=5726580 CPUtime=0 cores=0,2
/proc/431441/task/431459/stat : 431459 (Common-Cleaner) S 431438 431441 431313 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 56420150 19566772224 1430612 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
[pid=431441/tid=431467] ppid=431438 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/431441/task/431467/stat : 431467 (Timer-0) S 431438 431441 431313 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 56420505 19566772224 1430612 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
Current children cumulated CPU time: 16.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5722448 KiB

[startup+25.5005 s]
/proc/loadavg: 1.97 0.55 0.24 5/323 431470
/proc/meminfo: memFree=103909320/131655788 swapFree=131057576/131071996
[pid=431441] ppid=431438 vsize=19108176 memory=5726808 CPUtime=29.86 cores=0,2
/proc/431441/stat : 431441 (java) S 431438 431441 431313 0 -1 1077936128 23421 0 0 0 2851 135 0 0 20 0 20 0 56420141 19566772224 1431702 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
/proc/431441/statm: 4777044 1431702 5948 1 0 2346399 0
[pid=431441/tid=431443] ppid=431438 vsize=19108176 memory=5722448 CPUtime=24.83 cores=0,2
/proc/431441/task/431443/stat : 431443 (java) R 431438 431441 431313 0 -1 4194368 9181 0 0 0 2359 124 0 0 20 0 20 0 56420142 19566772224 1431702 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
[pid=431441/tid=431452] ppid=431438 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/431441/task/431452/stat : 431452 (Finalizer) S 431438 431441 431313 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56420149 19566772224 1431702 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
[pid=431441/tid=431459] ppid=431438 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/431441/task/431459/stat : 431459 (Common-Cleaner) S 431438 431441 431313 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 56420150 19566772224 1431702 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
[pid=431441/tid=431467] ppid=431438 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/431441/task/431467/stat : 431467 (Timer-0) S 431438 431441 431313 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 56420505 19566772224 1431702 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
Current children cumulated CPU time: 29.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5726808 KiB

[startup+51.1138 s]
/proc/loadavg: 2.74 0.84 0.34 5/323 431475
/proc/meminfo: memFree=100810912/131655788 swapFree=131057576/131071996
[pid=431441] ppid=431438 vsize=19108176 memory=5725736 CPUtime=56.07 cores=0,2
/proc/431441/stat : 431441 (java) S 431438 431441 431313 0 -1 1077936128 31871 0 0 0 5469 138 0 0 20 0 20 0 56420141 19566772224 1431434 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
/proc/431441/statm: 4777044 1431434 5948 1 0 2347162 0
[pid=431441/tid=431443] ppid=431438 vsize=19108176 memory=11644 CPUtime=50.34 cores=0,2
/proc/431441/task/431443/stat : 431443 (java) R 431438 431441 431313 0 -1 4194368 11100 0 0 0 4910 124 0 0 20 0 20 0 56420142 19566772224 1431434 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
[pid=431441/tid=431452] ppid=431438 vsize=19108176 memory=79048 CPUtime=0 cores=0,2
/proc/431441/task/431452/stat : 431452 (Finalizer) S 431438 431441 431313 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56420149 19566772224 1431434 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
[pid=431441/tid=431459] ppid=431438 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/431441/task/431459/stat : 431459 (Common-Cleaner) S 431438 431441 431313 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 56420150 19566772224 1431434 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
[pid=431441/tid=431467] ppid=431438 vsize=19108176 memory=164 CPUtime=0 cores=0,2
/proc/431441/task/431467/stat : 431467 (Timer-0) S 431438 431441 431313 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 56420505 19566772224 1431434 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
Current children cumulated CPU time: 56.07 s
Current children cumulated vsize: 19108176 KiB

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

[startup+3222.3 s]
/proc/loadavg: 4.41 4.36 4.19 5/323 433747
/proc/meminfo: memFree=65740628/131655788 swapFree=131057576/131071996
[pid=431441] ppid=431438 vsize=19108176 memory=9360860 CPUtime=3238.23 cores=0,2
/proc/431441/stat : 431441 (java) S 431438 431441 431313 0 -1 1077936128 366595 0 0 0 323391 432 0 0 20 0 20 0 56420141 19566772224 2340215 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
/proc/431441/statm: 4777044 2340215 5987 1 0 2354886 0
[pid=431441/tid=431443] ppid=431438 vsize=19108176 memory=9354784 CPUtime=3193.28 cores=0,2
/proc/431441/task/431443/stat : 431443 (java) R 431438 431441 431313 0 -1 4194368 178491 0 0 0 319185 143 0 0 20 0 20 0 56420142 19566772224 2340215 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
[pid=431441/tid=431452] ppid=431438 vsize=19108176 memory=9354784 CPUtime=0 cores=0,2
/proc/431441/task/431452/stat : 431452 (Finalizer) S 431438 431441 431313 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56420149 19566772224 2340215 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
[pid=431441/tid=431459] ppid=431438 vsize=19108176 memory=11644 CPUtime=0.01 cores=0,2
/proc/431441/task/431459/stat : 431459 (Common-Cleaner) S 431438 431441 431313 0 -1 1077936192 5416 0 0 0 0 1 0 0 20 0 20 0 56420150 19566772224 2340215 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
[pid=431441/tid=431467] ppid=431438 vsize=19108176 memory=9360860 CPUtime=0 cores=0,2
/proc/431441/task/431467/stat : 431467 (Timer-0) S 431438 431441 431313 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 56420505 19566772224 2340215 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
Current children cumulated CPU time: 3238.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 9360860 KiB

[startup+3282.3 s]
/proc/loadavg: 4.23 4.32 4.18 5/323 433757
/proc/meminfo: memFree=65740184/131655788 swapFree=131057576/131071996
[pid=431441] ppid=431438 vsize=19108176 memory=9360860 CPUtime=3298.4 cores=0,2
/proc/431441/stat : 431441 (java) S 431438 431441 431313 0 -1 1077936128 370408 0 0 0 329404 436 0 0 20 0 20 0 56420141 19566772224 2340215 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
/proc/431441/statm: 4777044 2340215 5987 1 0 2354886 0
[pid=431441/tid=431443] ppid=431438 vsize=19108176 memory=9360860 CPUtime=3252.72 cores=0,2
/proc/431441/task/431443/stat : 431443 (java) R 431438 431441 431313 0 -1 4194368 179964 0 0 0 325128 144 0 0 20 0 20 0 56420142 19566772224 2340215 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
[pid=431441/tid=431452] ppid=431438 vsize=19108176 memory=9360860 CPUtime=0 cores=0,2
/proc/431441/task/431452/stat : 431452 (Finalizer) S 431438 431441 431313 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56420149 19566772224 2340215 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
[pid=431441/tid=431459] ppid=431438 vsize=19108176 memory=9360860 CPUtime=0.01 cores=0,2
/proc/431441/task/431459/stat : 431459 (Common-Cleaner) S 431438 431441 431313 0 -1 1077936192 5546 0 0 0 0 1 0 0 20 0 20 0 56420150 19566772224 2340215 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
[pid=431441/tid=431467] ppid=431438 vsize=19108176 memory=9360860 CPUtime=0 cores=0,2
/proc/431441/task/431467/stat : 431467 (Timer-0) S 431438 431441 431313 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 56420505 19566772224 2340215 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
Current children cumulated CPU time: 3298.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 9360860 KiB

[startup+3342.3 s]
/proc/loadavg: 3.74 4.18 4.14 4/299 433806
/proc/meminfo: memFree=82265764/131655788 swapFree=131057576/131071996
[pid=431441] ppid=431438 vsize=19108176 memory=9360860 CPUtime=3358.7 cores=0,2
/proc/431441/stat : 431441 (java) S 431438 431441 431313 0 -1 1077936128 372483 0 0 0 335431 439 0 0 20 0 20 0 56420141 19566772224 2340215 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
/proc/431441/statm: 4777044 2340215 5987 1 0 2354886 0
[pid=431441/tid=431443] ppid=431438 vsize=19108176 memory=9360860 CPUtime=3312.05 cores=0,2
/proc/431441/task/431443/stat : 431443 (java) R 431438 431441 431313 0 -1 4194368 181550 0 0 0 331061 144 0 0 20 0 20 0 56420142 19566772224 2340215 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
[pid=431441/tid=431452] ppid=431438 vsize=19108176 memory=9360860 CPUtime=0 cores=0,2
/proc/431441/task/431452/stat : 431452 (Finalizer) S 431438 431441 431313 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56420149 19566772224 2340215 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
[pid=431441/tid=431459] ppid=431438 vsize=19108176 memory=9360860 CPUtime=0.01 cores=0,2
/proc/431441/task/431459/stat : 431459 (Common-Cleaner) S 431438 431441 431313 0 -1 1077936192 5546 0 0 0 0 1 0 0 20 0 20 0 56420150 19566772224 2340215 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
[pid=431441/tid=431467] ppid=431438 vsize=19108176 memory=9360860 CPUtime=0 cores=0,2
/proc/431441/task/431467/stat : 431467 (Timer-0) S 431438 431441 431313 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 56420505 19566772224 2340215 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
Current children cumulated CPU time: 3358.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 9360860 KiB

[startup+3402.3 s]
/proc/loadavg: 3.37 3.99 4.08 4/297 433830
/proc/meminfo: memFree=82265396/131655788 swapFree=131057576/131071996
[pid=431441] ppid=431438 vsize=19108176 memory=9360860 CPUtime=3418.94 cores=0,2
/proc/431441/stat : 431441 (java) S 431438 431441 431313 0 -1 1077936128 375800 0 0 0 341452 442 0 0 20 0 20 0 56420141 19566772224 2340215 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
/proc/431441/statm: 4777044 2340215 5987 1 0 2354886 0
[pid=431441/tid=431443] ppid=431438 vsize=19108176 memory=9360860 CPUtime=3371.39 cores=0,2
/proc/431441/task/431443/stat : 431443 (java) R 431438 431441 431313 0 -1 4194368 182551 0 0 0 336995 144 0 0 20 0 20 0 56420142 19566772224 2340215 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
[pid=431441/tid=431452] ppid=431438 vsize=19108176 memory=79148 CPUtime=0 cores=0,2
/proc/431441/task/431452/stat : 431452 (Finalizer) S 431438 431441 431313 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56420149 19566772224 2340215 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
[pid=431441/tid=431459] ppid=431438 vsize=19108176 memory=-8600299049965953724 CPUtime=0.01 cores=0,2
/proc/431441/task/431459/stat : 431459 (Common-Cleaner) S 431438 431441 431313 0 -1 1077936192 5589 0 0 0 0 1 0 0 20 0 20 0 56420150 19566772224 2340215 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
[pid=431441/tid=431467] ppid=431438 vsize=19108176 memory=9360860 CPUtime=0 cores=0,2
/proc/431441/task/431467/stat : 431467 (Timer-0) S 431438 431441 431313 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 56420505 19566772224 2340215 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
Current children cumulated CPU time: 3418.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 9360860 KiB

[startup+3462.3 s]
/proc/loadavg: 3.21 3.84 4.02 4/297 433841
/proc/meminfo: memFree=82254744/131655788 swapFree=131057576/131071996
[pid=431441] ppid=431438 vsize=19108176 memory=9360892 CPUtime=3479.25 cores=0,2
/proc/431441/stat : 431441 (java) S 431438 431441 431313 0 -1 1077936128 377418 0 0 0 347480 445 0 0 20 0 20 0 56420141 19566772224 2340223 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
/proc/431441/statm: 4777044 2340223 5987 1 0 2354888 0
[pid=431441/tid=431443] ppid=431438 vsize=19108176 memory=9360860 CPUtime=3430.7 cores=0,2
/proc/431441/task/431443/stat : 431443 (java) R 431438 431441 431313 0 -1 4194368 183716 0 0 0 342926 144 0 0 20 0 20 0 56420142 19566772224 2340223 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
[pid=431441/tid=431452] ppid=431438 vsize=19108176 memory=79148 CPUtime=0 cores=0,2
/proc/431441/task/431452/stat : 431452 (Finalizer) S 431438 431441 431313 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56420149 19566772224 2340223 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
[pid=431441/tid=431459] ppid=431438 vsize=19108176 memory=79148 CPUtime=0.01 cores=0,2
/proc/431441/task/431459/stat : 431459 (Common-Cleaner) S 431438 431441 431313 0 -1 1077936192 5589 0 0 0 0 1 0 0 20 0 20 0 56420150 19566772224 2340223 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
[pid=431441/tid=431467] ppid=431438 vsize=19108176 memory=-8600299049965953724 CPUtime=0 cores=0,2
/proc/431441/task/431467/stat : 431467 (Timer-0) S 431438 431441 431313 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 56420505 19566772224 2340223 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
Current children cumulated CPU time: 3479.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 9360892 KiB

[startup+3522.3 s]
/proc/loadavg: 3.17 3.71 3.96 4/295 433852
/proc/meminfo: memFree=81229660/131655788 swapFree=131057576/131071996
[pid=431441] ppid=431438 vsize=19108176 memory=9360932 CPUtime=3539.87 cores=0,2
/proc/431441/stat : 431441 (java) S 431438 431441 431313 0 -1 1077936128 381158 0 0 0 353538 449 0 0 20 0 20 0 56420141 19566772224 2340233 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
/proc/431441/statm: 4777044 2340233 5987 1 0 2354888 0
[pid=431441/tid=431443] ppid=431438 vsize=19108176 memory=24980 CPUtime=3489.68 cores=0,2
/proc/431441/task/431443/stat : 431443 (java) R 431438 431441 431313 0 -1 4194368 184748 0 0 0 348824 144 0 0 20 0 20 0 56420142 19566772224 2340233 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
[pid=431441/tid=431452] ppid=431438 vsize=19108176 memory=9360860 CPUtime=0 cores=0,2
/proc/431441/task/431452/stat : 431452 (Finalizer) S 431438 431441 431313 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56420149 19566772224 2340233 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
[pid=431441/tid=431459] ppid=431438 vsize=19108176 memory=9360932 CPUtime=0.01 cores=0,2
/proc/431441/task/431459/stat : 431459 (Common-Cleaner) S 431438 431441 431313 0 -1 1077936192 5665 0 0 0 0 1 0 0 20 0 20 0 56420150 19566772224 2340233 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
[pid=431441/tid=431467] ppid=431438 vsize=19108176 memory=9360932 CPUtime=0 cores=0,2
/proc/431441/task/431467/stat : 431467 (Timer-0) S 431438 431441 431313 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 56420505 19566772224 2340233 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
Current children cumulated CPU time: 3539.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 9360932 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3582.11 s]
/proc/loadavg: 2.17 3.35 3.82 2/243 433929
/proc/meminfo: memFree=107146412/131655788 swapFree=131057576/131071996
[pid=431441] ppid=431438 vsize=19108176 memory=9360940 CPUtime=3600 cores=0,2
/proc/431441/stat : 431441 (java) S 431438 431441 431313 0 -1 1077936128 384554 0 0 0 359547 453 0 0 20 0 20 0 56420141 19566772224 2340235 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
/proc/431441/statm: 4777044 2340235 5987 1 0 2354888 0
[pid=431441/tid=431443] ppid=431438 vsize=19108176 memory=11904 CPUtime=3548.85 cores=0,2
/proc/431441/task/431443/stat : 431443 (java) R 431438 431441 431313 0 -1 4194368 186183 0 0 0 354741 144 0 0 20 0 20 0 56420142 19566772224 2340235 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
[pid=431441/tid=431452] ppid=431438 vsize=19108176 memory=9360940 CPUtime=0 cores=0,2
/proc/431441/task/431452/stat : 431452 (Finalizer) S 431438 431441 431313 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56420149 19566772224 2340235 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
[pid=431441/tid=431459] ppid=431438 vsize=19108176 memory=5468 CPUtime=0.01 cores=0,2
/proc/431441/task/431459/stat : 431459 (Common-Cleaner) S 431438 431441 431313 0 -1 1077936192 5665 0 0 0 0 1 0 0 20 0 20 0 56420150 19566772224 2340235 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
[pid=431441/tid=431467] ppid=431438 vsize=19108176 memory=-8910014974164189853 CPUtime=0 cores=0,2
/proc/431441/task/431467/stat : 431467 (Timer-0) S 431438 431441 431313 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 56420505 19566772224 2340235 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 9360940 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.66 s, system=4.58907 s

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

[startup+3582.21 s]
/proc/loadavg: 2.17 3.35 3.82 2/243 433929
/proc/meminfo: memFree=107146412/131655788 swapFree=131057576/131071996
[pid=431441] ppid=431438 vsize=19307868 memory=9361940 CPUtime=3600.13 cores=0,2
/proc/431441/stat : 431441 (java) S 431438 431441 431313 0 -1 1077936128 387545 0 0 0 359559 454 0 0 20 0 21 0 56420141 19771256832 2340485 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
/proc/431441/statm: 4826967 2340485 5986 1 0 2355850 0
[pid=431441/tid=431443] ppid=431438 vsize=19307868 memory=11244 CPUtime=3548.87 cores=0,2
/proc/431441/task/431443/stat : 431443 (java) S 431438 431441 431313 0 -1 1077936192 186313 0 0 0 354743 144 0 0 20 0 21 0 56420142 19771256832 2340485 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
[pid=431441/tid=431452] ppid=431438 vsize=19307868 memory=2700 CPUtime=0 cores=0,2
/proc/431441/task/431452/stat : 431452 (Finalizer) S 431438 431441 431313 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 56420149 19771256832 2340485 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
[pid=431441/tid=431459] ppid=431438 vsize=19307868 memory=4960 CPUtime=0.01 cores=0,2
/proc/431441/task/431459/stat : 431459 (Common-Cleaner) S 431438 431441 431313 0 -1 1077936192 5665 0 0 0 0 1 0 0 20 0 21 0 56420150 19771256832 2340485 134679101440 94517183598592 94517183602288 140722548861152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94517183610104 94517183610896 94517204512768 140722548864006 140722548864096 140722548864096 140722548871112 0
Current children cumulated CPU time: 3600.13 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 9361940 KiB

Child status: 143

Real time (s): 3582.31
CPU time (s): 3600.25
CPU user time (s): 3595.66
CPU system time (s): 4.58907
CPU usage (%): 100.501
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 9361940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.66
system time used= 4.58907
maximum resident set size= 9362696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 387695
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 126231
involuntary context switches= 26410


# summary of solver processes directly reported to runsolver:
#   pid: 431441
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3595.66
#   total CPU system time (s): 4.58907

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 23.5683 second user time and 33.4923 second system time

The end

Launcher Data

Begin job on nodeC010 at 2024-07-29 00:05:06
IDJOB=4461967
IDBENCH=178874
IDSOLVER=3058
FILE ID=nodeC010/4461967-1722204306
RUNJOBID= nodeC010-1722204305-431323
SLURM_JOB_ID= 8248645
Free space on /tmp= 723764 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/SMTI/x1/Init-x1-i3_pp_87_merged.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4461967-1722204306/watcher-4461967-1722204306 -o /tmp/evaluation-result-4461967-1722204306/solver-4461967-1722204306 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1722204305-431323 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4461967-1722204306.opb

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

MD5SUM BENCH= e69471d73cbea12e8e8984c62457715d
RANDOM SEED=1194767636

nodeC010.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	: 0xb00001f
cpu MHz		: 1197.192
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 invpcid_single pti 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	: 6983.61
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.191
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 invpcid_single pti 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	: 6983.28
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.222
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 invpcid_single pti 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	: 6983.61
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.190
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 invpcid_single pti 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	: 6983.28
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.190
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 invpcid_single pti 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	: 6983.61
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		: 1197.190
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 invpcid_single pti 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	: 6983.28
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.191
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 invpcid_single pti 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	: 6983.61
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.191
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 invpcid_single pti 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	: 6983.28
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        116325780 kB
MemAvailable:   129669596 kB
Buffers:          393752 kB
Cached:         13321284 kB
SwapCached:          220 kB
Active:          2026692 kB
Inactive:       12130232 kB
Active(anon):       4364 kB
Inactive(anon):   490736 kB
Active(file):    2022328 kB
Inactive(file): 11639496 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131057576 kB
Dirty:             12788 kB
Writeback:             0 kB
AnonPages:        441860 kB
Mapped:           120720 kB
Shmem:             53212 kB
KReclaimable:     743736 kB
Slab:             861032 kB
SReclaimable:     743736 kB
SUnreclaim:       117296 kB
KernelStack:        4832 kB
PageTables:        11116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    7226896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            14784 kB
HardwareCorrupted:     0 kB
AnonHugePages:    233472 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:      412488 kB
DirectMap2M:    54018048 kB
DirectMap1G:    81788928 kB

Free space on /tmp at the end= 723768 MiB
End job on nodeC010 at 2024-07-29 01:04:48