Trace number 4432167

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.33 3291.54

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-blp-ir98.opb
MD5SUM1ab00a09bce4fe90071f9bd51d0e1c65
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1081565440
Best CPU time to get the best result obtained on this benchmark3600.22
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7287
Total number of constraints529
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)420
Number of constraints which are nor clauses,nor cardinality constraints109
Minimum length of a constraint3
Maximum length of a constraint6062
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 83886080000000
Number of bits of the biggest number in a constraint 47
Biggest sum of numbers in a constraint 400587756783443
Number of bits of the biggest sum of numbers49
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.12	c See www.sat4j.org for details.
0.12/0.13	c version CUSTOM.v20240707
0.12/0.15	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.15	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.15	c java.vm.version	22.0.1+8-16
0.12/0.15	c java.vm.vendor	Oracle Corporation
0.12/0.15	c sun.arch.data.model	64
0.12/0.15	c java.version		22.0.1
0.12/0.15	c os.name		Linux
0.12/0.15	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.15	c os.arch		amd64
0.12/0.16	c Free memory 		2113181440
0.12/0.16	c Max memory 		16282288128
0.12/0.16	c Total memory 		2122317824
0.12/0.17	c Number of processors 	2
0.26/0.25	--- Begin Solver configuration ---
0.26/0.25	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.26/0.25	Learn all clauses as in MiniSAT
0.26/0.25	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.26/0.25	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.26/0.25	No reason simplification
0.26/0.25	Glucose 2.1 dynamic restart strategy
0.26/0.25	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.26/0.25	timeout=2147483s
0.26/0.25	DB Simplification allowed=false
0.26/0.25	Listener: none
0.26/0.25	--- End Solver configuration ---
0.26/0.25	c Pseudo Boolean Optimization by upper bound
0.26/0.25	c --- Begin Solver configuration ---
0.26/0.25	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.26/0.25	c Learn all clauses as in MiniSAT
0.26/0.25	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.26/0.25	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.26/0.25	c No reason simplification
0.26/0.25	c Glucose 2.1 dynamic restart strategy
0.26/0.25	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.26/0.25	c timeout=2147483s
0.26/0.25	c DB Simplification allowed=false
0.26/0.25	c Listener: none
0.26/0.25	c --- End Solver configuration ---
0.26/0.25	c solving HOME/instance-4432167-1721066097.opb
0.26/0.25	c reading problem ... 
0.26/0.25	c  objective function found
1.13/0.71	c ... done. Wall clock time 0.451s.
1.13/0.71	c declared #vars     7287
1.13/0.71	c #constraints  595
1.13/0.71	c constraints type 
1.13/0.71	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 420
1.13/0.71	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 175
1.13/0.71	c 595 constraints processed.
1.13/0.72	c objective function length is 31 literals
5.19/3.48	c cleaning 2501 clauses out of 5002 with flag 10288/5003
9.61/7.28	c cleaning 4249 clauses out of 8498 with flag 22343/11000
13.52/10.50	c cleaning 5625 clauses out of 11251 with flag 36374/18002
18.37/14.48	c cleaning 6812 clauses out of 13624 with flag 52390/26000
23.34/18.76	c cleaning 7909 clauses out of 15820 with flag 70421/35008
28.44/23.08	c cleaning 8952 clauses out of 17903 with flag 90461/45000
34.68/28.34	c cleaning 9973 clauses out of 19951 with flag 112494/56000
41.45/34.63	c cleaning 10985 clauses out of 21978 with flag 136494/68000
50.71/42.99	c cleaning 11994 clauses out of 23996 with flag 162500/81003
61.37/52.68	c cleaning 12996 clauses out of 25999 with flag 190499/95000
74.82/62.92	c cleaning 13997 clauses out of 28003 with flag 220499/110000
87.63/74.84	c cleaning 14998 clauses out of 30006 with flag 252499/126000
101.54/87.18	c cleaning 16001 clauses out of 32010 with flag 286503/143002
117.02/101.48	c cleaning 17002 clauses out of 34009 with flag 322503/161002
131.51/114.92	c cleaning 17999 clauses out of 36006 with flag 360501/180001
152.54/131.72	c cleaning 19000 clauses out of 38007 with flag 400501/200001
169.44/147.53	c cleaning 19998 clauses out of 40006 with flag 442499/221000
187.61/164.02	c cleaning 21002 clauses out of 42010 with flag 486503/243002
208.47/183.45	c cleaning 22000 clauses out of 44008 with flag 532503/266002
233.92/204.66	c cleaning 22999 clauses out of 46006 with flag 580499/290000
255.13/224.38	c cleaning 24000 clauses out of 48007 with flag 630499/315000
280.89/248.37	c cleaning 24999 clauses out of 50007 with flag 682499/341000
306.11/271.72	c cleaning 26001 clauses out of 52009 with flag 736501/368001
331.02/294.84	c cleaning 26999 clauses out of 54007 with flag 792499/396000
356.27/318.61	c cleaning 28001 clauses out of 56009 with flag 850501/425001
384.65/341.11	c cleaning 29004 clauses out of 58018 with flag 910723/455011
404.35/359.00	c cleaning 29998 clauses out of 60006 with flag 972790/486003
428.23/380.74	c cleaning 31000 clauses out of 62007 with flag 1036788/518002
453.28/403.40	c cleaning 31999 clauses out of 64005 with flag 1102784/551000
481.51/428.92	c cleaning 33001 clauses out of 66008 with flag 1170803/585002
517.87/457.96	c cleaning 33998 clauses out of 68006 with flag 1240971/620001
548.52/485.28	c cleaning 35000 clauses out of 70010 with flag 1313144/656003
578.05/512.89	c cleaning 35999 clauses out of 72007 with flag 1387213/693000
610.79/543.19	c cleaning 37001 clauses out of 74012 with flag 1463265/731004
642.02/572.57	c cleaning 38000 clauses out of 76009 with flag 1541290/770002
683.26/605.68	c cleaning 39001 clauses out of 78010 with flag 1621293/810003
720.33/640.24	c cleaning 40002 clauses out of 80011 with flag 1703314/851005
756.99/674.08	c cleaning 40998 clauses out of 82006 with flag 1787381/893002
794.38/708.96	c cleaning 41998 clauses out of 84006 with flag 1873409/936000
839.04/744.66	c cleaning 43001 clauses out of 86012 with flag 1961436/980004
880.88/783.62	c cleaning 43999 clauses out of 88007 with flag 2051436/1025000
923.37/823.16	c cleaning 44999 clauses out of 90008 with flag 2143437/1071000
972.60/862.58	c cleaning 46001 clauses out of 92009 with flag 2237437/1118000
1017.18/904.13	c cleaning 47001 clauses out of 94011 with flag 2333460/1166003
1063.66/947.52	c cleaning 48001 clauses out of 96011 with flag 2431484/1215004
1121.90/994.86	c cleaning 49000 clauses out of 98009 with flag 2531499/1265003
1170.48/1040.50	c cleaning 49999 clauses out of 100006 with flag 2633500/1316000
1219.86/1086.15	c cleaning 50999 clauses out of 102008 with flag 2737506/1368001
1276.50/1134.11	c cleaning 51999 clauses out of 104008 with flag 2843509/1421000
1332.38/1186.15	c cleaning 53000 clauses out of 106010 with flag 2951519/1475001
1386.88/1237.44	c cleaning 54001 clauses out of 108012 with flag 3061532/1530003
1448.74/1289.51	c cleaning 55000 clauses out of 110010 with flag 3173538/1586002
1492.10/1329.35	c cleaning 56002 clauses out of 112015 with flag 3287759/1643007
1554.67/1378.53	c cleaning 57001 clauses out of 114010 with flag 3404176/1701004
1597.40/1417.25	c cleaning 57981 clauses out of 116007 with flag 3522459/1760002
1735.12/1540.52	c cleaning 59003 clauses out of 118033 with flag 3643075/1820009
1866.79/1667.86	c cleaning 60001 clauses out of 120023 with flag 3766013/1881002
1960.19/1747.68	c cleaning 60998 clauses out of 122020 with flag 3890294/1943000
2015.63/1798.70	c cleaning 61992 clauses out of 124025 with flag 4016368/2006003
2093.06/1862.23	c cleaning 63010 clauses out of 126031 with flag 4144823/2070001
2160.94/1925.58	c cleaning 64007 clauses out of 128021 with flag 4275409/2135001
2240.70/1991.92	c cleaning 64992 clauses out of 130015 with flag 4407819/2201002
2340.08/2087.15	c cleaning 66007 clauses out of 132028 with flag 4542077/2268007
2436.72/2172.91	c cleaning 66994 clauses out of 134014 with flag 4678150/2336000
2549.14/2281.19	c cleaning 67991 clauses out of 136023 with flag 4816557/2405003
2716.56/2437.53	c cleaning 69009 clauses out of 138029 with flag 4957201/2475000
2896.62/2613.42	c cleaning 70004 clauses out of 140027 with flag 5099530/2546007
3108.96/2816.34	c cleaning 70996 clauses out of 142016 with flag 5244473/2618000
3372.10/3075.65	c cleaning 71988 clauses out of 144020 with flag 5390608/2691000
3509.68/3201.82	c cleaning 73019 clauses out of 146043 with flag 5538942/2765011
3600.03/3291.32	c starts		: 1
3600.03/3291.34	c timeout
3600.03/3291.34	c conflicts		: 2789742
3600.03/3291.35	c decisions		: 2814837
3600.03/3291.35	c propagations		: 27670723
3600.03/3291.35	c inspects		: 2533837717
3600.03/3291.35	c shortcuts		: 0
3600.03/3291.35	c learnt literals	: 1
3600.03/3291.35	c learnt binary clauses	: 0
3600.03/3291.35	c learnt ternary clauses	: 0
3600.03/3291.35	c learnt constraints	: 2789741
3600.03/3291.35	c ignored constraints	: 0
3600.03/3291.35	c root simplifications	: 0
3600.03/3291.35	c removed literals (reason simplification)	: 0
3600.03/3291.35	c reason swapping (by a shorter reason)	: 0
3600.03/3291.35	c Calls to reduceDB	: 70
3600.03/3291.35	c Number of update (reduction) of LBD	: 1290
3600.03/3291.35	c Imported unit clauses	: 0
3600.03/3291.36	c No decision after first conflict	: false
3600.03/3291.36	c number of reductions to clauses (during analyze)	: 0
3600.03/3291.36	c number of learned constraints concerned by reduction	: 0
3600.03/3291.36	c number of learning phase by resolution	: 0
3600.03/3291.36	c number of learning phase by cutting planes	: 0
3600.03/3291.36	c number of rounding to 1 operations	: 0
3600.03/3291.36	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3291.36	c number of reductions of the coefficients by power 2 	: 0
3600.03/3291.36	c number of right shift for reduction by power 2 	: 0
3600.03/3291.36	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3291.36	c number of ending skipping 	: 0
3600.03/3291.36	c number of internal skipping 	: 0
3600.03/3291.36	c number of derivation steps 	: 0
3600.03/3291.36	c number of skipped derivation steps 	: 0
3600.03/3291.36	c number of remaining unassigned 	: 0
3600.03/3291.36	c number of remaining assigned 	: 0
3600.03/3291.36	c number of falsified literals weakened from reason	: 0
3600.03/3291.36	c number of falsified literals weakened from conflict	: 0
3600.03/3291.36	c time for arithmetic operations	: 0
3600.03/3291.36	c minimum degree of deleted constraints	: null
3600.03/3291.36	c maximum degree of deleted constraints	: null
3600.03/3291.36	c number of deleted constraints	: 0
3600.03/3291.37	c speed (assignments/second)	: 8408.987322422905
3600.03/3291.37	c non guided choices	: 2410
3600.19/3291.48	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 97755
3600.19/3291.48	s UNKNOWN
3600.19/3291.48	c Total wall clock time (in seconds): 3291.226

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: 64096 MiB (59789 MiB free)
  memory of node 1: 64473 MiB (58286 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432167-1721066097/watcher-4432167-1721066097 -o /tmp/evaluation-result-4432167-1721066097/solver-4432167-1721066097 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721062551-806267 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4432167-1721066097.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=808095, runsolver pid=808092

[startup+0.100269 s]*
/proc/loadavg: 4.74 4.38 4.32 6/318 808113
/proc/meminfo: memFree=120856672/131655788 swapFree=131071996/131071996
[pid=808095] ppid=808092 vsize=18975048 memory=58388 CPUtime=0.12 cores=5,7
/proc/808095/stat : 808095 (java) S 808092 808095 806254 0 -1 1077936128 6623 0 0 0 10 2 0 0 20 0 18 0 158766819 19430449152 14597 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
/proc/808095/statm: 4743762 14597 5598 1 0 550925 0
[pid=808095/tid=808097] ppid=808092 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/808095/task/808097/stat : 808097 (java) R 808092 808095 806254 0 -1 4194368 5524 0 0 0 7 1 0 0 20 0 18 0 158766819 19430449152 14597 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
[pid=808095/tid=808106] ppid=808092 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/808095/task/808106/stat : 808106 (Finalizer) S 808092 808095 806254 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 158766822 19430449152 14597 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
[pid=808095/tid=808113] ppid=808092 vsize=18975048 memory=14698495668050282 CPUtime=0 cores=5,7
/proc/808095/task/808113/stat : 808113 (Common-Cleaner) S 808092 808095 806254 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 158766822 19430449152 14597 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 58388 KiB

[startup+0.215179 s]*
/proc/loadavg: 4.74 4.38 4.32 8/318 808113
/proc/meminfo: memFree=120845512/131655788 swapFree=131071996/131071996
[pid=808095] ppid=808092 vsize=18975048 memory=69096 CPUtime=0.26 cores=5,7
/proc/808095/stat : 808095 (java) S 808092 808095 806254 0 -1 1077936128 7252 0 0 0 24 2 0 0 20 0 18 0 158766819 19430449152 17274 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
/proc/808095/statm: 4743762 17274 5602 1 0 551438 0
[pid=808095/tid=808097] ppid=808092 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=5,7
/proc/808095/task/808097/stat : 808097 (java) R 808092 808095 806254 0 -1 4194368 5759 0 0 0 16 2 0 0 20 0 18 0 158766819 19430449152 17274 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
[pid=808095/tid=808106] ppid=808092 vsize=18975048 memory=4674 CPUtime=0 cores=5,7
/proc/808095/task/808106/stat : 808106 (Finalizer) S 808092 808095 806254 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 158766822 19430449152 17274 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
[pid=808095/tid=808113] ppid=808092 vsize=18975048 memory=13848573179598470 CPUtime=0 cores=5,7
/proc/808095/task/808113/stat : 808113 (Common-Cleaner) S 808092 808095 806254 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 158766822 19430449152 17274 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 69096 KiB

[startup+0.322263 s]*
/proc/loadavg: 4.74 4.38 4.32 7/318 808113
/proc/meminfo: memFree=120840380/131655788 swapFree=131071996/131071996
[pid=808095] ppid=808092 vsize=18975048 memory=76696 CPUtime=0.47 cores=5,7
/proc/808095/stat : 808095 (java) S 808092 808095 806254 0 -1 1077936128 7442 0 0 0 44 3 0 0 20 0 18 0 158766819 19430449152 19174 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
/proc/808095/statm: 4743762 19174 5762 1 0 551605 0
[pid=808095/tid=808097] ppid=808092 vsize=18975048 memory=-9030960132365066940 CPUtime=0.29 cores=5,7
/proc/808095/task/808097/stat : 808097 (java) R 808092 808095 806254 0 -1 4194368 5891 0 0 0 27 2 0 0 20 0 18 0 158766819 19430449152 19174 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
[pid=808095/tid=808106] ppid=808092 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/808095/task/808106/stat : 808106 (Finalizer) S 808092 808095 806254 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 158766822 19430449152 19174 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
[pid=808095/tid=808113] ppid=808092 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/808095/task/808113/stat : 808113 (Common-Cleaner) S 808092 808095 806254 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 158766822 19430449152 19174 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 76696 KiB

[startup+0.700388 s]
/proc/loadavg: 4.74 4.38 4.32 7/318 808113
/proc/meminfo: memFree=120803060/131655788 swapFree=131071996/131071996
[pid=808095] ppid=808092 vsize=19041612 memory=182072 CPUtime=1.13 cores=5,7
/proc/808095/stat : 808095 (java) S 808092 808095 806254 0 -1 1077936128 9237 0 0 0 107 6 0 0 20 0 19 0 158766819 19498610688 45518 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
/proc/808095/statm: 4760403 45518 5831 1 0 553010 0
[pid=808095/tid=808097] ppid=808092 vsize=19041612 memory=5540 CPUtime=0.6 cores=5,7
/proc/808095/task/808097/stat : 808097 (java) R 808092 808095 806254 0 -1 1077936192 5948 0 0 0 57 3 0 0 20 0 19 0 158766819 19498610688 45518 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
[pid=808095/tid=808106] ppid=808092 vsize=19041612 memory=12508 CPUtime=0 cores=5,7
/proc/808095/task/808106/stat : 808106 (Finalizer) S 808092 808095 806254 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 158766822 19498610688 45518 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
[pid=808095/tid=808113] ppid=808092 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/808095/task/808113/stat : 808113 (Common-Cleaner) S 808092 808095 806254 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 158766822 19498610688 45518 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 182072 KiB

[startup+1.50025 s]
/proc/loadavg: 4.74 4.38 4.32 9/320 808115
/proc/meminfo: memFree=120713720/131655788 swapFree=131071996/131071996
[pid=808095] ppid=808092 vsize=19108176 memory=201668 CPUtime=2.7 cores=5,7
/proc/808095/stat : 808095 (java) S 808092 808095 806254 0 -1 1077936128 16034 0 0 0 263 7 0 0 20 0 20 0 158766819 19566772224 50417 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
/proc/808095/statm: 4777044 50417 5885 1 0 558137 0
[pid=808095/tid=808097] ppid=808092 vsize=19108176 memory=12508 CPUtime=1.33 cores=5,7
/proc/808095/task/808097/stat : 808097 (java) R 808092 808095 806254 0 -1 4194368 6097 0 0 0 130 3 0 0 20 0 20 0 158766819 19566772224 50417 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
[pid=808095/tid=808106] ppid=808092 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/808095/task/808106/stat : 808106 (Finalizer) S 808092 808095 806254 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 158766822 19566772224 50417 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
[pid=808095/tid=808113] ppid=808092 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/808095/task/808113/stat : 808113 (Common-Cleaner) S 808092 808095 806254 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 158766822 19566772224 50417 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
[pid=808095/tid=808115] ppid=808092 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/808095/task/808115/stat : 808115 (Timer-0) S 808092 808095 806254 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158766893 19566772224 50417 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
Current children cumulated CPU time: 2.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 201668 KiB

[startup+3.10625 s]
/proc/loadavg: 4.74 4.38 4.32 6/320 808115
/proc/meminfo: memFree=120329968/131655788 swapFree=131071996/131071996
[pid=808095] ppid=808092 vsize=19108176 memory=415636 CPUtime=4.68 cores=5,7
/proc/808095/stat : 808095 (java) S 808092 808095 806254 0 -1 1077936128 17679 0 0 0 455 13 0 0 20 0 20 0 158766819 19566772224 103909 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
/proc/808095/statm: 4777044 103909 5885 1 0 558138 0
[pid=808095/tid=808097] ppid=808092 vsize=19108176 memory=0 CPUtime=2.68 cores=5,7
/proc/808095/task/808097/stat : 808097 (java) R 808092 808095 806254 0 -1 4194368 6253 0 0 0 265 3 0 0 20 0 20 0 158766819 19566772224 103909 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
[pid=808095/tid=808106] ppid=808092 vsize=19108176 memory=11420 CPUtime=0 cores=5,7
/proc/808095/task/808106/stat : 808106 (Finalizer) S 808092 808095 806254 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 158766822 19566772224 103909 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
[pid=808095/tid=808113] ppid=808092 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/808095/task/808113/stat : 808113 (Common-Cleaner) S 808092 808095 806254 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 158766822 19566772224 103909 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
[pid=808095/tid=808115] ppid=808092 vsize=19108176 memory=12508 CPUtime=0 cores=5,7
/proc/808095/task/808115/stat : 808115 (Timer-0) S 808092 808095 806254 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158766893 19566772224 103909 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
Current children cumulated CPU time: 4.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 415636 KiB

[startup+6.30044 s]
/proc/loadavg: 4.76 4.39 4.32 5/320 808115
/proc/meminfo: memFree=119259908/131655788 swapFree=131071996/131071996
[pid=808095] ppid=808092 vsize=19108176 memory=865984 CPUtime=8.46 cores=5,7
/proc/808095/stat : 808095 (java) S 808092 808095 806254 0 -1 1077936128 21837 0 0 0 823 23 0 0 20 0 20 0 158766819 19566772224 216496 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
/proc/808095/statm: 4777044 216496 5885 1 0 1086656 0
[pid=808095/tid=808097] ppid=808092 vsize=19108176 memory=0 CPUtime=5.53 cores=5,7
/proc/808095/task/808097/stat : 808097 (java) R 808092 808095 806254 0 -1 4194368 7176 0 0 0 546 7 0 0 20 0 20 0 158766819 19566772224 216496 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
[pid=808095/tid=808106] ppid=808092 vsize=19108176 memory=12508 CPUtime=0 cores=5,7
/proc/808095/task/808106/stat : 808106 (Finalizer) S 808092 808095 806254 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 158766822 19566772224 216496 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
[pid=808095/tid=808113] ppid=808092 vsize=19108176 memory=11420 CPUtime=0 cores=5,7
/proc/808095/task/808113/stat : 808113 (Common-Cleaner) S 808092 808095 806254 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 158766822 19566772224 216496 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
[pid=808095/tid=808115] ppid=808092 vsize=19108176 memory=42536 CPUtime=0 cores=5,7
/proc/808095/task/808115/stat : 808115 (Timer-0) S 808092 808095 806254 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158766893 19566772224 216496 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
Current children cumulated CPU time: 8.46 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 865984 KiB

[startup+12.7004 s]
/proc/loadavg: 4.78 4.40 4.33 5/320 808116
/proc/meminfo: memFree=117695876/131655788 swapFree=131071996/131071996
[pid=808095] ppid=808092 vsize=19108176 memory=1906396 CPUtime=16.33 cores=5,7
/proc/808095/stat : 808095 (java) S 808092 808095 806254 0 -1 1077936128 25404 0 0 0 1589 44 0 0 20 0 20 0 158766819 19566772224 476599 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
/proc/808095/statm: 4777044 476599 5885 1 0 1686171 0
[pid=808095/tid=808097] ppid=808092 vsize=19108176 memory=194372 CPUtime=10.95 cores=5,7
/proc/808095/task/808097/stat : 808097 (java) R 808092 808095 806254 0 -1 4194368 7803 0 0 0 1082 13 0 0 20 0 20 0 158766819 19566772224 476599 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
[pid=808095/tid=808106] ppid=808092 vsize=19108176 memory=1894108 CPUtime=0 cores=5,7
/proc/808095/task/808106/stat : 808106 (Finalizer) S 808092 808095 806254 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 158766822 19566772224 476599 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
[pid=808095/tid=808113] ppid=808092 vsize=19108176 memory=415644 CPUtime=0 cores=5,7
/proc/808095/task/808113/stat : 808113 (Common-Cleaner) S 808092 808095 806254 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 158766822 19566772224 476599 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
[pid=808095/tid=808115] ppid=808092 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/808095/task/808115/stat : 808115 (Timer-0) S 808092 808095 806254 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158766893 19566772224 476599 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
Current children cumulated CPU time: 16.33 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1906396 KiB

[startup+25.5004 s]
/proc/loadavg: 4.82 4.43 4.34 6/319 808118
/proc/meminfo: memFree=114326548/131655788 swapFree=131071996/131071996
[pid=808095] ppid=808092 vsize=19108176 memory=3967244 CPUtime=31.46 cores=5,7
/proc/808095/stat : 808095 (java) S 808092 808095 806254 0 -1 1077936128 27877 0 0 0 3058 88 0 0 20 0 20 0 158766819 19566772224 991811 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
/proc/808095/statm: 4777044 991811 5885 1 0 2166621 0
[pid=808095/tid=808097] ppid=808092 vsize=19108176 memory=1894108 CPUtime=21.47 cores=5,7
/proc/808095/task/808097/stat : 808097 (java) R 808092 808095 806254 0 -1 4194368 8438 0 0 0 2125 22 0 0 20 0 20 0 158766819 19566772224 991811 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
[pid=808095/tid=808106] ppid=808092 vsize=19108176 memory=2953480 CPUtime=0 cores=5,7
/proc/808095/task/808106/stat : 808106 (Finalizer) S 808092 808095 806254 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 158766822 19566772224 991811 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
[pid=808095/tid=808113] ppid=808092 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/808095/task/808113/stat : 808113 (Common-Cleaner) S 808092 808095 806254 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 158766822 19566772224 991811 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
[pid=808095/tid=808115] ppid=808092 vsize=19108176 memory=6944656592455097440 CPUtime=0 cores=5,7
/proc/808095/task/808115/stat : 808115 (Timer-0) S 808092 808095 806254 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158766893 19566772224 991811 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
Current children cumulated CPU time: 31.46 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3967244 KiB

[startup+51.1136 s]
/proc/loadavg: 4.61 4.41 4.34 5/319 808507
/proc/meminfo: memFree=108385148/131655788 swapFree=131071996/131071996
[pid=808095] ppid=808092 vsize=19108176 memory=7012208 CPUtime=59.88 cores=5,7
/proc/808095/stat : 808095 (java) S 808092 808095 806254 0 -1 1077936128 34998 0 0 0 5835 153 0 0 20 0 20 0 158766819 19566772224 1753052 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
/proc/808095/statm: 4777044 1753052 5893 1 0 2772418 0
[pid=808095/tid=808097] ppid=808092 vsize=19108176 memory=5740540 CPUtime=44.09 cores=5,7
/proc/808095/task/808097/stat : 808097 (java) R 808092 808095 806254 0 -1 4194368 10217 0 0 0 4368 41 0 0 20 0 20 0 158766819 19566772224 1753052 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
[pid=808095/tid=808106] ppid=808092 vsize=19108176 memory=5584892 CPUtime=0 cores=5,7
/proc/808095/task/808106/stat : 808106 (Finalizer) S 808092 808095 806254 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 158766822 19566772224 1753052 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
[pid=808095/tid=808113] ppid=808092 vsize=19108176 memory=5603324 CPUtime=0 cores=5,7
/proc/808095/task/808113/stat : 808113 (Common-Cleaner) S 808092 808095 806254 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 158766822 19566772224 1753052 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0

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

/proc/808095/task/808097/stat : 808097 (java) R 808092 808095 806254 0 -1 4194368 139481 0 0 0 278747 110 0 0 20 0 20 0 158766819 19566772224 3765216 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 13 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
[pid=808095/tid=808106] ppid=808092 vsize=19108176 memory=15060856 CPUtime=0 cores=5,7
/proc/808095/task/808106/stat : 808106 (Finalizer) S 808092 808095 806254 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 158766822 19566772224 3765216 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
[pid=808095/tid=808113] ppid=808092 vsize=19108176 memory=15060856 CPUtime=0 cores=5,7
/proc/808095/task/808113/stat : 808113 (Common-Cleaner) S 808092 808095 806254 0 -1 1077936192 1334 0 0 0 0 0 0 0 20 0 20 0 158766822 19566772224 3765216 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
[pid=808095/tid=808115] ppid=808092 vsize=19108176 memory=15060856 CPUtime=0 cores=5,7
/proc/808095/task/808115/stat : 808115 (Timer-0) S 808092 808095 806254 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158766893 19566772224 3765216 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
Current children cumulated CPU time: 3277.33 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 15060864 KiB

[startup+3042.3 s]
/proc/loadavg: 4.26 4.25 4.31 5/320 809851
/proc/meminfo: memFree=77427700/131655788 swapFree=131071996/131071996
[pid=808095] ppid=808092 vsize=19108176 memory=15060864 CPUtime=3338.04 cores=5,7
/proc/808095/stat : 808095 (java) S 808092 808095 806254 0 -1 1077936128 648807 0 0 0 333261 543 0 0 20 0 20 0 158766819 19566772224 3765216 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
/proc/808095/statm: 4777044 3765216 5936 1 0 4087385 0
[pid=808095/tid=808097] ppid=808092 vsize=19108176 memory=2264 CPUtime=2847.63 cores=5,7
/proc/808095/task/808097/stat : 808097 (java) R 808092 808095 806254 0 -1 4194368 141384 0 0 0 284653 110 0 0 20 0 20 0 158766819 19566772224 3765216 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 13 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
[pid=808095/tid=808106] ppid=808092 vsize=19108176 memory=42536 CPUtime=0 cores=5,7
/proc/808095/task/808106/stat : 808106 (Finalizer) S 808092 808095 806254 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 158766822 19566772224 3765216 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
[pid=808095/tid=808113] ppid=808092 vsize=19108176 memory=15060864 CPUtime=0 cores=5,7
/proc/808095/task/808113/stat : 808113 (Common-Cleaner) S 808092 808095 806254 0 -1 1077936192 1336 0 0 0 0 0 0 0 20 0 20 0 158766822 19566772224 3765216 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
[pid=808095/tid=808115] ppid=808092 vsize=19108176 memory=15060864 CPUtime=0 cores=5,7
/proc/808095/task/808115/stat : 808115 (Timer-0) S 808092 808095 806254 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158766893 19566772224 3765216 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
Current children cumulated CPU time: 3338.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 15060864 KiB

[startup+3102.3 s]
/proc/loadavg: 4.23 4.24 4.30 5/318 809862
/proc/meminfo: memFree=77427268/131655788 swapFree=131071996/131071996
[pid=808095] ppid=808092 vsize=19108176 memory=15060864 CPUtime=3399.34 cores=5,7
/proc/808095/stat : 808095 (java) S 808092 808095 806254 0 -1 1077936128 654852 0 0 0 339388 546 0 0 20 0 20 0 158766819 19566772224 3765216 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
/proc/808095/statm: 4777044 3765216 5936 1 0 4087385 0
[pid=808095/tid=808097] ppid=808092 vsize=19108176 memory=12508 CPUtime=2905.95 cores=5,7
/proc/808095/task/808097/stat : 808097 (java) R 808092 808095 806254 0 -1 4194368 143381 0 0 0 290484 111 0 0 20 0 20 0 158766819 19566772224 3765216 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 15 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
[pid=808095/tid=808106] ppid=808092 vsize=19108176 memory=15060864 CPUtime=0 cores=5,7
/proc/808095/task/808106/stat : 808106 (Finalizer) S 808092 808095 806254 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 158766822 19566772224 3765216 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
[pid=808095/tid=808113] ppid=808092 vsize=19108176 memory=12508 CPUtime=0 cores=5,7
/proc/808095/task/808113/stat : 808113 (Common-Cleaner) S 808092 808095 806254 0 -1 1077936192 1336 0 0 0 0 0 0 0 20 0 20 0 158766822 19566772224 3765216 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
[pid=808095/tid=808115] ppid=808092 vsize=19108176 memory=15060864 CPUtime=0 cores=5,7
/proc/808095/task/808115/stat : 808115 (Timer-0) S 808092 808095 806254 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158766893 19566772224 3765216 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
Current children cumulated CPU time: 3399.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 15060864 KiB

[startup+3162.3 s]
/proc/loadavg: 4.27 4.24 4.30 5/318 809872
/proc/meminfo: memFree=77426872/131655788 swapFree=131071996/131071996
[pid=808095] ppid=808092 vsize=19108176 memory=15060864 CPUtime=3459.74 cores=5,7
/proc/808095/stat : 808095 (java) S 808092 808095 806254 0 -1 1077936128 657174 0 0 0 345426 548 0 0 20 0 20 0 158766819 19566772224 3765216 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
/proc/808095/statm: 4777044 3765216 5936 1 0 4087385 0
[pid=808095/tid=808097] ppid=808092 vsize=19108176 memory=15060864 CPUtime=2964.83 cores=5,7
/proc/808095/task/808097/stat : 808097 (java) R 808092 808095 806254 0 -1 4194368 145421 0 0 0 296372 111 0 0 20 0 20 0 158766819 19566772224 3765216 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 15 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
[pid=808095/tid=808106] ppid=808092 vsize=19108176 memory=15060864 CPUtime=0 cores=5,7
/proc/808095/task/808106/stat : 808106 (Finalizer) S 808092 808095 806254 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 158766822 19566772224 3765216 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
[pid=808095/tid=808113] ppid=808092 vsize=19108176 memory=15060864 CPUtime=0 cores=5,7
/proc/808095/task/808113/stat : 808113 (Common-Cleaner) S 808092 808095 806254 0 -1 1077936192 1421 0 0 0 0 0 0 0 20 0 20 0 158766822 19566772224 3765216 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
[pid=808095/tid=808115] ppid=808092 vsize=19108176 memory=11420 CPUtime=0 cores=5,7
/proc/808095/task/808115/stat : 808115 (Timer-0) S 808092 808095 806254 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158766893 19566772224 3765216 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
Current children cumulated CPU time: 3459.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 15060864 KiB

[startup+3222.3 s]
/proc/loadavg: 4.25 4.24 4.29 5/318 809882
/proc/meminfo: memFree=77421416/131655788 swapFree=131071996/131071996
[pid=808095] ppid=808092 vsize=19108176 memory=15065824 CPUtime=3530.54 cores=5,7
/proc/808095/stat : 808095 (java) S 808092 808095 806254 0 -1 1077936128 687692 0 0 0 352498 556 0 0 20 0 20 0 158766819 19566772224 3766456 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
/proc/808095/statm: 4777044 3766456 5936 1 0 4088614 0
[pid=808095/tid=808097] ppid=808092 vsize=19108176 memory=15060896 CPUtime=3021.27 cores=5,7
/proc/808095/task/808097/stat : 808097 (java) R 808092 808095 806254 0 -1 4194368 155555 0 0 0 302015 112 0 0 20 0 20 0 158766819 19566772224 3766456 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 15 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
[pid=808095/tid=808106] ppid=808092 vsize=19108176 memory=15065820 CPUtime=0 cores=5,7
/proc/808095/task/808106/stat : 808106 (Finalizer) S 808092 808095 806254 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 158766822 19566772224 3766456 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
[pid=808095/tid=808113] ppid=808092 vsize=19108176 memory=15065824 CPUtime=0 cores=5,7
/proc/808095/task/808113/stat : 808113 (Common-Cleaner) S 808092 808095 806254 0 -1 1077936192 1422 0 0 0 0 0 0 0 20 0 20 0 158766822 19566772224 3766456 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
[pid=808095/tid=808115] ppid=808092 vsize=19108176 memory=15065820 CPUtime=0 cores=5,7
/proc/808095/task/808115/stat : 808115 (Timer-0) S 808092 808095 806254 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158766893 19566772224 3766456 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
Current children cumulated CPU time: 3530.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 15065824 KiB

[startup+3282.3 s]
/proc/loadavg: 4.25 4.24 4.28 5/318 809894
/proc/meminfo: memFree=77421036/131655788 swapFree=131071996/131071996
[pid=808095] ppid=808092 vsize=19108176 memory=15065828 CPUtime=3591.11 cores=5,7
/proc/808095/stat : 808095 (java) S 808092 808095 806254 0 -1 1077936128 693706 0 0 0 358552 559 0 0 20 0 20 0 158766819 19566772224 3766457 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
/proc/808095/statm: 4777044 3766457 5936 1 0 4088614 0
[pid=808095/tid=808097] ppid=808092 vsize=19108176 memory=15065824 CPUtime=3080.31 cores=5,7
/proc/808095/task/808097/stat : 808097 (java) R 808092 808095 806254 0 -1 4194368 157492 0 0 0 307919 112 0 0 20 0 20 0 158766819 19566772224 3766457 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 15 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
[pid=808095/tid=808106] ppid=808092 vsize=19108176 memory=42536 CPUtime=0 cores=5,7
/proc/808095/task/808106/stat : 808106 (Finalizer) S 808092 808095 806254 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 158766822 19566772224 3766457 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
[pid=808095/tid=808113] ppid=808092 vsize=19108176 memory=15065824 CPUtime=0 cores=5,7
/proc/808095/task/808113/stat : 808113 (Common-Cleaner) S 808092 808095 806254 0 -1 1077936192 1572 0 0 0 0 0 0 0 20 0 20 0 158766822 19566772224 3766457 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
[pid=808095/tid=808115] ppid=808092 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/808095/task/808115/stat : 808115 (Timer-0) S 808092 808095 806254 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158766893 19566772224 3766457 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
Current children cumulated CPU time: 3591.11 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 15065828 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3291.3 s]
/proc/loadavg: 4.21 4.23 4.28 5/318 809895
/proc/meminfo: memFree=77421056/131655788 swapFree=131071996/131071996
[pid=808095] ppid=808092 vsize=19108176 memory=15065828 CPUtime=3600.03 cores=5,7
/proc/808095/stat : 808095 (java) S 808092 808095 806254 0 -1 1077936128 693914 0 0 0 359444 559 0 0 20 0 20 0 158766819 19566772224 3766457 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
/proc/808095/statm: 4777044 3766457 5936 1 0 4088614 0
[pid=808095/tid=808097] ppid=808092 vsize=19108176 memory=42536 CPUtime=3089.23 cores=5,7
/proc/808095/task/808097/stat : 808097 (java) R 808092 808095 806254 0 -1 4194368 157700 0 0 0 308811 112 0 0 20 0 20 0 158766819 19566772224 3766457 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 15 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
[pid=808095/tid=808106] ppid=808092 vsize=19108176 memory=15065824 CPUtime=0 cores=5,7
/proc/808095/task/808106/stat : 808106 (Finalizer) S 808092 808095 806254 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 158766822 19566772224 3766457 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
[pid=808095/tid=808113] ppid=808092 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/808095/task/808113/stat : 808113 (Common-Cleaner) S 808092 808095 806254 0 -1 1077936192 1572 0 0 0 0 0 0 0 20 0 20 0 158766822 19566772224 3766457 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
[pid=808095/tid=808115] ppid=808092 vsize=19108176 memory=15065828 CPUtime=0 cores=5,7
/proc/808095/task/808115/stat : 808115 (Timer-0) S 808092 808095 806254 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158766893 19566772224 3766457 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 15065828 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.67 s, system=5.65653 s

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

[startup+3291.41 s]
/proc/loadavg: 4.21 4.23 4.28 5/318 809895
/proc/meminfo: memFree=77421056/131655788 swapFree=131071996/131071996
[pid=808095] ppid=808092 vsize=19307868 memory=15066716 CPUtime=3600.19 cores=5,7
/proc/808095/stat : 808095 (java) S 808092 808095 806254 0 -1 1077936128 696748 0 0 0 359459 560 0 0 20 0 21 0 158766819 19771256832 3766679 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
/proc/808095/statm: 4826967 3766679 5951 1 0 4089563 0
[pid=808095/tid=808097] ppid=808092 vsize=19307868 memory=25876 CPUtime=3089.26 cores=5,7
/proc/808095/task/808097/stat : 808097 (java) S 808092 808095 806254 0 -1 1077936192 157809 0 0 0 308814 112 0 0 20 0 21 0 158766819 19771256832 3766679 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 15 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
[pid=808095/tid=808106] ppid=808092 vsize=19307868 memory=1832 CPUtime=0 cores=5,7
/proc/808095/task/808106/stat : 808106 (Finalizer) S 808092 808095 806254 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 158766822 19771256832 3766679 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
[pid=808095/tid=808113] ppid=808092 vsize=19307868 memory=5424 CPUtime=0 cores=5,7
/proc/808095/task/808113/stat : 808113 (Common-Cleaner) S 808092 808095 806254 0 -1 1077936192 1572 0 0 0 0 0 0 0 20 0 21 0 158766822 19771256832 3766679 134679101440 94333976465408 94333976469104 140729873460768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94333976476920 94333976477712 94333981310976 140729873462279 140729873462369 140729873462369 140729873469384 0
Current children cumulated CPU time: 3600.19 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 15066716 KiB

[startup+3291.52 s]*
/proc/loadavg: 4.21 4.23 4.28 5/300 809898
/proc/meminfo: memFree=92118936/131655788 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3291.54
CPU time (s): 3600.33
CPU user time (s): 3594.67
CPU system time (s): 5.65653
CPU usage (%): 109.381
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 15066716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.67
system time used= 5.65653
maximum resident set size= 15067608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 697100
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 111570
involuntary context switches= 23445


# summary of solver processes directly reported to runsolver:
#   pid: 808095
#   total CPU time (s): 3600.33
#   total CPU user time (s): 3594.67
#   total CPU system time (s): 5.65653

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.823 second user time and 29.0923 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-15 19:55:09
IDJOB=4432167
IDBENCH=146775
IDSOLVER=3058
FILE ID=nodeC011/4432167-1721066097
RUNJOBID= nodeC011-1721062551-806267
SLURM_JOB_ID= 7505516
Free space on /tmp= 723772 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB06/OPT-LIN/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-blp-ir98.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432167-1721066097/watcher-4432167-1721066097 -o /tmp/evaluation-result-4432167-1721066097/solver-4432167-1721066097 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721062551-806267 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4432167-1721066097.opb

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

MD5SUM BENCH= 1ab00a09bce4fe90071f9bd51d0e1c65
RANDOM SEED=1736916822

nodeC011.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.120
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.20
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.272
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.31
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		: 3591.360
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.20
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		: 3653.592
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.31
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		: 3583.246
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.20
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		: 3491.616
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.31
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		: 3491.601
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.20
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		: 1296.882
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.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        120929056 kB
MemAvailable:   126038024 kB
Buffers:          391148 kB
Cached:          5496288 kB
SwapCached:            0 kB
Active:           666604 kB
Inactive:        9385952 kB
Active(anon):       1428 kB
Inactive(anon):  4201388 kB
Active(file):     665176 kB
Inactive(file):  5184564 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              9920 kB
Writeback:             0 kB
AnonPages:       4165236 kB
Mapped:           123844 kB
Shmem:             37704 kB
KReclaimable:     198856 kB
Slab:             308740 kB
SReclaimable:     198856 kB
SUnreclaim:       109884 kB
KernelStack:        4848 kB
PageTables:        18132 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   12531508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            51392 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3850240 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:      262984 kB
DirectMap2M:    33196032 kB
DirectMap1G:    102760448 kB

Free space on /tmp at the end= 723772 MiB
End job on nodeC011 at 2024-07-15 20:50:01