Trace number 4492804

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2025-06-06? (TO) 3600.19 3576.53

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.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.14	c Pseudo Boolean Optimization by upper bound
0.12/0.14	c --- Begin Solver configuration ---
0.12/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.14	c Learn all clauses as in MiniSAT
0.12/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.14	c Expensive reason simplification
0.12/0.14	c Glucose 2.1 dynamic restart strategy
0.12/0.14	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.12/0.14	c timeout=2147483s
0.12/0.14	c DB Simplification allowed=false
0.12/0.14	c Listener: none
0.12/0.14	c --- End Solver configuration ---
0.12/0.14	c solving HOME/instance-4492804-1751149298.opb
0.12/0.14	c reading problem ... 
0.12/0.14	c  no objective function found
0.89/0.56	c ... done. Wall clock time 0.42s.
0.89/0.56	c declared #vars     3660
0.89/0.56	c #constraints  109861
0.89/0.56	c constraints type 
0.89/0.56	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 109800
0.89/0.56	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 61
0.89/0.56	c 109861 constraints processed.
3.46/2.35	c cleaning 2499 clauses out of 5000 with flag 33064/5000
6.02/4.74	c cleaning 4248 clauses out of 8503 with flag 71760/11002
9.23/7.94	c cleaning 5626 clauses out of 11254 with flag 117075/18001
13.10/11.70	c cleaning 6814 clauses out of 13628 with flag 168363/26001
17.20/15.81	c cleaning 7903 clauses out of 15813 with flag 233407/35000
22.25/20.80	c cleaning 8946 clauses out of 17912 with flag 309146/45002
29.18/27.63	c cleaning 9982 clauses out of 19965 with flag 388506/56001
38.82/37.23	c cleaning 10987 clauses out of 21982 with flag 474853/68000
50.43/48.78	c cleaning 11991 clauses out of 23996 with flag 571285/81001
62.79/61.08	c cleaning 12994 clauses out of 26007 with flag 675314/95003
75.60/73.79	c cleaning 14003 clauses out of 28014 with flag 785512/110004
87.83/85.94	c cleaning 14999 clauses out of 30009 with flag 906590/126002
101.67/99.62	c cleaning 15991 clauses out of 32008 with flag 1033036/143000
117.20/114.80	c cleaning 17000 clauses out of 34017 with flag 1170363/161000
123.94/121.32	c cleaning 17995 clauses out of 36018 with flag 1326853/180001
134.44/131.62	c cleaning 19003 clauses out of 38023 with flag 1512350/200001
146.05/143.19	c cleaning 19993 clauses out of 40019 with flag 1698325/221000
161.54/158.51	c cleaning 20998 clauses out of 42026 with flag 1889742/243000
181.20/177.76	c cleaning 22003 clauses out of 44029 with flag 2080091/266001
200.16/196.75	c cleaning 22999 clauses out of 46027 with flag 2260787/290002
220.32/216.80	c cleaning 24001 clauses out of 48028 with flag 2454705/315002
242.85/239.21	c cleaning 25001 clauses out of 50027 with flag 2682911/341002
264.61/260.88	c cleaning 26001 clauses out of 52025 with flag 2921151/368001
291.14/287.25	c cleaning 26993 clauses out of 54023 with flag 3160827/396000
317.42/313.40	c cleaning 27993 clauses out of 56031 with flag 3418499/425001
350.18/345.59	c cleaning 29006 clauses out of 58039 with flag 3703145/455002
381.50/376.82	c cleaning 29997 clauses out of 60032 with flag 4012635/486001
418.06/413.36	c cleaning 30994 clauses out of 62034 with flag 4312925/518000
454.97/449.92	c cleaning 32003 clauses out of 64040 with flag 4614438/551000
501.05/495.94	c cleaning 33001 clauses out of 66038 with flag 4928832/585001
548.04/542.84	c cleaning 34004 clauses out of 68038 with flag 5246761/620002
587.71/582.42	c cleaning 34994 clauses out of 70032 with flag 5563603/656000
629.46/624.09	c cleaning 36001 clauses out of 72040 with flag 5880121/693002
673.07/667.16	c cleaning 37000 clauses out of 74037 with flag 6193111/731000
714.16/708.15	c cleaning 38004 clauses out of 76038 with flag 6527915/770001
774.69/768.41	c cleaning 39001 clauses out of 78034 with flag 6938231/810001
803.51/797.13	c cleaning 39985 clauses out of 80033 with flag 7284739/851001
844.37/837.74	c cleaning 40994 clauses out of 82047 with flag 7603223/893000
900.00/893.19	c cleaning 41997 clauses out of 84053 with flag 7967667/936000
960.08/952.92	c cleaning 42998 clauses out of 86056 with flag 8341655/980000
994.23/986.20	c cleaning 44001 clauses out of 88058 with flag 8690207/1025000
1056.87/1048.80	c cleaning 45002 clauses out of 90057 with flag 9008758/1071000
1125.70/1117.42	c cleaning 46013 clauses out of 92055 with flag 9334624/1118000
1170.87/1162.50	c cleaning 47005 clauses out of 94042 with flag 9654611/1166000
1214.43/1205.80	c cleaning 48004 clauses out of 96039 with flag 10010856/1215002
1260.49/1251.61	c cleaning 49002 clauses out of 98033 with flag 10363251/1265000
1294.79/1285.82	c cleaning 49991 clauses out of 100031 with flag 10740614/1316000
1319.97/1310.78	c cleaning 50964 clauses out of 102041 with flag 11126033/1368001
1349.81/1340.20	c cleaning 51973 clauses out of 104077 with flag 11511302/1421001
1396.07/1385.06	c cleaning 53027 clauses out of 106103 with flag 11869355/1475000
1413.46/1402.37	c cleaning 54017 clauses out of 108076 with flag 12236844/1530000
1431.52/1420.04	c cleaning 54994 clauses out of 110060 with flag 12608165/1586001
1457.26/1445.60	c cleaning 55997 clauses out of 112066 with flag 13011273/1643001
1476.73/1464.70	c cleaning 57010 clauses out of 114068 with flag 13380431/1701000
1547.31/1535.24	c cleaning 58009 clauses out of 116060 with flag 13762965/1760002
1595.08/1582.67	c cleaning 58992 clauses out of 118050 with flag 14205605/1820001
1669.52/1656.81	c cleaning 60002 clauses out of 120058 with flag 14671045/1881001
1740.46/1727.56	c cleaning 60993 clauses out of 122055 with flag 15196621/1943000
1784.48/1771.21	c cleaning 62013 clauses out of 124063 with flag 15680126/2006001
1870.74/1857.25	c cleaning 63000 clauses out of 126049 with flag 16105813/2070000
1935.03/1920.31	c cleaning 63997 clauses out of 128050 with flag 16562155/2135001
2027.90/2012.85	c cleaning 64979 clauses out of 130052 with flag 17020108/2201000
2115.15/2099.75	c cleaning 65997 clauses out of 132073 with flag 17472577/2268000
2164.51/2148.98	c cleaning 67031 clauses out of 134076 with flag 17937317/2336000
2228.32/2212.14	c cleaning 67969 clauses out of 136047 with flag 18421149/2405002
2257.45/2241.06	c cleaning 69010 clauses out of 138077 with flag 18877636/2475001
2310.04/2293.42	c cleaning 69962 clauses out of 140067 with flag 19367468/2546001
2340.23/2323.13	c cleaning 71028 clauses out of 142105 with flag 19812302/2618001
2422.91/2405.78	c cleaning 72006 clauses out of 144076 with flag 20326887/2691000
2512.95/2495.44	c cleaning 73011 clauses out of 146072 with flag 20882851/2765002
2554.96/2537.22	c cleaning 74002 clauses out of 148060 with flag 21420880/2840001
2591.34/2573.42	c cleaning 75002 clauses out of 150061 with flag 21891710/2916004
2663.97/2645.61	c cleaning 76015 clauses out of 152057 with flag 22448362/2993002
2757.99/2738.14	c cleaning 76993 clauses out of 154042 with flag 23033816/3071002
2865.89/2845.93	c cleaning 77992 clauses out of 156048 with flag 23649953/3150001
2983.39/2962.98	c cleaning 78996 clauses out of 158055 with flag 24265434/3230000
3027.28/3006.57	c cleaning 79990 clauses out of 160059 with flag 24819686/3311000
3065.57/3044.59	c cleaning 80983 clauses out of 162071 with flag 25347996/3393002
3192.76/3171.62	c cleaning 82022 clauses out of 164086 with flag 25978171/3476000
3280.26/3258.99	c cleaning 83005 clauses out of 166064 with flag 26606589/3560000
3346.61/3324.65	c cleaning 84006 clauses out of 168060 with flag 27197899/3645001
3395.60/3373.35	c cleaning 85000 clauses out of 170054 with flag 27794990/3731001
3436.06/3413.51	c cleaning 85958 clauses out of 172055 with flag 28353875/3818002
3471.24/3448.48	c cleaning 87030 clauses out of 174095 with flag 28912195/3906000
3511.09/3488.09	c cleaning 88019 clauses out of 176065 with flag 29485168/3995000
3600.02/3576.41	c timeout
3600.02/3576.42	c starts		: 3766
3600.02/3576.42	c conflicts		: 4065725
3600.02/3576.42	c decisions		: 12676494
3600.02/3576.42	c propagations		: 74938751
3600.02/3576.42	c inspects		: 14572309632
3600.02/3576.42	c shortcuts		: 0
3600.02/3576.42	c learnt literals	: 0
3600.02/3576.42	c learnt binary clauses	: 0
3600.02/3576.42	c learnt ternary clauses	: 0
3600.02/3576.42	c learnt constraints	: 4065725
3600.02/3576.42	c ignored constraints	: 0
3600.02/3576.42	c root simplifications	: 0
3600.02/3576.42	c removed literals (reason simplification)	: 14632263
3600.02/3576.43	c reason swapping (by a shorter reason)	: 0
3600.02/3576.43	c Calls to reduceDB	: 85
3600.02/3576.43	c Number of update (reduction) of LBD	: 2608095
3600.02/3576.43	c Imported unit clauses	: 0
3600.02/3576.43	c No decision after first conflict	: false
3600.02/3576.43	c number of reductions to clauses (during analyze)	: 0
3600.02/3576.43	c number of learned constraints concerned by reduction	: 0
3600.02/3576.43	c number of learning phase by resolution	: 0
3600.02/3576.43	c number of learning phase by cutting planes	: 0
3600.02/3576.43	c number of rounding to 1 operations	: 0
3600.02/3576.43	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3576.43	c number of reductions of the coefficients by power 2 	: 0
3600.02/3576.43	c number of right shift for reduction by power 2 	: 0
3600.02/3576.43	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3576.43	c number of ending skipping 	: 0
3600.02/3576.43	c number of internal skipping 	: 0
3600.02/3576.43	c number of derivation steps 	: 0
3600.02/3576.43	c number of skipped derivation steps 	: 0
3600.02/3576.43	c number of remaining unassigned 	: 0
3600.02/3576.43	c number of remaining assigned 	: 0
3600.02/3576.43	c number of falsified literals weakened from reason	: 0
3600.02/3576.43	c number of falsified literals weakened from conflict	: 0
3600.02/3576.43	c time for arithmetic operations	: 0
3600.02/3576.43	c minimum degree of deleted constraints	: null
3600.02/3576.43	c maximum degree of deleted constraints	: null
3600.02/3576.43	c number of deleted constraints	: 0
3600.02/3576.43	c speed (assignments/second)	: 20956.817721026942
3600.02/3576.43	c non guided choices	: 265914
3600.02/3576.49	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 158771
3600.02/3576.49	s UNKNOWN
3600.02/3576.49	c Total wall clock time (in seconds): 3576.357

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (60713 MiB free)
  memory of node 1: 64507 MiB (61471 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4492804-1751149298/watcher-4492804-1751149298 -o /tmp/evaluation-result-4492804-1751149298/solver-4492804-1751149298 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751145706-14503 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4492804-1751149298.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100062 s]*
/proc/loadavg: 4.18 4.13 4.09 5/316 15375
/proc/meminfo: memFree=125094352/131250000 swapFree=33010684/33010684
[pid=15353] ppid=15350 vsize=18930384 memory=55592 CPUtime=0.12 cores=5,7
/proc/15353/stat : 15353 (java) S 15350 15353 14490 0 -1 4194304 6535 0 0 0 11 1 0 0 20 0 18 0 30609697 19384713216 13898 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
/proc/15353/statm: 4732596 13898 5333 1 0 547603 0
[pid=15353/tid=15355] ppid=15350 vsize=18930384 memory=4026531959 CPUtime=0.07 cores=5,7
/proc/15353/task/15355/stat : 15355 (java) R 15350 15353 14490 0 -1 4194368 5045 0 0 0 6 1 0 0 20 0 18 0 30609698 19384713216 13898 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
[pid=15353/tid=15364] ppid=15350 vsize=18930384 memory=224227772642 CPUtime=0 cores=5,7
/proc/15353/task/15364/stat : 15364 (Finalizer) S 15350 15353 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30609700 19384713216 13898 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
[pid=15353/tid=15371] ppid=15350 vsize=18930384 memory=31878 CPUtime=0 cores=5,7
/proc/15353/task/15371/stat : 15371 (Common-Cleaner) S 15350 15353 14490 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30609700 19384713216 13898 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55592 KiB

[startup+0.205883 s]*
/proc/loadavg: 4.18 4.13 4.09 6/314 15379
/proc/meminfo: memFree=125080312/131250000 swapFree=33010684/33010684
[pid=15353] ppid=15350 vsize=18930384 memory=72204 CPUtime=0.31 cores=5,7
/proc/15353/stat : 15353 (java) S 15350 15353 14490 0 -1 4194304 7013 0 0 0 29 2 0 0 20 0 18 0 30609697 19384713216 18051 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
/proc/15353/statm: 4732596 18051 5429 1 0 547907 0
[pid=15353/tid=15355] ppid=15350 vsize=18930384 memory=4026597495 CPUtime=0.17 cores=5,7
/proc/15353/task/15355/stat : 15355 (java) S 15350 15353 14490 0 -1 4194368 5268 0 0 0 16 1 0 0 20 0 18 0 30609698 19384713216 18051 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
[pid=15353/tid=15364] ppid=15350 vsize=18930384 memory=224227772642 CPUtime=0 cores=5,7
/proc/15353/task/15364/stat : 15364 (Finalizer) S 15350 15353 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30609700 19384713216 18051 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
[pid=15353/tid=15371] ppid=15350 vsize=18930384 memory=31878 CPUtime=0 cores=5,7
/proc/15353/task/15371/stat : 15371 (Common-Cleaner) S 15350 15353 14490 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30609700 19384713216 18051 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 72204 KiB

[startup+0.305886 s]*
/proc/loadavg: 4.18 4.13 4.09 5/314 15379
/proc/meminfo: memFree=125039416/131250000 swapFree=33010684/33010684
[pid=15353] ppid=15350 vsize=18930384 memory=113056 CPUtime=0.5 cores=5,7
/proc/15353/stat : 15353 (java) S 15350 15353 14490 0 -1 4194304 8492 0 0 0 47 3 0 0 20 0 18 0 30609697 19384713216 28264 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
/proc/15353/statm: 4732596 28264 5429 1 0 548895 0
[pid=15353/tid=15355] ppid=15350 vsize=18930384 memory=-6000919507150137454 CPUtime=0.27 cores=5,7
/proc/15353/task/15355/stat : 15355 (java) R 15350 15353 14490 0 -1 4194368 5288 0 0 0 24 3 0 0 20 0 18 0 30609698 19384713216 28264 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
[pid=15353/tid=15364] ppid=15350 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/15353/task/15364/stat : 15364 (Finalizer) S 15350 15353 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30609700 19384713216 28264 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
[pid=15353/tid=15371] ppid=15350 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/15353/task/15371/stat : 15371 (Common-Cleaner) S 15350 15353 14490 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30609700 19384713216 28264 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 113056 KiB

[startup+0.700238 s]
/proc/loadavg: 4.18 4.13 4.09 6/315 15380
/proc/meminfo: memFree=124990264/131250000 swapFree=33010684/33010684
[pid=15353] ppid=15350 vsize=19063512 memory=171456 CPUtime=1.26 cores=5,7
/proc/15353/stat : 15353 (java) S 15350 15353 14490 0 -1 4194304 12968 0 0 0 121 5 0 0 20 0 20 0 30609697 19521036288 42864 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
/proc/15353/statm: 4765878 42864 5461 1 0 552567 0
[pid=15353/tid=15355] ppid=15350 vsize=19063512 memory=17408 CPUtime=0.59 cores=5,7
/proc/15353/task/15355/stat : 15355 (java) R 15350 15353 14490 0 -1 4194368 5342 0 0 0 56 3 0 0 20 0 20 0 30609698 19521036288 42864 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
[pid=15353/tid=15364] ppid=15350 vsize=19063512 memory=10880 CPUtime=0 cores=5,7
/proc/15353/task/15364/stat : 15364 (Finalizer) S 15350 15353 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30609700 19521036288 42864 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
[pid=15353/tid=15371] ppid=15350 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/15353/task/15371/stat : 15371 (Common-Cleaner) S 15350 15353 14490 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30609700 19521036288 42864 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 171456 KiB

[startup+1.50025 s]
/proc/loadavg: 4.18 4.13 4.09 5/316 15400
/proc/meminfo: memFree=124973176/131250000 swapFree=33010684/33010684
[pid=15353] ppid=15350 vsize=19063512 memory=172096 CPUtime=2.6 cores=5,7
/proc/15353/stat : 15353 (java) S 15350 15353 14490 0 -1 4194304 14864 0 0 0 254 6 0 0 20 0 20 0 30609697 19521036288 43024 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
/proc/15353/statm: 4765878 43024 5461 1 0 552577 0
[pid=15353/tid=15355] ppid=15350 vsize=19063512 memory=3328 CPUtime=1.37 cores=5,7
/proc/15353/task/15355/stat : 15355 (java) R 15350 15353 14490 0 -1 4194368 5473 0 0 0 134 3 0 0 20 0 20 0 30609698 19521036288 43024 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
[pid=15353/tid=15364] ppid=15350 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/15353/task/15364/stat : 15364 (Finalizer) S 15350 15353 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30609700 19521036288 43024 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
[pid=15353/tid=15371] ppid=15350 vsize=19063512 memory=10880 CPUtime=0 cores=5,7
/proc/15353/task/15371/stat : 15371 (Common-Cleaner) S 15350 15353 14490 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30609700 19521036288 43024 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
[pid=15353/tid=15381] ppid=15350 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/15353/task/15381/stat : 15381 (Timer-0) S 15350 15353 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30609754 19521036288 43024 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
Current children cumulated CPU time: 2.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 172096 KiB

[startup+3.10574 s]
/proc/loadavg: 4.18 4.13 4.09 5/338 15436
/proc/meminfo: memFree=124903872/131250000 swapFree=33010684/33010684
[pid=15353] ppid=15350 vsize=19063512 memory=172608 CPUtime=4.39 cores=5,7
/proc/15353/stat : 15353 (java) S 15350 15353 14490 0 -1 4194304 18729 0 0 0 433 6 0 0 20 0 20 0 30609697 19521036288 43152 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
/proc/15353/statm: 4765878 43152 5461 1 0 552617 0
[pid=15353/tid=15355] ppid=15350 vsize=19063512 memory=10880 CPUtime=2.96 cores=5,7
/proc/15353/task/15355/stat : 15355 (java) R 15350 15353 14490 0 -1 4194368 6830 0 0 0 293 3 0 0 20 0 20 0 30609698 19521036288 43152 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
[pid=15353/tid=15364] ppid=15350 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/15353/task/15364/stat : 15364 (Finalizer) S 15350 15353 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30609700 19521036288 43152 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
[pid=15353/tid=15371] ppid=15350 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/15353/task/15371/stat : 15371 (Common-Cleaner) S 15350 15353 14490 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30609700 19521036288 43152 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
[pid=15353/tid=15381] ppid=15350 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/15353/task/15381/stat : 15381 (Timer-0) S 15350 15353 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30609754 19521036288 43152 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
Current children cumulated CPU time: 4.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 172608 KiB

[startup+6.30024 s]
/proc/loadavg: 4.17 4.13 4.09 5/338 15436
/proc/meminfo: memFree=124842624/131250000 swapFree=33010684/33010684
[pid=15353] ppid=15350 vsize=19063512 memory=201428 CPUtime=7.64 cores=5,7
/proc/15353/stat : 15353 (java) S 15350 15353 14490 0 -1 4194304 19860 0 0 0 757 7 0 0 20 0 20 0 30609697 19521036288 50357 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
/proc/15353/statm: 4765878 50357 5461 1 0 552623 0
[pid=15353/tid=15355] ppid=15350 vsize=19063512 memory=0 CPUtime=6.1 cores=5,7
/proc/15353/task/15355/stat : 15355 (java) R 15350 15353 14490 0 -1 4194368 6870 0 0 0 607 3 0 0 20 0 20 0 30609698 19521036288 50357 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
[pid=15353/tid=15364] ppid=15350 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/15353/task/15364/stat : 15364 (Finalizer) S 15350 15353 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30609700 19521036288 50357 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
[pid=15353/tid=15371] ppid=15350 vsize=19063512 memory=10880 CPUtime=0 cores=5,7
/proc/15353/task/15371/stat : 15371 (Common-Cleaner) S 15350 15353 14490 0 -1 4194368 35 0 0 0 0 0 0 0 20 0 20 0 30609700 19521036288 50357 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
[pid=15353/tid=15381] ppid=15350 vsize=19063512 memory=172096 CPUtime=0 cores=5,7
/proc/15353/task/15381/stat : 15381 (Timer-0) S 15350 15353 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30609754 19521036288 50357 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
Current children cumulated CPU time: 7.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 201428 KiB

[startup+12.7002 s]
/proc/loadavg: 4.16 4.13 4.09 5/338 15503
/proc/meminfo: memFree=127217032/131250000 swapFree=33010684/33010684
[pid=15353] ppid=15350 vsize=19063512 memory=283508 CPUtime=14.11 cores=5,7
/proc/15353/stat : 15353 (java) S 15350 15353 14490 0 -1 4194304 22704 0 0 0 1402 9 0 0 20 0 20 0 30609697 19521036288 70877 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
/proc/15353/statm: 4765878 70877 5461 1 0 552639 0
[pid=15353/tid=15355] ppid=15350 vsize=19063512 memory=172096 CPUtime=12.4 cores=5,7
/proc/15353/task/15355/stat : 15355 (java) R 15350 15353 14490 0 -1 4194368 7395 0 0 0 1237 3 0 0 20 0 20 0 30609698 19521036288 70877 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
[pid=15353/tid=15364] ppid=15350 vsize=19063512 memory=283508 CPUtime=0 cores=5,7
/proc/15353/task/15364/stat : 15364 (Finalizer) S 15350 15353 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30609700 19521036288 70877 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
[pid=15353/tid=15371] ppid=15350 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/15353/task/15371/stat : 15371 (Common-Cleaner) S 15350 15353 14490 0 -1 4194368 35 0 0 0 0 0 0 0 20 0 20 0 30609700 19521036288 70877 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
[pid=15353/tid=15381] ppid=15350 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/15353/task/15381/stat : 15381 (Timer-0) S 15350 15353 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30609754 19521036288 70877 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
Current children cumulated CPU time: 14.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 283508 KiB

[startup+25.5002 s]
/proc/loadavg: 4.12 4.12 4.09 5/339 15572
/proc/meminfo: memFree=128957592/131250000 swapFree=33010684/33010684
[pid=15353] ppid=15350 vsize=19063512 memory=435160 CPUtime=27.09 cores=5,7
/proc/15353/stat : 15353 (java) S 15350 15353 14490 0 -1 4194304 27605 0 0 0 2695 14 0 0 20 0 20 0 30609697 19521036288 108790 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
/proc/15353/statm: 4765878 108790 5461 1 0 552639 0
[pid=15353/tid=15355] ppid=15350 vsize=19063512 memory=283508 CPUtime=25.01 cores=5,7
/proc/15353/task/15355/stat : 15355 (java) R 15350 15353 14490 0 -1 4194368 8453 0 0 0 2498 3 0 0 20 0 20 0 30609698 19521036288 108790 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
[pid=15353/tid=15364] ppid=15350 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/15353/task/15364/stat : 15364 (Finalizer) S 15350 15353 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30609700 19521036288 108790 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
[pid=15353/tid=15371] ppid=15350 vsize=19063512 memory=353228 CPUtime=0 cores=5,7
/proc/15353/task/15371/stat : 15371 (Common-Cleaner) S 15350 15353 14490 0 -1 4194368 35 0 0 0 0 0 0 0 20 0 20 0 30609700 19521036288 108790 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
[pid=15353/tid=15381] ppid=15350 vsize=19063512 memory=283508 CPUtime=0 cores=5,7
/proc/15353/task/15381/stat : 15381 (Timer-0) S 15350 15353 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30609754 19521036288 108790 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
Current children cumulated CPU time: 27.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 435160 KiB

[startup+51.1059 s]
/proc/loadavg: 4.14 4.12 4.09 5/339 15572
/proc/meminfo: memFree=127952920/131250000 swapFree=33010684/33010684
[pid=15353] ppid=15350 vsize=19063512 memory=668812 CPUtime=52.85 cores=5,7
/proc/15353/stat : 15353 (java) S 15350 15353 14490 0 -1 4194304 28693 0 0 0 5265 20 0 0 20 0 20 0 30609697 19521036288 167203 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
/proc/15353/statm: 4765878 167203 5493 1 0 552639 0
[pid=15353/tid=15355] ppid=15350 vsize=19063512 memory=668812 CPUtime=50.32 cores=5,7
/proc/15353/task/15355/stat : 15355 (java) R 15350 15353 14490 0 -1 4194368 8598 0 0 0 5029 3 0 0 20 0 20 0 30609698 19521036288 167203 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
[pid=15353/tid=15364] ppid=15350 vsize=19063512 memory=584828 CPUtime=0 cores=5,7
/proc/15353/task/15364/stat : 15364 (Finalizer) S 15350 15353 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30609700 19521036288 167203 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
[pid=15353/tid=15371] ppid=15350 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/15353/task/15371/stat : 15371 (Common-Cleaner) S 15350 15353 14490 0 -1 4194368 35 0 0 0 0 0 0 0 20 0 20 0 30609700 19521036288 167203 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0

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

[startup+3222.3 s]
/proc/loadavg: 4.24 4.14 4.10 5/339 15734
/proc/meminfo: memFree=107812464/131250000 swapFree=33010684/33010684
[pid=15353] ppid=15350 vsize=19063512 memory=9149640 CPUtime=3243.74 cores=5,7
/proc/15353/stat : 15353 (java) S 15350 15353 14490 0 -1 4194304 194712 0 0 0 324073 301 0 0 20 0 20 0 30609697 19521036288 2287410 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
/proc/15353/statm: 4765878 2287410 5493 1 0 2977569 0
[pid=15353/tid=15355] ppid=15350 vsize=19063512 memory=9149640 CPUtime=3192.63 cores=5,7
/proc/15353/task/15355/stat : 15355 (java) R 15350 15353 14490 0 -1 4194368 77776 0 0 0 319212 51 0 0 20 0 20 0 30609698 19521036288 2287410 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
[pid=15353/tid=15364] ppid=15350 vsize=19063512 memory=9149640 CPUtime=0 cores=5,7
/proc/15353/task/15364/stat : 15364 (Finalizer) S 15350 15353 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30609700 19521036288 2287410 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
[pid=15353/tid=15371] ppid=15350 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/15353/task/15371/stat : 15371 (Common-Cleaner) S 15350 15353 14490 0 -1 4194368 1859 0 0 0 0 0 0 0 20 0 20 0 30609700 19521036288 2287410 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
[pid=15353/tid=15381] ppid=15350 vsize=19063512 memory=9149640 CPUtime=0 cores=5,7
/proc/15353/task/15381/stat : 15381 (Timer-0) S 15350 15353 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30609754 19521036288 2287410 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
Current children cumulated CPU time: 3243.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9149640 KiB

[startup+3282.3 s]
/proc/loadavg: 4.20 4.14 4.10 5/338 15740
/proc/meminfo: memFree=107726256/131250000 swapFree=33010684/33010684
[pid=15353] ppid=15350 vsize=19063512 memory=9149640 CPUtime=3303.96 cores=5,7
/proc/15353/stat : 15353 (java) S 15350 15353 14490 0 -1 4194304 199058 0 0 0 330093 303 0 0 20 0 20 0 30609697 19521036288 2287410 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
/proc/15353/statm: 4765878 2287410 5493 1 0 2977569 0
[pid=15353/tid=15355] ppid=15350 vsize=19063512 memory=9149640 CPUtime=3252.13 cores=5,7
/proc/15353/task/15355/stat : 15355 (java) R 15350 15353 14490 0 -1 4194368 80728 0 0 0 325162 51 0 0 20 0 20 0 30609698 19521036288 2287410 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
[pid=15353/tid=15364] ppid=15350 vsize=19063512 memory=9149640 CPUtime=0 cores=5,7
/proc/15353/task/15364/stat : 15364 (Finalizer) S 15350 15353 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30609700 19521036288 2287410 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
[pid=15353/tid=15371] ppid=15350 vsize=19063512 memory=9149640 CPUtime=0 cores=5,7
/proc/15353/task/15371/stat : 15371 (Common-Cleaner) S 15350 15353 14490 0 -1 4194368 1993 0 0 0 0 0 0 0 20 0 20 0 30609700 19521036288 2287410 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
[pid=15353/tid=15381] ppid=15350 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/15353/task/15381/stat : 15381 (Timer-0) S 15350 15353 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30609754 19521036288 2287410 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
Current children cumulated CPU time: 3303.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9149640 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.13 4.10 5/339 15743
/proc/meminfo: memFree=107272084/131250000 swapFree=33010684/33010684
[pid=15353] ppid=15350 vsize=19063512 memory=9149768 CPUtime=3364.28 cores=5,7
/proc/15353/stat : 15353 (java) S 15350 15353 14490 0 -1 4194304 203296 0 0 0 336122 306 0 0 20 0 20 0 30609697 19521036288 2287442 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
/proc/15353/statm: 4765878 2287442 5493 1 0 2977598 0
[pid=15353/tid=15355] ppid=15350 vsize=19063512 memory=9149640 CPUtime=3311.53 cores=5,7
/proc/15353/task/15355/stat : 15355 (java) R 15350 15353 14490 0 -1 4194368 84393 0 0 0 331101 52 0 0 20 0 20 0 30609698 19521036288 2287442 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
[pid=15353/tid=15364] ppid=15350 vsize=19063512 memory=9149640 CPUtime=0 cores=5,7
/proc/15353/task/15364/stat : 15364 (Finalizer) S 15350 15353 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30609700 19521036288 2287442 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
[pid=15353/tid=15371] ppid=15350 vsize=19063512 memory=-4050210904893736079 CPUtime=0 cores=5,7
/proc/15353/task/15371/stat : 15371 (Common-Cleaner) S 15350 15353 14490 0 -1 4194368 1993 0 0 0 0 0 0 0 20 0 20 0 30609700 19521036288 2287442 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
[pid=15353/tid=15381] ppid=15350 vsize=19063512 memory=9149768 CPUtime=0 cores=5,7
/proc/15353/task/15381/stat : 15381 (Timer-0) S 15350 15353 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30609754 19521036288 2287442 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
Current children cumulated CPU time: 3364.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9149768 KiB

[startup+3402.3 s]
/proc/loadavg: 4.18 4.13 4.10 5/339 15747
/proc/meminfo: memFree=106852412/131250000 swapFree=33010684/33010684
[pid=15353] ppid=15350 vsize=19063512 memory=9149896 CPUtime=3424.89 cores=5,7
/proc/15353/stat : 15353 (java) S 15350 15353 14490 0 -1 4194304 207344 0 0 0 342181 308 0 0 20 0 20 0 30609697 19521036288 2287474 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
/proc/15353/statm: 4765878 2287474 5493 1 0 2977626 0
[pid=15353/tid=15355] ppid=15350 vsize=19063512 memory=9149640 CPUtime=3370.66 cores=5,7
/proc/15353/task/15355/stat : 15355 (java) R 15350 15353 14490 0 -1 4194368 86301 0 0 0 337014 52 0 0 20 0 20 0 30609698 19521036288 2287474 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
[pid=15353/tid=15364] ppid=15350 vsize=19063512 memory=9149768 CPUtime=0 cores=5,7
/proc/15353/task/15364/stat : 15364 (Finalizer) S 15350 15353 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30609700 19521036288 2287474 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
[pid=15353/tid=15371] ppid=15350 vsize=19063512 memory=10880 CPUtime=0 cores=5,7
/proc/15353/task/15371/stat : 15371 (Common-Cleaner) S 15350 15353 14490 0 -1 4194368 2041 0 0 0 0 0 0 0 20 0 20 0 30609700 19521036288 2287474 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
[pid=15353/tid=15381] ppid=15350 vsize=19063512 memory=-6000919507066382190 CPUtime=0 cores=5,7
/proc/15353/task/15381/stat : 15381 (Timer-0) S 15350 15353 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30609754 19521036288 2287474 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
Current children cumulated CPU time: 3424.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9149896 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/339 15748
/proc/meminfo: memFree=106266784/131250000 swapFree=33010684/33010684
[pid=15353] ppid=15350 vsize=19063512 memory=9152088 CPUtime=3485.43 cores=5,7
/proc/15353/stat : 15353 (java) S 15350 15353 14490 0 -1 4194304 210608 0 0 0 348234 309 0 0 20 0 20 0 30609697 19521036288 2288022 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
/proc/15353/statm: 4765878 2288022 5493 1 0 2977678 0
[pid=15353/tid=15355] ppid=15350 vsize=19063512 memory=9149640 CPUtime=3429.83 cores=5,7
/proc/15353/task/15355/stat : 15355 (java) R 15350 15353 14490 0 -1 4194368 88968 0 0 0 342931 52 0 0 20 0 20 0 30609698 19521036288 2288022 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
[pid=15353/tid=15364] ppid=15350 vsize=19063512 memory=9150024 CPUtime=0 cores=5,7
/proc/15353/task/15364/stat : 15364 (Finalizer) S 15350 15353 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30609700 19521036288 2288022 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
[pid=15353/tid=15371] ppid=15350 vsize=19063512 memory=9150024 CPUtime=0 cores=5,7
/proc/15353/task/15371/stat : 15371 (Common-Cleaner) S 15350 15353 14490 0 -1 4194368 2085 0 0 0 0 0 0 0 20 0 20 0 30609700 19521036288 2288022 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
[pid=15353/tid=15381] ppid=15350 vsize=19063512 memory=10880 CPUtime=0 cores=5,7
/proc/15353/task/15381/stat : 15381 (Timer-0) S 15350 15353 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30609754 19521036288 2288022 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
Current children cumulated CPU time: 3485.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9152088 KiB

[startup+3522.3 s]
/proc/loadavg: 4.42 4.22 4.13 5/339 15750
/proc/meminfo: memFree=105667912/131250000 swapFree=33010684/33010684
[pid=15353] ppid=15350 vsize=19063512 memory=9176800 CPUtime=3545.63 cores=5,7
/proc/15353/stat : 15353 (java) S 15350 15353 14490 0 -1 4194304 214638 0 0 0 354251 312 0 0 20 0 20 0 30609697 19521036288 2294200 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
/proc/15353/statm: 4765878 2294200 5493 1 0 2977678 0
[pid=15353/tid=15355] ppid=15350 vsize=19063512 memory=9149640 CPUtime=3489.36 cores=5,7
/proc/15353/task/15355/stat : 15355 (java) R 15350 15353 14490 0 -1 4194368 91669 0 0 0 348883 53 0 0 20 0 20 0 30609698 19521036288 2294200 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
[pid=15353/tid=15364] ppid=15350 vsize=19063512 memory=9176800 CPUtime=0 cores=5,7
/proc/15353/task/15364/stat : 15364 (Finalizer) S 15350 15353 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30609700 19521036288 2294200 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
[pid=15353/tid=15371] ppid=15350 vsize=19063512 memory=9176800 CPUtime=0 cores=5,7
/proc/15353/task/15371/stat : 15371 (Common-Cleaner) S 15350 15353 14490 0 -1 4194368 2205 0 0 0 0 0 0 0 20 0 20 0 30609700 19521036288 2294200 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
[pid=15353/tid=15381] ppid=15350 vsize=19063512 memory=9176800 CPUtime=0 cores=5,7
/proc/15353/task/15381/stat : 15381 (Timer-0) S 15350 15353 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30609754 19521036288 2294200 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
Current children cumulated CPU time: 3545.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9176800 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3576.4 s]
/proc/loadavg: 4.23 4.20 4.12 5/340 15753
/proc/meminfo: memFree=104909296/131250000 swapFree=33010684/33010684
[pid=15353] ppid=15350 vsize=19063512 memory=9325056 CPUtime=3600.02 cores=5,7
/proc/15353/stat : 15353 (java) S 15350 15353 14490 0 -1 4194304 217034 0 0 0 359685 317 0 0 20 0 20 0 30609697 19521036288 2331264 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
/proc/15353/statm: 4765878 2331264 5493 1 0 2977678 0
[pid=15353/tid=15355] ppid=15350 vsize=19063512 memory=12416 CPUtime=3542.93 cores=5,7
/proc/15353/task/15355/stat : 15355 (java) R 15350 15353 14490 0 -1 4194368 92328 0 0 0 354240 53 0 0 20 0 20 0 30609698 19521036288 2331264 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
[pid=15353/tid=15364] ppid=15350 vsize=19063512 memory=9325056 CPUtime=0 cores=5,7
/proc/15353/task/15364/stat : 15364 (Finalizer) S 15350 15353 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30609700 19521036288 2331264 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
[pid=15353/tid=15371] ppid=15350 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/15353/task/15371/stat : 15371 (Common-Cleaner) S 15350 15353 14490 0 -1 4194368 2343 0 0 0 0 0 0 0 20 0 20 0 30609700 19521036288 2331264 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
[pid=15353/tid=15381] ppid=15350 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/15353/task/15381/stat : 15381 (Timer-0) S 15350 15353 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30609754 19521036288 2331264 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9325056 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.98 s, system=3.20271 s

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

[startup+3576.5 s]
/proc/loadavg: 4.23 4.20 4.12 5/340 15753
/proc/meminfo: memFree=104909296/131250000 swapFree=33010684/33010684
[pid=15353] ppid=15350 vsize=19263204 memory=9325952 CPUtime=3600.15 cores=5,7
/proc/15353/stat : 15353 (java) S 15350 15353 14490 0 -1 4194304 221145 0 0 0 359698 317 0 0 20 0 15 0 30609697 19725520896 2331488 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
/proc/15353/statm: 4815801 2331488 5493 1 0 2978616 0
[pid=15353/tid=15355] ppid=15350 vsize=19263204 memory=14720 CPUtime=3542.94 cores=5,7
/proc/15353/task/15355/stat : 15355 (java) S 15350 15353 14490 0 -1 4194368 92489 0 0 0 354241 53 0 0 20 0 15 0 30609698 19725520896 2331488 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
[pid=15353/tid=15364] ppid=15350 vsize=19263204 memory=9176800 CPUtime=0 cores=5,7
/proc/15353/task/15364/stat : 15364 (Finalizer) S 15350 15353 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 15 0 30609700 19725520896 2331488 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
[pid=15353/tid=15371] ppid=15350 vsize=19263204 memory=14720 CPUtime=0 cores=5,7
/proc/15353/task/15371/stat : 15371 (Common-Cleaner) S 15350 15353 14490 0 -1 4194368 2343 0 0 0 0 0 0 0 20 0 15 0 30609700 19725520896 2331488 18446744073709551615 94179599560704 94179599564400 140731435144576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94179599572216 94179599573008 94179627855872 140731435149697 140731435149798 140731435149798 140731435155400 0
Current children cumulated CPU time: 3600.15 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 9325952 KiB

Child status: 143

Real time (s): 3576.53
CPU time (s): 3600.19
CPU user time (s): 3596.98
CPU system time (s): 3.20271
CPU usage (%): 100.661
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 9325952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.98
system time used= 3.20271
maximum resident set size= 9326080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 221172
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16328
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 112073
involuntary context switches= 7863


# summary of solver processes directly reported to runsolver:
#   pid: 15353
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3596.98
#   total CPU system time (s): 3.20271

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.29223 second user time and 19.3985 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-06-29 00:21:38
IDJOB=4492804
IDBENCH=147823
IDSOLVER=3363
FILE ID=nodeC027/4492804-1751149298
RUNJOBID= nodeC027-1751145706-14503
SLURM_JOB_ID= 9587449
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-clauses-61-60.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4492804-1751149298/watcher-4492804-1751149298 -o /tmp/evaluation-result-4492804-1751149298/solver-4492804-1751149298 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751145706-14503 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4492804-1751149298.opb

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

MD5SUM BENCH= 34508937f6127f0a8669d934526c1066
RANDOM SEED=2081635126

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        115849048 kB
MemAvailable:   115459724 kB
Buffers:            3280 kB
Cached:           385924 kB
SwapCached:            0 kB
Active:         14660676 kB
Inactive:         145056 kB
Active(anon):   14434596 kB
Inactive(anon):        0 kB
Active(file):     226080 kB
Inactive(file):   145056 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3440 kB
Writeback:             0 kB
AnonPages:       5445172 kB
Mapped:           122496 kB
Shmem:             18068 kB
KReclaimable:      85176 kB
Slab:             167924 kB
SReclaimable:      85176 kB
SUnreclaim:        82748 kB
KernelStack:        4932 kB
PageTables:        14368 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   20152324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151480 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5177344 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:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC027 at 2025-06-29 01:21:15