Trace number 4543953

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 2025-06-06? (TO) 3600.18 3604.42

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
php-exit/normalized-phpexit_v1_10_016.opb
MD5SUMa1449aeb0ea4317e9a99ca91ee17eb22
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.024216
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2730
Total number of constraints331
Number of constraints which are clauses171
Number of constraints which are cardinality constraints (but not clauses)160
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint17
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 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 19
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.10	c version PB25.v20250606
0.09/0.12	c java.runtime.name	OpenJDK Runtime Environment
0.09/0.12	c java.vm.name		OpenJDK 64-Bit Server VM
0.09/0.12	c java.vm.version	22.0.1+8-16
0.09/0.12	c java.vm.vendor	Oracle Corporation
0.09/0.12	c sun.arch.data.model	64
0.09/0.12	c java.version		22.0.1
0.09/0.12	c os.name		Linux
0.09/0.12	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.09/0.12	c os.arch		amd64
0.09/0.12	c Free memory 		2104792832
0.09/0.12	c Max memory 		16282288128
0.09/0.12	c Total memory 		2113929216
0.09/0.13	c Number of processors 	2
0.09/0.16	c Pseudo Boolean Optimization by upper bound
0.09/0.16	c --- Begin Solver configuration ---
0.09/0.16	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.09/0.16	c Learn all clauses as in MiniSAT
0.09/0.16	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.16	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.16	c Expensive reason simplification
0.09/0.16	c Glucose 2.1 dynamic restart strategy
0.09/0.16	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.09/0.16	c timeout=2147483s
0.09/0.16	c DB Simplification allowed=false
0.09/0.16	c Listener: none
0.09/0.16	c --- End Solver configuration ---
0.09/0.16	c solving HOME/instance-4543953-1753232113.opb
0.09/0.16	c reading problem ... 
0.09/0.16	c  no objective function found
0.27/0.21	c ... done. Wall clock time 0.038s.
0.27/0.21	c declared #vars     2730
0.27/0.21	c #constraints  331
0.27/0.21	c constraints type 
0.27/0.21	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 160
0.27/0.21	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 171
0.27/0.21	c 331 constraints processed.
1.03/0.65	c cleaning 2483 clauses out of 5000 with flag 30249/5000
1.69/1.11	c cleaning 4257 clauses out of 8517 with flag 86957/11000
2.59/1.90	c cleaning 5630 clauses out of 11260 with flag 151756/18000
3.51/2.79	c cleaning 6814 clauses out of 13631 with flag 220871/26001
4.81/4.02	c cleaning 7907 clauses out of 15816 with flag 307831/35000
6.00/5.24	c cleaning 8949 clauses out of 17909 with flag 400055/45000
7.90/7.14	c cleaning 9980 clauses out of 19960 with flag 495854/56000
9.30/8.50	c cleaning 10991 clauses out of 21981 with flag 584382/68001
11.60/10.89	c cleaning 11992 clauses out of 23989 with flag 665141/81000
14.82/13.90	c cleaning 12991 clauses out of 25999 with flag 755892/95002
17.92/17.06	c cleaning 13995 clauses out of 28007 with flag 870573/110001
21.61/20.78	c cleaning 14999 clauses out of 30014 with flag 990710/126003
25.95/25.01	c cleaning 16000 clauses out of 32015 with flag 1118969/143003
30.24/29.32	c cleaning 16997 clauses out of 34012 with flag 1256966/161000
35.63/34.75	c cleaning 18000 clauses out of 36016 with flag 1402713/180001
41.73/40.87	c cleaning 19002 clauses out of 38018 with flag 1552317/200003
49.12/48.26	c cleaning 20006 clauses out of 40017 with flag 1717073/221004
55.91/55.09	c cleaning 20991 clauses out of 42007 with flag 1900722/243000
63.40/62.52	c cleaning 21997 clauses out of 44016 with flag 2093618/266000
70.82/69.90	c cleaning 23005 clauses out of 46021 with flag 2287995/290002
79.10/78.24	c cleaning 23997 clauses out of 48017 with flag 2489875/315003
88.18/87.32	c cleaning 25001 clauses out of 50020 with flag 2703889/341003
97.97/97.18	c cleaning 25996 clauses out of 52017 with flag 2916453/368001
107.08/106.25	c cleaning 27004 clauses out of 54020 with flag 3148580/396000
120.97/120.14	c cleaning 27991 clauses out of 56016 with flag 3392048/425000
134.73/133.91	c cleaning 29007 clauses out of 58029 with flag 3655991/455004
148.30/147.59	c cleaning 29998 clauses out of 60018 with flag 3915313/486000
163.72/162.91	c cleaning 30998 clauses out of 62020 with flag 4190626/518000
179.60/178.83	c cleaning 32001 clauses out of 64023 with flag 4456039/551001
197.76/197.10	c cleaning 33003 clauses out of 66021 with flag 4738908/585000
214.66/213.97	c cleaning 33998 clauses out of 68018 with flag 5031805/620000
234.12/233.50	c cleaning 35002 clauses out of 70021 with flag 5326205/656001
257.28/256.65	c cleaning 35997 clauses out of 72021 with flag 5639322/693003
271.59/270.98	c cleaning 36969 clauses out of 74022 with flag 5957591/731001
276.89/276.25	c cleaning 37922 clauses out of 76055 with flag 6262812/770003
290.99/290.39	c cleaning 39063 clauses out of 78133 with flag 6562925/810003
297.07/296.46	c cleaning 39985 clauses out of 80068 with flag 6895606/851001
308.58/307.99	c cleaning 40996 clauses out of 82084 with flag 7245353/893002
315.27/314.64	c cleaning 41986 clauses out of 84086 with flag 7604826/936000
328.77/328.14	c cleaning 43029 clauses out of 86100 with flag 7995277/980000
335.11/334.47	c cleaning 43991 clauses out of 88072 with flag 8365151/1025001
345.80/345.18	c cleaning 45005 clauses out of 90081 with flag 8732636/1071001
380.27/379.60	c cleaning 46031 clauses out of 92075 with flag 9143860/1118000
418.29/417.71	c cleaning 47012 clauses out of 94044 with flag 9557148/1166000
457.57/457.09	c cleaning 48012 clauses out of 96032 with flag 10030899/1215000
509.77/509.38	c cleaning 49011 clauses out of 98022 with flag 10509898/1265002
569.78/569.41	c cleaning 49991 clauses out of 100009 with flag 11006948/1316000
628.16/627.90	c cleaning 51008 clauses out of 102018 with flag 11545172/1368000
667.01/666.84	c cleaning 52000 clauses out of 104012 with flag 11997430/1421002
741.15/741.12	c cleaning 52997 clauses out of 106011 with flag 12444397/1475001
789.08/789.13	c cleaning 54006 clauses out of 108013 with flag 12905524/1530000
801.65/801.70	c cleaning 54971 clauses out of 110008 with flag 13386059/1586001
809.00/809.01	c cleaning 55966 clauses out of 112036 with flag 13837389/1643000
818.27/818.35	c cleaning 57011 clauses out of 114071 with flag 14285413/1701001
839.52/839.20	c cleaning 57993 clauses out of 116059 with flag 14769177/1760000
859.19/858.98	c cleaning 58982 clauses out of 118066 with flag 15191516/1820000
873.52/873.23	c cleaning 60000 clauses out of 120084 with flag 15663455/1881000
885.71/885.47	c cleaning 60984 clauses out of 122086 with flag 16145416/1943002
895.29/895.04	c cleaning 62013 clauses out of 124102 with flag 16617585/2006002
921.30/921.05	c cleaning 63004 clauses out of 126089 with flag 17143476/2070002
946.45/946.29	c cleaning 64002 clauses out of 128083 with flag 17688794/2135000
973.57/973.45	c cleaning 65003 clauses out of 130084 with flag 18290398/2201003
1006.17/1006.05	c cleaning 65994 clauses out of 132078 with flag 18893688/2268000
1038.29/1038.20	c cleaning 67004 clauses out of 134086 with flag 19470925/2336002
1069.52/1069.51	c cleaning 68000 clauses out of 136080 with flag 19986324/2405000
1101.13/1101.18	c cleaning 68993 clauses out of 138081 with flag 20547595/2475001
1136.36/1136.44	c cleaning 70023 clauses out of 140088 with flag 21131697/2546001
1164.79/1164.98	c cleaning 70996 clauses out of 142064 with flag 21717995/2618000
1181.17/1181.26	c cleaning 72005 clauses out of 144068 with flag 22314761/2691000
1199.24/1199.38	c cleaning 73009 clauses out of 146063 with flag 22978304/2765000
1285.96/1286.22	c cleaning 74017 clauses out of 148054 with flag 23649126/2840000
1400.83/1401.20	c cleaning 75016 clauses out of 150040 with flag 24411424/2916003
1532.94/1533.67	c cleaning 76009 clauses out of 152022 with flag 25145413/2993001
1679.11/1679.52	c cleaning 77005 clauses out of 154012 with flag 25942102/3071000
1780.28/1780.90	c cleaning 78004 clauses out of 156008 with flag 26687446/3150001
1905.58/1906.41	c cleaning 78999 clauses out of 158003 with flag 27473298/3230000
2083.57/2084.87	c cleaning 80000 clauses out of 160007 with flag 28216685/3311003
2262.37/2264.05	c cleaning 81003 clauses out of 162007 with flag 28993160/3393003
2499.73/2501.97	c cleaning 81999 clauses out of 164003 with flag 29841396/3476002
2696.35/2698.86	c cleaning 82995 clauses out of 166004 with flag 30692860/3560002
2899.99/2902.95	c cleaning 84006 clauses out of 168011 with flag 31557327/3645004
3108.32/3111.79	c cleaning 84998 clauses out of 170001 with flag 32491265/3731000
3252.54/3256.12	c cleaning 86003 clauses out of 172006 with flag 33414169/3818003
3476.01/3480.06	c cleaning 86998 clauses out of 174001 with flag 34268846/3906001
3600.02/3604.31	c timeout
3600.02/3604.32	c starts		: 41252
3600.02/3604.33	c conflicts		: 3970000
3600.02/3604.33	c decisions		: 9055134
3600.02/3604.33	c propagations		: 73700556
3600.02/3604.33	c inspects		: 27043397530
3600.02/3604.33	c shortcuts		: 0
3600.02/3604.33	c learnt literals	: 0
3600.02/3604.33	c learnt binary clauses	: 0
3600.02/3604.33	c learnt ternary clauses	: 0
3600.02/3604.33	c learnt constraints	: 3970000
3600.02/3604.33	c ignored constraints	: 0
3600.02/3604.33	c root simplifications	: 0
3600.02/3604.33	c removed literals (reason simplification)	: 22047717
3600.02/3604.33	c reason swapping (by a shorter reason)	: 0
3600.02/3604.33	c Calls to reduceDB	: 84
3600.02/3604.33	c Number of update (reduction) of LBD	: 3074192
3600.02/3604.33	c Imported unit clauses	: 0
3600.02/3604.33	c No decision after first conflict	: false
3600.02/3604.33	c number of reductions to clauses (during analyze)	: 0
3600.02/3604.33	c number of learned constraints concerned by reduction	: 0
3600.02/3604.33	c number of learning phase by resolution	: 0
3600.02/3604.33	c number of learning phase by cutting planes	: 0
3600.02/3604.33	c number of rounding to 1 operations	: 0
3600.02/3604.33	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3604.33	c number of reductions of the coefficients by power 2 	: 0
3600.02/3604.33	c number of right shift for reduction by power 2 	: 0
3600.02/3604.33	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3604.33	c number of ending skipping 	: 0
3600.02/3604.33	c number of internal skipping 	: 0
3600.02/3604.33	c number of derivation steps 	: 0
3600.02/3604.33	c number of skipped derivation steps 	: 0
3600.02/3604.33	c number of remaining unassigned 	: 0
3600.02/3604.33	c number of remaining assigned 	: 0
3600.02/3604.33	c number of falsified literals weakened from reason	: 0
3600.02/3604.33	c number of falsified literals weakened from conflict	: 0
3600.02/3604.33	c time for arithmetic operations	: 0
3600.02/3604.33	c minimum degree of deleted constraints	: null
3600.02/3604.33	c maximum degree of deleted constraints	: null
3600.02/3604.33	c number of deleted constraints	: 0
3600.02/3604.33	c speed (assignments/second)	: 20448.96260448453
3600.02/3604.33	c non guided choices	: 71009
3600.02/3604.39	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 151002
3600.02/3604.39	s UNKNOWN
3600.02/3604.39	c Total wall clock time (in seconds): 3604.228

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: 63665 MiB (62437 MiB free)
  memory of node 1: 64507 MiB (63675 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4543953-1753232113/watcher-4543953-1753232113 -o /tmp/evaluation-result-4543953-1753232113/solver-4543953-1753232113 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1753232113-171699 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4543953-1753232113.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=171746, runsolver pid=171735

[startup+0.100059 s]*
/proc/loadavg: 1.31 2.85 3.71 9/334 171824
/proc/meminfo: memFree=129040408/131249996 swapFree=33010672/33010684
[pid=171746] ppid=171735 vsize=18930384 memory=51784 CPUtime=0.09 cores=1,3
/proc/171746/stat : 171746 (java) S 171735 171746 171687 0 -1 4194304 6096 0 0 0 7 2 0 0 20 0 18 0 238889254 19384713216 12946 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
/proc/171746/statm: 4732596 12946 5372 1 0 547212 0
[pid=171746/tid=171753] ppid=171735 vsize=18930384 memory=4026532124 CPUtime=0.05 cores=1,3
/proc/171746/task/171753/stat : 171753 (java) S 171735 171746 171687 0 -1 4194368 4943 0 0 0 4 1 0 0 20 0 18 0 238889257 19384713216 12946 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
[pid=171746/tid=171784] ppid=171735 vsize=18930384 memory=18954 CPUtime=0 cores=1,3
/proc/171746/task/171784/stat : 171784 (Finalizer) S 171735 171746 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238889259 19384713216 12946 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
[pid=171746/tid=171794] ppid=171735 vsize=18930384 memory=58485492679654 CPUtime=0 cores=1,3
/proc/171746/task/171794/stat : 171794 (Common-Cleaner) S 171735 171746 171687 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238889259 19384713216 12946 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51784 KiB

[startup+0.205665 s]*
/proc/loadavg: 1.31 2.85 3.71 13/334 171824
/proc/meminfo: memFree=128977120/131249996 swapFree=33010672/33010684
[pid=171746] ppid=171735 vsize=18930384 memory=67996 CPUtime=0.27 cores=1,3
/proc/171746/stat : 171746 (java) S 171735 171746 171687 0 -1 4194304 6989 0 0 0 24 3 0 0 20 0 18 0 238889254 19384713216 16999 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
/proc/171746/statm: 4732596 16999 5436 1 0 547905 0
[pid=171746/tid=171753] ppid=171735 vsize=18930384 memory=4026990876 CPUtime=0.14 cores=1,3
/proc/171746/task/171753/stat : 171753 (java) R 171735 171746 171687 0 -1 4194368 5265 0 0 0 13 1 0 0 20 0 18 0 238889257 19384713216 16999 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
[pid=171746/tid=171784] ppid=171735 vsize=18930384 memory=18954 CPUtime=0 cores=1,3
/proc/171746/task/171784/stat : 171784 (Finalizer) S 171735 171746 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238889259 19384713216 16999 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
[pid=171746/tid=171794] ppid=171735 vsize=18930384 memory=58485492679654 CPUtime=0 cores=1,3
/proc/171746/task/171794/stat : 171794 (Common-Cleaner) S 171735 171746 171687 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238889259 19384713216 16999 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 67996 KiB

[startup+0.305697 s]*
/proc/loadavg: 2.08 2.98 3.75 12/338 171828
/proc/meminfo: memFree=128723324/131249996 swapFree=33010672/33010684
[pid=171746] ppid=171735 vsize=18996948 memory=74876 CPUtime=0.45 cores=1,3
/proc/171746/stat : 171746 (java) S 171735 171746 171687 0 -1 4194304 9967 0 0 0 42 3 0 0 20 0 19 0 238889254 19452874752 18719 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
/proc/171746/statm: 4749237 18719 5468 1 0 549814 0
[pid=171746/tid=171753] ppid=171735 vsize=18996948 memory=-8887681702585737916 CPUtime=0.21 cores=1,3
/proc/171746/task/171753/stat : 171753 (java) R 171735 171746 171687 0 -1 4194368 5298 0 0 0 20 1 0 0 20 0 19 0 238889257 19452874752 18719 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
[pid=171746/tid=171784] ppid=171735 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/171746/task/171784/stat : 171784 (Finalizer) S 171735 171746 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238889259 19452874752 18719 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
[pid=171746/tid=171794] ppid=171735 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/171746/task/171794/stat : 171794 (Common-Cleaner) S 171735 171746 171687 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 238889259 19452874752 18719 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
[pid=171746/tid=171825] ppid=171735 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/171746/task/171825/stat : 171825 (Timer-0) S 171735 171746 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 238889276 19452874752 18719 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 74876 KiB

[startup+0.700259 s]
/proc/loadavg: 2.08 2.98 3.75 10/338 171828
/proc/meminfo: memFree=128283416/131249996 swapFree=33010672/33010684
[pid=171746] ppid=171735 vsize=18996948 memory=82936 CPUtime=1.22 cores=1,3
/proc/171746/stat : 171746 (java) S 171735 171746 171687 0 -1 4194304 10479 0 0 0 118 4 0 0 20 0 19 0 238889254 19452874752 20734 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
/proc/171746/statm: 4749237 20734 5468 1 0 550150 0
[pid=171746/tid=171753] ppid=171735 vsize=18996948 memory=27264 CPUtime=0.56 cores=1,3
/proc/171746/task/171753/stat : 171753 (java) R 171735 171746 171687 0 -1 4194368 5338 0 0 0 55 1 0 0 20 0 19 0 238889257 19452874752 20734 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
[pid=171746/tid=171784] ppid=171735 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/171746/task/171784/stat : 171784 (Finalizer) S 171735 171746 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238889259 19452874752 20734 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
[pid=171746/tid=171794] ppid=171735 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/171746/task/171794/stat : 171794 (Common-Cleaner) S 171735 171746 171687 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 238889259 19452874752 20734 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
[pid=171746/tid=171825] ppid=171735 vsize=18996948 memory=4756 CPUtime=0 cores=1,3
/proc/171746/task/171825/stat : 171825 (Timer-0) S 171735 171746 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 238889276 19452874752 20734 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 82936 KiB

[startup+1.50023 s]
/proc/loadavg: 2.08 2.98 3.75 7/339 171829
/proc/meminfo: memFree=126794304/131249996 swapFree=33010672/33010684
[pid=171746] ppid=171735 vsize=18996948 memory=97808 CPUtime=2.19 cores=1,3
/proc/171746/stat : 171746 (java) S 171735 171746 171687 0 -1 4194304 13798 0 0 0 214 5 0 0 20 0 19 0 238889254 19452874752 24452 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
/proc/171746/statm: 4749237 24452 5468 1 0 550733 0
[pid=171746/tid=171753] ppid=171735 vsize=18996948 memory=10752 CPUtime=1.35 cores=1,3
/proc/171746/task/171753/stat : 171753 (java) R 171735 171746 171687 0 -1 4194368 5433 0 0 0 134 1 0 0 20 0 19 0 238889257 19452874752 24452 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
[pid=171746/tid=171784] ppid=171735 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/171746/task/171784/stat : 171784 (Finalizer) S 171735 171746 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238889259 19452874752 24452 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
[pid=171746/tid=171794] ppid=171735 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/171746/task/171794/stat : 171794 (Common-Cleaner) S 171735 171746 171687 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 238889259 19452874752 24452 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
[pid=171746/tid=171825] ppid=171735 vsize=18996948 memory=4756 CPUtime=0 cores=1,3
/proc/171746/task/171825/stat : 171825 (Timer-0) S 171735 171746 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 238889276 19452874752 24452 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
Current children cumulated CPU time: 2.19 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 97808 KiB

[startup+3.10544 s]
/proc/loadavg: 2.08 2.98 3.75 5/340 171830
/proc/meminfo: memFree=125241296/131249996 swapFree=33010672/33010684
[pid=171746] ppid=171735 vsize=18996948 memory=112272 CPUtime=3.91 cores=1,3
/proc/171746/stat : 171746 (java) S 171735 171746 171687 0 -1 4194304 14836 0 0 0 386 5 0 0 20 0 19 0 238889254 19452874752 28068 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
/proc/171746/statm: 4749237 28068 5468 1 0 550733 0
[pid=171746/tid=171753] ppid=171735 vsize=18996948 memory=10752 CPUtime=2.96 cores=1,3
/proc/171746/task/171753/stat : 171753 (java) R 171735 171746 171687 0 -1 4194368 5926 0 0 0 294 2 0 0 20 0 19 0 238889257 19452874752 28068 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
[pid=171746/tid=171784] ppid=171735 vsize=18996948 memory=-8816468533477941948 CPUtime=0 cores=1,3
/proc/171746/task/171784/stat : 171784 (Finalizer) S 171735 171746 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238889259 19452874752 28068 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
[pid=171746/tid=171794] ppid=171735 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/171746/task/171794/stat : 171794 (Common-Cleaner) S 171735 171746 171687 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 238889259 19452874752 28068 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
[pid=171746/tid=171825] ppid=171735 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/171746/task/171825/stat : 171825 (Timer-0) S 171735 171746 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 238889276 19452874752 28068 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
Current children cumulated CPU time: 3.91 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 112272 KiB

[startup+6.30021 s]
/proc/loadavg: 2.24 3.00 3.75 5/341 171831
/proc/meminfo: memFree=125155492/131249996 swapFree=33010672/33010684
[pid=171746] ppid=171735 vsize=18996948 memory=132916 CPUtime=7.1 cores=1,3
/proc/171746/stat : 171746 (java) S 171735 171746 171687 0 -1 4194304 15974 0 0 0 704 6 0 0 20 0 19 0 238889254 19452874752 33229 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
/proc/171746/statm: 4749237 33229 5468 1 0 550733 0
[pid=171746/tid=171753] ppid=171735 vsize=18996948 memory=0 CPUtime=6.14 cores=1,3
/proc/171746/task/171753/stat : 171753 (java) R 171735 171746 171687 0 -1 4194368 6537 0 0 0 612 2 0 0 20 0 19 0 238889257 19452874752 33229 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
[pid=171746/tid=171784] ppid=171735 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/171746/task/171784/stat : 171784 (Finalizer) S 171735 171746 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238889259 19452874752 33229 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
[pid=171746/tid=171794] ppid=171735 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/171746/task/171794/stat : 171794 (Common-Cleaner) S 171735 171746 171687 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 238889259 19452874752 33229 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
[pid=171746/tid=171825] ppid=171735 vsize=18996948 memory=97808 CPUtime=0 cores=1,3
/proc/171746/task/171825/stat : 171825 (Timer-0) S 171735 171746 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 238889276 19452874752 33229 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
Current children cumulated CPU time: 7.1 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 132916 KiB

[startup+12.7002 s]
/proc/loadavg: 2.38 3.02 3.75 5/342 171832
/proc/meminfo: memFree=125025712/131249996 swapFree=33010672/33010684
[pid=171746] ppid=171735 vsize=19063512 memory=180288 CPUtime=13.63 cores=1,3
/proc/171746/stat : 171746 (java) S 171735 171746 171687 0 -1 4194304 20769 0 0 0 1356 7 0 0 20 0 20 0 238889254 19521036288 45072 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
/proc/171746/statm: 4765878 45072 5500 1 0 551038 0
[pid=171746/tid=171753] ppid=171735 vsize=19063512 memory=97808 CPUtime=12.51 cores=1,3
/proc/171746/task/171753/stat : 171753 (java) R 171735 171746 171687 0 -1 4194368 7280 0 0 0 1248 3 0 0 20 0 20 0 238889257 19521036288 45072 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
[pid=171746/tid=171784] ppid=171735 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/171746/task/171784/stat : 171784 (Finalizer) S 171735 171746 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238889259 19521036288 45072 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
[pid=171746/tid=171794] ppid=171735 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/171746/task/171794/stat : 171794 (Common-Cleaner) S 171735 171746 171687 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 238889259 19521036288 45072 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
[pid=171746/tid=171825] ppid=171735 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/171746/task/171825/stat : 171825 (Timer-0) S 171735 171746 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238889276 19521036288 45072 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
Current children cumulated CPU time: 13.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 180288 KiB

[startup+25.5002 s]
/proc/loadavg: 2.71 3.06 3.76 5/342 171832
/proc/meminfo: memFree=124598720/131249996 swapFree=33010672/33010684
[pid=171746] ppid=171735 vsize=19063512 memory=178460 CPUtime=26.44 cores=1,3
/proc/171746/stat : 171746 (java) S 171735 171746 171687 0 -1 4194304 21879 0 0 0 2637 7 0 0 20 0 20 0 238889254 19521036288 44615 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
/proc/171746/statm: 4765878 44615 5500 1 0 551038 0
[pid=171746/tid=171753] ppid=171735 vsize=19063512 memory=5632 CPUtime=25.28 cores=1,3
/proc/171746/task/171753/stat : 171753 (java) R 171735 171746 171687 0 -1 4194368 7805 0 0 0 2525 3 0 0 20 0 20 0 238889257 19521036288 44615 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
[pid=171746/tid=171784] ppid=171735 vsize=19063512 memory=14676 CPUtime=0 cores=1,3
/proc/171746/task/171784/stat : 171784 (Finalizer) S 171735 171746 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238889259 19521036288 44615 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
[pid=171746/tid=171794] ppid=171735 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/171746/task/171794/stat : 171794 (Common-Cleaner) S 171735 171746 171687 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 238889259 19521036288 44615 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
[pid=171746/tid=171825] ppid=171735 vsize=19063512 memory=97808 CPUtime=0 cores=1,3
/proc/171746/task/171825/stat : 171825 (Timer-0) S 171735 171746 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238889276 19521036288 44615 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
Current children cumulated CPU time: 26.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 178460 KiB

[startup+51.1057 s]
/proc/loadavg: 3.28 3.17 3.78 5/343 171834
/proc/meminfo: memFree=124008236/131249996 swapFree=33010672/33010684
[pid=171746] ppid=171735 vsize=19063512 memory=186844 CPUtime=52.02 cores=1,3
/proc/171746/stat : 171746 (java) S 171735 171746 171687 0 -1 4194304 22842 0 0 0 5193 9 0 0 20 0 20 0 238889254 19521036288 46711 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
/proc/171746/statm: 4765878 46711 5500 1 0 551038 0
[pid=171746/tid=171753] ppid=171735 vsize=19063512 memory=97808 CPUtime=50.8 cores=1,3
/proc/171746/task/171753/stat : 171753 (java) R 171735 171746 171687 0 -1 4194368 7838 0 0 0 5077 3 0 0 20 0 20 0 238889257 19521036288 46711 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
[pid=171746/tid=171784] ppid=171735 vsize=19063512 memory=-8816468533477941948 CPUtime=0 cores=1,3

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

/proc/171746/task/171784/stat : 171784 (Finalizer) S 171735 171746 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238889259 19521036288 455330 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
[pid=171746/tid=171794] ppid=171735 vsize=19063512 memory=1821320 CPUtime=0 cores=1,3
/proc/171746/task/171794/stat : 171794 (Common-Cleaner) S 171735 171746 171687 0 -1 4194368 784 0 0 0 0 0 0 0 20 0 20 0 238889259 19521036288 455330 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
[pid=171746/tid=171825] ppid=171735 vsize=19063512 memory=14676 CPUtime=0 cores=1,3
/proc/171746/task/171825/stat : 171825 (Timer-0) S 171735 171746 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238889276 19521036288 455330 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
Current children cumulated CPU time: 3218.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1821320 KiB

[startup+3282.3 s]
/proc/loadavg: 4.22 4.14 4.10 5/339 172004
/proc/meminfo: memFree=108819200/131249996 swapFree=33010672/33010684
[pid=171746] ppid=171735 vsize=19063512 memory=1821320 CPUtime=3278.69 cores=1,3
/proc/171746/stat : 171746 (java) S 171735 171746 171687 0 -1 4194304 53615 0 0 0 327740 129 0 0 20 0 20 0 238889254 19521036288 455330 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
/proc/171746/statm: 4765878 455330 5532 1 0 551408 0
[pid=171746/tid=171753] ppid=171735 vsize=19063512 memory=1821320 CPUtime=3271.9 cores=1,3
/proc/171746/task/171753/stat : 171753 (java) R 171735 171746 171687 0 -1 4194368 20566 0 0 0 327183 7 0 0 20 0 20 0 238889257 19521036288 455330 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
[pid=171746/tid=171784] ppid=171735 vsize=19063512 memory=1821320 CPUtime=0 cores=1,3
/proc/171746/task/171784/stat : 171784 (Finalizer) S 171735 171746 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238889259 19521036288 455330 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
[pid=171746/tid=171794] ppid=171735 vsize=19063512 memory=1821320 CPUtime=0 cores=1,3
/proc/171746/task/171794/stat : 171794 (Common-Cleaner) S 171735 171746 171687 0 -1 4194368 821 0 0 0 0 0 0 0 20 0 20 0 238889259 19521036288 455330 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
[pid=171746/tid=171825] ppid=171735 vsize=19063512 memory=1821320 CPUtime=0 cores=1,3
/proc/171746/task/171825/stat : 171825 (Timer-0) S 171735 171746 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238889276 19521036288 455330 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
Current children cumulated CPU time: 3278.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1821320 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.14 4.10 5/340 172013
/proc/meminfo: memFree=108265660/131249996 swapFree=33010672/33010684
[pid=171746] ppid=171735 vsize=19063512 memory=1821320 CPUtime=3338.57 cores=1,3
/proc/171746/stat : 171746 (java) S 171735 171746 171687 0 -1 4194304 53652 0 0 0 333727 130 0 0 20 0 20 0 238889254 19521036288 455330 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
/proc/171746/statm: 4765878 455330 5532 1 0 551408 0
[pid=171746/tid=171753] ppid=171735 vsize=19063512 memory=14676 CPUtime=3331.76 cores=1,3
/proc/171746/task/171753/stat : 171753 (java) R 171735 171746 171687 0 -1 4194368 20597 0 0 0 333169 7 0 0 20 0 20 0 238889257 19521036288 455330 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
[pid=171746/tid=171784] ppid=171735 vsize=19063512 memory=14676 CPUtime=0 cores=1,3
/proc/171746/task/171784/stat : 171784 (Finalizer) S 171735 171746 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238889259 19521036288 455330 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
[pid=171746/tid=171794] ppid=171735 vsize=19063512 memory=1821320 CPUtime=0 cores=1,3
/proc/171746/task/171794/stat : 171794 (Common-Cleaner) S 171735 171746 171687 0 -1 4194368 821 0 0 0 0 0 0 0 20 0 20 0 238889259 19521036288 455330 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
[pid=171746/tid=171825] ppid=171735 vsize=19063512 memory=14676 CPUtime=0 cores=1,3
/proc/171746/task/171825/stat : 171825 (Timer-0) S 171735 171746 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238889276 19521036288 455330 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
Current children cumulated CPU time: 3338.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1821320 KiB

[startup+3402.3 s]
/proc/loadavg: 4.17 4.15 4.10 5/340 172015
/proc/meminfo: memFree=108208484/131249996 swapFree=33010672/33010684
[pid=171746] ppid=171735 vsize=19063512 memory=1821320 CPUtime=3398.46 cores=1,3
/proc/171746/stat : 171746 (java) S 171735 171746 171687 0 -1 4194304 53683 0 0 0 339714 132 0 0 20 0 20 0 238889254 19521036288 455330 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
/proc/171746/statm: 4765878 455330 5532 1 0 551408 0
[pid=171746/tid=171753] ppid=171735 vsize=19063512 memory=14676 CPUtime=3391.62 cores=1,3
/proc/171746/task/171753/stat : 171753 (java) R 171735 171746 171687 0 -1 4194368 20623 0 0 0 339155 7 0 0 20 0 20 0 238889257 19521036288 455330 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
[pid=171746/tid=171784] ppid=171735 vsize=19063512 memory=1821320 CPUtime=0 cores=1,3
/proc/171746/task/171784/stat : 171784 (Finalizer) S 171735 171746 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238889259 19521036288 455330 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
[pid=171746/tid=171794] ppid=171735 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/171746/task/171794/stat : 171794 (Common-Cleaner) S 171735 171746 171687 0 -1 4194368 821 0 0 0 0 0 0 0 20 0 20 0 238889259 19521036288 455330 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
[pid=171746/tid=171825] ppid=171735 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/171746/task/171825/stat : 171825 (Timer-0) S 171735 171746 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238889276 19521036288 455330 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
Current children cumulated CPU time: 3398.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1821320 KiB

[startup+3462.3 s]
/proc/loadavg: 4.16 4.15 4.10 5/339 172017
/proc/meminfo: memFree=108210352/131249996 swapFree=33010672/33010684
[pid=171746] ppid=171735 vsize=19063512 memory=1821320 CPUtime=3458.34 cores=1,3
/proc/171746/stat : 171746 (java) S 171735 171746 171687 0 -1 4194304 53892 0 0 0 345701 133 0 0 20 0 20 0 238889254 19521036288 455330 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
/proc/171746/statm: 4765878 455330 5532 1 0 551408 0
[pid=171746/tid=171753] ppid=171735 vsize=19063512 memory=5632 CPUtime=3451.48 cores=1,3
/proc/171746/task/171753/stat : 171753 (java) R 171735 171746 171687 0 -1 4194368 20827 0 0 0 345141 7 0 0 20 0 20 0 238889257 19521036288 455330 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
[pid=171746/tid=171784] ppid=171735 vsize=19063512 memory=27264 CPUtime=0 cores=1,3
/proc/171746/task/171784/stat : 171784 (Finalizer) S 171735 171746 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238889259 19521036288 455330 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
[pid=171746/tid=171794] ppid=171735 vsize=19063512 memory=14676 CPUtime=0 cores=1,3
/proc/171746/task/171794/stat : 171794 (Common-Cleaner) S 171735 171746 171687 0 -1 4194368 821 0 0 0 0 0 0 0 20 0 20 0 238889259 19521036288 455330 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
[pid=171746/tid=171825] ppid=171735 vsize=19063512 memory=-5155633680935826750 CPUtime=0 cores=1,3
/proc/171746/task/171825/stat : 171825 (Timer-0) S 171735 171746 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238889276 19521036288 455330 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
Current children cumulated CPU time: 3458.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1821320 KiB

[startup+3522.3 s]
/proc/loadavg: 4.18 4.15 4.10 5/339 172019
/proc/meminfo: memFree=108210648/131249996 swapFree=33010672/33010684
[pid=171746] ppid=171735 vsize=19063512 memory=1821320 CPUtime=3518.22 cores=1,3
/proc/171746/stat : 171746 (java) S 171735 171746 171687 0 -1 4194304 54566 0 0 0 351687 135 0 0 20 0 20 0 238889254 19521036288 455330 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
/proc/171746/statm: 4765878 455330 5532 1 0 551408 0
[pid=171746/tid=171753] ppid=171735 vsize=19063512 memory=1821320 CPUtime=3511.33 cores=1,3
/proc/171746/task/171753/stat : 171753 (java) R 171735 171746 171687 0 -1 4194368 21390 0 0 0 351126 7 0 0 20 0 20 0 238889257 19521036288 455330 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
[pid=171746/tid=171784] ppid=171735 vsize=19063512 memory=1821320 CPUtime=0 cores=1,3
/proc/171746/task/171784/stat : 171784 (Finalizer) S 171735 171746 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238889259 19521036288 455330 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
[pid=171746/tid=171794] ppid=171735 vsize=19063512 memory=1821320 CPUtime=0 cores=1,3
/proc/171746/task/171794/stat : 171794 (Common-Cleaner) S 171735 171746 171687 0 -1 4194368 837 0 0 0 0 0 0 0 20 0 20 0 238889259 19521036288 455330 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
[pid=171746/tid=171825] ppid=171735 vsize=19063512 memory=1821320 CPUtime=0 cores=1,3
/proc/171746/task/171825/stat : 171825 (Timer-0) S 171735 171746 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238889276 19521036288 455330 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
Current children cumulated CPU time: 3518.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1821320 KiB

[startup+3582.3 s]
/proc/loadavg: 4.20 4.15 4.10 5/339 172155
/proc/meminfo: memFree=119492788/131249996 swapFree=33010672/33010684
[pid=171746] ppid=171735 vsize=19063512 memory=1821320 CPUtime=3578.08 cores=1,3
/proc/171746/stat : 171746 (java) S 171735 171746 171687 0 -1 4194304 54937 0 0 0 357672 136 0 0 20 0 20 0 238889254 19521036288 455330 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
/proc/171746/statm: 4765878 455330 5532 1 0 551408 0
[pid=171746/tid=171753] ppid=171735 vsize=19063512 memory=14676 CPUtime=3571.17 cores=1,3
/proc/171746/task/171753/stat : 171753 (java) R 171735 171746 171687 0 -1 4194368 21696 0 0 0 357110 7 0 0 20 0 20 0 238889257 19521036288 455330 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
[pid=171746/tid=171784] ppid=171735 vsize=19063512 memory=14676 CPUtime=0 cores=1,3
/proc/171746/task/171784/stat : 171784 (Finalizer) S 171735 171746 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238889259 19521036288 455330 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
[pid=171746/tid=171794] ppid=171735 vsize=19063512 memory=1821320 CPUtime=0 cores=1,3
/proc/171746/task/171794/stat : 171794 (Common-Cleaner) S 171735 171746 171687 0 -1 4194368 837 0 0 0 0 0 0 0 20 0 20 0 238889259 19521036288 455330 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
[pid=171746/tid=171825] ppid=171735 vsize=19063512 memory=1792 CPUtime=0 cores=1,3
/proc/171746/task/171825/stat : 171825 (Timer-0) S 171735 171746 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238889276 19521036288 455330 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
Current children cumulated CPU time: 3578.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1821320 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3604.3 s]
/proc/loadavg: 4.20 4.16 4.10 5/339 172223
/proc/meminfo: memFree=122014644/131249996 swapFree=33010672/33010684
[pid=171746] ppid=171735 vsize=19063512 memory=1821320 CPUtime=3600.02 cores=1,3
/proc/171746/stat : 171746 (java) S 171735 171746 171687 0 -1 4194304 54948 0 0 0 359866 136 0 0 20 0 20 0 238889254 19521036288 455330 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
/proc/171746/statm: 4765878 455330 5532 1 0 551408 0
[pid=171746/tid=171753] ppid=171735 vsize=19063512 memory=1800820 CPUtime=3593.11 cores=1,3
/proc/171746/task/171753/stat : 171753 (java) R 171735 171746 171687 0 -1 4194368 21704 0 0 0 359304 7 0 0 20 0 20 0 238889257 19521036288 455330 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
[pid=171746/tid=171784] ppid=171735 vsize=19063512 memory=1821320 CPUtime=0 cores=1,3
/proc/171746/task/171784/stat : 171784 (Finalizer) S 171735 171746 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238889259 19521036288 455330 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
[pid=171746/tid=171794] ppid=171735 vsize=19063512 memory=-8816468533477941948 CPUtime=0 cores=1,3
/proc/171746/task/171794/stat : 171794 (Common-Cleaner) S 171735 171746 171687 0 -1 4194368 837 0 0 0 0 0 0 0 20 0 20 0 238889259 19521036288 455330 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
[pid=171746/tid=171825] ppid=171735 vsize=19063512 memory=1821320 CPUtime=0 cores=1,3
/proc/171746/task/171825/stat : 171825 (Timer-0) S 171735 171746 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238889276 19521036288 455330 18446744073709551615 94463940669440 94463940673136 140734372078864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94463940680952 94463940681744 94463969198080 140734372084095 140734372084196 140734372084196 140734372089800 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1821320 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.8 s, system=1.37742 s

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

[startup+3604.41 s]*
/proc/loadavg: 4.20 4.16 4.10 7/318 172226
/proc/meminfo: memFree=123730736/131249996 swapFree=33010672/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3604.42
CPU time (s): 3600.18
CPU user time (s): 3598.8
CPU system time (s): 1.37742
CPU usage (%): 99.8821
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 1821320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.8
system time used= 1.37742
maximum resident set size= 1822216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57025
page faults= 0
swaps= 0
block input operations= 0
block output operations= 13672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 105763
involuntary context switches= 3095


# summary of solver processes directly reported to runsolver:
#   pid: 171746
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3598.8
#   total CPU system time (s): 1.37742

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.30863 second user time and 17.2497 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-07-23 02:55:14
IDJOB=4543953
IDBENCH=174721
IDSOLVER=3363
FILE ID=nodeC024/4543953-1753232113
RUNJOBID= nodeC024-1753232113-171699
SLURM_JOB_ID= 9687842
Free space on /tmp= 433040 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/php-exit/normalized-phpexit_v1_10_016.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4543953-1753232113/watcher-4543953-1753232113 -o /tmp/evaluation-result-4543953-1753232113/solver-4543953-1753232113 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1753232113-171699 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4543953-1753232113.opb

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

MD5SUM BENCH= a1449aeb0ea4317e9a99ca91ee17eb22
RANDOM SEED=2005976652

nodeC024 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	: 0xb00002a
cpu MHz		: 3599.914
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.662
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.803
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.347
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.619
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.676
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.432
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.256
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129138252 kB
MemAvailable:   129703296 kB
Buffers:            2128 kB
Cached:          1326784 kB
SwapCached:            8 kB
Active:          1205068 kB
Inactive:         199568 kB
Active(anon):     100388 kB
Inactive(anon):     1588 kB
Active(file):    1104680 kB
Inactive(file):   197980 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7460 kB
Writeback:             0 kB
AnonPages:         75756 kB
Mapped:           108764 kB
Shmem:             26248 kB
KReclaimable:     202848 kB
Slab:             299004 kB
SReclaimable:     202848 kB
SUnreclaim:        96156 kB
KernelStack:        4084 kB
PageTables:         2984 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     357996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150424 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 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:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 433024 MiB
End job on nodeC024 at 2025-07-23 03:55:18