Trace number 4492805

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06? (TO) 3600.39 3563.01

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-61-60.opb
MD5SUM34508937f6127f0a8669d934526c1066
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 benchmark1.25863
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3660
Total number of constraints109861
Number of constraints which are clauses109861
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint60
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 61
Number of bits of the biggest sum of numbers6
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.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.16	c See www.sat4j.org for details.
0.12/0.18	c version PB25.v20250606
0.12/0.20	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.20	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.20	c java.vm.version	22.0.1+8-16
0.12/0.20	c java.vm.vendor	Oracle Corporation
0.12/0.20	c sun.arch.data.model	64
0.12/0.20	c java.version		22.0.1
0.12/0.20	c os.name		Linux
0.12/0.20	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.20	c os.arch		amd64
0.28/0.22	c Free memory 		2104792832
0.28/0.22	c Max memory 		16282288128
0.28/0.22	c Total memory 		2113929216
0.28/0.23	c Number of processors 	2
0.44/0.35	c Pseudo Boolean Optimization by upper bound
0.44/0.35	c --- Begin Solver configuration ---
0.44/0.35	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.44/0.35	c Learn all clauses as in MiniSAT
0.44/0.35	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.44/0.35	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.44/0.35	c Expensive reason simplification
0.44/0.35	c Glucose 2.1 dynamic restart strategy
0.44/0.35	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.44/0.35	c timeout=2147483s
0.44/0.35	c DB Simplification allowed=false
0.44/0.35	c Listener: none
0.44/0.35	c --- End Solver configuration ---
0.44/0.35	c solving HOME/instance-4492805-1751149019.opb
0.44/0.35	c reading problem ... 
0.44/0.35	c using VERIPB proof format
0.44/0.36	c  no objective function found
1.93/1.16	c ... done. Wall clock time 0.804s.
1.93/1.16	c declared #vars     3660
1.93/1.16	c #constraints  109861
1.93/1.16	c constraints type 
1.93/1.16	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 109800
1.93/1.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 61
1.93/1.16	c 109861 constraints processed.
6.65/3.74	c cleaning 2499 clauses out of 5000 with flag 33064/5000
11.53/7.96	c cleaning 4248 clauses out of 8503 with flag 71760/11002
16.87/13.21	c cleaning 5626 clauses out of 11254 with flag 117075/18001
22.21/18.37	c cleaning 6814 clauses out of 13628 with flag 168363/26001
28.03/24.05	c cleaning 7903 clauses out of 15813 with flag 233407/35000
34.87/30.78	c cleaning 8946 clauses out of 17912 with flag 309146/45002
43.42/39.03	c cleaning 9982 clauses out of 19965 with flag 388506/56001
53.94/49.32	c cleaning 10987 clauses out of 21982 with flag 474853/68000
66.27/61.42	c cleaning 11991 clauses out of 23996 with flag 571285/81001
81.63/77.46	c cleaning 12994 clauses out of 26007 with flag 675314/95003
96.21/91.76	c cleaning 14003 clauses out of 28014 with flag 785512/110004
110.03/105.41	c cleaning 14999 clauses out of 30009 with flag 906590/126002
124.94/120.23	c cleaning 15991 clauses out of 32008 with flag 1033036/143000
142.15/137.23	c cleaning 17000 clauses out of 34017 with flag 1170363/161000
151.06/145.54	c cleaning 17995 clauses out of 36018 with flag 1326853/180001
163.33/157.66	c cleaning 19003 clauses out of 38023 with flag 1512350/200001
177.29/171.20	c cleaning 19993 clauses out of 40019 with flag 1698325/221000
195.35/189.08	c cleaning 20998 clauses out of 42026 with flag 1889742/243000
221.15/214.11	c cleaning 22003 clauses out of 44029 with flag 2080091/266001
244.57/237.37	c cleaning 22999 clauses out of 46027 with flag 2260787/290002
268.21/260.90	c cleaning 24001 clauses out of 48028 with flag 2454705/315002
294.08/286.78	c cleaning 25001 clauses out of 50027 with flag 2682911/341002
319.63/312.32	c cleaning 26001 clauses out of 52025 with flag 2921151/368001
351.05/343.34	c cleaning 26993 clauses out of 54023 with flag 3160827/396000
381.47/373.76	c cleaning 27993 clauses out of 56031 with flag 3418499/425001
418.98/411.23	c cleaning 29006 clauses out of 58039 with flag 3703145/455002
455.26/446.34	c cleaning 29997 clauses out of 60032 with flag 4012635/486001
495.49/486.67	c cleaning 30994 clauses out of 62034 with flag 4312925/518000
540.16/531.17	c cleaning 32003 clauses out of 64040 with flag 4614438/551000
591.78/582.79	c cleaning 33001 clauses out of 66038 with flag 4928832/585001
645.02/635.61	c cleaning 34004 clauses out of 68038 with flag 5246761/620002
689.45/679.82	c cleaning 34994 clauses out of 70032 with flag 5563603/656000
735.54/725.85	c cleaning 36001 clauses out of 72040 with flag 5880121/693002
783.34/773.58	c cleaning 37000 clauses out of 74037 with flag 6193111/731000
831.20/820.92	c cleaning 38004 clauses out of 76038 with flag 6527915/770001
897.93/887.36	c cleaning 39001 clauses out of 78034 with flag 6938231/810001
931.99/921.21	c cleaning 39985 clauses out of 80033 with flag 7284739/851001
981.39/969.37	c cleaning 40994 clauses out of 82047 with flag 7603223/893000
1045.11/1032.65	c cleaning 41997 clauses out of 84053 with flag 7967667/936000
1114.26/1101.16	c cleaning 42998 clauses out of 86056 with flag 8341655/980000
1154.35/1141.03	c cleaning 44001 clauses out of 88058 with flag 8690207/1025000
1223.68/1210.20	c cleaning 45002 clauses out of 90057 with flag 9008758/1071000
1300.17/1286.34	c cleaning 46013 clauses out of 92055 with flag 9334624/1118000
1353.36/1339.22	c cleaning 47005 clauses out of 94042 with flag 9654611/1166000
1405.13/1390.68	c cleaning 48004 clauses out of 96039 with flag 10010856/1215002
1461.66/1445.19	c cleaning 49002 clauses out of 98033 with flag 10363251/1265000
1504.46/1487.95	c cleaning 49991 clauses out of 100031 with flag 10740614/1316000
1537.78/1520.30	c cleaning 50964 clauses out of 102041 with flag 11126033/1368001
1575.52/1557.69	c cleaning 51973 clauses out of 104077 with flag 11511302/1421001
1629.40/1611.21	c cleaning 53027 clauses out of 106103 with flag 11869355/1475000
1653.90/1635.25	c cleaning 54017 clauses out of 108076 with flag 12236844/1530000
1679.26/1660.01	c cleaning 54994 clauses out of 110060 with flag 12608165/1586001
1712.30/1692.73	c cleaning 55997 clauses out of 112066 with flag 13011273/1643001
1739.21/1718.97	c cleaning 57010 clauses out of 114068 with flag 13380431/1701000
1819.14/1798.71	c cleaning 58009 clauses out of 116060 with flag 13762965/1760002
1876.53/1855.46	c cleaning 58992 clauses out of 118050 with flag 14205605/1820001
1963.45/1941.78	c cleaning 60002 clauses out of 120058 with flag 14671045/1881001
2044.64/2022.69	c cleaning 60993 clauses out of 122055 with flag 15196621/1943000
2100.59/2076.24	c cleaning 62013 clauses out of 124063 with flag 15680126/2006001
2199.34/2174.45	c cleaning 63000 clauses out of 126049 with flag 16105813/2070000
2273.81/2248.35	c cleaning 63997 clauses out of 128050 with flag 16562155/2135001
2379.73/2353.63	c cleaning 64979 clauses out of 130052 with flag 17020108/2201000
2478.48/2451.94	c cleaning 65997 clauses out of 132073 with flag 17472577/2268000
2538.81/2511.58	c cleaning 67031 clauses out of 134076 with flag 17937317/2336000
2614.03/2585.73	c cleaning 67969 clauses out of 136047 with flag 18421149/2405002
2651.27/2622.42	c cleaning 69010 clauses out of 138077 with flag 18877636/2475001
2716.09/2686.90	c cleaning 69962 clauses out of 140067 with flag 19367468/2546001
2754.18/2724.26	c cleaning 71028 clauses out of 142105 with flag 19812302/2618001
2848.30/2817.99	c cleaning 72006 clauses out of 144076 with flag 20326887/2691000
2951.52/2918.68	c cleaning 73011 clauses out of 146072 with flag 20882851/2765002
3003.03/2969.20	c cleaning 74002 clauses out of 148060 with flag 21420880/2840001
3049.25/3015.18	c cleaning 75002 clauses out of 150061 with flag 21891710/2916004
3135.50/3100.86	c cleaning 76015 clauses out of 152057 with flag 22448362/2993002
3241.39/3206.40	c cleaning 76993 clauses out of 154042 with flag 23033816/3071002
3364.24/3328.67	c cleaning 77992 clauses out of 156048 with flag 23649953/3150001
3496.81/3460.86	c cleaning 78996 clauses out of 158055 with flag 24265434/3230000
3553.24/3516.64	c cleaning 79990 clauses out of 160059 with flag 24819686/3311000
3600.06/3562.72	c timeout
3600.06/3562.74	c starts		: 2314
3600.06/3562.75	c conflicts		: 3389555
3600.06/3562.75	c decisions		: 8787206
3600.06/3562.75	c propagations		: 57817166
3600.06/3562.75	c inspects		: 12197652926
3600.06/3562.75	c shortcuts		: 0
3600.06/3562.75	c learnt literals	: 0
3600.06/3562.75	c learnt binary clauses	: 0
3600.06/3562.75	c learnt ternary clauses	: 0
3600.06/3562.75	c learnt constraints	: 3389555
3600.06/3562.75	c ignored constraints	: 0
3600.06/3562.75	c root simplifications	: 0
3600.06/3562.75	c removed literals (reason simplification)	: 12297529
3600.06/3562.75	c reason swapping (by a shorter reason)	: 0
3600.06/3562.75	c Calls to reduceDB	: 77
3600.06/3562.75	c Number of update (reduction) of LBD	: 2177641
3600.06/3562.75	c Imported unit clauses	: 0
3600.06/3562.75	c No decision after first conflict	: false
3600.06/3562.75	c number of reductions to clauses (during analyze)	: 0
3600.06/3562.75	c number of learned constraints concerned by reduction	: 0
3600.06/3562.75	c number of learning phase by resolution	: 0
3600.06/3562.75	c number of learning phase by cutting planes	: 0
3600.06/3562.76	c number of rounding to 1 operations	: 0
3600.06/3562.76	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3562.76	c number of reductions of the coefficients by power 2 	: 0
3600.06/3562.76	c number of right shift for reduction by power 2 	: 0
3600.06/3562.76	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3562.76	c number of ending skipping 	: 0
3600.06/3562.76	c number of internal skipping 	: 0
3600.06/3562.76	c number of derivation steps 	: 0
3600.06/3562.76	c number of skipped derivation steps 	: 0
3600.06/3562.76	c number of remaining unassigned 	: 0
3600.06/3562.76	c number of remaining assigned 	: 0
3600.06/3562.76	c number of falsified literals weakened from reason	: 0
3600.06/3562.76	c number of falsified literals weakened from conflict	: 0
3600.06/3562.76	c time for arithmetic operations	: 0
3600.06/3562.76	c minimum degree of deleted constraints	: null
3600.06/3562.76	c maximum degree of deleted constraints	: null
3600.06/3562.76	c number of deleted constraints	: 0
3600.06/3562.76	c speed (assignments/second)	: 16233.526599075132
3600.06/3562.76	c non guided choices	: 185735
3600.22/3562.88	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 158624
3600.22/3562.89	s UNKNOWN
3600.22/3562.89	c Total wall clock time (in seconds): 3562.538

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: 63837 MiB (43150 MiB free)
  memory of node 1: 64465 MiB (45887 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=14692, runsolver pid=14689

[startup+0.100075 s]*
/proc/loadavg: 4.08 4.12 4.12 7/328 14710
/proc/meminfo: memFree=91164244/131382116 swapFree=33010684/33010684
[pid=14692] ppid=14689 vsize=18930384 memory=50140 CPUtime=0.12 cores=0,2
/proc/14692/stat : 14692 (java) S 14689 14692 13812 0 -1 4194304 5740 0 0 0 9 3 0 0 20 0 18 0 30581046 19384713216 12535 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
/proc/14692/statm: 4732596 12535 5303 1 0 546956 0
[pid=14692/tid=14694] ppid=14689 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/14692/task/14694/stat : 14694 (java) R 14689 14692 13812 0 -1 4194368 4650 0 0 0 5 2 0 0 20 0 18 0 30581048 19384713216 12535 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
[pid=14692/tid=14703] ppid=14689 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/14692/task/14703/stat : 14703 (Finalizer) S 14689 14692 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30581052 19384713216 12535 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
[pid=14692/tid=14710] ppid=14689 vsize=18930384 memory=60693105881846 CPUtime=0 cores=0,2
/proc/14692/task/14710/stat : 14710 (Common-Cleaner) S 14689 14692 13812 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30581054 19384713216 12535 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 50140 KiB

[startup+0.213974 s]*
/proc/loadavg: 4.08 4.12 4.12 6/328 14710
/proc/meminfo: memFree=91160212/131382116 swapFree=33010684/33010684
[pid=14692] ppid=14689 vsize=18930384 memory=55016 CPUtime=0.28 cores=0,2
/proc/14692/stat : 14692 (java) S 14689 14692 13812 0 -1 4194304 6402 0 0 0 25 3 0 0 20 0 18 0 30581046 19384713216 13754 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
/proc/14692/statm: 4732596 13754 5335 1 0 547550 0
[pid=14692/tid=14694] ppid=14689 vsize=18930384 memory=4026532124 CPUtime=0.17 cores=0,2
/proc/14692/task/14694/stat : 14694 (java) R 14689 14692 13812 0 -1 4194368 4985 0 0 0 15 2 0 0 20 0 18 0 30581048 19384713216 13754 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
[pid=14692/tid=14703] ppid=14689 vsize=18930384 memory=14857 CPUtime=0 cores=0,2
/proc/14692/task/14703/stat : 14703 (Finalizer) S 14689 14692 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30581052 19384713216 13754 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
[pid=14692/tid=14710] ppid=14689 vsize=18930384 memory=59593594242043 CPUtime=0 cores=0,2
/proc/14692/task/14710/stat : 14710 (Common-Cleaner) S 14689 14692 13812 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30581054 19384713216 13754 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55016 KiB

[startup+0.313878 s]*
/proc/loadavg: 4.08 4.12 4.12 7/328 14710
/proc/meminfo: memFree=91160212/131382116 swapFree=33010684/33010684
[pid=14692] ppid=14689 vsize=18930384 memory=60028 CPUtime=0.44 cores=0,2
/proc/14692/stat : 14692 (java) S 14689 14692 13812 0 -1 4194304 6619 0 0 0 40 4 0 0 20 0 18 0 30581046 19384713216 15007 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
/proc/14692/statm: 4732596 15007 5335 1 0 547730 0
[pid=14692/tid=14694] ppid=14689 vsize=18930384 memory=-6000919468361148526 CPUtime=0.25 cores=0,2
/proc/14692/task/14694/stat : 14694 (java) R 14689 14692 13812 0 -1 4194368 5145 0 0 0 22 3 0 0 20 0 18 0 30581048 19384713216 15007 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
[pid=14692/tid=14703] ppid=14689 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/14692/task/14703/stat : 14703 (Finalizer) S 14689 14692 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30581052 19384713216 15007 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
[pid=14692/tid=14710] ppid=14689 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/14692/task/14710/stat : 14710 (Common-Cleaner) S 14689 14692 13812 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30581054 19384713216 15007 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 60028 KiB

[startup+0.70031 s]
/proc/loadavg: 4.08 4.12 4.12 8/328 14710
/proc/meminfo: memFree=91152084/131382116 swapFree=33010684/33010684
[pid=14692] ppid=14689 vsize=18930384 memory=106140 CPUtime=1.13 cores=0,2
/proc/14692/stat : 14692 (java) S 14689 14692 13812 0 -1 4194304 8285 0 0 0 108 5 0 0 20 0 18 0 30581046 19384713216 26535 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
/proc/14692/statm: 4732596 26535 5431 1 0 548890 0
[pid=14692/tid=14694] ppid=14689 vsize=18930384 memory=17408 CPUtime=0.59 cores=0,2
/proc/14692/task/14694/stat : 14694 (java) R 14689 14692 13812 0 -1 4194368 5290 0 0 0 55 4 0 0 20 0 18 0 30581048 19384713216 26535 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
[pid=14692/tid=14703] ppid=14689 vsize=18930384 memory=11264 CPUtime=0 cores=0,2
/proc/14692/task/14703/stat : 14703 (Finalizer) S 14689 14692 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30581052 19384713216 26535 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
[pid=14692/tid=14710] ppid=14689 vsize=18930384 memory=3200 CPUtime=0 cores=0,2
/proc/14692/task/14710/stat : 14710 (Common-Cleaner) S 14689 14692 13812 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30581054 19384713216 26535 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 106140 KiB

[startup+1.50028 s]
/proc/loadavg: 4.15 4.14 4.13 6/329 14711
/proc/meminfo: memFree=91049560/131382116 swapFree=33010684/33010684
[pid=14692] ppid=14689 vsize=19063512 memory=172648 CPUtime=2.69 cores=0,2
/proc/14692/stat : 14692 (java) S 14689 14692 13812 0 -1 4194304 17252 0 0 0 260 9 0 0 20 0 20 0 30581046 19521036288 43162 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
/proc/14692/statm: 4765878 43162 5463 1 0 552617 0
[pid=14692/tid=14694] ppid=14689 vsize=19063512 memory=3200 CPUtime=1.29 cores=0,2
/proc/14692/task/14694/stat : 14694 (java) R 14689 14692 13812 0 -1 4194368 6968 0 0 0 123 6 0 0 20 0 20 0 30581048 19521036288 43162 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
[pid=14692/tid=14703] ppid=14689 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/14692/task/14703/stat : 14703 (Finalizer) S 14689 14692 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30581052 19521036288 43162 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
[pid=14692/tid=14710] ppid=14689 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/14692/task/14710/stat : 14710 (Common-Cleaner) S 14689 14692 13812 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30581054 19521036288 43162 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 172648 KiB

[startup+3.10581 s]
/proc/loadavg: 4.15 4.14 4.13 6/330 14712
/proc/meminfo: memFree=90989420/131382116 swapFree=33010684/33010684
[pid=14692] ppid=14689 vsize=19063512 memory=219240 CPUtime=5.81 cores=0,2
/proc/14692/stat : 14692 (java) S 14689 14692 13812 0 -1 4194304 19650 0 0 0 569 12 0 0 20 0 20 0 30581046 19521036288 54810 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
/proc/14692/statm: 4765878 54810 5463 1 0 822087 0
[pid=14692/tid=14694] ppid=14689 vsize=19063512 memory=11264 CPUtime=2.76 cores=0,2
/proc/14692/task/14694/stat : 14694 (java) R 14689 14692 13812 0 -1 4194368 7276 0 0 0 269 7 0 0 20 0 20 0 30581048 19521036288 54810 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
[pid=14692/tid=14703] ppid=14689 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/14692/task/14703/stat : 14703 (Finalizer) S 14689 14692 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30581052 19521036288 54810 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
[pid=14692/tid=14710] ppid=14689 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/14692/task/14710/stat : 14710 (Common-Cleaner) S 14689 14692 13812 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 30581054 19521036288 54810 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
[pid=14692/tid=14712] ppid=14689 vsize=19063512 memory=4252 CPUtime=0 cores=0,2
/proc/14692/task/14712/stat : 14712 (Timer-0) S 14689 14692 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30581164 19521036288 54810 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
Current children cumulated CPU time: 5.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 219240 KiB

[startup+6.30031 s]
/proc/loadavg: 4.14 4.13 4.13 5/330 14712
/proc/meminfo: memFree=90731936/131382116 swapFree=33010684/33010684
[pid=14692] ppid=14689 vsize=19063512 memory=420524 CPUtime=9.82 cores=0,2
/proc/14692/stat : 14692 (java) S 14689 14692 13812 0 -1 4194304 20087 0 0 0 963 19 0 0 20 0 20 0 30581046 19521036288 105131 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
/proc/14692/statm: 4765878 105131 5463 1 0 822131 0
[pid=14692/tid=14694] ppid=14689 vsize=19063512 memory=0 CPUtime=5.78 cores=0,2
/proc/14692/task/14694/stat : 14694 (java) R 14689 14692 13812 0 -1 4194368 7516 0 0 0 566 12 0 0 20 0 20 0 30581048 19521036288 105131 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
[pid=14692/tid=14703] ppid=14689 vsize=19063512 memory=7100839887185286273 CPUtime=0 cores=0,2
/proc/14692/task/14703/stat : 14703 (Finalizer) S 14689 14692 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30581052 19521036288 105131 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
[pid=14692/tid=14710] ppid=14689 vsize=19063512 memory=-6000919468361148526 CPUtime=0 cores=0,2
/proc/14692/task/14710/stat : 14710 (Common-Cleaner) S 14689 14692 13812 0 -1 4194368 36 0 0 0 0 0 0 0 20 0 20 0 30581054 19521036288 105131 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
[pid=14692/tid=14712] ppid=14689 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/14692/task/14712/stat : 14712 (Timer-0) S 14689 14692 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30581164 19521036288 105131 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
Current children cumulated CPU time: 9.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 420524 KiB

[startup+12.7005 s]
/proc/loadavg: 4.13 4.13 4.13 5/330 14712
/proc/meminfo: memFree=90540452/131382116 swapFree=33010684/33010684
[pid=14692] ppid=14689 vsize=19063512 memory=617396 CPUtime=16.46 cores=0,2
/proc/14692/stat : 14692 (java) S 14689 14692 13812 0 -1 4194304 22767 0 0 0 1617 29 0 0 20 0 20 0 30581046 19521036288 154349 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
/proc/14692/statm: 4765878 154349 5463 1 0 822133 0
[pid=14692/tid=14694] ppid=14689 vsize=19063512 memory=0 CPUtime=11.87 cores=0,2
/proc/14692/task/14694/stat : 14694 (java) R 14689 14692 13812 0 -1 4194368 8351 0 0 0 1170 17 0 0 20 0 20 0 30581048 19521036288 154349 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
[pid=14692/tid=14703] ppid=14689 vsize=19063512 memory=564084 CPUtime=0 cores=0,2
/proc/14692/task/14703/stat : 14703 (Finalizer) S 14689 14692 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30581052 19521036288 154349 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
[pid=14692/tid=14710] ppid=14689 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/14692/task/14710/stat : 14710 (Common-Cleaner) S 14689 14692 13812 0 -1 4194368 36 0 0 0 0 0 0 0 20 0 20 0 30581054 19521036288 154349 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
[pid=14692/tid=14712] ppid=14689 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/14692/task/14712/stat : 14712 (Timer-0) S 14689 14692 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30581164 19521036288 154349 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
Current children cumulated CPU time: 16.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 617396 KiB

[startup+25.5005 s]
/proc/loadavg: 4.11 4.13 4.12 5/332 14714
/proc/meminfo: memFree=89657664/131382116 swapFree=33010684/33010684
[pid=14692] ppid=14689 vsize=19063512 memory=1352656 CPUtime=29.6 cores=0,2
/proc/14692/stat : 14692 (java) S 14689 14692 13812 0 -1 4194304 26594 0 0 0 2907 53 0 0 20 0 20 0 30581046 19521036288 338164 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
/proc/14692/statm: 4765878 338164 5463 1 0 1225293 0
[pid=14692/tid=14694] ppid=14689 vsize=19063512 memory=-6000919468361148526 CPUtime=24.21 cores=0,2
/proc/14692/task/14694/stat : 14694 (java) R 14689 14692 13812 0 -1 4194368 9469 0 0 0 2387 34 0 0 20 0 20 0 30581048 19521036288 338164 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
[pid=14692/tid=14703] ppid=14689 vsize=19063512 memory=3198 CPUtime=0 cores=0,2
/proc/14692/task/14703/stat : 14703 (Finalizer) S 14689 14692 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30581052 19521036288 338164 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
[pid=14692/tid=14710] ppid=14689 vsize=19063512 memory=1198968 CPUtime=0 cores=0,2
/proc/14692/task/14710/stat : 14710 (Common-Cleaner) S 14689 14692 13812 0 -1 4194368 36 0 0 0 0 0 0 0 20 0 20 0 30581054 19521036288 338164 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
[pid=14692/tid=14712] ppid=14689 vsize=19063512 memory=1151728 CPUtime=0 cores=0,2
/proc/14692/task/14712/stat : 14712 (Timer-0) S 14689 14692 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30581164 19521036288 338164 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
Current children cumulated CPU time: 29.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1352656 KiB

[startup+51.1136 s]
/proc/loadavg: 4.48 4.21 4.15 5/333 14849
/proc/meminfo: memFree=119358936/131382116 swapFree=33010684/33010684
[pid=14692] ppid=14689 vsize=19063512 memory=1860748 CPUtime=55.74 cores=0,2
/proc/14692/stat : 14692 (java) S 14689 14692 13812 0 -1 4194304 32228 0 0 0 5499 75 0 0 20 0 20 0 30581046 19521036288 465187 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
/proc/14692/statm: 4765878 465187 5495 1 0 1225294 0
[pid=14692/tid=14694] ppid=14689 vsize=19063512 memory=-6000919468361148526 CPUtime=49.22 cores=0,2
/proc/14692/task/14694/stat : 14694 (java) R 14689 14692 13812 0 -1 4194368 10643 0 0 0 4874 48 0 0 20 0 20 0 30581048 19521036288 465187 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
[pid=14692/tid=14703] ppid=14689 vsize=19063512 memory=1815692 CPUtime=0 cores=0,2
/proc/14692/task/14703/stat : 14703 (Finalizer) S 14689 14692 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30581052 19521036288 465187 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
[pid=14692/tid=14710] ppid=14689 vsize=19063512 memory=14080 CPUtime=0 cores=0,2
/proc/14692/task/14710/stat : 14710 (Common-Cleaner) S 14689 14692 13812 0 -1 4194368 36 0 0 0 0 0 0 0 20 0 20 0 30581054 19521036288 465187 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
[pid=14692/tid=14712] ppid=14689 vsize=19063512 memory=1651708 CPUtime=0 cores=0,2
/proc/14692/task/14712/stat : 14712 (Timer-0) S 14689 14692 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30581164 19521036288 465187 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0

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

/proc/14692/task/14694/stat : 14694 (java) R 14689 14692 13812 0 -1 4194368 163115 0 0 0 312854 1441 0 0 20 0 20 0 30581048 19521036288 2743004 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
[pid=14692/tid=14703] ppid=14689 vsize=19063512 memory=10972016 CPUtime=0 cores=0,2
/proc/14692/task/14703/stat : 14703 (Finalizer) S 14689 14692 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30581052 19521036288 2743004 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
[pid=14692/tid=14710] ppid=14689 vsize=19063512 memory=10972016 CPUtime=0 cores=0,2
/proc/14692/task/14710/stat : 14710 (Common-Cleaner) S 14689 14692 13812 0 -1 4194368 3438 0 0 0 0 0 0 0 20 0 20 0 30581054 19521036288 2743004 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
[pid=14692/tid=14712] ppid=14689 vsize=19063512 memory=10972016 CPUtime=0 cores=0,2
/proc/14692/task/14712/stat : 14712 (Timer-0) S 14689 14692 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30581164 19521036288 2743004 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
Current children cumulated CPU time: 3257.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10972016 KiB

[startup+3282.3 s]
/proc/loadavg: 4.21 4.25 4.25 5/331 15089
/proc/meminfo: memFree=73544060/131382116 swapFree=33010684/33010684
[pid=14692] ppid=14689 vsize=19063512 memory=10972016 CPUtime=3318.04 cores=0,2
/proc/14692/stat : 14692 (java) S 14689 14692 13812 0 -1 4194304 346821 0 0 0 330062 1742 0 0 20 0 20 0 30581046 19521036288 2743004 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
/proc/14692/statm: 4765878 2743004 5495 1 0 2756079 0
[pid=14692/tid=14694] ppid=14689 vsize=19063512 memory=14080 CPUtime=3201.61 cores=0,2
/proc/14692/task/14694/stat : 14694 (java) R 14689 14692 13812 0 -1 4194368 165579 0 0 0 318697 1464 0 0 20 0 20 0 30581048 19521036288 2743004 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
[pid=14692/tid=14703] ppid=14689 vsize=19063512 memory=10972016 CPUtime=0 cores=0,2
/proc/14692/task/14703/stat : 14703 (Finalizer) S 14689 14692 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30581052 19521036288 2743004 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
[pid=14692/tid=14710] ppid=14689 vsize=19063512 memory=10972016 CPUtime=0 cores=0,2
/proc/14692/task/14710/stat : 14710 (Common-Cleaner) S 14689 14692 13812 0 -1 4194368 3534 0 0 0 0 0 0 0 20 0 20 0 30581054 19521036288 2743004 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
[pid=14692/tid=14712] ppid=14689 vsize=19063512 memory=10972016 CPUtime=0 cores=0,2
/proc/14692/task/14712/stat : 14712 (Timer-0) S 14689 14692 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30581164 19521036288 2743004 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
Current children cumulated CPU time: 3318.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10972016 KiB

[startup+3342.3 s]
/proc/loadavg: 4.17 4.23 4.24 5/330 15091
/proc/meminfo: memFree=72714324/131382116 swapFree=33010684/33010684
[pid=14692] ppid=14689 vsize=19063512 memory=10972016 CPUtime=3377.91 cores=0,2
/proc/14692/stat : 14692 (java) S 14689 14692 13812 0 -1 4194304 353496 0 0 0 336028 1763 0 0 20 0 20 0 30581046 19521036288 2743004 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
/proc/14692/statm: 4765878 2743004 5495 1 0 2756079 0
[pid=14692/tid=14694] ppid=14689 vsize=19063512 memory=17408 CPUtime=3260.6 cores=0,2
/proc/14692/task/14694/stat : 14694 (java) R 14689 14692 13812 0 -1 4194368 170183 0 0 0 324579 1481 0 0 20 0 20 0 30581048 19521036288 2743004 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
[pid=14692/tid=14703] ppid=14689 vsize=19063512 memory=10972016 CPUtime=0 cores=0,2
/proc/14692/task/14703/stat : 14703 (Finalizer) S 14689 14692 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30581052 19521036288 2743004 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
[pid=14692/tid=14710] ppid=14689 vsize=19063512 memory=4252 CPUtime=0 cores=0,2
/proc/14692/task/14710/stat : 14710 (Common-Cleaner) S 14689 14692 13812 0 -1 4194368 3660 0 0 0 0 0 0 0 20 0 20 0 30581054 19521036288 2743004 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
[pid=14692/tid=14712] ppid=14689 vsize=19063512 memory=-6000919468361148526 CPUtime=0 cores=0,2
/proc/14692/task/14712/stat : 14712 (Timer-0) S 14689 14692 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30581164 19521036288 2743004 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
Current children cumulated CPU time: 3377.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10972016 KiB

[startup+3402.3 s]
/proc/loadavg: 4.27 4.25 4.25 5/329 15094
/proc/meminfo: memFree=72384776/131382116 swapFree=33010684/33010684
[pid=14692] ppid=14689 vsize=19063512 memory=10972016 CPUtime=3438.27 cores=0,2
/proc/14692/stat : 14692 (java) S 14689 14692 13812 0 -1 4194304 358263 0 0 0 342042 1785 0 0 20 0 20 0 30581046 19521036288 2743004 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
/proc/14692/statm: 4765878 2743004 5495 1 0 2756079 0
[pid=14692/tid=14694] ppid=14689 vsize=19063512 memory=10972016 CPUtime=3319.34 cores=0,2
/proc/14692/task/14694/stat : 14694 (java) R 14689 14692 13812 0 -1 4194368 172185 0 0 0 330434 1500 0 0 20 0 20 0 30581048 19521036288 2743004 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
[pid=14692/tid=14703] ppid=14689 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/14692/task/14703/stat : 14703 (Finalizer) S 14689 14692 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30581052 19521036288 2743004 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
[pid=14692/tid=14710] ppid=14689 vsize=19063512 memory=14080 CPUtime=0.01 cores=0,2
/proc/14692/task/14710/stat : 14710 (Common-Cleaner) S 14689 14692 13812 0 -1 4194368 3755 0 0 0 0 1 0 0 20 0 20 0 30581054 19521036288 2743004 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
[pid=14692/tid=14712] ppid=14689 vsize=19063512 memory=-6000919468361148526 CPUtime=0 cores=0,2
/proc/14692/task/14712/stat : 14712 (Timer-0) S 14689 14692 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30581164 19521036288 2743004 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
Current children cumulated CPU time: 3438.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10972016 KiB

[startup+3462.3 s]
/proc/loadavg: 4.16 4.21 4.24 5/329 15096
/proc/meminfo: memFree=72091420/131382116 swapFree=33010684/33010684
[pid=14692] ppid=14689 vsize=19063512 memory=10972016 CPUtime=3498.31 cores=0,2
/proc/14692/stat : 14692 (java) S 14689 14692 13812 0 -1 4194304 365430 0 0 0 348030 1801 0 0 20 0 20 0 30581046 19521036288 2743004 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
/proc/14692/statm: 4765878 2743004 5495 1 0 2756079 0
[pid=14692/tid=14694] ppid=14689 vsize=19063512 memory=11264 CPUtime=3378.51 cores=0,2
/proc/14692/task/14694/stat : 14694 (java) R 14689 14692 13812 0 -1 4194368 177206 0 0 0 336338 1513 0 0 20 0 20 0 30581048 19521036288 2743004 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
[pid=14692/tid=14703] ppid=14689 vsize=19063512 memory=10972016 CPUtime=0 cores=0,2
/proc/14692/task/14703/stat : 14703 (Finalizer) S 14689 14692 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30581052 19521036288 2743004 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
[pid=14692/tid=14710] ppid=14689 vsize=19063512 memory=17408 CPUtime=0.01 cores=0,2
/proc/14692/task/14710/stat : 14710 (Common-Cleaner) S 14689 14692 13812 0 -1 4194368 3882 0 0 0 0 1 0 0 20 0 20 0 30581054 19521036288 2743004 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
[pid=14692/tid=14712] ppid=14689 vsize=19063512 memory=10972016 CPUtime=0 cores=0,2
/proc/14692/task/14712/stat : 14712 (Timer-0) S 14689 14692 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30581164 19521036288 2743004 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
Current children cumulated CPU time: 3498.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10972016 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.19 4.22 5/331 15102
/proc/meminfo: memFree=71632640/131382116 swapFree=33010684/33010684
[pid=14692] ppid=14689 vsize=19063512 memory=10972016 CPUtime=3559.27 cores=0,2
/proc/14692/stat : 14692 (java) S 14689 14692 13812 0 -1 4194304 375462 0 0 0 354089 1838 0 0 20 0 20 0 30581046 19521036288 2743004 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
/proc/14692/statm: 4765878 2743004 5495 1 0 2756079 0
[pid=14692/tid=14694] ppid=14689 vsize=19063512 memory=10972016 CPUtime=3436.44 cores=0,2
/proc/14692/task/14694/stat : 14694 (java) R 14689 14692 13812 0 -1 4194368 182300 0 0 0 342097 1547 0 0 20 0 20 0 30581048 19521036288 2743004 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
[pid=14692/tid=14703] ppid=14689 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/14692/task/14703/stat : 14703 (Finalizer) S 14689 14692 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30581052 19521036288 2743004 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
[pid=14692/tid=14710] ppid=14689 vsize=19063512 memory=3200 CPUtime=0.01 cores=0,2
/proc/14692/task/14710/stat : 14710 (Common-Cleaner) S 14689 14692 13812 0 -1 4194368 3935 0 0 0 0 1 0 0 20 0 20 0 30581054 19521036288 2743004 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
[pid=14692/tid=14712] ppid=14689 vsize=19063512 memory=4252 CPUtime=0 cores=0,2
/proc/14692/task/14712/stat : 14712 (Timer-0) S 14689 14692 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30581164 19521036288 2743004 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
Current children cumulated CPU time: 3559.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10972016 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3562.7 s]
/proc/loadavg: 4.17 4.20 4.22 5/333 15110
/proc/meminfo: memFree=71325420/131382116 swapFree=33010684/33010684
[pid=14692] ppid=14689 vsize=19063512 memory=10972016 CPUtime=3600.06 cores=0,2
/proc/14692/stat : 14692 (java) S 14689 14692 13812 0 -1 4194304 376627 0 0 0 358143 1863 0 0 20 0 20 0 30581046 19521036288 2743004 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
/proc/14692/statm: 4765878 2743004 5495 1 0 2756079 0
[pid=14692/tid=14694] ppid=14689 vsize=19063512 memory=14080 CPUtime=3475.7 cores=0,2
/proc/14692/task/14694/stat : 14694 (java) R 14689 14692 13812 0 -1 4194368 183155 0 0 0 346001 1569 0 0 20 0 20 0 30581048 19521036288 2743004 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
[pid=14692/tid=14703] ppid=14689 vsize=19063512 memory=17408 CPUtime=0 cores=0,2
/proc/14692/task/14703/stat : 14703 (Finalizer) S 14689 14692 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30581052 19521036288 2743004 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
[pid=14692/tid=14710] ppid=14689 vsize=19063512 memory=164 CPUtime=0.01 cores=0,2
/proc/14692/task/14710/stat : 14710 (Common-Cleaner) S 14689 14692 13812 0 -1 4194368 3995 0 0 0 0 1 0 0 20 0 20 0 30581054 19521036288 2743004 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
[pid=14692/tid=14712] ppid=14689 vsize=19063512 memory=17408 CPUtime=0 cores=0,2
/proc/14692/task/14712/stat : 14712 (Timer-0) S 14689 14692 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30581164 19521036288 2743004 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10972016 KiB

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

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

# cumulated CPU time of all completed processes:  user=3581.68 s, system=18.7149 s

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

[startup+3562.81 s]
/proc/loadavg: 4.17 4.20 4.22 5/333 15110
/proc/meminfo: memFree=71325420/131382116 swapFree=33010684/33010684
[pid=14692] ppid=14689 vsize=19263204 memory=10972784 CPUtime=3600.22 cores=0,2
/proc/14692/stat : 14692 (java) S 14689 14692 13812 0 -1 4194304 379420 0 0 0 358158 1864 0 0 20 0 21 0 30581046 19725520896 2743196 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
/proc/14692/statm: 4815801 2743196 5527 1 0 2757014 0
[pid=14692/tid=14694] ppid=14689 vsize=19263204 memory=-6000919468361148526 CPUtime=3475.74 cores=0,2
/proc/14692/task/14694/stat : 14694 (java) R 14689 14692 13812 0 -1 4194368 183457 0 0 0 346004 1570 0 0 20 0 21 0 30581048 19725520896 2743196 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
[pid=14692/tid=14703] ppid=14689 vsize=19263204 memory=6452091038901953850 CPUtime=0 cores=0,2
/proc/14692/task/14703/stat : 14703 (Finalizer) S 14689 14692 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 30581052 19725520896 2743196 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
[pid=14692/tid=14710] ppid=14689 vsize=19263204 memory=5196 CPUtime=0.01 cores=0,2
/proc/14692/task/14710/stat : 14710 (Common-Cleaner) S 14689 14692 13812 0 -1 4194368 3995 0 0 0 0 1 0 0 20 0 21 0 30581054 19725520896 2743196 18446744073709551615 94746007871488 94746007875184 140730114600640 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94746007883000 94746007883792 94746019647488 140730114603312 140730114603494 140730114603494 140730114609096 0
Current children cumulated CPU time: 3600.22 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 10972784 KiB

[startup+3563 s]*
/proc/loadavg: 4.17 4.20 4.22 6/312 15113
/proc/meminfo: memFree=82260660/131382116 swapFree=33010684/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): 3563.01
CPU time (s): 3600.39
CPU user time (s): 3581.68
CPU system time (s): 18.7149
CPU usage (%): 101.049
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 10972912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3581.68
system time used= 18.7149
maximum resident set size= 10973168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 380014
page faults= 0
swaps= 0
block input operations= 0
block output operations= 20950584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 125474
involuntary context switches= 14070


# summary of solver processes directly reported to runsolver:
#   pid: 14692
#   total CPU time (s): 3600.39
#   total CPU user time (s): 3581.68
#   total CPU system time (s): 18.7149

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.0785 second user time and 38.6896 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-06-29 00:16:59
IDJOB=4492805
IDBENCH=147823
IDSOLVER=3364
FILE ID=nodeC004/4492805-1751149019
RUNJOBID= nodeC004-1751145467-13822
SLURM_JOB_ID= 9587447
Free space on /tmp= 433052 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-clauses-61-60.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4492805-1751149019/watcher-4492805-1751149019 -o /tmp/evaluation-result-4492805-1751149019/solver-4492805-1751149019 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751145467-13822 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4492805-1751149019 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4492805-1751149019.opb

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

MD5SUM BENCH= 34508937f6127f0a8669d934526c1066
RANDOM SEED=284392333

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.013
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3535.294
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
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		: 2993.034
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1198.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
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		: 3491.764
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.867
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.487
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.232
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        91174728 kB
MemAvailable:   112414512 kB
Buffers:            3280 kB
Cached:         22027860 kB
SwapCached:            0 kB
Active:         17787012 kB
Inactive:       21795784 kB
Active(anon):   17569676 kB
Inactive(anon):        0 kB
Active(file):     217336 kB
Inactive(file): 21795784 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             87996 kB
Writeback:             0 kB
AnonPages:      17553740 kB
Mapped:           122092 kB
Shmem:             17976 kB
KReclaimable:     132580 kB
Slab:             217756 kB
SReclaimable:     132580 kB
SUnreclaim:        85176 kB
KernelStack:        5088 kB
PageTables:        37896 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   18119432 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150360 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:  17215488 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:      197448 kB
DirectMap2M:    10190848 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC004 at 2025-06-29 01:16:22